Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Just upgraded Enfold to 6.0.8 and the issue is back, because our workaround is gone.
Setup:
1 networksite with 7 sites
All using their own child theme of Enfold, but disabling them didn’t help.Don’t know how more precise we can be on how to reproduce it.
A multisite, for which we get a critical error when that one line we added isn’t present.I’ve added a little code dump in the beginning of the function that gives the problems (before my workaround fix)
$which_files is a string with the value none
(Whereas the code expects it to be an array)Hi Rikard,
No, the opposite happens. The error occurs without the modification and goes away with the modification.December 4, 2024 at 9:08 am in reply to: Changing the mobile breakpoint for content columns #1472854Hello, yes thank you! We were thinking in this solution ourselves but we were actually hoping that just by adding 1 piece of CSS we could create something that would work for all columns in the entire website, instead of adding separate classes and doing it “one by one”. That takes more time and is less manageable.
Thanks so much for your response and thinking along!
This reply has been marked as private.January 22, 2024 at 12:06 pm in reply to: Toggle accordeon element issues on Samsung mobile #1431667Thanks!
This reply has been marked as private.Hi Ismael,
Thanks! Yes i see. I already did something like that. But then the cart table is not looking very nice on mobile. I was wondering if there is any setting or css fix to just make the cart table look nice on mobile. Because by default all the Enfold + Woocommerce webshops don’t show the quantity fields on mobile. That should be a priority feature right? We can make some css adjustments ourselves but again: i was wondering if there is any setting or something to change the behavior?
Kind regards
Hi Ismael,
Yes, that works. Many thanks!
Hi,
I checked and that’s right. See link below for the CMS URL But crazy enough I keep seeing that CPT tile in the blog overview.
This is how the functions code looks like now:function avia_post_slide_query_mod($query, $params) {
foreach($query[‘post_type’] as $key => $value) {
if( $value == ‘vacature’ ) {
unset($query[‘post_type’][$key]);
}
}return $query;
}
add_filter(‘avia_post_slide_query’, ‘avia_post_slide_query_mod’, 10, 2);- This reply was modified 1 year, 1 month ago by bonsaimedia.
Hi Ismael,
Thanks for your help! I tried it but it’s not working. Can you check again please? See also a link to screenvideo which element we use to be sure.
Many thanks!October 5, 2023 at 9:53 am in reply to: (Page) Footer not loading correct on search result page #1421464Hi Nikko,
Thanks for your help. I don’t think that is a proper fix/solution. The thing is that the grid is in the footer on every page. So by also adding it to the search.php also will result in 2 grids…
I think i am going to leave it like it is.
October 2, 2023 at 10:35 am in reply to: (Page) Footer not loading correct on search result page #1421099This reply has been marked as private.September 29, 2023 at 11:52 am in reply to: (Page) Footer not loading correct on search result page #1420890Hi Nikko,
We tested something else and it still gives a strange result. If you search on “sdf” you get “no results” and the footer is broken. But if you search on something that does get results, for example “abachi” it works perfectly. That’s strange right? Can you take a look/investigate that?
Thanks for your help!
September 27, 2023 at 12:59 pm in reply to: (Page) Footer not loading correct on search result page #1420697Hi Nikko,
Yes, when i disable that grid it works fine. But then I do wonder why it worked on all the other pages? It only went wrong with the search results page.
Can you explain or look into that?September 26, 2023 at 3:55 pm in reply to: (Page) Footer not loading correct on search result page #1420481Hi Mike,
Yes they do. I will disable them so you can test/bugfix without them active.
September 22, 2023 at 12:11 pm in reply to: (Page) Footer not loading correct on search result page #1420019Hi Nikko,
Please check again. Thnx
September 21, 2023 at 10:31 am in reply to: (Page) Footer not loading correct on search result page #1419860This reply has been marked as private.September 20, 2023 at 9:36 am in reply to: (Page) Footer not loading correct on search result page #1419677Hi Ismael,
Thanks for your quick reply. I just updated to the latest Enfold version but the problem is not fixed. There is nothing changed in the header/footer.
No, the advanced layout builder was not activated. But no I have activated it it works! Thank you!
Hi Yigit,
This is a website of 30GB+ size so i would rather don’t make a duplicate. Could you check/fix the problem in the live website please? Just be careful and it will be fine ;-)
Details below:
Yes, I’ve tried that too. But it doesn’t make a difference.
Yes, that was the problem. We needed to update the header file. Thanks!
Login details:
That’s not the case. I’ve removed everything from the template except get_header(); and get_footer(); and it still doesn’t work.
By “custom template” I mean we use an archive template for the custom post type. In this template we include the footer with get_footer().
No, we are not using the Page Content element. We are using a page as footer and include it in the template with get_footer(). The ID “klantenaanhetwoord” is not the problem. The problem is the fact that the whole footer is placed outside of the #footer-page and of #wrap_all on the page with the custom template.
“the color section containing the triangle is outside the footer content container”. Yes, that’s what I wrote. But not just the triangles, the whole footer.Hi Rikard,
When you compare the two footers, you can see the two red triangles are much bigger than they are supposed to be. There is also a border on the top and bottom of the reviews that shouldn’t be there.
Hi Ismael,
No we see these notifications in the CMS backend. Okay, so if there are no real issues we can just ignore them. Thanks!
-
AuthorPosts