David Davis
Forum Replies Created
-
Forum: Plugins
In reply to: [HREFLANG Tags Lite] Tags are not validHi @mladenp,
Unfortunately, we just do not have the manpower to be able to provide usage support for the free version of HREFLANG Tags Lite.
If you are using the Pro version, please send us a message here: http://dcgws.com/contact/
Thanks!
Forum: Reviews
In reply to: [HREFLANG Tags Lite] This plugin works perfectly.Hi Matt,
Thank you very much for this review. I’m glad it has helped you.
Forum: Plugins
In reply to: [HREFLANG Tags Lite] Validation tool not in Pro version as advertisedHi @educamiacom
I will gladly issue you a refund, but the validation tool is definitely in the Pro version.
When you edit and page or post, you can find the tool in the HREFLANG TAS PRO meta box. Click the Validate button to test.
Forum: Plugins
In reply to: [HREFLANG Tags Lite] nl regional tagHi @peterpong
Thank you for the kind words. I’m uploading a new version today which adds the nl tag.
Have a nice day!
David
Forum: Plugins
In reply to: [HREFLANG Tags Lite] Undefined variable $href_langHi @jpwebcast
Thanks for your message. Actually, since
count($keys)has to equal 0 for this block to render, then there would be no selected dropdowns. So, in lines 226-230 you can safely change:echo '<option value="'.$lang.'"';
if ($lang == $href_lang) {
echo ' selected="selected"';
}
echo '>'.$lang_array['english_name'].'</option>';to
echo '<option value="'.$lang.'"'>'.$lang_array['english_name'].'</option>';Hope this helps
Forum: Plugins
In reply to: [HREFLANG Tags Lite] Undefined variable $href_langHi @jpwebcast
Thanks for your message. Actually, since
count($keys)has to equal 0 for this block to render, then there would be no selected dropdowns. So, in lines 226-230 you can safely change:echo '<option value="'.$lang.'"';
if ($lang == $href_lang) {
echo ' selected="selected"';
}
echo '>'.$lang_array['english_name'].'</option>';to
echo '<option value="'.$lang.'"';
echo '>'.$lang_array['english_name'].'</option>';Hope this helps
- This reply was modified 8 years, 6 months ago by David Davis.
Forum: Plugins
In reply to: [HREFLANG Tags Lite] Missing hreflang on homepageHi @7r1pl33m
I just tested the plugin adding a single hreflang tag on my static homepage and the changes saved without any issues.
Could you please give me more information? Which hreflang tags are you trying to add?
Best regards,
DavidForum: Plugins
In reply to: [HREFLANG Tags Lite] Tags pages getting unwanted href langYes, please do.
Thanks again!
Forum: Plugins
In reply to: [HREFLANG Tags Lite] Error messageI have fixed the PHP Warnings for undeclared variable, and will be uploading support for 4.9 in a few minutes.
Forum: Plugins
In reply to: [HREFLANG Tags Lite] Tags pages getting unwanted href langThe only way that could happen is if you have some plugin that is removing your custom fields or regenerating your custom fields.
Odd…
Forum: Plugins
In reply to: [HREFLANG Tags Lite] Additional tags being addedHi @frenchomatic,
Just upgraded my core to 4.9.1 and I did not have that issue.
You might want to check and see if you have any other plugins that could be causing this.
Best
DavidForum: Plugins
In reply to: [HREFLANG Tags Lite] Cusomized themeHi @shinamon
I’m very sorry, but you would need at least
wp_head()in the header for this plugin to work properly.Best,
DavidForum: Plugins
In reply to: [HREFLANG Tags Lite] Tags pages getting unwanted href langHi @frenchomatic,
Have been extremely busy, but finally got around to fixing this today.
Will be uploading shortly.
Best,
DavidForum: Plugins
In reply to: [HREFLANG Tags Lite] Error messageHi @sammies
I hope to get the plugin updated to 4.9 by this weekend.
Forum: Plugins
In reply to: [HREFLANG Tags Lite] Additional tags being addedI haven’t yet added 4.9 support yet. I’ll take a look as soon as possible.
I’ll also get tag pages excluded, asap.
Thanks for letting me know.
David