Code

Discussion on WPBakery Page Builder Add-on - Image Overlay & Flip Box

Discussion on WPBakery Page Builder Add-on - Image Overlay & Flip Box

By
Cart 1,072 sales

sike supports this item

Supported

144 comments found.

mac0070

mac0070 Purchased

Hi – Just downloaded your plugin and looking good. One thing i need to do is make the text on the back of the cards responsive so it shrinks on scaling – is this possible? Many thanks, Mike

380e8656-9c68-4181-a260-fbf8c43034b2

Hi, what’s the problem you get? Right now the card will keep height and responsive to fit it’s container.


Regards

I recently update a site from PHP 7.4 to PHP 8.2. After the update my PHP error logs have started filling up with the following warning: PHP Warning: Trying to access array offset on value of type bool in /public_html/wp-content/plugins/vc-extensions-imageoverlay/flipbox/vc-extensions-flipbox.php on line 1010 Any chance of an update to support the PHP 8.2+ ?

Hi thanks your feedback, I’ve fixed and update it, it will be available at CodeCanyon soon, then you can download and overwrite to get update.
Regards

how do I upload/activate this – I tried as a plug in and that didn’t work

I get this:Installing plugin from uploaded file: codecanyon-syujWiXZ-visual-composer-addon-image-overlay-flip-box.zip This theme recommends the following plugins: AMP, Contact Form 7, Elementor Page Builder, One Click Demo Import, WooCommerce and Yellow Pencil Pro. Begin installing plugins | Dismiss this notice

Dismiss this notice. Unpacking the package…

Installing the plugin…

The package could not be installed. No valid plugins were found.

Plugin installation failed.

Go to Plugin Installer Go to Simple History

Hi, please unzip the file you downloaded first, the installable plugin zip file is in it.
Regards

Hi i just purchased your plugin. how can I change the Title text color in the hover box? thank you

Hi, you can customize it the editor, scroll down, select the color for the text.
Regards

i figured it out. i had to click on custom font in order to change the text color

Hi, could your image overlay plugin be used to change the background of an image e.g. on a product site, when a customer selects a red product the background image changes to show a red coloured background but the product image on the front layer stays the same? Thx

Hi, right now it doesn’t support this feature, you may have to customize the code to support it.
Regards

Hello, i have a “regular” image not a card, average size 600×300 I have tried to set this infos in the “general” tab of the plugin but it seems not to work. Could ypu please help?

Hi, you can send me more details, like the page, WP access and how to reproduce the problem via the contact form in my profile page, then I can try to help.
Regards

Good luck with your sales

Hello,

I accidentally purchased your plugin 10 minutes ago. I did not download it, because it will not do what I need it to do. I thought I was purchasing a different product. I had no intention of purchasing this. Can you please refund my purchase? Following is the license number.

e170db37-75b9-4014-8529-f17a7b779bcc 21 Apr 2020 REGULAR LICENSE

Hi, I am trying to add a particular logo to front side of flip hover box. The logo images are all too large. I have logos on several other boxes already but cant seem to get several others to load images properly. The file sizes have been similar to others I already have set up on home page..Please advise on how to import into media library properly for get correct size image.

Hi, you can contact me via the contact form in my profile page with your purchase account and more details, like the page and WP access, how to reproduce your problem etc, then I can try to help.
Regards

On mobile, if the image is tapped, can we only make it flip & not go to a landing page?

Hi, please just leave the link to be blank? You can contact me via the contact form in my profile page with more details, like the page/WP access, then I can try to help.
Regards

I sent an email, Still no reply from you.

Email replied, sorry for the delay.
Regards

Hi,

how can i get the text responsibly in both boxes? On a smartphone, the text is not completely read. Please show: http://personalberatung-sander.de.w0152b58.kasserver.com/ Greatings,

Hi, please comment with your purchase account, then I can try to help.
Regards

How can I change the text alignment of the back card?

Hi, you can try to add custom CSS in the page.
Regards

Hi, can the flip box’s dimension be controlled. I need to make mine 777px in height and responsive. Will this work? Thanks

Hi, you can contact me with the preview page and WP access vvia the contact form in my profile page, then I can try to help.
Regards

Can you resolve this issue?

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; VC_Extensions_ImageOverlay has a deprecated constructor in /customers/c/4/d/XXX/httpd.www/wp-content/plugins/vc-extensions-imageoverlay/vc-extensions-imageoverlay.php on line 11 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; VC_Extensions_FlipBox has a deprecated constructor in /customers/c/4/d/XXXXX/httpd.www/wp-content/plugins/vc-extensions-imageoverlay/flipbox/vc-extensions-flipbox.php on line 3

Hi, thanks your feedback, I’ve fixed this make it’s compatible with php7 now, you can download the update from: https://codecanyon.net/downloads
Regards

Any idea why the plugin wont show images? I’ve tried .png as well as .jpg, but nothing works. I also tried placing the image in both possibilities, nothing :( You can see the page they are used on here: http://www.samfundstanken.dk/about-us/

Hi, please make sure you’ve contact the correct author, it looks like it’s not from this plugin.
Regards

Hello

i want to make some link in ” Back Card content ” . But when i write html code in this form, all content disappears when i save. Can you help me to change php code to make possibility to display HTML code instead of a simple content ?

in vc-extensions-flipbox.php i have this array( “type” => “textarea”, “heading” => _(“Back Card content (optional):”, “vc_flipbox_cq”), “param_name” => “backcontent”, “value” => ””, “group” => “Back Card”, “description” => _(””, “vc_flipbox_cq”) ),

i suppose the “type” is not good ?

Help me please

Thank JMA

Hi, you can change the type to the textarea_html and have to change the param_name to content, then update the $backcontent with $cotent in the output too.
array(
                "type" => "textarea_html",
                "heading" => __("Back Card content (optional):", "vc_flipbox_cq"),
                "param_name" => "content",
                "value" => "",
                "group" => "Back Card",
                "description" => __("", "vc_flipbox_cq")
              ),
if($backtitle!=""){
              $output .= '<h4 class="cq-flipbox-title">';
              $output .= $backtitle;
              $output .= '</h4>';
          }
          $output .= $content;
Regards

very good thanks

Hello

i want to make some link in ” Back Card content ” . But when i write html code in this form, all content disappears when i save. Can you help me to change php code to make possibility to display HTML code instead of a simple content ?

in vc-extensions-flipbox.php i have this array( “type” => “textarea”, “heading” => __(“Back Card content (optional):”, “vc_flipbox_cq”), “param_name” => “backcontent”, “value” => ””, “group” => “Back Card”, “description” => __(””, “vc_flipbox_cq”) ),

i suppose the “type” is not good ?

Help me please

Thank JMA

Hi, please comment with purchased account, and you can try to customize the type to html_area etc.
Regards

Hello sike i have purchased your plugin Please help me for this : i want to make some link in ” Back Card content ” . But when i write html code in this form, all content disappears when i save. Can you help me to change php code to make possibility to display HTML code instead of a simple content ?

See another replied comment.
Regards

Hello sike,

I’ve downloaded, installed the plug-in an emptied the Cache. Still not available via Visual Composer :(

Please try to enable in via the Role Manager in the setting of the Page Builder, you can send me the WP access via the contact form in my profile page too, then I can try to help.
Regards

Is it possible to change the flip to a fade or slide? This is perfect for what we’re wanting, we’re just not wanting the flip animation for our corporate website.

Hi do you mean the flip box, right now it only support flip, you may have to customize the CSS if you want fade only.
Regards

I have created a flip box here https://sg.megaadventure.com/team-building-draft-page/ and no problem on desktop display however in mobile device the image height is not responsive. please help

Hi, right now the height of the box is fixed, you can try to add a customized CSS to the page if you want to change the height in mobile device.
Regards

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey