Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #662243

    Hello! Great theme by the way!

    For the Portfolio Masonry filter menu, how can I change the character between the categories from a slash ( / ) to a bullet point ( • ) ?
    I tried this solution: https://kriesi.at/support/topic/portfolio-grid-filter-question/ but it did not work for me.

    Thanks,
    Cocoa

    #662250

    Hi Cocoa!

    Thank you for your kind words!

    Please go to enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.php file and find

    $sort_loop .= 	"<span class='text-sep {$term->slug}_sort_sep {$show_item}'>/</span>";

    and change it to

    $sort_loop .= 	"<span class='text-sep {$term->slug}_sort_sep {$show_item}'>•</span>";

    If you are using a child theme (we recommend), please refer to this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    Regards,
    Yigit

    #662259

    Thanks Yigit! But… I could not find the av-helper-masonry.php file (I am sending you a snapshot of the folder thru Private Content).

    Any ideas?

    #662261

    Hi!

    Are you using an older version than 3.6.1? If you are, that is the reason so please update the theme to the latest version.

    Best regards,
    Yigit

    #662269

    I just tried updating the theme and it failed saying “Briefly unavailable for scheduled maintenance. Check back in a minute.” I erased the .maintenance file and this is the message I see:

    Warning: include(/home/iaraberton/public_html/wp-content/themes/enfold//includes/admin/register-admin-options.php): failed to open stream: No such file or directory in /home/iaraberton/public_html/wp-content/themes/enfold/framework/php/class-superobject.php on line 116

    Warning: include(): Failed opening ‘/home/iaraberton/public_html/wp-content/themes/enfold//includes/admin/register-admin-options.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/iaraberton/public_html/wp-content/themes/enfold/framework/php/class-superobject.php on line 116

    Warning: Invalid argument supplied for foreach() in /home/iaraberton/public_html/wp-content/themes/enfold/framework/php/class-superobject.php on line 140

    Warning: require_once(includes/admin/register-portfolio.php): failed to open stream: No such file or directory in /home/iaraberton/public_html/wp-content/themes/enfold/functions.php on line 396

    Fatal error: require_once(): Failed opening required ‘includes/admin/register-portfolio.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/iaraberton/public_html/wp-content/themes/enfold/functions.php on line 396

    Help please :)

    #662279

    Hi!

    Can you please try re-updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/?

    Best regards,
    Yigit

    #662685

    It worked perfectly! Thank you very much.

    Regards,

    Cocoa

    #662688

    Hi,

    You are welcome! Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Portfolio Grid Filter’ is closed to new replies.