-
-
Hi, using Picante on my website I noticed some bugs
1-The “gallery” element (wp bakery composer) does not display correctly the overlay when the “image overlay on hover” option is selected. The lightbox trigger is kinda hidden in the top edge of image (seems to be transparent?) and the black overlay does not show on hover like it does in the demo.
2-the “design section” (wp bakery composer) often displays “}” value for margin, padding, border, resulting in the frontend as an inline style like this: style=”margin-top: {;margin-bottom: {;margin-left: {;margin-right: {;padding-top: {;padding-bottom: {;padding-left: {;padding-right: {;border-top-width: {;border-bottom-width: {;border-left-width: {;border-right-width: {;”
which is useless and pretty wrong, and I fear could affect negatively speed and/or SEO performace.
I don’t know how to fix it, I have to overvrite this values one by one, and sometimes it does not work, since after saving I re-open the element and the “}” are still there.
3-Favicon is working only in homepage (i guess if I put the favicon code in the header.php of my cild theme the issue could be resolved, but i guess also you should know that’s happening)
What can I do? This is the website, https://www.marialuigialuxury.com but it’s in maintenance mode and I need to send you privately some username/pass to show you the issue.
-
Hello,
First of all I need to know if you are using the latest version of Picante and plugins too. If yes, please send me credentials to make some tests (private reply)
Thanks
-
-
1. Added in update list, for now add this custom code:
.cl_gallery.with-lightbox .gallery-item .overlay{ height:100% }
2. Probably you are using the wrong version of WPBakery, did you see a message to update the WPBakery to 6.0.3? If not, try to delete the plugin and re-install directly from the WP Dashboard message
3. Yes it’s good for now, I will check the option, if it’s some bug with it.
Congrats for the website, you have made an amazing work with Picante
Thanks
-
1) Thanx! It fixed the overlay, but magnifier icon is not showing. For now I added this code to replace the theme icon with fontAwesome and it works!
.cl_gallery.with-lightbox .gallery-item .cl-icon-search:before{content: “\f002″; font-family:”FontAwesome”;}2) I see the message for update in the plugin section, but it’s also locked. It says that automatic update is not possibile when the composer is purchased in bundle within the theme. It says all I can do is wait for the theme to update the plugin version included or to purchase a separate license.
And thanks for appreciation!
-
-
1. Good fix :)
2. Try to delete the plugin, a new message should be displayed with recommended pluginsLet me know, thanks :)
-
Hi!
I did uninstall wp-bakery visual composer, and reinstalled from the recomended plugin section, but it lets me install only 5.7 version :( -
Try now, I have re-uploaded the new version on repository
Thanks
-
Now it’s updated!
Unfortunately the issue is not resolved. I noticed the problem is generated by some json. Watching the page from “classic mode” appears these linescss_style=”{‘margin-top’:'{‘,’margin-bottom’:'{‘,’margin-left’:'{‘,’margin-right’:'{‘,’padding-top’:'{‘,’padding-bottom’:'{‘,’padding-left’:'{‘,’padding-right’:'{‘,’border-top-width’:'{‘,’border-bottom-width’:'{‘,’border-left-width’:'{‘,’border-right-width’:'{‘}_-_json”
If I delete them from “classic mode” the values turn back to normal standard demo values (es: 45px;). But then if I modify the row or block again in the backend editor (wp-bakery) the “{” reappear and often loses background image too!
-
It can’t be resolved now, you need to remove that part and re-create, also be sure to use Visual Composer or Codeless Builder, it’s not good to mix various builders
Let me know, thanks
-
You must be logged in to reply to this topic.