rusty_compass
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Google doesn’t see any improvementHi @qtwrk
I have got quic cloud, it was one of the first things I did as I saw it was highly reccommended.I have also read that page and worked through everything on it before posting here. As I said, the WebP files can be seen in the media library but when I check them on the site via the inspector it just says they are .jpg. Google still tells me to replace them with WebP images though.
Hi @bsfrahul
Sorry for the delay, I’ve only just now got a chance to load it up.
Yes it works perfectly!Thank you so much!
RustyHi @jokubas2000k
Yeah the code snippet was javacript not php. Once I loaded it as javascript it worked to close the menu. However the menu was no longer available.
I found the snippet on this discussion from another user with the same problem.
RustyHi Rahul
Thanks for that. I ended up placing the file in a js plugin and it closed the menu once a link was clicked on but the whole navigation menu was no longer available.
The site is waitomocavesmuseum.nz
Cheers
Rustyif( window.outerWidth <= 1024 ) { document.querySelector( '.hfe-nav-menu__submenu-arrow' ).addEventListener( 'click', function( event ) { document.querySelector( '.hfe-nav-menu__toggle' ).click(); }); }
- This reply was modified 4 years ago by rusty_compass.
- This reply was modified 4 years ago by rusty_compass.
Fixed.
I found that menu worked fine when I created a new page so thanks to some advice on the OceansWP thread I duplicated the home page and took things out until I found the problem. It was a text box that had code sitting behind it that was messing everything up. Don’t know how the code got there but once I retyped the text box it worked great.
Hope this helps someone else with this issue.Forum: Themes and Templates
In reply to: [OceanWP] Mobile Menu not workingFixed!
I duplicated the home page ( who knew you could do such a thing! – thank you duplicate plugin.) and tracked down the culprit. It was some weird code sitting behind a text box that was causing the problem. After retyping the text everything worked great.
Thank you for your help.Forum: Themes and Templates
In reply to: [OceanWP] Mobile Menu not workingI removed both carousels on the page and cleared the cache but no change. I did however make a new page with nothing on it and the menu works there. So it must be something on that page??
Why has this been marked as resolved? There has not been a fix. I have since discovered that there is an error message stating “ReferenceError: elementor is not defined”
Is this anything to do with this problem?
ThanksThank you, yes I will check with them too.
Found the issue. I had also removed the padding from the section div to bring the first element closer to the top of my page. Putting the padding back in brought back the column and section tabs.
Sorry for late reply – I have been using php 5.6 if that’s any help?
As an update I have had to manually re-install all 5 sliders.
Thanks for the speedy reply and solution – all sorted now!
Forum: Plugins
In reply to: [WooCommerce] Share variations for multiple itemsLooking forward to the plug-in from Lucas! Thanks for the help too.
One of the ways I ‘almost’ got this to work was to use global settings for the variables and made a product called ‘print’. I then just used the add to cart button next to the image in the post. The only problem with this was when you went to the cart there wasn’t the image of which print you were purchasing. Is there some way to grab the image in the post and dynamically add it as the product image?
thanks