frenchomatic
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] AMP Takeover V0.9.97.46.1OK – I found the issue and version 0.9.97.47 is now working. You have to make sure the option Individual AMP page (bulk edit) is set to show by default or AMP takeover doesn’t work and you will just get ordinary pages regardless of what you have per individual page.
I am marking this as solved but you may like to investigate why there is this dependency.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] AMP Takeover V0.9.97.46.1Yes I can confirm – tried updating several times and each time it doesn’t redirect to AMP pages but just shows the ordinary pages. Tried many things like unset AMP takeover and then reset it etc. There are no obvious errors to report either.
AMP plugin version V0.9.97.46.1 doesn’t work (tried this yesterday)
AMP plugin version V0.9.97.47 doesn’t work (tried this just now)
AMP plugin version V0.9.97.44 works fine- This reply was modified 5 years, 7 months ago by frenchomatic.
- This reply was modified 5 years, 7 months ago by frenchomatic.
- This reply was modified 5 years, 7 months ago by frenchomatic.
- This reply was modified 5 years, 7 months ago by frenchomatic.
Forum: Plugins
In reply to: [Classic Editor] css issue with classic editorLike you i thought caching and was banging away on cloudflare and W3TC. Didn’t think to inspect what js was firing or not as the case may be. Your plugin is a god send because none of my clients want to learn the new editor – frankly it is a big backward step. There are really good visual editors already if people want to use them. Anyway, thanks for your persistence.
Forum: Plugins
In reply to: [Classic Editor] css issue with classic editorOk – I see the issue – my security was failing to load the resource and was giving a 403 error.
Basically in wp-inlcudes I used an htaccess which did this. as I now use ninja I probably don’t even need that anymore.
Order deny,allow
Deny from all
<Files ~ “.(xml|css|woff|svg|ttf|pdf|ico|jpe?g|png|gif|js|html_gzip|html|old)$”>
Allow from all
</Files>
<FilesMatch “\.(php|php\.)$”>
Order Allow,Deny
Deny from all
</FilesMatch>- This reply was modified 5 years, 11 months ago by frenchomatic.
Forum: Plugins
In reply to: [Classic Editor] css issue with classic editorI have emptied caches several times and when I change that css to #000 is shows normally. Also this creates issues in the Genesis framework
.tmce-active .quicktags-toolbar{display:none}
It means you don’t get your normal tool bar. Removing that and in genesis the tool bar appears. Why would you want to turn that off anyway?
- This reply was modified 5 years, 11 months ago by frenchomatic.
This is not completely fixed for the 404 page because a
<h1 class="amptitle">
tag is being placed around all of the content. It means html within your 404 error page doesn’t show as expected. The H1 needs to be removed.You can go to github and download features.php and the 404.php file which has been committed. The cookie notice/GPDR and the 404 error page will show correctly. In the 404.php file you will need to edit it because everything has been put between
<h1>
tags so the error page will look strange with only big writing. Just remove the surround<h1 class="amptitle">
and </h1>
https://github.com/ahmedkaludi/accelerated-mobile-pages/issues/2671
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] HTML in 404 page not renderingTo be clear, if you enter html into the admin box for 404 errors (say a link to the home page or sitemap) it used to render but now it doesn’t.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] HTML in 404 page not renderingJust sent an email of an example. I have this problem on all sites, both hybrid and in AMP takeover.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Woocommerce 3.5 updateAppears to be working fine for me – WP version 4.9.8; Genesis Connect Version 1.0, framework 2.6.1 – Will update another site and report back if there are any issues but not seeing any at present.
Thanks – I tested the github commit and it solves it.
Seems to be working fine – thanks
Thanks – let me try that – so I just disable WordPress REST API* option.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Need disable all amp pages in my siteHaving deleted the plugin so it is no longer serving AMP pages you can use a 301 redirect in your .htaccess file such as explained here
https://www.wpbeginner.com/wp-tutorials/how-to-properly-disable-google-amp-in-wordpress/
RewriteEngine On RewriteCond %{REQUEST_URI} (.+)/amp(.*)$ RewriteRule ^ %1/ [R=301,L]
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Disappointing – version 0.9.97.10OK – yes I see that now – I will wait until 0.9.98. In the meantime I will do some more testing on the beta. My post tile was perhaps too emotive.
- This reply was modified 6 years, 3 months ago by frenchomatic.