Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1089456

    Dear Enfold Team!

    There are some issues i cant solve on the blog.

    1. Blog is shown correctly in preview – but not when site is called directly (screenshots)
    2. No images are shown on category-pages. + no sidebar is shown on category-pages as well. (screenshot)
    3. is there a possibility to use the mansonry element on category pages?

    hope you can solve this for me.

    best,

    #1090467

    Hey Line,
    Sorry for the late reply, this is because the category pages have a different layout, but I added this code to the end of your functions.php file in Appearance > Editor:

    //change category page layout to blog single big style
    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-big';
    return $layout;
    }

    to change your category page to the “single-big” layout that shows the image.
    Unfortunately, you can not have the masonry on the category page.

    Best regards,
    Mike

    #1090861

    Hi Mike,
    Thanks for yout answer/editing.

    What can i do about my problem in question 1 ? every time i use the masonry it’s only shown correctly in preview mode. (check out the screenshots)

    best,

    #1091215

    Hi,

    What happens if you clear the cache from your caching plugin? Also please consider updating to the latest version of the theme (4.5.5). The update to 4.5 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541

    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/

    If that doesn’t work then please delete the old version of the theme, then upload the new one. Make sure that you have backups of the site before you start updating.

    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    WordPress is also indicating that you need to update your PHP version, we recommend that you run 7.1 or higher.

    Best regards,
    Rikard

    • This reply was modified 5 years, 7 months ago by Rikard.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.