Thanks for the reply, that makes sense. Would you be able to help me out with the CSS for that? It’s not something I’ve ever attempted before.
Thanks again.
Thank you for replying Catalin, and for your help.
It turns out the problem was with the W3 Total Cache plugin that we had installed, it had been caching the old, insecure web links on our site. We’ve emptied the cache and the site is now working fine 🙂
Sorry, should have done that to begin with.
This is the site which is having the most issues…
This one also seems to be having the same issue but not across as many computers…
Thanks
Thanks, that’s great
Sorry, this seems to have removed the navigation from the revolution slider rather than the navigation on the slide element (project) which is what i was after.
Thanks
Sorry, i put an extra ‘w’ in the URL
Hi,
i’ve been updating my site today, it’s now positioned here…
unfortunately the CSS code you gave me to hide the navigation arrows on the ‘slide’ element has stopped working.
Can you advise?
Thanks
Thanks, that worked
Thanks, this is great. The only thing i’ve noticed now is that when viewed on an iPad (in portrait orientation) the leaderboard advert is aligned to the bottom rather than centred in the middle like the logo (when viewed on a desktop). Is there a fix for this?
Thanks
Thanks for this. I have this working and though it looks fine on a desktop on a tablet (portrait orientation) the logo is cropped on the top and bottom and the advert is badly cropped on the bottom edge too.
I hope you can advise?
Thanks
Thanks, this has worked for the most part.
I’ve also changed block 6, which is working, but block 7 and 12 aren’t. I’ve used the code below, is there something incorrect with it?
.td_block_slide .block-title > a { width: 100% }
.td_block_6 .block-title > a { width: 100% }
.td_block_7 .block-title > a { width: 100% }
.td_block_12 .block-title > a { width: 100% }
Thanks
Thanks, that’s working. However i’ve tried to increase the size of the logo by amending your code slightly and it’s causing the image to crop. Is it possible to increase the depth of the header area so the logo can go bigger without losing any of it?
Thanks
That works. Thanks
Thanks, that’s great.
Thanks Catalin,
would you have a similar css code for adding this additional pixel to block 6 as i have this in use on the front page of my site
http://www.mondialetest.co.uk/mondoarc/
Thanks
Hi,
since i’ve added the css i’ve noticed that some thumbnail boxes are losing the border on the bottom edge. Can you think why this would be and what i might be able to do to fix this? Below is a link to my site.
http://www.mondialetest.co.uk/mondoarc/
Thanks
Thanks, that’s great
Thanks, this is working now
Hi,
sorry i have this working now, thanks for all your help
Hi,
i’m having a problem with this. I get the following error…
Parse error: syntax error, unexpected ‘{‘ in /xxx/xxx/xxx/xxx/wp-content/themes/Newspaper/loop.php on line 46
I hope you can advise
Could i ask a quick question regarding the code below?
$adcounter = 0;
$adcounter++;
if (is_category()) {
if ($adcounter == 2 or $adcounter == 4) {
echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_1"]‘);
}
}
What amends would i need to make to this code so that i can have a ‘custom_ad_1’ space after the second post and a ‘custom_ad_2’ space after the forth post. So basically 2 different ad spaces (displaying different ads) on the category page?
Thanks