sducasse85
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't select static blog pageIf it can help anyone, I disable WPML, changed the Blog page in the settings and enable WPML.
It works fine now 🙂
Forum: Fixing WordPress
In reply to: Can't select static blog pageSame problem here.
I am using WPML do you? Maybe it’s causing the problem.Forum: Plugins
In reply to: [Plugin: Meteor slides] Drop down menu and mouseover issues in IEI know this an old post but for anyone that may have the mouseover bug that makes the slideshow jumps down the page… if you’ve put your meteor slide in a div and add an fix height to that div, just delete the fix height. The meteor-slides div has an fix height anyway and you will fix that weird bug :).
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Add New two text fieldFor those who wants to add an extra field you can use this plugin that works great with Meteor Slides!
http://wordpress.org/extend/plugins/advanced-custom-fields/
Location settings is equal to your slideshow and add this code to the meteor-slideshow.php file :
<?php if(get_field('your-field-name')){ $field_name = get_field('your-field-name'); echo '<p>' . $field_name . '</p>'; } ?>You just have to follow this tutorial to know where to add the code. (same place as the title in the tutorial)
Hope it helps someone! Sorry for my english 🙂