Faiyaz Vaid
Forum Replies Created
-
Forum: Plugins
In reply to: [Disable Recaptcha - CF7] Remove badge from page not workingHi @suresh-shinde and @dpfuhl
I have checked the issue and found that it is not working. I just updated the plugin and added the settings to hide recaptcha completely. So you can use that one to temporarily remove it. I will debug the issue and surely come up with the solutions. But for now please update it to latest version and enjoy it! Also do not forget to rate it.
Forum: Plugins
In reply to: [Disable Recaptcha - CF7] Plugin Directory: Donation button brokenHey @yoneo12
Glad to know that you are willing to send some money and paying great attention to my work. I want to inform you that I just updated my donations link so now you can send it if you want to. Thanks once again.
Forum: Plugins
In reply to: [Disable Recaptcha - CF7] Feature request/idea: Global activation per defaultHi @yoneo12
Thanks for the great idea I will surely implement this with next release.
Love your idea. Thanks once again for the great suggestion.
Forum: Plugins
In reply to: [Post Carousel for DV Builder] Not saving in latest version?Hi update to latest version and try again.
Forum: Plugins
In reply to: [Post Carousel for DV Builder] Deactivate Feature imageHi @avviano
Thank you for the suggestion I will surely add the feature to disable the feature image in next release. Thanks again. ??
Forum: Reviews
In reply to: [Post Carousel for DV Builder] Excellent PluginHi
I am glad to know that you find it helpful. Keep rating and motivate me so I can improve it as much as possible. Thanks again for the great review. ??
Forum: Plugins
In reply to: [Post Carousel for DV Builder] Feature Image Link not workingThank you so much and I am glad to know that it is working fine now. Please don’t forget to rate 5 star if you like the plugin. Rate it and motivate me because it is free of cost. ??
Forum: Plugins
In reply to: [Post Carousel for DV Builder] Feature Image Link not workingHi @avviano
Thanks for letting me know and sorry there is minor mistake in code. You can replace with this code.
<script> jQuery(document).ready(function() { if(jQuery('.et_pb_fh_post_carousel_image img').length) { jQuery('.et_pb_fh_post_carousel_image img').click(function() { var parent = jQuery(this).parents().closest('.et_pb_fh_post_carousel_container_inner'); var link = parent.find('.et_pb_fh_post_carousel_title a').attr('href'); if(typeof link !== "undefined") { window.location.href = link; } }); } }); </script>
Forum: Plugins
In reply to: [Post Carousel for DV Builder] Feature Image Link not workingHi @avviano
Can you please replace ‘ quotes of script with ‘ single quote as it seems to be something went wrong with copy paste. Please try to replace quotes and let me know if script is working or not.
Forum: Plugins
In reply to: [Post Carousel for DV Builder] How can I make a photo link to a post?Hi @avviano
I have checked the link you have provided I haven’t found my scripts can you please add it to Divi > Theme Options > Integration add it by encapsulate using script tag like <script>script above</script>. Let me know if you face any problem.
Forum: Reviews
In reply to: [Post Carousel for DV Builder] Great plugin!Thanks alot for the motivation. Appreciated ??
Forum: Plugins
In reply to: [Post Carousel for DV Builder] Feature Image Link not workingHi @avviano
Until new release you can use following jquery tweak to make the link work.
jQuery(document).ready(function() {
if(jQuery(‘.et_pb_fh_post_carousel_image img’).length) {
jQuery(‘.et_pb_fh_post_carousel_image img’).click(function() {
var parent = jQuery(this).parents().closest(‘.et_pb_fh_post_carousel_container_inner’);
var link = parent.find(‘.et_pb_fh_post_carousel_title a’).attr(‘href’);
if(typeof link !== “undefined”) {
window.location.href = link;
}
});
}
}Also add this CSS
.et_pb_fh_post_carousel_image img {
cursor:pointer;
}Let me know if it is not working.
- This reply was modified 4 years, 11 months ago by Faiyaz Vaid.
Forum: Plugins
In reply to: [Post Carousel for DV Builder] How can I make a photo link to a post?Until new release you can use following jquery tweak to make the link work.
jQuery(document).ready(function() {
if(jQuery(‘.et_pb_fh_post_carousel_image img’).length) {
jQuery(‘.et_pb_fh_post_carousel_image img’).click(function() {
var parent = jQuery(this).parents().closest(‘.et_pb_fh_post_carousel_container_inner’);
var link = parent.find(‘.et_pb_fh_post_carousel_title a’).attr(‘href’);
if(typeof link !== “undefined”) {
window.location.href = link;
}
});
}
}Also add this CSS
.et_pb_fh_post_carousel_image img {
cursor:pointer;
}Let me know if it is not working.
- This reply was modified 4 years, 11 months ago by Faiyaz Vaid.
Forum: Plugins
In reply to: [Post Carousel for DV Builder] Error displayed when using custom post typeThanks for the code fix. It will not affect anything. Also I am fixing this in my next version release. Thanks again ??
Forum: Plugins
In reply to: [Post Carousel for DV Builder] gettin error report while using pluginI have checked the link you have provided and I don’t think you have used this plugin anywhere on the page.