Forum Replies Created
-
AuthorPosts
-
February 10, 2020 at 10:57 am in reply to: Can I stop the “Buy Now or Add to Cart” dropping down on Product pages? #9262AndyKeymaster
In the sticky add-to-cart panel on your site there is a very large PayPal buy now button taking up a lot of space. Not sure why it is there because it is not present below the regular add-to-cart button. I could be wrong but is the PayPal button only supposed to be on the checkout page?
If you just want to hide this extra PayPal button, you could use this Additional CSS:
#wc-sticky-addtocart .wcppec-checkout-buttons { display: none; }
February 10, 2020 at 10:06 am in reply to: How to stop Gallery images showing in Product sections on homepage #9259AndyKeymasterThanks. It looks okay when I view your website. When I hover over the ‘Parrot’ product, the first gallery image fades in over the main image.
Have you been using the Retail theme from before the latest theme update?
It may be that your browser has cached the CSS code from the older version of the theme. If you clear your browser cache it should work correctly.
If you just want to remove it, please add this to Appearance > Customize > Additional CSS:
.product-extra-img { display: none; }
February 10, 2020 at 9:57 am in reply to: Can I stop the “Buy Now or Add to Cart” dropping down on Product pages? #9257AndyKeymasterWe call it the “sticky add-to-cart panel”, so when you scroll down the page past the point where the regular add-to-cart button goes out of view, this panel appears in view to help with sales conversion.
It should only be a narrow panel and shouldn’t take up half the page, but if you just want to remove it please add the following code to Appearance > Customize > Additional CSS:
#wc-sticky-addtocart.active { display: none; }
February 10, 2020 at 9:50 am in reply to: How to stop Gallery images showing in Product sections on homepage #9255AndyKeymasterThe first gallery image should only be visible over the top of the main image when hovering over the product. It should fade in when hovering and it shouldn’t be visible all the time.
Can you please let me know your website URL so I can take a look?
AndyKeymasterAdd this CSS to Customize > Additional CSS
.entry-header.with-image.full:before, .archive-header.with-image.full:before { background: transparent; }
This code will remove the color overlay.
AndyKeymasterJust re-reading your question it appears you want white text with a dark background… in that case use this instead:
.single .content-area { background: rgba(45,54,76,0.5); padding: 1em; color: #fff; }
AndyKeymasterHi Mike,
Did you receive my email reply to your question that you previously asked via our contact form?
I ask because I’m not sure if this is a different question or the same.
To add a white backgorund to the content area of your single post pages, add this CSS snippet to Customize > Additional CSS:
.single .content-area { background: #fff; padding: 1em; }
…or if you want the background image to show thru slightly, use something like this:
.single .content-area { background: rgba(255,255,255,0.7); padding: 1em; }
Hope I have understood correctly and this helps answer your query.
AndyKeymasterSorry, the theme cannot make these types of changes to the payment checkout form. It can only present the information provided by the payment plugin.
The checkout functionality is provided by the WooCommerce plugin, so you would need to ask the WooCommerce support how to make these changes.
You don’t say whether you are also using another plugin or WooCommerce extension for the 2checkout functionality. If so, the creators of that plugin should also be able to help.
For the first part of your question, if you just need to write some text explaining your delivery policy, you can do this easily by adding the text to your ‘checkout’ page or your ‘terms and conditions’ page.
AndyKeymasterWe replied to your email with help for all your questions and when we didn’t receive a reply we assumed that your questions had been answered to your satisfaction.
Have you checked your email spam folder to make sure our messages haven’t ended up in there?
AndyKeymasterYes the theme does support social icons/links in the footer menu.
It works in the same way as the Exoplanet theme, please see the documentation here for detailed instructions.AndyKeymasterPlease add the following to Appearance > Customize > Additional CSS:
textarea.kb-textarea-field, button.kb-forms-submit { height: auto; }
This should work as a temporary fix, and we’ll get a permanent fix out in the next theme update.
AndyKeymasterThe “Read More” text is a translatable text string, so you could use a plugin such as Say What to replace this text with your own text.
AndyKeymasterHi Frederik,
If you activate your license key you will be able to update the theme with one click from within the themes area of your dashboard.
AndyKeymasterIt is partly the theme and partly WP.
The bottom right is the ‘Footer Menu’ area.
If you have not created a menu to display in the ‘Footer Menu’ location and you do have a page that is set as your privacy policy page in the WP settings, then the theme will display a link to your privacy policy page.Three different ways to remove this;
- Go to ‘Settings’ > ‘Privacy’ and unselect the page that is currently set as your privacy policy page (choose the “– Select –” option to choose no page)
- Make your currently set privacy policy page (can be any page you choose) as a draft/unpublished
- Create a menu and set is as the menu for the ‘Footer Menu’ location.
Hope this helps.
AndyKeymasterIs it the site from your email domain?
It looks okay to me and the social icons are all in the same widget.
Did you work out how to put them in the same widget? -
AuthorPosts