Gery
Forum Replies Created
-
Forum: Plugins
In reply to: [Qtranslate Slug] Qtranslate slug conflicting with UbermenuPedro, it seems to be working now! I haven’t had time yet to thoroughly test it yet, but the error message has gone and I am able to access the UberMenu edit function on the Menus page.
Thanks so much for your hard work and diligence in fixing this bug!
If I come across any major problems I’ll report back, but it should be fine now.
Thanks again, and have a great day!
Forum: Plugins
In reply to: [Qtranslate Slug] Qtranslate slug conflicting with UbermenuHi Pedro, and thanks for all your hard work. I have updated the plugin but unfortunately I am still receiving the UberMenu error message on the Menus page (I’ve cleared the cache several times). Let me know if you need access to my site. Thanks!
Forum: Plugins
In reply to: [Qtranslate Slug] Qtranslate slug conflicting with UbermenuHi again. Since reporting this error I have been in contact with the author of the plugin UberMenu. This is his last message regarding the issue:
“I took a look at the Menus screen, and I see the javascript error – you can see it is coming from Qtranslate Slug:
See this file:
Here’s the unminified version for reference:
https://traduzionivecchia.it/wp-content/plugins/qtranslate-slug/assets/js/qts-nav-menu.js?ver=1.0
So I believe the error is occurring in a line like this:
1$(this).data('qt-value').match(regexp)
So what I can tell from this is that qTranslate Slug is trying to grab a value and match a regular expression, but since the value doesn’t exist, you get a javascript error which prevents further JS from executing.
To avoid the error, qTranslate Slug could do an existence check for the qt-value, and then only run the match() function if that value exists. This would prevent the error. However, I don’t know if there are other considerations, because I don’t have any idea what this code is supposed to do. Perhaps the event should only be triggered on a more specific set of elements. This is something that qTranslate Slug will need to look at in order to determine how to prevent the code from generating an error and still function properly.”
Hope this helps. Please let me know as soon as you have any info on the subject, as I’m working on a client’s site that should be finished tomorrow, and I’ve had to deactivate UberMenu (it was a “Sophie’s Choice” situation, but I can’t do without qTranslate Slug!!)
Many thanks! (My site: https://traduzionivecchia.it)
Forum: Plugins
In reply to: [qTranslate Plus] Vertical and HorizontalHi… Note that you need to add pp not just p in front of qtranslate or qtrans in your code.
Forum: Plugins
In reply to: [qTranslate Plus] Vertical and HorizontalChange .qtrans (old plugin) to .ppqtrans (new plugin). This worked for me.