After 'placing' and image in Indesign I was left asking the question of whether I could 'fade' that object. The answer is 'yes' and there's a heap of other features that can be added to an object too.
goto > object > Effects > Transparency and then changes the percentage.
it's worth a peak at the other things in Effects as well.
Monday, 31 December 2012
Sunday, 30 December 2012
Google Ads showing on Wordpress Website - DF Marine Template
On the df_marine template there is code on there to display Google adverts for the template designer.
This is on wp-content/themes/df_marine/index.php
FIND
< script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
You can make changes here to make this section look different.
This is on wp-content/themes/df_marine/index.php
FIND
< script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
You can make changes here to make this section look different.
Wednesday, 19 December 2012
Wordpress 3.4.2 posts missed schedule heart internet
If you have Wordpress website hosted on Heart Internet then you may have a problem using Scheduled posts and are getting a 'missed schedule' message next to your posts.
This is linked to my Wordpress Twitter Widget Pro doesn't update - Heart Internet issues post.
If you host on Heart Internet and use Wordpress then you need to install this plugin to fix the missed schedule issue WP Missed Schedule Fix Failed Posts
This is linked to my Wordpress Twitter Widget Pro doesn't update - Heart Internet issues post.
If you host on Heart Internet and use Wordpress then you need to install this plugin to fix the missed schedule issue WP Missed Schedule Fix Failed Posts
How to make Joomla Tweet Display Back Module into a Speech Bubble
After solving this problem Easy Twitter Status no longer works on Joomla 1.5 websites
I wanted to change the look so that the tweet showed in a speech bubble like this .
Check the Escape Surfboards Surf Report site to see it live.
Here's what I did . Don't forget if your doing this kind of work then using Firebug is a awesome tool.
> drew a line around the box that contains the tweet. Adding a rounded corner effect too.
-moz-border-radius: 15px;
border-radius: 15px;
border: 1px solid #333;
> make a image that will go at the top to make it look like speech.
I put this image in the folder modules/mod_tweetdisplayback/media/images
> in the Tweet Display Back Template that your changing you need to add the following < div > to appear above the Tweet Box .
For me this was on line 79 of modules/mod_tweetdisplayback/tmpl/default.php (take out the spaces from the HTML !)
< div class="TDB-tweet-speech-img">< img src="/speech.gif" border="0"></ div>
> lastly you need to position that and change the position of the box below so it all looks right.
.TDB-tweet-speech-img {
display: block;
position: absolute;
margin-left: 25px;
}
.TDB-tweet-container {
float: left;
margin-top: 19px;
}
table.tweetouter {
margin-bottom: -15px !important;
}
I wanted to change the look so that the tweet showed in a speech bubble like this .
Check the Escape Surfboards Surf Report site to see it live.
Here's what I did . Don't forget if your doing this kind of work then using Firebug is a awesome tool.
> drew a line around the box that contains the tweet. Adding a rounded corner effect too.
-moz-border-radius: 15px;
border-radius: 15px;
border: 1px solid #333;
> make a image that will go at the top to make it look like speech.
I put this image in the folder modules/mod_tweetdisplayback/media/images
> in the Tweet Display Back Template that your changing you need to add the following < div > to appear above the Tweet Box .
For me this was on line 79 of modules/mod_tweetdisplayback/tmpl/default.php (take out the spaces from the HTML !)
< div class="TDB-tweet-speech-img">< img src="/speech.gif" border="0"></ div>
> lastly you need to position that and change the position of the box below so it all looks right.
.TDB-tweet-speech-img {
display: block;
position: absolute;
margin-left: 25px;
}
.TDB-tweet-container {
float: left;
margin-top: 19px;
}
table.tweetouter {
margin-bottom: -15px !important;
}
Tuesday, 18 December 2012
Easy Twitter Status no longer works on Joomla 1.5 websites.
Easy Twitter Status no longer works on Joomla 1.5 websites.
The solution is that you can use Tweet Display Back extension - the only problem here is that you can no longer find the download for Joomla 1.5 from Joomla.org . Here's a link to the downloads you can use for Tweet Display Back
The solution is that you can use Tweet Display Back extension - the only problem here is that you can no longer find the download for Joomla 1.5 from Joomla.org . Here's a link to the downloads you can use for Tweet Display Back
Monday, 17 December 2012
Joomla 2.5 Virtuemart 2 Shipping not being added to the order
Our shopping cart at www.escapesurfboards.com has suddenly started not adding the shipping amount to the order.
The solution was to go into administrator .
> 'components'
> 'virtuemart'
> on the left handside click on Shop >> 'Shipment Methods'
> Click on the Shipment Method you want to change
> Click on the 'Configuration' tab
> at the bottom change the amount for 'Minimum Amount for Free Shipment'
The solution was to go into administrator .
> 'components'
> 'virtuemart'
> on the left handside click on Shop >> 'Shipment Methods'
> Click on the Shipment Method you want to change
> Click on the 'Configuration' tab
> at the bottom change the amount for 'Minimum Amount for Free Shipment'
joomla virtuemart 2 no shipment method matches when using checkout as guest
The problem :
When checking out using the 'checkout as guest' button
what was happening next is that we are getting this message at the shipment page
'We are sorry, no shipment method matches the characteristics of your order.'
The solution to this is that in Administrator the '-anonymous-' group needs to be added in Shipment and also in Payment
When checking out using the 'checkout as guest' button
what was happening next is that we are getting this message at the shipment page
'We are sorry, no shipment method matches the characteristics of your order.'
The solution to this is that in Administrator the '-anonymous-' group needs to be added in Shipment and also in Payment
Subscribe to:
Posts (Atom)