Tagged: Portfolio Masonry
-
AuthorPosts
-
July 18, 2016 at 8:07 pm #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,
CocoaJuly 18, 2016 at 8:20 pm #662250Hi 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,
YigitJuly 18, 2016 at 8:38 pm #662259Thanks 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?
July 18, 2016 at 8:43 pm #662261Hi!
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,
YigitJuly 18, 2016 at 8:56 pm #662269I 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 :)
July 18, 2016 at 10:04 pm #662279Hi!
Can you please try re-updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/?
Best regards,
YigitJuly 19, 2016 at 7:00 pm #662685It worked perfectly! Thank you very much.
Regards,
Cocoa
July 19, 2016 at 7:22 pm #662688 -
AuthorPosts
- The topic ‘Portfolio Grid Filter’ is closed to new replies.