cybmeta
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Disable on AMP pagesThe issue here is not about minifiyng CSS, JS or HTML. It is about they being added to AMP pages when that pages should not include any CSS file and only allowed JS. I can not imaging how chaning the minify method can fix the issue. @dinhtungdu Can you explain it? I’ve tested and, as I expected, it didn’t work.
Same here. @khahina suggetions work for, disable and re-enable Plublicize.
Forum: Plugins
In reply to: [DW Question & Answer] Remove Notice To Upgrade To Pro In Admin DashboardI’ve been digging into the code of the plugin and you are using a session cookie to disable the notice message. That is why it keeps appearing on new sessions. You should use a option field to disable it enterely if the user choose to do it.
Forum: Plugins
In reply to: [DW Question & Answer] Remove Notice To Upgrade To Pro In Admin DashboardAre you asking to MassimoD, KD35, asoukhoverkhov or me?
Forum: Plugins
In reply to: [DW Question & Answer] Remove Notice To Upgrade To Pro In Admin DashboardIt doesn’t work; every time I log into my site, the notice is there again.
May I ask why the plugin has been unlisted from www.remarpro.com directory?
Forum: Plugins
In reply to: [DW Question & Answer] Remove Notice To Upgrade To Pro In Admin DashboardI see you have add the option to dismiss the notice, but it doesn’t work. The notice disappears if you click the dismiss button, but in next page load the notice appears again. Also, it triggers a Notice error:
Notice: Undefined index: qa-pro-notice in /home/cybmeta/public_html/sandbox/wp-content/plugins/dw-question-answer/inc/Admin/Welcome.php on line 21
Forum: Plugins
In reply to: [DW Question & Answer] Remove Notice To Upgrade To Pro In Admin DashboardYou should add a way to opt-out of that notice. It is really annoying. Please, consider it.
Forum: Plugins
In reply to: [W3 Total Cache] Disable on AMP pagesOf course, you can set “/amp” (or the amp endpoint you use) in the “Never minify the following pages”. It fix the problem with CSS and JS files without hacking the pllugin, but the HTML minification is also disable.
Forum: Plugins
In reply to: [W3 Total Cache] Disable on AMP pagesGood point @teaperson200
As I said, the solution is a “very quick” fix, it is intended to fix the problem until a proper solution is found.
I’ve not looked very deeply into W3TC code but it seems that minified CSS and JS files generated by W3TC are not enqueued nor registered, they are injected into the document DOM, so they can not be deregistered.
Forum: Plugins
In reply to: [W3 Total Cache] before I post reviews all over please can you helpI don’t recommend to remove the version string. It is very useful to deliver the correct CSS and JS if you update them. If the user has a CSS or JS in the browser cache, you have no way to say to the browser that a new version must be downloaded. If you change the version string, the URL of the CSS/JS is different and the browser will download it again.
So, do not revmoe version stings.
PD: W3TC has nothing to do with version strings; they are appended by WordPress.
Forum: Plugins
In reply to: [W3 Total Cache] Disable on AMP pagesPlease @coop920, start a new thread if you want to talk about something different, this thread was open to talk about W3TC conflict with AMP plugin. Stop talking about another non-related things. I hope you understand that making a thread open to every issues is not good for any user who come here looking for help about AMP plugin and W3TC. Your issue had nothing to do with W3TC and AMP plugin.
Forum: Plugins
In reply to: [W3 Total Cache] Disable on AMP pages@coop920 that error has nothing to do with the issue we are talking about; I think it is better if you start a new thread for that.
Forum: Plugins
In reply to: [W3 Total Cache] Disable on AMP pagesThank you WP Media for the update. Unfortunately a paid service is not affordable for everyone, even if it is the best service.
A very quick fix for W3TC. In the file plugins/w3-total-cache/lib/W3/Plugin/Minify.php, line 139:
if( function_exists('is_amp_endpoint') && is_amp_endpoint() ) { $add_script_and_style = false; } else { $add_script_and_style = true; } if ( function_exists('is_feed') && ! is_feed() && $add_script_and_style ) {
Please, note that it is a very quick fix; there can be a better solution.
Forum: Plugins
In reply to: [W3 Total Cache] Disable on AMP pagesUnfortunately W3TC seems abandoned. The developer has not been active for 4 months, the compatible version has not been update since WordPress 4.3.3 and there are users who has bought Pro license but they don’t recieve support.
I’m afraid that we need to look for another solution. WP Rocket seems good but it is not free and it is also not compatible with AMP.
Forum: Fixing WordPress
In reply to: Getting support“The page doesn’t like my password”, what does that mean?
Is it possible that you have typed “wordpress.com” when you really wanted to type
“www.remarpro.com” in the bar address of your browswer?By the way, if you have complaints against Genesis Framework or want support about it, the best you can do is to use the support channels available at StudioPress.