frenchomatic
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Where to download older versions?Rebuilding permalinks is unlikely to work if you are blocking the REST API -anybody that has a reasonable firewall like Ninja Firewall will either need to downgrade and test or disable that option in their firewall plugin. Likewise anybody who has an htaccesss rule blocking it. This type of thing should have been spotted before release. There are tens of security articles about exploits on the REST API.
Forum: Plugins
In reply to: [Contact Form 7] CF7 4.8 not sending. Rebuilding permalinks fixed it for us.Confirmed WordPress V4.8 and latest contact form 7 V4.8- blocking the Rest API either through htaccess or via a plugin like Ninja firewall means the form will not send and eventually runs to a time out. Allowing the REST API and json to be accessed is a major security issue. If your site gets attention you will be hacked – odds on. This really needs fixing quickly.
Forum: Plugins
In reply to: [HREFLANG Tags Lite] X-defaults not stickingThis is what I mean
I presume what I am trying to get without it unsticking the x-defaults is correct?
<link rel=”alternate” href=”https://www.mydomain.com/mypage/” hreflang=”en”/>
<link rel=”alternate” href=”https://www.mydomain.fr/monpage/” hreflang=”fr”/>
<link rel=”alternate” href=”https://www.mydomain.com/mypage/” hreflang=”x-defaults”/>What happens after I modify or re-save a page is this
<link rel=”alternate” href=”https://www.mydomain.com/mypage/” hreflang=”en”/>
<link rel=”alternate” href=”https://www.mydomain.fr/monpage/” hreflang=”fr”/>I hadn’t noticed it before until i looked at the source code.
- This reply was modified 9 years, 1 month ago by frenchomatic.
Forum: Plugins
In reply to: [AMP WooCommerce] Variants not readableAdd line-height:20px or 25px to the css selector .varients-title. You can add it into the plugin file amp-woocommerce.php or better still start to build up a custom style sheet in your theme’s functions.php file for amp product pages.
I am hoping that the plugin developer provides a box in a future release so that custom css can be added into override the default settings.
Forum: Plugins
In reply to: [AMP WooCommerce] Variants issueWould it be possible to use forms instead to display variants in the same way as it does on a regular woocommerce product page? This would actually be the ideal solution as opposed to buttons. Buttons work fine for a few variants but when there are many, a dropdown form for each attribute works best for users.
https://www.ampproject.org/docs/reference/components/dynamic/amp-form
Forum: Plugins
In reply to: [AMP WooCommerce] Variants issueI have taken a look at the code and this looks easy enough to fix. I do wonder though if the actual attribute name which accompanies the woocommerce dropdowns is also needed.
attribute 1 name: choice – attribute 2 name : choice – etc.
Forum: Plugins
In reply to: [HREFLANG Tags Lite] HrefLang-Tag in Product CategoryAnother little donation sent.
Forum: Plugins
In reply to: [HREFLANG Tags Lite] HrefLang-Tag in Product CategoryWell after completing on two sites – I can’t find any bugs. Congratulations.
Forum: Plugins
In reply to: [HREFLANG Tags Lite] HrefLang-Tag in Product CategoryWell done – And there was me removing the action on the hook for product categories and adding them in manually. It is so much neater now. Will let you know if I see any bugs but so far it is looking good.
Forum: Plugins
In reply to: [HREFLANG Tags Lite] HrefLang-Tag in Product CategoryJust took a look – yes you have it – I presume it was intentional to have the same alternate url
<link rel=”alternate” href=”http://dcgws.com/services/” hreflang=”en” />
<link rel=”alternate” href=”http://dcgws.com/services/” hreflang=”en-PH” />Power to your fingers. If you get this David, I will certainly donate again – You will have a plugin which has great potential here.
Forum: Plugins
In reply to: [HREFLANG Tags Lite] HrefLang-Tag in Product CategorySure let me take a look – I don’t mind do some testing for you. Post what you would like me to test.
Forum: Plugins
In reply to: [HREFLANG Tags Lite] HrefLang-Tag in Product CategoryAny update on this – google is busy indexing my site and it would be good to get these hreflang tags for product categories in place.
also I am wondering how best to “force” google to accept. In my case I am going between .com and a .fr domains
Forum: Plugins
In reply to: [HREFLANG Tags Lite] HrefLang-Tag in Product CategoryTHanks – two issues I see – product category alternate can’t be set and perhaps more difficult but the main product archive as well.
Forum: Plugins
In reply to: [HREFLANG Tags Lite] HrefLang-Tag in Product CategorySorry should have mentioned Genesis + WP 4.7.3 , Woocommerce 3.0.3 and Hreflang tags lite 2.4.4 – so everything upto date.
Took a quick look in the plugin code but it was not immediately obvious what needed to be done.
Forum: Plugins
In reply to: [HREFLANG Tags Lite] HrefLang-Tag in Product CategoryYou have made a really nice easy to use plugin – I donate because good work needs to be rewarded. Too many take wordpress plugin developers for granted and we need you to be around to provide updates
I concur that product categories (woocommerce at least) are taking the alternative url from the 1st product. This is not a major issue but google is going to get quite confused and particularly so on new sites it is indexing and ranking.