
-
AuthorPosts
-
July 21, 2021 at 12:46 am #1310981
Hi. I have recently purchased the plugin Wootours (same people as wooevents which works brilliantly with Enfold) and have been testing it on a mock up site and I am having a couple of issues with using it with Enfold. Main issue is that the calendar in Wootours does not display correctly in Enfold. It appears ‘cut off’ so you can only see a third of it, and the arrows for moving months are in the wrong place.
I have tried it with only woocommerce and wootours running and get the same so the confilct appears to be with Enfold rather than another plugin. I tried it in the default 2021 wordpress theme and it works perfectly.
I’m not sure if this is a conflict issue with css or js. Any advice would be welcome.
July 22, 2021 at 5:47 am #1311311Hey boxnumberone,
I can’t see any obvious problems on my end using Chrome, could you post a screenshot highlighting what you would like to change please? If you have a link or a screenshot of what it should look like, then please include that in your next post as well.
Best regards,
RikardJuly 23, 2021 at 12:53 pm #1311851Hi Rikard,
I was able to resolve the issues with the arrows and selectors by adding changes to the custom css before you replied (although these issues don’t exist in the 2021 theme and no changes to the css is required) but it still isn’t looking or perfoming as it should. For example, the warning message if you add more stock than is available, does not work, instead it just reloads the page if this happens. As a test, I removed the code below from the function.php in enfold and while it broke the layout of the page, I could see the elements of the plugin that are not displaying correctly, did look as they should, including the displaying of the message regarding stock.
(line 693): if( ! current_theme_supports( ‘avia_exclude_WooCommerce’ ) ) { require_once( ‘config-woocommerce/woo-loader.php’ ); //compatibility with woocommerce plugin }
I’d need to reinstall it on the 2021 theme to provide screenshots but the developers demo site for the plugin shows how it should behave and look (link in private content)
I have the product pages set up using advanced layout but have tried it without and get the same. I am not using all the plugins features as they simply don’t display correctly on enfold.
July 23, 2021 at 7:01 pm #1311963Here are screenshots (1 & 2) of how enfold renders the calendar without the modifications:
1: https://pasteboard.co/KcwLJB8.png
2: https://pasteboard.co/KcwMCQT.pngThe calendar does not fully appear and the drop downs and arrows are out of line.
If I set it up so that it only pulls through the meta data, I can get it to display mainly correct (although not style wise) with some changes to the custom css (3 & 4):
3: https://pasteboard.co/KcwOpCy.png
4: https://pasteboard.co/KcwP7TN.pngIn both cases I can’t get the stock message to appear if more stock is booked than is available. Having spoke to the plugin developer, he has said it is not something he can fix at his end as it is enfold that is causing it.
July 29, 2021 at 1:32 pm #1313258Any ideas?
July 31, 2021 at 8:35 pm #1313627Would appreciate if there was something you could suggest as everthing I have tried does not work or breaks the layout.
August 10, 2021 at 8:51 am #1315994Hi,
Sorry for the delay. Looks like the meta data has been disabled or removed and the calendar layout has been corrected. Do you still need help with this?
Best regards,
IsmaelAugust 11, 2021 at 11:49 am #1316249Hi Ismael. It is actually set to only pull through the meta data as anything else does not work with Enfold. I still can’t get the warning messge to appear if someone tries to book more spaces than available. Enfold is hiding it.
I can only use the bare minimum of the plugs functionallity with Enfold as Enfold styles it in such a way that it just looks broken. Is there a way to stop Enfold from forcing it’s styling upon the plugin?
Thanks.
August 13, 2021 at 6:47 am #1316543Hi,
The warning message does not display because the page is created using the Advance Layout Builder, so it uses a different template without the woocommerce-notices-wrapper container. You may need to manually add the container using a text or code block.
<div class="woocommerce-notices-wrapper"></div>
Regarding the styling, you can ask the plugin author to adjust the priority of their scripts and stylesheets so that the resources load after the theme files.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.