Home Forums WoodMart support forum A couple of issues

A couple of issues

Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • #202303

    danhanton11
    Participant

    Hi there,

    I have a couple of really quick issues that you may be able to help with.

    1) I am trying to create a page that has the URL ‘shop’ in it but every time I change the URL it reverts back to the demo content. I’m not able to change the shop tab on the website to my content. Is there a reason for this?

    2) Is it possible to have a single product (2 variations) on a page that isn’t a shop page? It needs to be able to have the ability to add to cart, choose variants, quantity etc…Essentially, I want a the customer to be able to buy the product from the home page.

    Many thanks

    Dan

    #202311

    danhanton11
    Participant

    If it makes it easier to understand, I have a single product and am looking to have a URL of
    ‘drip-hydration.co.uk/shop’ and then have a page that looks like this:

    https://www.curehydration.com/collections/hydration-mix/products/main-squeeze-lemon

    I can’t see how to just display a product like this on the page.

    Many thanks

    Dan

    #202416

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    It is not possible to disable the shop page, you can install a redirection plugin and redirect it to the home page.

    You can create any template on the home page and then add the Wooommerce element “Add to cart” from WP Bakery page builder chart, try one of these: https://prnt.sc/sx964t

    Best Regards

    #202427

    danhanton11
    Participant

    Thanks Elsie,

    One more quick question – how do you reduce the height of a row when using slider revolution?

    http://drip-hydration.co.uk/

    As you can see, each row takes up the whole page at the moment so it would be good to be slightly smaller.

    Many thanks

    Dan

    #202513

    Hello,

    Slider revolution has the option to set the height in the main slider settings.

    Best Regards

    #202800

    danhanton11
    Participant

    Great – that’s worked.

    There are a couple off glitches on the page linked below that I’m struggling to get my head around.

    http://drip-hydration.co.uk/shop/rapid-hydration/

    – Under the reviews section at the top, there is a grey line that I can’t remove. The same line appears just above the newsletter sign up section on the home page (although the sign up section is coloured grey so you can’t see it). I’ve no idea why it is there or how to get rid of it. When I try to change the border colour in the row settings, it always reverts back to grey.

    – Just above the footer there is a section with two thin white lines that I am also unable to remove. Do you happen to know what this is? I’ve attached a photo below just to make it clear.

    many thanks

    Dan

    Attachments:
    You must be logged in to view attached files.
    #202914

    Hello,

    I viewing the home page and do not see any gray lines https://gyazo.com/332e036065e72b7beac4066578bb6052

    Newsletter row has a gray background, you can remove it in the row settings.

    The same for the product page, I do not see any lines under review: https://prnt.sc/syeytu

    As for these lines: https://prnt.sc/syez3g This is the tab wrapper https://prnt.sc/syezkj I can remove this block with CSS if all your products are without tabs.

    Alternatively, I can make the background transparent:

    body .product-tabs-wrapper {
    	border-color: rgba(129,129,129,.0);
    }

    Please add this code to the Theme Settings > Custom CSS > Global.

    Best Regards

    #203010

    danhanton11
    Participant

    Hi there,

    None of my products will have tabs so if you could remove that would be amazing.

    Many thanks

    Dan

    #203030

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-tabs-wrapper {
    	border-color: rgba(129,129,129,.0);
    }

    Best Regards

    #204200

    danhanton11
    Participant

    Hi there,

    Thanks for all of your help previously. Are you able to help with the below too?

    – The space below the newsletter sign up and above the footer on the ‘shop’ page (https://drip-hydration.co.uk/shop/rapid-hydration/) is much larger than on other pages on the website. Do you know how to remove/reduce this?
    – Is there a way of reducing the size of the footer in general?
    – I’m struggling to get the newsletter sign up on the blog page. When ever I add the element & refresh, it disappears. Do you have any idea why?
    – I’m not sure whether this is anything you can help with, but I’m struggling to add apple pay to the stripe payment gateway. Is there something with the template that doesn’t accept apple pay?

    Many thanks

    Dan

    Attachments:
    You must be logged in to view attached files.
    #204294

    Hello,

    The space above the footer is Tabs wrapper. I have made the border transparent but did not remove it. https://prnt.sc/t1i8xy

    If you are not going to use the tabs, I can hide them with CSS.

    Best Regards

    #204769

    danhanton11
    Participant

    Hi there,

    I won’t be using the tabs so it would be good to hide them with CSS.

    Many thanks,

    Dan

    #204801

    Hello,

    Please replace this code:

    body .product-tabs-wrapper {
    	border-color: rgba(129,129,129,.0);
    } 

    with this one:

    body .product-tabs-wrapper {
        display:none;
    }
    #205413

    danhanton11
    Participant

    Hi there,

    That worked perfectly.

    I’m on to the last section of the site (blog posts) and have am wondering how to remove a couple of elements.

    https://drip-hydration.co.uk/new-home-decor-from-john-doerson/

    Above is the woodmart theme template post (i’ve removed the featured image). I want to be able to disable the page title without the text over lapping the header on this particular page. I would also quite like to not have the category, post title or author in the top of the post. How can I remove this and just start with a heading I’ve created in WPBakery page builder?

    Many thanks

    Dan

    #205450

    Hello,

    Create a clone heder in the Header Builder and disable overlap option https://xtemos.com/docs/woodmart/header-builder/enable-header-overlap/

    Then you can set this header globally for all the posts in the Theme Settings > Blog. If you want to set it only for one single blog, you can do it in the blog post settings.

    Best Regards

    #207768

    danhanton11
    Participant

    Hi there,

    I’ve just noticed that lots of the buttons / icons aren’t showing on my website. They work when you click them but the actual icon has disappeared. I’ve added a couple of photos below. Do you have any idea why this could happen?

    Many thanks

    Dan

    Attachments:
    You must be logged in to view attached files.
    #207791

    Hello,

    Please save the Theme Setting, update files in CSS generator if you used them and clear your cache.

    Please check and make sure your site URL has been inserted correctly in settings > General. If you site is HTTPS:// in should be inserted in the same way.

    Best Regards

    #216040

    danhanton11
    Participant

    Hi there,

    Are you able to create dropdown menu’s in the header. i.e. have one tab that when you hover over it displays links to other pages?

    Many thanks

    Dan

    #216100

    Hello,

    You need to create a two-level menu (menu item and sub-menu item) in Appearance > Menu. Then add the Secondary menu element in the Header builder and chose this created menu.

    Best Regards

    #216327

    danhanton11
    Participant

    Hi there,

    Thank you very much for that.

    Are you able to tell me how to change the colour of the first button on the page below to the following colour? #c43a5b

    https://www.drip-hydration.co.uk/drip-hydration-test/

    Many thanks

    Dan

    #216386

    Hello,

    Do you mean this one: https://prnt.sc/tto9cb

    Edit the page, find the button, and check the settings, there should be background color and color. If there is nothing assign a class to the button. I will provide custom CSS.

    Best Regards

    #216389

    danhanton11
    Participant

    Hi Elise,

    That’s the one. They have a standard colour list and the above colour isnt on there. Some CSS would be amazing, thank you!

    #216413

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .homepage-button a{
        color: #fff;
        border-color: blue!important;
        background-color:blue!important;
    }

    Best Regards

    #216487

    danhanton11
    Participant

    Great – this works for buttons on the homepage but how would I do this for buttons all over the website?

    Many thanks

    Dan

    #216510

    Hello,

    You need to configure the buttons in the Theme Settings > Styles and colors > Buttons.

    Best Regards

Viewing 25 posts - 1 through 25 (of 25 total)

The topic ‘A couple of issues’ is closed to new replies.