Forum Replies Created
-
AuthorPosts
-
UPDATE
Dear Mike
I tried many times to fix this issue my self and also with the help of other professionals but the outcome was always the same, we could not make enfold work together with SG cache system. So we decided to leave SG and now the website is hosted in other provider with no problems regarding there cache.Hello
The answer from siteground to your last question is that there is no recommended time limit when it comes to the HTTP header cache-control: max-age or cache-control: s-maxageToday the gave me after monitoring all this time even more detailed information that you can see in private. Please review carefully and try to give me a solution for your part.
Hi
Of course i know what this is I just transferring the message.
Should i add this code to functions-enfold.php instead of functions.php?Siteground thankfully is continuing to monitoring the problem and they gave me this extra information that you see in private. Please check this carefully to clarify before I do any changes
Please note that the problem stays the same even when I’m deactivating all plugins
hi
this is the response of SGBy default, WordPress is a stateless application, meaning that it should not have session cookies on the landing pages, as each session is carried out as if it was the first time and responses are not dependent upon data from a previous session. This however changes when you have pop-ups on the landing page for example, which needs to track whether the visitor has clicked on any of the options of the pop-up, as is on your website for the notifications pop-up, which loads on the landing page of the website. Though this is an example and should be looked at the plugin configurations on your end as well, as it could be set by any of the extensions that you are utilising on the website.
Sessions cookies should only be used on login pages, for example when you are accessing your Dashboard, where content correctly should not be shown from cache, but should be loaded Dynamically on the website.
I must say to you that any other theme works perfectly fine with SG cache. I can’t b sure if GS reports are 100% accurate about the cause i am just transferring information from one to another.
The only thing that is clear to ne is that this is happening with enfold
Hello again and thank you for answering
I did what you said and the problem is not solved. I asked again SG to monitor the site and you can see the answer in private.
Thank you in advanceHello and happy new year
Following your suggestion I have added the code belowfunction varnish_safe_http_headers() { header( 'X-UA-Compatible: IE=edge,chrome=1' ); session_cache_limiter(''); header("Cache-Control: public, s-maxage=120"); if( !session_id() ) { session_start(); } } add_action( 'send_headers', 'varnish_safe_http_headers' );
this function actually gave me some result but not the proper one. After applying this function the siteground cache system periodically works but mostly not. This means that randomly the same url sometimes is cached and some times is not. So the cache is still not working properly. I have asked SG to further investigate this issue and after monitoring the gave this information that you see in private.
- This reply was modified 10 months, 3 weeks ago by John.
Hi Rikard thank you for answering
I did try this before and I have repeat this action after your response by disabling CSS File Merging And Compression and Javascript File Merging And Compression, unfortunately with no result.Yigit thnk you for answering
enabling the “Delete Old CSS And JS Files?” option in the Enfold theme option has absolutely no effect on the problem. Please note that the dynamic caching on siteground works together with a speed optimizer plugin made by them. As I said this was working fine for years and suddenly stopped having as a result the site to b slow and consuming huge resourcesregards
JohnJanuary 4, 2020 at 8:56 pm in reply to: The social share icons aren’t showing on my blog posts. #1170361Thank you very much for the help Victoria, the solution you have provided works 😊
Kind regardsThank you very much Mike for your answer and for the offered help I really appreciate this. I have just managed to update theme via ftp and everything looks fine so far. You may close this topic.
Regards John :-)I have tried the solution posted on this thread: https://kriesi.at/support/topic/update-enfold-18/#post-1004413 but unfortunately is not working with me. I will try update manually using ftp or the web hosts file manager but please clarify to me if there is any change to loose any of my sites configuration. I don’t use a child theme. I use wmpl along with enfod theme but I did note have made any changes to the theme files except some code that I use in the quick css field
I have abandoned the use of the easy slider, as I can not get it out, for the moment I’m using video element that seems to work properly. I’ll let you know if I’m having a problem along the way. thank you very much for your time.
Thank you Victoria for answering, I have cleared the cache several times but the problem remains the same. You can check the screenshot Links I have provided in my first post when when I opend this topic. Or you can check using your mobile device by clicking the link in private.
Hello Victoria unfortynatelly its not working, i tried Quick Css and custom.css also
Thnx for answering. The credentials I have provided are working I have test them on my end. There is no paublic folder lock any more because my site is live now. I had to remove the videos from my main page because as I said there Is a problem with the the fallback image. I have created a temporary page to demonstrate the problem that occurs. please check the link in private.
Thank you in advance
RegardsCan you please be more specific, what exactly you see wrong ?
Thank you for answering please check in private.
Thank you very much Mike. it looks nice :-)
please check the sidebar Custom HTML, i have pasted the code there.
thank youcorrection to user name
done
Thank you Mike, but unfortunately is not working at my end.
Victoria it works really nice. Thank you very much :-)
If I understood right, I can use set a custom class name and then make modifications through css. basically what I want to do is adjust the letters and number to fit in the borders to be responsive if its possible.
Thank you Basilis for answering I’m a newbie so I’m a bit confused. What custom class name I should use ? Reading Vinay post above (and also the documantation) I thought that I can use a name of my choice before pasting the code in the widget.
I do understand that you have a lot of support requests but I would really appreciate if someone can help me solve this.
thank you very much for your answers but it’s still not ok. Plase check
1) I have checked Show element options for developers in Enfold Theme Options Settings
2) I gave the name ”cnt-esctlv18” in Custom Css Class in the animated countdown element (Add a custom css class for the element here. Make sure to only use allowed characters (latin characters, underscores, dashes and numbers)
3) I have paste the code in text widget -
AuthorPosts