reddo
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] Issues with WordPress 4.5I’ve tried disabling all the other q-translate related plugins, still not saving the translations of that particular menu.
Here’s a screenshot of my qTranslate related plugins:
[url=http://postimg.org/image/p71g664zb/][img]http://s31.postimg.org/p71g664zb/Screen_Shot_2016_04_22_at_09_37_44.jpg[/img][/url]
http://postimg.org/image/p71g664zb/
[url=http://postimg.org/image/p71g664zb/][img=http://s31.postimg.org/p71g664zb/Screen_Shot_2016_04_22_at_09_37_44.jpg][/url]I’m running the latest version on WP with everything up to date.
Forum: Plugins
In reply to: [qTranslate X] Issues with WordPress 4.5@antigone Webteam: I gave it a try, and I confirm it’s happened similarly to me. In my case both translations ended up in the 1st language’s textarea and the second language’s translations disappeared after I saved the category
Forum: Plugins
In reply to: [qTranslate X] Issues with WordPress 4.5@john Clause: Yes, I’m absolutely positive.
I deleted the old plugin and installed the 3.4.6.5 one. Went to Settings-Languages and clicked save.
The weird thing is that it’s happening on one menu and it’s working fine on the other.
Forum: Plugins
In reply to: [qTranslate X] Issues with WordPress 4.5It’s still not saving the menu translations correctly for me.
I deactivated the qTranslate-X plugin, added the downloaded 3.4.6.5 and activated it, went to dashboard->settings->languages and saved the settings, then back to appearence->menus, translated one of my menu items, saved it and it only saved the last language I entered before saving, the other translation is lost.
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] Missing 'class' on line 1734You don’t necessarily have to add
$class = '';there, it’s enough to change row 1734 to$class = ( $atts['type'] ) ? 'img-' . $atts['type'] . ' ' : '';. Note the missing period after$class; this defines the $class variable right there.Forum: Plugins
In reply to: [Open Graph Metabox] Access the entered info manuallyNo, I mean I’ve already set the default options and I would like to echo the field somewhere else in my template. Specifically I want to use the image I’ve set as default in the options panel in one of my theme’s functions. Is there a possibility to do this?
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Lightbox and Custom FieldsUnfortunately something’s not working. I’ve added the filter you provided, but the images still open as if the script’s not active.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Lightbox and Custom FieldsThank you, I’m gonna give it a try tomorrow.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Lightbox and Custom FieldsHow about if the image is inserted in a wysiwyg editor from ACF?
Forum: Plugins
In reply to: [Testimonial Slider] [feature request] Swipe functionality.Thank you. Looking forward to it!
Forum: Plugins
In reply to: [Testimonial Slider] [feature request] Swipe functionality.While you’re there, consider adding option to disable console logging of Cycle2 with
data-cycle-log="false"Forum: Plugins
In reply to: [qTranslate X] WP_Widget is deprecated since version 4.3.0!Thanks, I’ll try this.
Forum: Plugins
In reply to: [qTranslate X] WP_Widget is deprecated since version 4.3.0!Hi, I have this exact same issue. Where would I change this?
Forum: Plugins
In reply to: [Contact Form DB] "" before output and "" afterGot around this by not using the
beforeandafterfields. After removing those the extra<p>dissapeared and I’ve added the wrapper code by hand. Thanks for your time on this though.Forum: Plugins
In reply to: [Contact Form DB] "" before output and "" afterYep, I am editing in text mode.