weigertj
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] Using mqTranslate Qtranslate Slug – do not migrate yetHi, please see kuchenundkakao’s solution above, it’s fine. Without it the hreflang tags are not proper.
I set this topic as resolved.
It worked like a charm!
It can definitely go to the next update of Jetpack.Many thanks!
Forum: Plugins
In reply to: [Qtranslate Slug] Problems with qTranslate-Xkuchenundkakao offered a solution here, that hopefully will be implemented in the next update of qTranslate slug:
“That’s a problem of qtranslate-slug: For creating the slugs, qtranslate-slug uses the function qts_use, which tries to split by the old lang tags (‘<!–:de–>’ etc).
Just edit the file qtranslate-slug/includes/class-qtranslate-slug.php in line 703 (the function qts_use should start there) and replace the function with this:
public function qts_use($lang, $text, $show_available=false) { return qtranxf_use($lang, $text, $show_available); }This fixes the Problem (at least at my site ^^). ”
Hi Jeremy,
thank you for your help!
I use the Mobile Theme, Sharing and WordPress.com Stats modules.
I’ve just deactivated them one by one: the WordPress.com Stats module causes the problem.P.S.: The world is truly small! 🙂 I’ve noticed earlier that you are active in the WordPress Jetpack forums and that you might work for Automatic. Great area and expertise!
Cheers,
JozsefForum: Plugins
In reply to: [qTranslate X] Using mqTranslate Qtranslate Slug – do not migrate yetThe fix works, kuchenundkakao!
However, my solution outlined above worked all the time, the update didn’t break it.Update:
– I checked that Jetpack 3.3.2 is the last good version, Jetpack 3.4 breaks
– I tried the admin page in Inetrnet Explorer and the error is also there. IE doesn’t crash however, as it stops the loop after 8 instances (I just get a very long URL). Firefox crashes after about 50 loops in the URL.Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Some gaps in the gridI checked that in the wedding gallery I have a thumbnail with 159×160 and another thumbnail with 160×159 size. I checked the large images belonging to these thumbs and those instead of the regular 960×640 and 427×640 size (which are the regular sizes for my horizontal and vertical images) by accident have 640×960 and 419×640 pixel dimensions.
“Irregular” of different sizes don’t give an exact square thumbnail when manually editing the thumb (which is important) and when these thumbs with a pixel difference are in a certain position in the grid, gaps are created, even on a desktop display.Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Some gaps in the gridThanks, I tried it!
Regarding the questioned image:
– If I select the image and choose “create new thumbnails”, then I get a 160×160 thumbnail, which is fine
– If I choose “edit thumb” and manually select the square area precisely, I get 160×159, which is not an exact square. I think, this is because the image has different proportions than the others and the calculation with the rounding gives a different result. What do you think?Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Some gaps in the gridNow I can present the gap issue. This time only in the mobile version (using Jetpack for it) so maybe it’s not NexctCellent’s fault.
Use the mobile screen in horizontal mode and around the middle of the thumbnails you can see the issue (I used an LG G3 phone with Android):http://www.weigertimages.com/photo/portrait-fashion-photography/
Forum: Plugins
In reply to: [qTranslate X] Using mqTranslate Qtranslate Slug – do not migrate yetHi kuchenundkakao,
Actually I understand your point as after migrating I had the same problem with the language selector. Your fix works, I have just tried it.
However, I found a different, simpler solution. I use qTranslate Language Chooser instead of Language Selector and language switching is just fine without your fix.My custom CSS looks like this:
.qtranxs-lang-menu li { display:inline-block; margin:5px 3px 0px 3px; } #language-box .qtranxs_language_chooser { margin-bottom: 0; margin-top: 4px; overflow: hidden; position: relative; z-index: 100; } #language-box .qtranxs_language_chooser a { padding:4px; } #language-box .qtranxs_language_chooser li { float:left; } #header-toolbox { position:relative; z-index:100; } #mainmenu { margin-top:0px; } ul { margin-bottom:10px; }Forum: Plugins
In reply to: [qTranslate X] Using mqTranslate Qtranslate Slug – do not migrate yetGreat, thank you! But why I don’t have any error when switching languages?
Forum: Plugins
In reply to: [qTranslate X] Any Successful Migration Case from mqTraslateI successfully migrated rightaway when mqtranslate was depreciated. I just followed the guideline. Qtranslate-slug, All in One SEO worked out-of-box.
Forum: Plugins
In reply to: [qTranslate X] Using mqTranslate Qtranslate Slug – do not migrate yetI could migrate without a problem with 3.1.
http://www.weigertimages.comForum: Plugins
In reply to: [mqTranslate] Deprecation of mqTranslateThank you for your work! It worked great until we needed. It nicely bridged the time between qTranslate and qTranslate-X.