andresxv
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] No placeholder text for email input field.Hi, you can use this javascript that turns the labels into placeholders
// labels to placeholders form newsletter signup
$(‘#mc_signup .mc_merge_var’).each(function(index, el) {
var label_text = $(el).find(‘label’).hide().text();
console.log(label_text);
$(el).find(‘input’).attr(‘placeholder’, label_text );
});Same issue here.
very useful plugin, btw.most images in my webpage should not have the sharer, is there a way to exclude certain images from having the hover icons?
Forum: Fixing WordPress
In reply to: pluggable.php on line 1121If you get this error and dont have any spaces or line breaks in wp-config.php outside <?php and ?>, check that the wp-cofig.php is saved as utf-8 without BOM
Forum: Fixing WordPress
In reply to: Update 3.9.1 won't auto updateHi, swotching to the default theme, update, and then back to my theme does the trick, thanks so much esmi
Forum: Fixing WordPress
In reply to: Update 3.9.1 won't auto updateSame issue, both on my localhost and production servers,
– Shows the alert “please update to 3.9.1”
– I do the update proceses and everthing seems to go perfect.
– i keep getting the “update to 3.9.1” alertForum: Plugins
In reply to: [zAccordion] Code and Image Locationalso the id in your markup should be “slider” not “featured”
Forum: Plugins
In reply to: [zAccordion] Code and Image Locationi think i nkow why this happens, the plugin tries to load theese assets:
<script src='https://yoursite.com/wp-content/plugins/zAccordion/js/jquery.zaccordion.min.js?ver=3.7.1'></script> <script src='https://yoursite.com/wp-content/plugins/zAccordion/js/slider.js?ver=3.7.1'></script> <script src=https://yoursite.com/wp-content/plugins/zAccordion/js/jquery.easing.1.3.js?ver=3.7.1'></script>
but it wont work on some servers because of the uppercase in:
/plugins/zAccordion/
should call:
/plugins/zaccordion/
Forum: Plugins
In reply to: [WP Dropdown Hierarchical Category UI] Thank you! And a suggestion…agree, this should become a core feature