Thanks for your help. I will send an email through now.
Thanks for the reply. I have it set to show latest posts.
I have tried the offset however it isnt the items in the Big Grid that are being duplicated, its the items in the Block.
Posts 1-7 display in big grid.
Posts 8-17 display in block.
Posts 8-17 display in block again duplicated.
Posts following are normal.
If I use offset of 7 I get the following
Posts 1-7 display in big grid
Posts 8-17 are missing.
Posts 17-26 display in block.
Posts 17-26 display in block again duplicated.
Posts following are normal.
I fixed the cropping issue by regenerating thumbnails.
Annnnd after a whole day of trying I’ve stumbled across it after posting that!
Ah my mistake!
Thanks for the screenshots. I have now deactivated as you showed and the site can be clicked again now.
Thanks for your help.
-
This reply was modified 11 years by
irkitated.
Nope, it is definitely deactivated! I just activated and deactivated it again.
Could it have permanently altered the html structure in a way which doesn’t change back?
I have deactivated the plugin and emptied the cache but that doesn’t seem to have fixed the issue.
Thanks for the update. I’ll take your advice and disable the Yoast plugin for now.
Thanks for letting me know so quickly! I’ll wait for the updated version of both.
Cheers,
Ive found the same thing recently. Never used to be an issue. I have found a workaround by using the Yoast SEO plugin and directly uploading an image for each post under the social media sharing tab.
Tried clearing the cache and nothing. I just double checked the file and the autoplay code is still there so im assuming that the file was updated correctly?
Thanks but that still isn’t working. I put that in the correct place and updated the file. The code i have is
if (empty($paged) or $paged < 2) {
echo td_page_generator::wrap_no_row_with_bg_start();
if (empty($paged) or $paged < 2) { //show this only on the first page
?>
<div class=”row-fluid”>
<div class=”span12 column_container”>
<?php
echo td_global_blocks::get_instance(‘td_slide_big’)->render(array(
‘sort’ => ‘featured’,
‘hide_title’ => ‘hide_title’,
‘force_columns’ => 3,
‘autoplay’ => ‘2’,
‘limit’ => $td_slide_limit
));
?>
</div>
</div>
<?php
}
echo td_page_generator::wrap_no_row_with_bg_end();
The menu was a simple fix, thanks for that. I am having trouble with the autoslide though. The only options I have are these http://img226.imagevenue.com/img.php?image=695834216_image1_122_573lo.jpg
Thanks for your help!
Please ignore this… I just saw the theme panel! Its different to the way i have used wordpress before! I should be set now!
sorted! That worked. Now just gotta get it looking good!
Thanks