sergio.pinna.prato
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customify] The sidebar looks the sameWe will check and fix in next update
Thank you!
Forum: Themes and Templates
In reply to: [Customify] The sidebar looks the sameWell, I found this fix:
set: wite sidebar on;
CSS:.blog #main { width: 100%; max-width: 100%; flex-basis: 100%; border-right: 0; } .blog #sidebar-primary { display: none; }
Forum: Themes and Templates
In reply to: [Customify] The sidebar looks the sameno it does not work ??
Forum: Themes and Templates
In reply to: [Customify] The sidebar looks the sameExcuse me, but in a single post I need sidebar, in the posts blog I don’t need the sidebar
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Difference Firefox and ChromeI’m sorry, I build my site in the localhost ??
In Firefox the header is sticky, in Chorme the header is not sicky.
Forum: Themes and Templates
In reply to: [Customify] Blog page without sidebarTHANK YOU! ??
Thank you! ??
the folder is outside wp-content
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] I can’t see the image.The images have a different URL, it was added to the code.
Forum: Plugins
In reply to: [Portfolio Post Type] ShortcodeSame problem!
Forum: Plugins
In reply to: [Portfolio Post Type] Add a contentIf I add the_content() in archive-portfolio.php I recived the last the_content()of my portfolio element.
How can i use the_content() “or anything else” to add some custom text?
Thank you
Forum: Plugins
In reply to: [Popup for Contact Form 7] Does nothingYour plugin is very intresting!
…but it don’t work!
Not appear nothing!
I don’t know why….
…and
‘jQuery(function() {
jQuery(‘.color-pick’).wpColorPicker();
});’this is an error…?
I haven’t Colorpicker jQuery plugin…!
Ok,
I DID IT! ??
I changed your code from:
<div class="captcha-image"> <p><?php _e('Please prove you are human by selecting the', 'cf7-image-captcha'); ?> <span><?php echo $choice[$human]; ?></span> <?php _e('.', 'cf7-image-captcha'); ?></p> <?php $i = -1; foreach($choices as $title => $image) { $i++; if($i == $human) { $value = "kc_human"; } else { $value = "bot"; }; echo '<label><input type="radio" name="kc_captcha" value="'. $value .'"/><i class="fa '. $image .'"></i></label>'; } ?> <!--label><input type="radio" name="captcha" value="human" /><i class="fa fa-heart"></i></label> <label><input type="radio" name="captcha" value="bot" /><i class="fa fa-home"></i></label> <label><input type="radio" name="captcha" value="bot" /><i class="fa fa-star"></i></label--> </div>
to
<div class="captcha-image"> <p><?php _e('Please prove you are human by selecting the', 'cf7-image-captcha'); ?> <span><?php echo $choice[$human]; ?></span> <?php _e('.', 'cf7-image-captcha'); ?></p> <?php $i = -1; foreach($choices as $title => $image) { $i++; if($i == $human) { $value = "kc_human"; } else { $value = "bot"; }; echo '<label><input type="radio" name="kc_captcha" value="'. $value .'"/><i class="fa '. $image .'"></i></label>'; } if($_POST['cf7ic_exists']) { if(!empty($_POST['kc_honeypot']) || $_POST['required'] != "kc_human") { printf('<span class="wpcf7-not-valid-tip" role="alert">__('HERE YOUR ERROR MESSAGGE');</span>'); } } ?> <!--label><input type="radio" name="captcha" value="human" /><i class="fa fa-heart"></i></label> <label><input type="radio" name="captcha" value="bot" /><i class="fa fa-home"></i></label> <label><input type="radio" name="captcha" value="bot" /><i class="fa fa-star"></i></label--> </div>
I try to change your code from:
<div class="captcha-image"> <p><?php _e('Please prove you are human by selecting the', 'cf7-image-captcha'); ?> <span><?php echo $choice[$human]; ?></span> <?php _e('.', 'cf7-image-captcha'); ?></p> <?php $i = -1; foreach($choices as $title => $image) { $i++; if($i == $human) { $value = "kc_human"; } else { $value = "bot"; }; echo '<label><input type="radio" name="kc_captcha" value="'. $value .'"/><i class="fa '. $image .'"></i></label>'; } ?> <!--label><input type="radio" name="captcha" value="human" /><i class="fa fa-heart"></i></label> <label><input type="radio" name="captcha" value="bot" /><i class="fa fa-home"></i></label> <label><input type="radio" name="captcha" value="bot" /><i class="fa fa-star"></i></label--> </div>
to
<div id="captcha" class="captcha-image"> <p><?php _e('Please prove you are human by selecting the', 'cf7-image-captcha'); ?> <span><?php echo $choice[$human]; ?></span> <?php _e('.', 'cf7-image-captcha'); ?></p> <span class="wpcf7-form-control-wrap checkbox kc_captcha"> <span clas="wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required"> <?php $i = -1; foreach($choices as $title => $image) { $i++; if($i == $human) { $value = "kc_human"; } else { $value = "bot"; }; echo '<span class="wpcf7-list-item"><label><input type="radio" name="kc_captcha" value="'. $value .'"><i class="fa '. $image .' wpcf7-list-item-label"></i></label></span>'; } ?> </span> </span> <!--label><input type="radio" name="captcha" value="human" /><i class="fa fa-heart"></i></label> <label><input type="radio" name="captcha" value="bot" /><i class="fa fa-home"></i></label> <label><input type="radio" name="captcha" value="bot" /><i class="fa fa-star"></i></label--> </div>
but CF7 doesn’t show the error messagge…
…something in my code is wrgon, …sorry ??But I hope help you! ??
Forum: Plugins
In reply to: [WP LinkedIn] li_recommendations doens' workIn the afternoon, a recommendation was printing and now that it’s evening press another type of recommendation. I wonder if it depends on a few timing plug …?
P.S. I have two recommendations in LinkedIn