Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #201093

    click on any sorting tag and all the toggles would be gone. Only way to get them back is to refresh the page. Is this a bug in the new release?

    thanks,

    #201111

    Hey yukanl!

    Can you please give us a link to the website? Latest version is Enfold 2.5.

    Cheers!
    Ismael

    #201128

    Ismael,

    go to themeforest and you will see it prints 2.4.3:

    “2013 December 16 – Version 2.4.3

    What changed? This is mostly a bugfix/improvement update for the frontend that also makes the theme compatible with WordPress 3.8. We added the “Comments” Template builder element so you can display comments on pages now and now allow to set a minimum height for sections, so you can create fullscreen sections with centered content.”

    http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    #201132
    This reply has been marked as private.
    #201140

    Hey!

    Yes, this was my mistake. I updated the links of the filter because of an incompatibility issue with Yoast Analytics: https://kriesi.at/support/topic/masonry-blog-element-not-working-unless-a-regular-blog-post-element-added/ and I accidentally removed the curly brackets. I’ll ask Kriesi to release a hotfix – for now you need to replace following line in: /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles.php

    
    $output .= '<a href="#" data-tag="'.$key.'" class="'.$first.'">'.$key.'</a>';
    

    with

    
    $output .= '<a href="#" data-tag="{'.$key.'}" class="'.$first.'">'.$key.'</a>';
    

    Cheers!
    Peter

    #201340

    Thank you, Peter.

    How can I export all the existing pages from one site to another? I have to re-do the whole site again and really don’t want to re-create all the pages from scratch.

    thanks!

    #201435

    Hey!

    You would need to migrate the database in that case. See: http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/

    Cheers!
    Devin

    #201985

    Devin,

    Does it support from live to live migration as well?

    Cheers!

    #202249

    Yes, its just a good migration tool I wanted to recommend in the docs so that users would have a good option.

    #202563

    Devin,

    Would this tool take care of backup and restore as well? Could you recommend a good and stable backup and restore plugin?

    Thank you,

    #202835

    Hey!

    I use this plugin: http://wordpress.org/plugins/backupwordpress/ for all my websites. It’s free, open source and works great on all of my servers. You can create several backup tasks (monthly, daily, etc.) and select which data (just files or database + files or just the database) should be part of the backup. The restore process is simple too. You just need to upload the files with ftp and use phpmyadmin to import the database file.

    Best regards,
    Peter

    #208844

    Thank you, Peter!

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘toggle with sorting enabled not working in the 2.4.3’ is closed to new replies.