Forum Replies Created
-
AuthorPosts
-
Yes, you’re right! Thank you!
While I am not the original poster, this is what’s happening to me. I disabled all plugins (except the one controlling the custom post type) and reverted to default Enfold theme and still the pager does not work. Credentials included!
September 29, 2023 at 10:05 pm in reply to: Dynamic Posts CSS deleted when a page is duplicated and saved #1420937This does seem to be properly duplicating without deleting the CSS. Thank you!
No, I have no custom CSS here (I removed it all to make sure that wasn’t causing any issue)
The styling in question appears to be coming from:
/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css?ver=5.4I added the override (to default Enfold CSS) suggested by Guenni007 as the only custom CSS:
#top .container .av-masonry.av-large-gap .av-inner-masonry { padding: 15px 0 0 15px; }
And that did the trick.
- This reply was modified 1 year, 10 months ago by christiemade.
- This reply was modified 1 year, 10 months ago by christiemade.
June 21, 2022 at 2:38 am in reply to: Color section video background not staying constrained #1355914Weird, I see all of those options just fine.
I was able to fix the issue by checking “Always load all elements”. Which isn’t a great solution. Curious why the correct files don’t load for me when they’re needed.
June 20, 2022 at 4:58 pm in reply to: Color section video background not staying constrained #1355851I notice your copy is loading all the slideshow css/js whereas mine isn’t
June 19, 2022 at 11:17 pm in reply to: Color section video background not staying constrained #1355791Sure – done.
June 19, 2022 at 10:20 pm in reply to: Color section video background not staying constrained #1355787Everything is set to Only load when needed.
Oddly enough, when I switch ‘Self Hosted Videos And Audio Features (WP-Mediaelement Scripts)’ to ‘Always load’ it takes the video out of the background and just sits it on the page like a regular inline video. Something is wrong….May 5, 2022 at 3:13 am in reply to: Accordion Anchor link doesn't load down near open toggle #1350542Yes!! That is where the fix was hiding. Thank you, thank you, thank you.
May 3, 2022 at 3:45 pm in reply to: Accordion Anchor link doesn't load down near open toggle #1350340The issue is still occurring on the live site and I can’t figure out what’s different here.
April 25, 2022 at 9:03 pm in reply to: Accordion Anchor link doesn't load down near open toggle #1349445It’s a staging site, so I don’t have any compression turned on. I haven’t touched the site, though, I have been leaving it be while your team troubleshoots. Are you telling me no one on your team has made any changes? It does appear to be gone… I’ve testing on a few different browsers.
April 22, 2022 at 10:28 pm in reply to: Accordion Anchor link doesn't load down near open toggle #1349182Any update here? The jump back up seems to be gone now so I’m wondering what you guys did so I can apply it to the live site!
April 6, 2022 at 2:10 am in reply to: Accordion Anchor link doesn't load down near open toggle #1347338Sure, here you go!
April 5, 2022 at 12:28 am in reply to: Accordion Anchor link doesn't load down near open toggle #1347197Even with Enfold updated and all the plugins turned off, it doesn’t anchor.
Yes – I did have a hidden customization which I found and updated to solve the problem. Thank you!
March 18, 2022 at 10:41 pm in reply to: Accordion Anchor link doesn't load down near open toggle #1345159Updated link below
Oh, wonderful! This is exactly what I need. Thank you so much as always for your help! I’ve got it from here!
I am working on a staging site already, of course! The site won’t even load though with the class override. (As you can see)
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 2 years, 8 months 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 2 years, 8 months 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 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 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.
-
AuthorPosts