Home>Support>Vantage theme questions/bugs

Vantage theme questions/bugs

By Kugar, 5 years ago. Last reply by Alex S, 5 years ago.

Hi,
I have four questions:
1. Using Vantage theme, and choosing Layout Bound Full Width, the full width is applied only to menu, footer and slider, but not to the rest of the content. Am I doing something wrong or it is a bug?
2. When clicking somewhere, i.e. a product, the product box “border” is shown before redirecting to the product page and if you go back the border remains visible. How can I fix this?
3. When the product name/description of a product is longer than the rest, the “add to cart” buttons are not aligned in the row. Is it possible to align them?
4. Can you suggest any plugin for adding product filters (with variations) in woocommerce that works well with the theme?

The theme is very good and I am going to use it in many more sites (already using it in one).

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 5 years, 10 months ago Alex S
    Hi, I Work Here

    Hi Kugar,

    1, 2. Do you have a public URL where we can take a look at what’s going on?

    3. I’d like to help you with this, but unfortunately, this is beyond the scope of the support we’re able to offer on our free forums. There is a fair amount of custom work involved.

    We do offer this level of support to our premium users, so if you’d like to upgrade to SiteOrigin Premium, then I can help you over email support.

    If you’d prefer not to upgrade to SiteOrigin Premium, then you can hire a WordPress developer from Codeable. They’ll charge you an hourly rate for any work done.

    4. Unfortunately, we’re not familiar with these sort of plugins so we’re unable to make a direct suggestion. Sorry mate. :()

  2. 5 years, 10 months ago Kugar

    Hi Alex,
    thanks for the reply.

    The URL is htss.gr and the eshop’s is https://htss.gr/store/

  3. 5 years, 10 months ago Alex S
    Hi, I Work Here

    Hi Kugar,

    Thanks.

    1. The full width container is in regards to the container rather than the contents – in other words, what you’re seeing is correct. You can extend the content container by adding the following additional CSS to WP AdminAppearanceCustom CSS:

    .site-main .full-container {
        max-width: none !important;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

    2. unfortunately, I can’t seem to replicate this. This leads me to believe this is happening as a result of the browser you’re using so it’s not something we can really avoid. Regardless, can you please clarify what browser you’re using?

  4. 5 years, 10 months ago Kugar

    Thanks Alex

    The problem is shown more in Firefox. But even in chrome, you can see the same problem in menus. When you click on a menu item and until the redirection loads, there is a visual frame/box around the clicked item.

    By the way, I updated the theme to the latest version and now the colors of the buttons have changed (the colors shown, not the declarations) and I cannot change them through the customizer!
    Is there a way to rollback to the previous version till this is fixed? (I show that others have the same problem and you replied that it will be fixed with the next update)

  5. 5 years, 10 months ago Alex S
    Hi, I Work Here

    Hi Kugar,

    Ah. That’s there for accessibility. I don’t recommend removing it but if you would like to, please add the following CSS to WP AdminAppearanceCustom CSS:

    .main-navigation ul li a {
    	outline: none;
    }
    

    To confirm, are you using the latest update that was just released, 1.8.2?

  6. 5 years, 10 months ago Alex S
    Hi, I Work Here

    Hi Kugar,

    Sorry, I replied slightly too quickly.

    The issue you’re facing with the buttons/customizer is fixed in the latest update, 1.8.2. Please update Vantage.

  7. 5 years, 10 months ago Kugar

    Nope, I was using 1.8.1 Just saw the update notification. I updated and colors are back to normal :-)

    Thanks.

  8. 5 years, 10 months ago Kugar

    About the css
    .main-navigation ul li a {
    outline: none;
    }

    is there something similar for the products containers?

  9. 5 years, 10 months ago Alex S
    Hi, I Work Here

    Hi Kugar,

    Please add the following CSS to WP AdminAppearanceCustom CSS:

    .woocommerce ul.products li.product a {
    	outline: none;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More