I’ve used Masonry Blog Grid to create this list. But there’s showing 2 “Read more” button. how can I get rid of this?
link: https://ratedbuilderslondon.co.uk/blog/
thanks
When using an empty title, the resulting code have the H3 tag and the remaining title space pushes down the description text, vertically miscentering it.
To manitain centering, I suggest this little change in render/hover.php:
<div style="display: table-cell !important;vertical-align: middle !important;">
<?php if ( $title != '' ) { ?>
<h3 style="color: <?php echo $title_clr; ?>; background: <?php echo $title_bg; ?>; font-size: <?php echo $title_size; ?>;">
<?php echo $title; ?>
</h3>
<?php } ?>
<p style="color: <?php echo $desc_clr; ?>; font-size: <?php echo $desc_size; ?>;">
<?php echo $desc; ?>
</p>
</div>
Thanks for your attention and great plugin.
]]>How can I make the image on flip the same size as the first image. Its showing a wide border mourned the image on flip
]]>Hi,
Is there a hook I can use to hook into Image Hover Effects for Visual Composer? I want to add some text under the title and description in the number 15 flip box transition. I can add code to the image-hover-effects-for-visual-composer/render/hover.php file but I want to hook into it using my functions.php file or by making a plugin.
If you go to the above page you’ll see the text “Book Now” inside the flip box transition. I want to use a hook to add that text.
Thanks
]]>HTML tags are not working in description. I have tried, <p>, <br>, <a>
, it doesn’t work. While <li>
and <strong>
tags are working.
If I insert an image in IHover it′s always a square-format such as 250 x 250 pix, even though the picture is for example 250 x 380 pix.
How do I get the original image-sizes to be shown in IHover … for example 250x380pix?
Hello,
On my website, circular effect doesn’t appear circular but oval.
How can I fix this ?
Thank you.
]]>HI,
I’d like to show the title on both image states, on load and on hover, is that possible?
thanks
Breda
Hi Nasir,
Great plugin! One quick question, when I’m on the phone my text is getting cut off. I can’t see all the info. I tried eliminating the custom font sizes to see if that would solve the problem, but it doesn’t.
How can I make sure all the text shows?
thanks
]]>halfway down i’ve used the image hover plugin but there is still a small shadow around the images, even though I have requested 0
Please can you help?
The effect works when someone is hovering with the mouse on the image.
Will it work if someone use ‘tab’ key to navigate and focus on the image?
Hi,
I followed documentation but it seems your plugin is not working with current version of WPbakery page builder.
Kindly guide me how to use it
]]>Hi! Does this plugin enable hover effect of changing the image? So that another image shows on hover. Thanks! Petra
]]>Great Plug-in. Works well with VC, but I have 2 questions.
I’ve looked at the code, but have not been able to find these. Is it something that is fixed in the pro version?