Home › Forums › WoodMart support forum › WOOEVENT PLUGIN CONFLICT
WOOEVENT PLUGIN CONFLICT
- This topic has 37 replies, 2 voices, and was last updated 6 years, 11 months ago by Artem Temos.
-
AuthorPosts
-
December 16, 2017 at 8:31 am #29232
JossParticipantHi Xtemos Team,
I use a plugin call “WooEvent“ to send some events on woodmart.
There is a display conflict on Woocommerce shop page :
https://www.upevasion.com/nos-activites/Can you fix this issue and make it compatible ?
Thanks,
JossDecember 16, 2017 at 1:42 pm #29247
Artem TemosKeymasterHi,
Could you please send us a screenshot how it looks with default WordPress theme so we can understand what issue is caused by our theme and prepare a fix for you?
Thank you
December 17, 2017 at 8:13 am #29301
JossParticipantHi and thank you for your support.
Look at the screenshots.
If you want more info about this plugin, you can see demo website here :
http://exthemes.net/wooevents/events/?view=listThanks a lot,
JossAttachments:
You must be logged in to view attached files.December 17, 2017 at 10:24 am #29323
Artem TemosKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to make it look better
.archive .products { margin: 0 0 1em; padding: 0; list-style: none; clear: both; } .products li { list-style:none; float: left; margin: 0 1.5% 40px 0; padding: 0!important; position: relative; width: 32.33333333%; box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); } .products li.last { margin-right: 0; } .products li .product-title { padding: 0 25px; } .products li .product-title a { display:block; } .products li a.button { margin: 5px 25px; margin-bottom: 30px; } .products li .shop-we-more-meta { margin-bottom:10px; }
Regards
December 18, 2017 at 7:45 am #29406
JossParticipantIt works, but there is an issue with sidebar…?
Can you fix this for me ?
Thanks,
JossDecember 18, 2017 at 7:55 am #29408
Artem TemosKeymasterAdd this CSS code also
.no-sidebar .site-content { width: 100%; left:0; }
December 18, 2017 at 8:16 am #29414
JossParticipantYour code remove sidebar, but I want sidebar and it don’t display…
December 18, 2017 at 8:17 am #29415
Artem TemosKeymasterBut there are no any widgets in the sidebar or it is hidden by the plugin. Could you please check how it works with default WordPress theme?
December 18, 2017 at 8:26 am #29417
JossParticipantLook at the screenshot, this is the plugin configuration and the sidebar is on “hide“ to use theme sidebar…
Attachments:
You must be logged in to view attached files.December 18, 2017 at 8:29 am #29419
Artem TemosKeymasterAre you able to use the plugin’s sidebar? The plugin replaces our theme template files and that is why our sidebar is not shown there.
December 18, 2017 at 8:41 am #29421
JossParticipantThe plugin’s sidebar dont work, and I really want the theme’s sidebar with her oprions…
December 18, 2017 at 8:42 am #29422
Artem TemosKeymasterIn this case, please provide us your FTP access so we can check why the plugin blocks our theme sidebar.
December 18, 2017 at 8:44 am #29424
JossParticipantThank you, the access are in private content, the plugin documentation is here :
file:///Users/iMac/Documents/PROJETS/UPEVASION/WooEvents%20-%20Calendar%20and%20Event%20Booking/documentation/index.html#!/configDecember 18, 2017 at 9:05 am #29426
Artem TemosKeymasterWe have fixed this in the file
/wp-content/plugins/woo-events/templates/archive-product.php
December 18, 2017 at 9:12 am #29431
JossParticipantYou are the best, thank you !
December 18, 2017 at 9:20 am #29433
Artem TemosKeymasterYou are welcome!
December 18, 2017 at 9:44 am #29441
JossParticipantOne last thing, archive page isn’t in max width, do you know why ?
https://www.upevasion.com/nos-activites/December 18, 2017 at 10:05 am #29446
Artem TemosKeymasterIt happens because of plugin’s styles. Try to add this code snippet also
div#exmain-content { margin-left:-50px!important; margin-right:-50px!important; }
December 18, 2017 at 10:11 am #29449
JossParticipantGreat, it works !
I tested on mobile… Do you have a code to make 1 product per row on mobile ?
December 18, 2017 at 10:16 am #29453
Artem TemosKeymasterAdd this code for mobile devices only
.products li { width:100%!important; } .products li img { width:100%!important; }
December 18, 2017 at 10:27 am #29460
JossParticipantGreat, great, great, thanks a lot for your help !!
December 18, 2017 at 10:36 am #29465
Artem TemosKeymasterYou are welcome!
December 20, 2017 at 3:08 pm #29781
JossParticipantHi Xtemos Team,
I have another issue with WooEvent plugin : I want to use Wooevent plugin’s caroousel and I think there is a conflict, so can you make me a css code to fix this issue please ?
Look at the bottom of this page :
https://www.upevasion.com/activites-sorties-up-evasion/boucle-de-sainte-victoire/It should be like screenshot.
Thanks a lot,
JossAttachments:
You must be logged in to view attached files.December 20, 2017 at 3:45 pm #29789
Artem TemosKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woocommerce-tabs .owl-stage .owl-item { float:left; } .woocommerce-tabs .owl-stage:after { content:""; display: block; width:100%; clear:both; } .woocommerce-tabs .owl-stage-outer { overflow:hidden; }
Regards
December 20, 2017 at 3:59 pm #29791
JossParticipantIt works 🙂
Thank you !
JossDecember 20, 2017 at 6:27 pm #29806
Artem TemosKeymasterYou are welcome!
December 21, 2017 at 2:30 pm #29937
JossParticipantHi,
I have another problem on mobile version, plugin’s carousel not display 1 event per row.
Do you have a css code, please ?
Thanks,
JossDecember 21, 2017 at 3:10 pm #29949
Artem TemosKeymasterHi,
Could you please check how it works with default theme? It seems that this plugin defines 3 items per row for mobile devices too, we can’t change this with CSS.
Regards
December 21, 2017 at 3:38 pm #29979
JossParticipantIt works great with default theme, look :
http://exthemes.net/wooevents/events-carousel/December 21, 2017 at 3:40 pm #29981
Artem TemosKeymasterWe mean to test it on your website directly.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register