Forum Replies Created
-
AuthorPosts
-
Hi – this doesn’t seem to have worked?
Hi – thank you :)
This hasn’t seemed to have worked?
Hi Rikard – that doesn’t seem to have done anything..
November 26, 2023 at 12:19 am in reply to: Critical Error avia-template-builder/php/class-font-manager.php on line 660 #1426472Hi,
I’ve gone through them one by one and disabled them to try and find if one of them was causing an issue.
It didn’t help to solve the issue.
Can you please help?
Thanks..
Harvinder
November 25, 2023 at 11:19 pm in reply to: Critical Error avia-template-builder/php/class-font-manager.php on line 660 #1426470My widget and socket is totally messed up.. Any ideas why?
November 25, 2023 at 11:17 pm in reply to: Critical Error avia-template-builder/php/class-font-manager.php on line 660 #1426469Hi,
I’ve updated the login details:
Would you mind checking to see that I’ve done it properly please?
I’ve migrated the site over from one hosting provider to the other.
Thanks,
Harvinder
Hi – yes we are now using a CDN.
So what do we have to do to fix this?
November 14, 2023 at 12:36 pm in reply to: Search box is not displayed properly on mobile.. #1425564I’m not sure as to the exact process?
It’s strange because the background is different depending on the page?
November 13, 2023 at 11:16 pm in reply to: Search box is not displayed properly on mobile.. #1425500Hi,
It’s still showing like this:
I’ve tried private and different browsers..
November 12, 2023 at 12:36 pm in reply to: Search box is not displayed properly on mobile.. #1425328Hi – that doesn’t seem to have done anything?
I have cleared the cache..
Could you check on your end?
I was using Brave on Windows too.
It worked using Chrome.
Thank you :)
I’m not sure if I’m going crazy but I can’t seem to edit anything here?
There’s no box..
How do I update the text? I don’t want it to say what it’s saying right now.
Hi,
It’s almost there, the menu option hasn’t aligned on my browsers?
And the background isn’t white for me? I’ve tried different private browsers.
Also – why won’t the cookie policy wording update?
Thanks,
Harvinder
rosevel.ie is the example of what I want my footer to look like.
This one is perfect.
I’m working on drivercitysolutions.com
I want drivercitysolutions to look like rosevel..
Hi Rikard – the main issue is that I can’t configure or change the message.
Why is this?
As you can see I can’t select anything under the ‘Enable cookie consent messages’ part..
Ah man.. I feel like an idiot now.. Thanks!
Thank you so much!
I’ve just tested the logins – they work?
Can you please try again?
I don’t need to add any more fields and I quite liked them all being half-width.
Surely there’s a way to have the submit button underneath?
Thank you Mike!
It’s actually doing it to a lot of the styling that I’ve applied to my fonts .. Any idea why?
Hi Nikko – sorry I didn’t copy and past the login information in.
I’ve pasted it into the private content now.
I have set the responsiveness correctly.
It’s ok.. We figured it out:
button.single_add_to_cart_button.button.alt {
width: 100% !important;
background-color: #FFD1ED !important;
border: none !important;
color: #000 !important; /* You may change this as per your requirement */
}To clarify, I’m not looking for help on the images.
Just the buttons and credit card logos.
Actually.. I used ChatGPT to help me work out the code and it suggested this and it worked:
/**
* Hide a specific product category from category list on shop page
*/
add_filter( ‘get_terms’, ‘hide_product_category’, 10, 1 );
function hide_product_category( $terms ) {foreach ( $terms as $key => $term ) {
if ( ‘product_cat’ == $term->taxonomy && ’51’ == $term->term_id ) { // Replace ’51’ with your category ID
unset( $terms[$key] );
}}
return $terms;
}I believe this is excluding products from a category.
I want to hide a category from the shop page.
Is there a way to do that?
Hi Rikard,
Unfortunately that didn’t work.
Desktop View
Here is an image of the desktop view and I have drawn in red the area that I want to delete.
Mobile View
Here is an image of the mobile view and I have drawn in red the areas that I want to delete.
Can you help with this please?
Thanks!
June 6, 2023 at 3:48 pm in reply to: Subscribe to Newsletter option shows twice on Checkout Page? #1409771Thanks all fixed. I had the Zoho Campaigns plugin installed but it was’t doing anything.
I deleted it and it’s removed the extra one.
That has fixed the issue.. Thank you!
Let’s start again.
Here is the desktop version. I’ve boxed out the white space that I want delete.
Here is the mobile version. I’ve boxed out the white space that I want delete.
The CSS you gave me worked perfectly except for mobile view. When you switch to mobile view it deleted the embed email sign up code bar.
-
AuthorPosts