Forum Replies Created
-
AuthorPosts
-
Thank you – it’s a lot of small things, but it’s all over that file (things not provided by any hooks or filters).
I’ve tried putting the class definition in my child theme and this is the error I get:
PHP Fatal error: Uncaught Error: Class "aviaBuilder\\base\\aviaSubItemQueryBase" not found in /nas/content/live/dembostage/wp-content/themes/dembo/custom/class-avia-masonry.php:5\nStack trace:\n#0 /nas/content/live/dembostage/wp-content/themes/dembo/functions.php(6): include()\n#1 /nas/content/live/dembostage/wp-settings.php(555): include('/nas/content/li...')\n#2 /nas/content/live/dembostage/wp-config.php(128): require_once('/nas/content/li...')\n#3 /nas/content/live/dembostage/wp-load.php(50): require_once('/nas/content/li...')\n#4 /nas/content/live/dembostage/wp-blog-header.php(13): require_once('/nas/content/li...')\n#5 /nas/content/live/dembostage/index.php(17): require('/nas/content/li...')\n#6 {main}\n thrown in /nas/content/live/dembostage/wp-content/themes/dembo/custom/class-avia-masonry.php on line 5
-
This reply was modified 3 years ago by
christiemade.
This fixes that error, yes, thank you!!
I had several other customizations in place inside the av-helper-masonry.php file. Enfold has moved all that functionality over to class-avia-masonry.php – which I cannot figure out how to override in the child theme. Any tips?Yes, that seems to work well enough, thank you.
Here you go!
You can use this Password, sorry!
Here is the error:
PHP Fatal error: Uncaught Error: Call to a member function get_default_sc_args() on null in /nas/content/live/dembostage/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-sub-item-query-base.php:84\nStack trace:\n#0 /nas/content/live/dembostage/wp-content/themes/enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-masonry.php
Also, the contents for $atts, if needed:
$atts = array( 'type' => 'grid', 'items' => get_option('posts_per_page'), 'columns' => 3, 'class' => 'avia-builder-el-no-sibling', 'paginate' => 'yes', 'use_main_query_pagination' => 'yes', 'custom_query' => array( 'post__in' => $post_ids, 'post_type' => get_post_types() ) );
-
This reply was modified 3 years ago by
christiemade.
I appreciate it, thank you – I was able to find the offending CSS. All good now!
Not sure what’s going on there, but I made a child theme that is literally just a stylesheet and it’s still happening.
-
This reply was modified 3 years, 4 months ago by
christiemade.
I am not able to duplicate this – When I turn on troubleshooting mode my test page doesn’t even load – I have it on now. All my pages load the homepage.
-
This reply was modified 3 years, 4 months ago by
christiemade.
Sure – here you go.
JS merging is (and was) disabled… I do not see any errors in the console – what do you see?
Yes, that does the trick! Thank you for following up. You can close this thread.
@Günter Wonderful, thank you!
@edolmen Yes, in the child theme, child_folder/shortcodes/section/section.phpYou’ll want to have the shortcodes fitler setup in your child theme’s function.php as well, I believe.
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
This can be closed!
For anyone else following along, the provided section.php file fixed the color section issue for me. (Save Theme Options required)
-
This reply was modified 3 years, 8 months ago by
christiemade.
Any direction on how I would make this change? I’ve tried modifying where the thumb id is defined directly in av-helper-masonry.php with the same results.
Same issue here. Subscribing!
Yes, I am – OK, will do.
I’ve been waiting for the latest Enfold release to see this fix, and now that it’s arrived, this is still broken without that extra plugin! Was the fix actually included?
February 4, 2021 at 11:28 pm in reply to: “Saving didn’t work! Please reload the page and try again.” #1277804Hmm yes, it seems to be working fine for me now, too. Thanks for checking.
I am a freelancer people hire ;) Can you give me a hint as to where the problem is?
Sure. Using hooks in functions.php.
I am wondering how the demo was put together: https://kriesi.at/themes/enfold-2017/blog/
On the demo site, is that page defined as the Blog Posts page?
I have lots of clients who always use the demos to explain what they want but then there’s no explanation of how it was put together.It doesn’t error doing it this way, but now it’s not seen as the blog post page (with body classes and whatever other benefits come from that)? Is it not set as the blog post page in the Enfold Demo Theme example?
“Load jQuery in your footer” was enabled. I disabled it and cleared all caches, still broken.
I’ve downgraded to 7.3 but the issue persists.
Yes, it still happens when I activate the parent theme.
Thank you – that worked.
The solution was to add this to functions.phpadd_theme_support( 'deactivate_tribe_events_calendar' );
Your screenshot is from the OLDER version of Enfold, that is the custom look we want.
Okay, thank you!
-
This reply was modified 3 years ago by
-
AuthorPosts