Krasimir Velichkov
Forum Replies Created
-
The funciton
Themify.trigger("scrollme")
doesn’t seem to be called correctly I would recommend you to:- Contact Themify for assistance
- Rollback the version of the Theme
- Disable any JavaScript optimizations to test because it looks like that the scroll functionality is called from the
themes/themify-ultra/themify/themify-builder/js/modules/scroll-highlight.js?ver=7.9.3
and clear your site + browser cache.
Screenshot uploading is not working here is the code that I tested out:
Before:
<div data-anchor="scrollme" data-lazy="1" class="module_row
After:
<div data-id="scrollme" data-lazy="1" class="module_row
Hey quick update on the case. I did some inspect element + edit of the “data-anchor” element and replaced it with “id” and the scrolling functionality worked every time. If you have the possibility to change the tag to “id” like in the screenshot please try and let me know if this is the epxected behavior, otherwise we gonna debug in a different way:
Hey, Can you tell me how you are setting up the anchor so that I can replicate the setup.
Like any plugins/editors – is it the default block editor or something else.
My observation is that the scroll works when we click or load the link but when it is added to the URL the scroll event is not working.
- This reply was modified 3 days, 7 hours ago by Krasimir Velichkov.
Awesome, thanks.
Please let me know if there is any update on this.
Cheers,
Krasimir at WPX Hosting
Forum: Plugins
In reply to: [W3 Total Cache] Sitemap errors when in enhanced cache modeHi,
Krasimir from WPX here.
I have managed to replicate the issue in a controlled environment abd a 100% replication chance.
Based on my tests the mime-type of the sitemap is handled as HTML instead of XML only when the “Cache feeds: site, categories, tags, comments” is toggled: https://wpx.page.link/Hh5j
The quickest fix that I found was to toggle the “Handle XML mime type” option and clear the cache manually: https://wpx.page.link/ZPsR
The issue will most likely occur to advanced users and such that want to experimenter with the plugin settings but they will end up with a broken sitemap due to the live(non-broken cache).
Note: You have to manually clear the disk cache via ssh/ftp in order to replicate it.
The steps that we took were:
1. Enable Page Caching and “Cache feeds: site, categories, tags, comments”
– This seems to automatically enable the “Handle XML mime type”.
2. Disable the “Cache feeds: site, categories, tags, comments”
3. Clear the cache manually via SSH/FTP
4. Refresh the sitemap of the site twice.
– You end up with conten-type header of text/html: https://wpx.page.link/aCVq
– The cache debug option shows text/xml but the browser doesn’t handle the comments: https://wpx.page.link/yZ6cBased on my understanding and competency I can tell that the issue occurs because of the removal of this .htaccess rule:
< RewriteCond %{REQUEST_METHOD} !=POST < RewriteCond %{QUERY_STRING} ="" < RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC] < RewriteCond "%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_SSL}%{ENV:W3TC_PREVIEW}.xml%{ENV:W3TC_ENC}" -f < RewriteRule .* "/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_SSL}%{ENV:W3TC_PREVIEW}.xml%{ENV:W3TC_ENC}" [L]
There might be something else but I cannot confirm it at the moment.
Thanks,
Krasimir
Security and Optimization at WPXForum: Reviews
In reply to: [Ezoic] Actually worsened my PageSpeed ScoreThe plugin deactivates all caching, which means that you will get even worse performance when the traffic of the site grows.
I hope that the Ezoic Dev team can do something about that because for some clients this is a huge issue as they cannot afford expensive Hosting.
Forum: Plugins
In reply to: [Ezoic] Autoptimize plugin stops working on Ezoic activationI can confirm that the issue still persists with static cache generation.
Most likely it is a bug or expected behavior.
Hopefully, we will get a response.
Hi @wfdave
I want to add some custom rules for files that I am setting basically they are suspicious files and scripts like some UNIX Agents that are most of the time ELF executable files:
By the way are the current rules even possible to edit?
Most likely it is included in the premium rules. Are you using the premium version with updated rules?
Forum: Reviews
In reply to: [Gutenberg] Should be a plugin, not a core feature!At least it will save a lot of time for new users.