Hello!
1) Related post are not displayed (every post has tags)
2) When I click on image – new window opens. But earlier, the image is displayed in the same window
domain: zelenopol.net
Hi vasilybodnarchuk!
1- Please go to Enfold theme options > Blog Layout and choose to display “Related Entries”
2- Please try re-updating the theme to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Cheers!
Yigit
Thank you! But nothing changed. I think I will found the answer of 1 question.
Maybe the problem is that the folder / uploads (in my case) is in another domain?
Hi!
A custom stylesheet/css code hides the related posts: http://zelenopol.net/wp-content/blogs.dir/1/micro-themes/active-styles.css?ver=3.9.1 with
div.related_posts {
display: none!important;
}
Remove this code or insert following css code into the quick css field:
#top #wrap_all div.related_posts {
display: block !important;
}
Cheers!
Peter
Thank you! And what about second question?