Home › Forums › WoodMart support forum › A couple of issues
A couple of issues
- This topic has 24 replies, 2 voices, and was last updated 4 years, 5 months ago by Elise Noromit.
-
AuthorPosts
-
June 10, 2020 at 9:11 am #202303
danhanton11ParticipantHi 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
June 10, 2020 at 9:32 am #202311
danhanton11ParticipantIf 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
June 10, 2020 at 1:57 pm #202416
Elise NoromitMemberHello,
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
June 10, 2020 at 2:07 pm #202427
danhanton11ParticipantThanks Elsie,
One more quick question – how do you reduce the height of a row when using slider revolution?
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
June 10, 2020 at 8:40 pm #202513
Elise NoromitMemberHello,
Slider revolution has the option to set the height in the main slider settings.
Best Regards
June 11, 2020 at 9:53 pm #202800
danhanton11ParticipantGreat – 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.June 12, 2020 at 9:25 am #202914
Elise NoromitMemberHello,
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
June 12, 2020 at 2:23 pm #203010
danhanton11ParticipantHi there,
None of my products will have tabs so if you could remove that would be amazing.
Many thanks
Dan
June 12, 2020 at 4:30 pm #203030
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-tabs-wrapper { border-color: rgba(129,129,129,.0); }
Best Regards
June 17, 2020 at 10:53 am #204200
danhanton11ParticipantHi 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.June 17, 2020 at 3:05 pm #204294
Elise NoromitMemberHello,
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
June 19, 2020 at 10:20 am #204769
danhanton11ParticipantHi there,
I won’t be using the tabs so it would be good to hide them with CSS.
Many thanks,
Dan
June 19, 2020 at 12:29 pm #204801
Elise NoromitMemberHello,
Please replace this code:
body .product-tabs-wrapper { border-color: rgba(129,129,129,.0); }
with this one:
body .product-tabs-wrapper { display:none; }
June 22, 2020 at 2:29 pm #205413
danhanton11ParticipantHi 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
June 22, 2020 at 3:55 pm #205450
Elise NoromitMemberHello,
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
July 1, 2020 at 10:31 am #207768
danhanton11ParticipantHi 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.July 1, 2020 at 11:21 am #207791
Elise NoromitMemberHello,
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
August 2, 2020 at 2:40 pm #216040
danhanton11ParticipantHi 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
August 2, 2020 at 9:37 pm #216100
Elise NoromitMemberHello,
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
August 3, 2020 at 10:48 pm #216327
danhanton11ParticipantHi 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
August 4, 2020 at 8:02 am #216386
Elise NoromitMemberHello,
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
August 4, 2020 at 8:07 am #216389
danhanton11ParticipantHi 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!
August 4, 2020 at 10:09 am #216413
Elise NoromitMemberHello,
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
August 4, 2020 at 3:44 pm #216487
danhanton11ParticipantGreat – this works for buttons on the homepage but how would I do this for buttons all over the website?
Many thanks
Dan
August 4, 2020 at 8:44 pm #216510
Elise NoromitMemberHello,
You need to configure the buttons in the Theme Settings > Styles and colors > Buttons.
Best Regards
-
AuthorPosts
The topic ‘A couple of issues’ is closed to new replies.
- You must be logged in to create new topics. Login / Register