vanminh888
Forum Replies Created
-
Thanks for your feedback. However I try with the above but it doesn’t work for me. In my case change the title color with post odd, even. Hence I added the class behind that and used css for it.
function cvp_theme_field_title_class( $args ) { global $current_class; $current_class = ($current_class == 'odd') ? 'even' : 'odd'; $args .= ' ' . $current_class; return $args; } add_filter( 'pt_cv_field_title_class', 'cvp_theme_field_title_class', 100, 1 );
Best regards!
I have found my problem. I disabled the cache plugin, it worked. Or don’t Minify JavaScript files, the chat plugin will work.
Forum: Plugins
In reply to: [PhastPress] Enabled Optimize CSS server responded to 404Thanks for your advice, I will check this out to improve performance.
Forum: Plugins
In reply to: [PhastPress] Enabled Optimize CSS server responded to 404Hi @kiboit
I have left a review for you already.
I used this lazy load plugin but it was not good. Another lazy load plugin that I am using “lazy-load-optimizer” helps my website gain 10 points more than the other recommended plugin.
Currently I just need to optimize on mobile but have some problems as the picture sent above.
Thank you!
Forum: Plugins
In reply to: [PhastPress] Enabled Optimize CSS server responded to 404Hi @kiboit ,
I have another request. You can help me remove js and Defer some things related to this plugin?
https://www.upload.ee/image/11986152/page_speed.jpg
Thanks,
- This reply was modified 4 years, 4 months ago by vanminh888.
Forum: Plugins
In reply to: [PhastPress] Enabled Optimize CSS server responded to 404It worked for me. Thank you, the support was amazing!
Forum: Plugins
In reply to: [PhastPress] Enabled Optimize CSS server responded to 404Yes, it is true that the CSS that loads the website’s font is in the child theme. This is the css link I uploaded. https://www.upload.ee/files/11982559/ru9.main.css.html
Thanks for your suggestion. I removed the “Date” field in Contac Form 7. Replaced it with the “Text” data type and it worked for me.
Thanks for your support again!
Hi @carlosmoreirapt
Thank you for responding. I tried many ways but it didn’t work.
You can watch it for me at: https://mrbbq.goldenlotusspa.vn/I turned off all plugins leaving RestroPress but it is still the same.
Hope to have more updates in the future, can work with cache plugin and auto refresh the cart :)).
https://uphinh.org/image/u50ol7Another extra question. Because the plugin does not support my country currency, I have added the currency to Function. However I do not know how to delete .00 behind it. Can you help me.
Yes, I am using RestroPress version 2.3. I found out that I have to f5 again to display the number of items ??
Forum: Plugins
In reply to: [W3 Total Cache] wp statisticsWp initial statistics are very good, but after a period of use, the swell of my database, continuous error 504 Gateway Time-out. How to optimize and improve it? I’ve updated to the latest version.