thevapourroomltd
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Tools > Network Setup option not thereSorted, thank you! I didn’t realise I could edit the file directly rather than downloading it first. I now have the Network Setup option. Thanks for your help!
Forum: Networking WordPress
In reply to: Tools > Network Setup option not thereI think the confusion has come from our cPanel being separate from the website in that I access it through our hosting platform, and as I’m not experienced in this sort of thing I didn’t realise that wasn’t the same for everyone. So I’ve downloaded the file from our cPanel file manager and assumed reuploading it would come later in the steps!
How would I edit it on the live site please?
Edit: just seen you said to upload it to the same place I downloaded it from. Thank you, I’ll try that. Is there a particular file type I should be uploading it as? I edited it in Notepad, will that be okay?
- This reply was modified 9 months, 3 weeks ago by thevapourroomltd.
- This reply was modified 9 months, 3 weeks ago by thevapourroomltd.
Forum: Networking WordPress
In reply to: Tools > Network Setup option not thereI have, however I haven’t uploaded it anywhere as I assumed it meant save the file to my computer for use in a later step. Adding the code to my wp-config.php file is as far as I’ve got. Should I have uploaded it somewhere already?
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Using plugin with Google Tag ManagerAmazing, thank you so much! I managed to set it up, I think I need to wait 24 hours for the data to show though. Hopefully it will be sorted tomorrow! Thank you for your help.
Great, thanks, I’ll look into those options. Thanks for your help!
That’s great, thank you! All sorted. While I’m here, can I just check if there is a way to allow the user to share their results to social media? I know I can share the link myself, but wondered if I could offer the option to customers outside of just sharing the link to the page itself. I’d like them to share their individual results if possible.
Forum: Plugins
In reply to: [Product Recommendation Quiz for eCommerce] Can’t link productsAh it’s available now! Thank you, all sorted.
Perfect, thank you!
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Hide search bar on mobileSorry, unfortunately nothing has changed. Have I entered it correctly?
@media only screen and (max-width: 1009px){ form.is-search-form.is-form-id-6711 { display: none; } } div.is-menu-wrapper { z-index: 999999; } body > .is-menu-wrapper { right: 110px; top: 25px; }
I also tried it like this:
@media only screen and (max-width: 1009px){ form.is-search-form.is-form-id-6711 { display: none; } } body > .is-menu-wrapper { right: 110px; top: 25px; z-index: 999999; }
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Hide search bar on mobileThe icon is displayed on mobile, it is right up in the top right hand corner. The search on desktop is in the correct place.
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Hide search bar on mobileThat’s great, I now have a search icon, thank you!
Just one last thing, it is tucked away in the top corner and it looks a bit cluttered. How would I move it to sit between the account and cart buttons, or somewhere in line with the other icons in the header? A screenshot of what I’m seeing on mobile: https://snipboard.io/mFfUQ6.jpg
That’s great, thank you so much! It worked.
Just on the off chance, is there a way to make it so the coupon isn’t applied in the cart if the user has ordered before? So if they have ordered before and they try to add the coupon, a message would appear saying it is for first time customers only? Or failing that, since the coupon applies in the cart but the subtotal isn’t changed until checkout, can a message appear saying the discount will be applied once they enter an email at checkout? Just to make sure they don’t assume the code doesn’t work.
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Hide search bar on mobileHi, I followed your advice but unfortunately nothing has changed. The code I now have in the CSS field is:
@media only screen and (max-width: 1009px){ form.is-search-form.is-form-id-6711 { display: none; } div.is-menu-wrapper { z-index: 999999; }
Is this correct?
Thank you
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Hide search bar on mobileHere’s the screenshot: https://snipboard.io/uASGOx.jpg
Thank you
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Hide search bar on mobileIf you mean the mobile search setting below, I tried turning it on and it doesn’t seem to do anything. Is there an edit to the CSS code that might allow the search bar to appear as a symbol on mobile?