miked79
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Layout issue on checkout – two columnsI bumped into some <br> breaks being added to some of the buttons on woocommerce pages also. One example was the “Proceed to Checkout” button had “<br>Proceed to Checkout”.
This also happened on the my account page where breaks were added before the text on the bullet points. The same solution applied.
After looking all over the place, and not finding an answer, the solution was very simple. For my situation the shortcode had been added in elementors text block, not via the woocommerce pages or dedicated shortcode block. The text block must parse the content and add in some extra formatting before going to the screen. Once I deleted the text block and added the shortcode the other way all the mystery breaks disappeared.
Hope this helps someone.
CheersForum: Plugins
In reply to: [AMP] amp.js still there after deactivate and delete pluginThank you for replying. I did have w3 cache installed but had purged it … several hours after uninstalling your plugin and purging I checked again and it seemed to be fixed. I’m not sure if I was getting some other cached version but all is well now …
The js was definitely coming from the link I mentioned above as I copied it directly from the page source.
thanks again.
Forum: Themes and Templates
In reply to: [Customify] Shop only showing 2 products per pageHello @lisadeerest
Did you have any luck with this. I am having the same issueHi renagiatt, I have the same issue and before I go about troubleshooting with the Health Check plugin, I was wondering if you found the answer?
I am using the Elementor Hello theme and the setting for “Orgasnise my uploads in month- and year-based folders” is not on the Media Settings page at all.
Thanks again for your help!
Forum: Plugins
In reply to: [Clever Mega Menu for Elementor] Menu Toggle on Mobile not workingHi Zootemplate, this worked a treat thank you. It all works fine now. the only thing on the admin side, which may be for consideration when you are updating.
The WordPress Navigation Widget just puts a bulleted list into the top nav inside the Elementor Template. This looks fine when editing and looking at Elementor Pages/Posts, just not in the template.
https://prnt.sc/o36yw7Also when on mobile size I couldn’t see a way to use the default elementor font I had chosen in my theme plus I wanted to align the hamburger to the right of the container it was within, so I just added some css to the Navigation Widget with a custom class (although I am not that keen on using floats, was just the first thing that worked)
selector {font-family: "Lato", Sans-serif;} @media (max-width: 767px){ .custom-mob-nav .elementor-widget-container{float:right;} }Thanks again.
Forum: Plugins
In reply to: [Clever Mega Menu for Elementor] Menu Toggle on Mobile not workingHello, thank you for your quick reply. greatly appreciated. Unfortunately, this didn’t work for me it was still inactive. I noticed when the Mega Menu is turned off, elementor toggles the “elementor-menu-toggle” class to “elementor-menu-toggle elementor-active” then the normal menu appears.
See below:<div class="elementor-menu-toggle"> <i class="eicon" aria-hidden="true"></i> <span class="elementor-screen-only">Menu</span> </div>Goes to:
<div class="elementor-menu-toggle elementor-active"> <i class="eicon" aria-hidden="true"></i> <span class="elementor-screen-only">Menu</span> </div>I tried many combinations of this and your suggestion without any luck.
Any ideas? Thanks again