Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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.

    #1311311

    Hey 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,
    Rikard

    #1311851

    Hi 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.

    #1311963

    Here are screenshots (1 & 2) of how enfold renders the calendar without the modifications:
    1: https://pasteboard.co/KcwLJB8.png
    2: https://pasteboard.co/KcwMCQT.png

    The 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.png

    In 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.

    #1313258

    Any ideas?

    #1313627

    Would appreciate if there was something you could suggest as everthing I have tried does not work or breaks the layout.

    #1315994

    Hi,

    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,
    Ismael

    #1316249

    Hi 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.

    #1316543

    Hi,

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.