Ryan Wiggill
Forum Replies Created
-
Awesome thanks for letting me know @ifidik
I did notice that while testing, it seems that is does work and remove products with carts that have an update cart button, some themes it auto updates I’ll have to look into it a bit further.No problem, thanks for the great feedback! Glad you like it.
Hi @ifidik,
I have updated the plugin to 1.2.23, which includes a change to dynamically update the product count in the cart menu item on ‘The Menu’ when a product is added / removed from cart.
Thank you for pointing this out, I trust this works for you.
Regards,
RyanHi @ifidik,
Thanks for your message, you are correct, currently it will only update on reload.
Let me see what I can do, and add it to an update.
Regards,
Ryan- This reply was modified 1 month, 2 weeks ago by Ryan Wiggill.
Hi @terry9711
Could you possibly share a URL I could look at to see if I can assist further.
Is your CSS being cached by any chance? Maybe that just needs to be cleared.
Regards,
RyanHi @terry9711
At the moment you can just choose to enable/disable it. Customising it is a bit more involved you’d need custom js and css. it is basically just listens for any clicks in ‘The Menu’
Try deactivating it in the settings and adding one of your own, it could be done something like this (css and js could be placed elsewhere but this is just an example)
Once again I could look at adding a couple default options directly into the plugin in a future release.
EDIT: the codebox seems to be adding random HTML into the JS, trying minified (add in <script> tags)
EDIT EDIT: Sorry, the code box seems to still add something causing it not to work, you can pop me a mail at [email protected], and I can mail it to you if you’d like.
Regards,
Ryan- This reply was modified 1 year ago by Ryan Wiggill.
- This reply was modified 1 year ago by Ryan Wiggill.
- This reply was modified 1 year ago by Ryan Wiggill.
- This reply was modified 1 year ago by Ryan Wiggill.
- This reply was modified 1 year ago by Ryan Wiggill.
Hi @terry9711
Awesome glad you like it!
Unfortunately no settings for both the mentioned items above at the moment, but great ideas for a future release! Thanks.- You can use a custom css to change font size
.tm-menu-item-title{font-size:1em;} - You can use a custom css to change the opening of the addon menu animation, currently it slides in and then out from the bottom. Here is an example to force it to fade in rather:
.tm-addon-menu-wrapper.opening {
animation: fadeIn 0.5s forwards!important;
}
.tm-addon-menu-wrapper.closing {
animation: fadeOut 0.5s forwards!important;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}Once again thanks for the feedback!
Regards,
RyanForum: Plugins
In reply to: [The Menu: Custom mobile navigation with icons] Menu Domain Transfer HEADS UPHi @regerman926, I’m glad that ‘The Menu’ is continuing to work for you, please let me know if you have any specific questions regarding the plugin, I’ll be happy to assist.
Your thanks are greatly appreciated!
Regards,
RyanForum: Plugins
In reply to: [The Menu: Custom mobile navigation with icons] Menu Not SHowingHi @regerman926
Just checking in here, I visited the link and The Menu seems to be displaying on my side, glad you got it sorted.
I’m going to mark this issue as resolved.
Please let me know if you have any further questions.
Ryan
Forum: Plugins
In reply to: [The Menu: Custom mobile navigation with icons] Menu Not SHowingHi @regerman926
Thanks for providing the settings you’re using, when looking at the URL you sent I can’t see that any js or css has been enqueued for The Menu plugin.
Please could you confirm the plugin is still installed, activated and enabled. then if it is could you possibly disable mobile only for now to better see what’s going on for you.
There could possibly be a caching issue, if you are using any caching plugins, could you also try clearing those.