Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #294369

    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

    #294372

    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

    #296165

    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?

    #296859

    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

    #297001

    Thank you! And what about second question?

    #297140

    Hi!

    Are you referring to the lightbox? Please try to deactivate all plugins then test it again. Yes, maybe because the installation folder is in another domain.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.