Dennis Ploetner
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] Flags not seen in front office, only a linkPlease ask the author of the theme what you should do … https://wordpress.org/support/theme/hightide
Let me know,
Dennis.Forum: Plugins
In reply to: [Multisite Language Switcher] Different languages of the primary siteOh, there are no files to copy … these 2 domains should point to the same installation. This is one of the advantages of the multisite.
Hi,
thanks … there is a filter in the output class that could fit your needs:
/** * Returns HTML-link for an item of the output-arr * @since 0.9.8 * @param string $url * @param MslsLink $link * @param bool current */ apply_filters( 'msls_output_get', $url, $link, $current );You could store the inputs in a static var for example. There is also a function
get_the_msls()but this is already preprocessed …Cheers,
Dennis.Forum: Plugins
In reply to: [MslsMenu] en_GB on hover, how to changeHave a nice walk! π
Yes, you can configure this with different users using the “reference user” option in the settings of the Multisite Language Switcher.
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. π