Tagged: 

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

    After almost one year using this awsome theme I decided to add a blog and I`m having some issues.

    1. “Blog Content-length” is set to “full content” but still nothing is displayed, only the Post title and read more.
    2. When opening the post, the title is not showing up at all.
    3. The feature image is not displaying in the post.
    4. Even in the “blog layout” the “related entries” is disable this appears.

    Thank you.

    #680539

    Hey koanga,

    I’m guessing you are using the builder to create your posts? If so then what you are experiencing is as expected, please try switching to the default editor then save there and the “default” items should show up.

    Best regards,
    Rikard

    #680736

    Using the “default” solved the issues, thank you. One more question. I notice that when selecting “related entries” side pagination appears as well. (please see the image). How can I disable that?

    #680741

    Hey!

    Please add following code to Functions.php file in Appearance > Editor

     function no_post_nav($entries){
          return false;
      }
      add_filter('avia_post_nav_entries','no_post_nav');

    Regards,
    Yigit

    #680866

    Hi Yigit,

    Strange, when Im logged in the backend the code works, but when I logged out it doesnt. Did clear the cache and even try a different computer. Btw I for some reasons I don`t have the menu ‘Editor”. I had to put the code via ftp.

    #680876

    Hi!

    If you are using a caching plugin, please flush cache there as well.

    Regards,
    Yigit

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