Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author bmoredrew

    (@bmoredrew)

    Link to page its embedded on?

    Thanks

    Hello @bmoredrew,

    I’m having a similar issue using either the embed code or the plugin. I know the platform was recently auto updated to 4.3.1 and suspect that is the issue.

    can you please email me at [email protected] ?

    page is: https://montereybayaltmed.com/menu

    Thank you!

    Plugin Author bmoredrew

    (@bmoredrew)

    Hi @sleepydmoney

    There’s something in your theme (composer?) setting it to opacity:0 – basically hiding the menu.

    Add this to a custom css should fix your issue:

    .wpb_animate_when_almost_visible {
    opacity: 99999 !important;
    }

    HOWEVER – that could break other things on the site. So you may need to make your CSS more specific to the weedmenuPane ID.

    Thank you for your fast response! That did work for the website but it didn’t seem to work on the mobile version on Android/Chrome.

    No caching issues are in play here. Advice?

    hitbridge5

    (@hitbridge5)

    There seems to be a new issue with the plugin where the map is not loading at all. It used to load fine, but suddently there is an issue. My site is:
    https://sosorganicssacramento.com/weed-menu/

    I also checked other sites that people mentioned in this forum and they don’t have their maps working either. It appears to be a widespread issue.
    https://montereybayaltmed.com/menu
    https://www.cannafreedom.org/menu

    hitbridge5

    (@hitbridge5)

    @bmoredrew – can you look into the menu issue asap. Please see my last post above. Thank you very much!

    Plugin Author bmoredrew

    (@bmoredrew)

    @hitbridge5 – have you updated to 1.2.0 ? you should have a notice in your admin dashboard.

    hitbridge5

    (@hitbridge5)

    Yes, I already did that. After I upgraded I started see the 404 iframe on my menu. My page was working fine before.

    I have the following code on the page:
    [weedmaps_menu]1087[/weedmaps_menu]

    I also tried the code:
    <script type="text/javascript">var wmenu_id = '1087'; var wmenu_type = 'deliveries';</script>

    Plugin Author bmoredrew

    (@bmoredrew)

    I see the issue, will try to push an update for this soon. You’ll need to define what menu type going forward. Right now its not showing because I have it set as default to dispensaries, rather than deliveries.

    hitbridge5

    (@hitbridge5)

    @bmoredrew – ok, but it was working fine for my delivery service before. I just used the var wmenu_type = ‘deliveries’ before and it worked. I updated my page code to show the following as of right now:
    <code><script type="text/javascript">var wmenu_id = '1087'; var wmenu_type = 'deliveries';</script></code>

    You can see this on my page at: https://sosorganicssacramento.com/weed-menu/

    Please let me know when you push your update so that I can check the page. Let me know if my code above is fine. Thanks!

    @bmoredrew – did you do the update for the plugin? What steps do I need to take? Thanks for your help!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Weedmaps menu not showing up on page’ is closed to new replies.