X3msnake
Forum Replies Created
-
Ok I’ll try these with my new client website.
I’ll let you know if I find anything.
Best Regards.
Ok, good luck, drop me a note here so I can test it too and give you some feedback. Keep up the good work. Keep it clean a simple to use and i’m sure it will become a great plugin.
I’m still using the plugin. I ended up removing the generated code and harcoding it to a css file. also changes the ampersands like you did on your new code, validation in the backoffice is unnecessary. I’m glad you so proptly fixed it, sorry for the bad temper.
It would be helpfull if you splitted your code into smaller logic packs and maybe instead of dropping a style inside body printing a css file from the backoffice at save time and loading it to wp_head hook. just an Idea.
Best Regards
XForum: Fixing WordPress
In reply to: Setting up a dual language websiteHello.
There are other ways to have a blog in more than one language. The old way is described here the two-tree concept.
https://www.cozmoslabs.com/228-multilanguage-solutions-wordpress-instalation/
You can have 2 trees where the parent page is UK / PT / Whatever, and the child pages are the ones that you present to the public.
By doing that you can check for parent page and display a different menu or whatever with a simple if statement.
Besides it works better with the search engines, and if you define the permalinks as PostName, you will end up with a simple structure like site/uk/page.
Hope this is of any use for anyone.
Best regards
X.I suggest a change to the message class as follows in order to give more ease of use for the user.
The message as it is now is not clear and some of my users never did subscribe because the email they recieve comes in english (is ther a way to change this?) and since they did not see the message they think it is spam.
.success /* fix jetpack message */
{
background-color: orange;
padding: 20px 30px 1px;
margin-bottom: 10px;}
Best regards
Greeting
I managed ??
Here is a pack with the pt_PT translation and also added the localization hook and fix for the “Uploaden” in play.php.
https://www.3skfreelance.org/wp_dev/wp_PhotoContest_pt_PT_pack_1.111206.zip
Hope it is usefull for someone too ??
Best Regards
V.