matthewtx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 error messageWhile you changed the text to ‘Bracelets’ the navigation is set to ‘bracelet’. You can see the url for the nav currently is: ‘https://www.thegemladyinlondon.com/?product_cat=bracelet’.
If you try ‘https://www.thegemladyinlondon.com/?product_cat=bracelets’ you’ll notice it will work.
Since I’m not able to directly review your site, I would recommend checking the term slug and/or the menu configuration (assuming you are using a menu for the nav).
The ‘Contact Us’ link appeared to work for me.
MatthewForum: Plugins
In reply to: [International SEO by Transifex] Install errorGot it.
I verified the hreflang issue and pushed a patch version 1.2.2 which you can download hereThe other thing you might need todo to activate the subdirectory rewrites is to select the WordPress objects to apply the rewrite to. So if ‘page’ is selected the rewrite will work for WordPress pages, ‘post’ for posts, etc. I have a quick video that you can review here: https://www.youtube.com/watch?v=cEpiFXd8QAM
Additionally I have an updated UI that will be released shortly that will hopefully make this setup more clear.
Forum: Plugins
In reply to: [International SEO by Transifex] Install errorHi raul292!
There were some incompatibilities with PHP 5.4 as well. I patched them and deployed a new version 1.2.1 which you can download here.Please give that a try and let me know if you encounter any additional issues!
Forum: Plugins
In reply to: [International SEO by Transifex] Install errorThanks for this info!
I believe the problem you are having comes from using PHP 5.3 . Version 5.4 has been released since 2012 and 5.3 was deprecated altogether back in August of 2014. If possible I would recommend that you upgrade to at least 5.4
I understand that this might be difficult, so alternatively if you go to the developers tab on the plugin and download 1.0.2 of the plugin and install it manually, it should work with PHP 5.3.
https://www.ads-software.com/plugins/transifex-live-integration/developers/
Forum: Plugins
In reply to: [International SEO by Transifex] Install errorHi raul292!
Can you check what version of PHP and WordPress you are using, and share those version numbers?Thanks
MatthewForum: Plugins
In reply to: [International SEO by Transifex] Transifex API KeyHere’s how you can get your API key:
After logging into https://www.transifex.com …
– From your Dashboard, select your project from the left panel
– Click on the project name at the top to go into the project details
– At the top right, hit the button that says “Live”
– It should take you this page
– Click the Gear icon at the top right to reveal your project-specific JavaScript snippetInside the first line of the snippet, you’ll find your API key after the phrase “window.liveSettings={api_key:”.