jbouquet
Forum Replies Created
-
@franz1989 Thanks for the tip, I hadn’t seen the custom CSS box. Cheers!
- This reply was modified 4 years, 7 months ago by jbouquet.
Forum: Plugins
In reply to: [Meteor Slides] Slideshow Widget not working with WPMLThanks Josh. Your suggestion brought me to this solution: https://wpml.org/2011/03/howto-display-different-widgets-per-language/
However, when I add multiple Slideshow Widgets to the Widget interface, I can only access Slideshows from one language. This defeats the purpose of the solution. Is there a way to select different language slideshows with your widget?
Sorry, here is the site, under progress: adic-org.com. You can try between English and French. I haven’t put in the rest yet…
Meteor Slides 1.5
Responsive Theme 1.7.8
WPML 2.6I’ve created the same slide in multiple languages and I’ve created multiple slideshows in each language. Custom taxonomies are enabled in WPML. I’m using multiple MS widgets to display the corresponding slideshow on the Home Featured widget of the theme, with Widget Logic used for each MS widget for each language. The MS widget picks up the right slideshows when I’m in each language (via the WPML display dropdown). But each time I save the MS widget, it goes back to displaying only the English slideshows… I’ve tried the shortcode in a text widget and it doesn’t work either. Could you please steer me in the right direction?
Forum: Plugins
In reply to: [XM-Backup] [Plugin: XM-Backup] Error in the settingsI have the same errors. Did you manage to fix it? Does it have to do with another plugin? Anyone, Bueller?
This is from a brand new installation of Download Monitor, fresh out of the box. It does that for any category that I create.
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Custom Thumbnail pagerHello Josh, I’ve been through the forums and your blog and can’t seem to find an answer with regards to ACF and MS…
I’ve copied meteor-slideshow.php to my child theme directory and I’ve appended this code as per your custom template tutorial:
<?php // Advanced Custom Fields in Meteor Slideshow
if(get_field(‘your-field-name’)){
$field_name = get_field(‘your-field-name’);
echo ‘<p>’ . $field_name . ‘</p>’;
}
?>I’ve created an ACF field group called Slide Text Fields, with the fields Slide Title and Slide Description set up as text inside it.
I’ve set the location to Post Type equals slide. I’ve filled in the text fields in each slide and yet, nothing shows up.
Any ideas? Help appreciated, cheers.
You did understand me right. Now that I re-read the FAQ, it makes sense, I thought that that answer was valid only when dummy text had been placed in the sidebar (whereas I only had a blank sidebar). Cheers.
Forum: Plugins
In reply to: [MailChimp Widget] [Plugin: MailChimp Widget] Form disappears after submiitJust copy the source code referenced in the pastebin links above…