nathan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Doubled menu on tablet/iphone size screensJust encountered the same problem…
I resolved it by adding this in the css:
@media screen and (max-width: 56.875em){ .menu-main-container{ display: none; } }and this in the js/function.js:
$( "#menu-toggle" ).click(function() { var menuMobileVisible = $('.menu-main-container').css("display"); if(menuMobileVisible === "none"){ $('.menu-main-container').css('display','block'); } else { $('.menu-main-container').css('display','none'); } });(insert the js before the document ready stuff, so before line 183).
Best.
Forum: Plugins
In reply to: [Qtranslate Slug] qtranslate slug selector unexpected behaviourResolved.
Forum: Plugins
In reply to: [Qtranslate Slug] qtranslate slug selector unexpected behaviourGood idea indeed. Thanks for everything.
Forum: Plugins
In reply to: [Qtranslate Slug] qtranslate slug selector unexpected behaviourThis works perfectly !
Thanks a lot !!We should probably write this in the FAQ of mqTranslate, don’t you think ?
Forum: Plugins
In reply to: [mqTranslate] mqTranslate and Qtranslate SlugI opened a topic on the qtranslate slug’s support page by the way.
Forum: Plugins
In reply to: [mqTranslate] mqTranslate and Qtranslate SlugHi Daniel,
to sum it up:
– the main language of my Website is french, second language is english
– i use mqtranslate, qtranslate slug with the hack you ve mentioned
– when I m on the english version, the main menu’s links are pointing to the correct translated urls with the english slugs
So far so good…The only problem I ve noticed is when I use the mqtranslate widget selector on a page.
The url is domain.com/en/french-slug which is not normalMy guess is that it could be related to the permalinks structure. I should try different settings and see what happens.
I don’t think this is a major issue however. The main point of having qtranslate slug is for SEO. My plan b is to put these en/french-slugs page in no follow, no index, so I can generate a clean sitemap.
I m not at home at the moment so I ll probably try this tonight or tomorrow. I keep you informed.
Forum: Plugins
In reply to: [mqTranslate] mqTranslate and Qtranslate SlugNo problem, thanks for your time !
Forum: Plugins
In reply to: [mqTranslate] mqTranslate and Qtranslate SlugIn fact it’s even weirder:
The url with the english slug does exists.When the website is in english, the main menu’s links are correct.
When the website is in french, the main menu’s links are correct.But when I use the selector, for instance, from french to english, the new url is domain.com/en/the-french-slug instead of domain.com/en/the-english-slug
Forum: Plugins
In reply to: [mqTranslate] mqTranslate and Qtranslate SlugHere is what I see:
http://i.share.pho.to/74731276_o.pngI meant, only the first slug works.
When I switch the page in english, I see /en/french-slug