Dennis Ploetner
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] Different languages of the primary siteYou should check this where you bought your domain. Very often there you have access to a panel for DNS configuration. Maybe you can ask also somebody from your hosting support. gr.boutsivaris.gr could be a CNAME for boutsivaris.gr (like http://www.boutsivaris.gr).
Forum: Plugins
In reply to: [Multisite Language Switcher] Different languages of the primary siteThese domains have different IP addresses:
boutsivaris.gr 193.92.97.18
gr.boutsivaris.gr 54.72.52.58Could you check this first?
Forum: Plugins
In reply to: [Multisite Language Switcher] Different languages of the primary siteNo, no problem … how is the name of the gr site?
I’m afraid that you should talk with the theme developer. I get always the English string even if I access the German part of the website directly via /de. I think this is an issue related to JavaScript because whenever I try a complete reload (CTRL + F5) of the German pages I can see “0 Artikel” for a moment.
Forum: Plugins
In reply to: [Multisite Language Switcher] Why no demo or in the least one example?BTW I don’t think that it’s ok to rant about a general lack of documentation in WordPress. There is quite a lot out there and if you miss something, why don’t you research a little bit and contribute to it?
Have a look here:
There are various teams working in different fields. If you don’t know where you should begin, visit a Meetup, a WordCamp/Contributor Day or whatever.
I think that is the sell of WP – to simplify the development.
WordPress is open source and driven by its community. I nor this website sell you nothing here (if not some swag in the shop).
Forum: Plugins
In reply to: [Multisite Language Switcher] Different languages of the primary siteIf you have a subdomain setup then you should have a .htaccess like this:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L]Do you have a link for me where I can see these problems?
Forum: Plugins
In reply to: [Multisite Language Switcher] Why no demo or in the least one example?Please read the “Installation” section of this plugin first. There is a link to a website where you can find http://msls.co/install-config-and-use/ for example.
After that just come back and we can discuss Open Source issues – all the additional documentation in German and Italian and so on… :/
Forum: Plugins
In reply to: [MslsMenu] Text for language and alignment is offJust check how your navigation menu is made.
For example: If your menu is an unordered list then check “HTML/text before each item” and “HTML/text after each item” in the plugin settings of the Multisite Language Switcher and insert
<li>and</li>there.Let me know 😉
Forum: Plugins
In reply to: [MslsMenu] Edit flag and positioningJust use the before the input fields “HTML/text before each item” and “HTML/text after each item” in the plugin settings of the Multisite Language Switcher. 😉
Forum: Plugins
In reply to: [Multisite Language Switcher] Hreflang integration (for each page/post)Hi,
this is already part of the funcionality 😉
Cheers,
Dennis.Forum: Plugins
In reply to: [Multisite Language Switcher] Instaling Multisite Language SwitcherDid you already all the necessary things for the multisite setup. The plugin will not work if this isn’t done. And please check first if the plugin is really activated…
Let me know,
Dennis.Forum: Plugins
In reply to: [Multisite Language Switcher] several identical flags in a multisite networkOK, very good!
Forum: Plugins
In reply to: [Multisite Language Switcher] Problem with links and missing optionsSorry but I can not see any image. Just a lot of ads … please send me a mail to [email protected]
Forum: Plugins
In reply to: [Multisite Language Switcher] Problem with links and missing optionsThat is indeed strange. Do you have the autocomplete fields or the standard drop-down active?