Forum Replies Created

Viewing 15 posts - 526 through 540 (of 1,124 total)
  • Author
    Posts
  • Andy
    Keymaster

    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;
    }
    Andy
    Keymaster

    Thanks. 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;
    }
    Andy
    Keymaster

    We 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;
    }
    Andy
    Keymaster

    The 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?

    in reply to: Dark header #9250
    Andy
    Keymaster

    Add 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.

    in reply to: How to change background color in posts #9248
    Andy
    Keymaster

    Just 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;
    }
    in reply to: How to change background color in posts #9247
    Andy
    Keymaster

    Hi 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.

    in reply to: problems with 2checkout #9230
    Andy
    Keymaster

    Sorry, 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.

    in reply to: Multiple issues on this theme #9223
    Andy
    Keymaster

    We 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?

    in reply to: Social Icons #9199
    Andy
    Keymaster

    Yes 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.

    in reply to: Kadence Block Form Cut Off #9148
    Andy
    Keymaster

    Please 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.

    in reply to: Change or remove Read more button #9141
    Andy
    Keymaster

    The “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.

    in reply to: Azuma Pro Upgrade #9120
    Andy
    Keymaster

    Hi 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.

    in reply to: Privacy Policy Link Removal #9116
    Andy
    Keymaster

    It 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.

    in reply to: Social Icon in top bar #9111
    Andy
    Keymaster

    Is 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?

Viewing 15 posts - 526 through 540 (of 1,124 total)