Forum Replies Created
-
AuthorPosts
-
Hi Rikard, thanks for your quick reply!
I will look and ask around a little further, no problem.
Kind regards,
ThijsHi Rikard, I totally agree with you.
It’s not ‘logical’ that Jetpack should override my css. Especially because all caching settings were set to ‘none’ from the first day I started using the plugin (I only installed because I want to follow purchases in my Woocommerce webshop on my Smartphone).
So all set now, case closed. Glad you repeated this question: “Maybe could be coming from a plugin?”, it lead to the solution :-)
Thanks!
I found it! It was the Jetpack plugin. That’s weird because I disabled options that could possibly do caching…. Never thought that could be the one….
Anyhow, it looks like an old cache is still disturbing (overriding) the current CSS. Is there a way to find that cache and delete it? I inderstand that normally you would press a butttin in a chacing plugin, but…. They are not there … ;-)
I already installed WordPress again (from admin), nothing helps…
Or… could this indicate there is still old chaching stuff somewhere?
When inspecting the affected paragraph is see this:
If that’s the case, how can I remove the cache? Looks like it’s a residu from earlier caching plugins (that I have removed long time ago).Thanks Rikard, tried it.
That does not help, unfortunately.The thing is, i do not use CDN, nor does my provider.
So it’s hard to turn it off then 😉Ok, so what can I do? I know some css sits in the pane in Enfold settings, some of them are uploaded via FTP. And for the CDN… I am not aware of any css on CDN…. Could it be that my provider can look into that?
These are example screenshots:
Thanks, Yigit,
After disabling the plugins, I updated my website, that cleared the cache, it’s all fine now.I am still not quite clear on how to manage this cache thing, (don’t see any Siteground for example), but for now I am happy the problem is solved and everything looks good.
Will try and hire someone to have a look at caching.
Thanks and case closed :-)Ah, I get it now.
I did not realize I still had cache plugins active!I checked them and deactivated all of them.
Still the issue persists, what else can I do to remove the chaching completely?Thanks Yigit.
Hi Ismael,
Thanks again, the foter is allright. The only issue there was the color of the text.
The thing is, with the “h2” issue, I meant issues ‘like’ h2. See the screenshot: it’s not only the h2.
It’s also wrong line breaks, as you can see in the picture that I uploaded.
There should be at least 3 or 4 empty lines between text lines. Now, there are none….The bigger issue here is, that these styles have been set like this for years.
Since some time the layout does not listen to it anymore: seems like there is a conflict or so.Hi Ismael,
Thanks again, the foter is allright. The only issue there was the color of the text.
The thing is, with the “h2” issue, I meant issues ‘like’ h2. See the screenshot: it’s not only the h2.
It’s also wrong line breaks, as you can see in the picture that I uploaded.
There should be at least 3 or 4 empty lines beteween text lines. Now, there are none….The bigger issue here is, that these styles have been set like this for years.
Since some time the layout does not listen to it anymore: seems like there is a conflict or so.Thanks, but unfortunately, no results….
Thanks, footer is OK now.
But the H2 on my side is still not… Could you give me the code, maybe I can give it a try myself?
Hi Yigit,
Thanks, unfortunately I do not see any improvements…
Thanks Ismael, sure!
I uploaded 4 screenshots of the footer and body text, so you can see whta it should look like and how it displays now..:
Thanks!
February 8, 2022 at 6:25 pm in reply to: WPDISQUZ form does not load because of Advanced Layout Builder (Avia) #1339644Thanks, Nikko, that works :-)
(for some reason I did not receive a notification from your reply, although I checked that option at the bottom of the page)
Thanks!
KR
ThijsGreat thanks!
The update of Enfold Theme also did not work for me. The FIX in functions however, works great.
Thanks support team, great job, wonderful help.
KR
ThijsJune 15, 2020 at 9:01 pm in reply to: Layout Woocommerce product going bad, while using PHP > 7.0 #1222817No thanks, Jordan, I’m fine.
June 15, 2020 at 5:31 pm in reply to: Layout Woocommerce product going bad, while using PHP > 7.0 #1222771Great, it works! Note that the code you mentioned should be a bit longer, and include the POST_THUMBNAIL_DESCRIPTION as well ;-)
Thanks anyway ;-)
global $woocommerce;
if( version_compare( $woocommerce->version, ‘3.0.0’, “>=” ) ) {
function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) {
return $img;
}
function avia_woocommerce_post_thumbnail_description($img, $post_id){
return $img;
}
}June 15, 2020 at 3:37 pm in reply to: Layout Woocommerce product going bad, while using PHP > 7.0 #1222681Hey Victoria, this is all the code from enfold-child/functions.php (starting with line 1)
<?php
/* Woocommerce 3.0.0 Compatibility Fix – Remove Enfold’s custom functions that conflict with the new image display in WooCommerce 3.0.0 */
global $woocommerce;
if( version_compare( $woocommerce->version, ‘3.0.0’, “>=” ) ) {
function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) {
return $img;
}
function avia_woocommerce_post_thumbnail_description($img, $post_id){
return $img;
}
}
add_theme_support(‘avia_template_builder_custom_css’);
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/
function sv_remove_product_page_skus( $enabled ) {
if ( ! is_admin() && is_product() ) {
return false;
}return $enabled;
}
add_filter( ‘wc_product_sku_enabled’, ‘sv_remove_product_page_skus’ );
?>- This reply was modified 4 years, 5 months ago by thijsvanhalewijn.
Great, Victoria, thanks.
Works perfect, and again, you guys think about everything!
Great job :-)
KR
ThijsHi Victoria, I could not repond to you because posts were locked in the holidays. I am using Toolset Types and Toolset Views from OnTheGoSystems.
PS: as a workaround I created a Submit button, so visitors can create the right selection, Ajax is disabled now. Simply don’t know what to do to solve the problem, the Toolset helpdesk advised me to check the theme.
Thanks, I was logged in fine, just could not find a way to start a new thread. Case closed ;-)
December 7, 2018 at 5:30 pm in reply to: Updating Enfold 4.4.1 to Enfold 4.5.1 does not work: error message #1042122Same here, in Dutch it says:
Er is een fout opgetreden bij het bijwerken van Enfold: Download mislukt. De opgegeven URL is ongeldig..
Translation:
There is an error with updating Enfold: download failed. The url is not valid- This reply was modified 5 years, 11 months ago by thijsvanhalewijn.
Hi Rikard,
We looked into my browser, emptying the cache completely solved the problem, thanks!
Yes it does, Jordan. I consulted my provider as well. Seems like it’s really a Chrome issue.
When using Incognito Pane, the issue does NOT appear…
We hoped it would be caused by chache or extensions, that seems to be not the case….So: very strange..!
Hi, I have notice this problem occurs in Chrome (not in Firefox).
i hacve updated Chrome to make sure i am using the latest versionSorry, false alarm.
My client put the settings to ‘only show if events are available’ (and curently there are no events planned).
Case closed!
KR
Thijs van HalewijnHi!
Looks like the events calendar upcoming events widget has suddenly disappeared from my home page.
I tried quite a number of things, like rolling back to previous versions, but that does not help.
Looks like the theme might be the problem. Could you please advise on what to do?
Thanks!
KR
Thijs van Halewijn -
AuthorPosts