Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'page '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 49,501 through 49,520 (of 53,646 total)
  • Author
    Search Results
  • #20796

    Hey,
    1. By sticky do you mean you want it to be visible all the time? Or do you want it to be forced to the bottom if there is no content on your page?

    2. hmm this is tricky but you can try this css:

    .panel-grid:first-child .panel-row-style-wide-parallax.panel-row-style {
        padding-top: 160px !important;
    }
    
    div#kad-banner-sticky-wrapper {
        height: 0 !important;
    }
    
    header#kad-banner {
        position: relative;
        z-index: 1000;
    }

    Ben

    #20791

    Hey,
    This likely means your max upload size in the php isn’t large enough to upload. Click on media > add new and look on the bottom left corner. What does it say your max file upload is?

    Also you can always manually update through ftp by downloading the latest theme version on the my-account page.

    Ben

    #20787

    Hi Ben!

    I was updating my site, and wish to make my footer sticky, I’ve seen some of your input across some forums, but have not found anything concrete that works. Any help with a custom css line?

    Also, I’ve made my header background a PNG with some transparency, and wish for the parallax background in my content to reach up to the top of the page behind the header, so that I don’t need to use a color or background image for content to fill that white space. (I’d like same effect for footer if possible!)

    Here’s what I have in my custom CSS right now (reduced padding to remove white bar below the header)

    .contentclass {
    padding-top: 0px;
    padding-bottom: 0px;
    }
    .page-header {
    display: none;
    }

    Any help would be so greatly appreciated! My dev page is strifftease.com/home-dev (password is “smoothie”) for reference.
    Thanks for your continued support!
    -Peter

    #20786

    I have a problem with topbar menu item links not working from each page.

    From the home page e.g. mysite.com everything works, but if I’m in the cart page (mysite.com/cart) then the link becomes one that is appended to the mysite.com/cart for example, if the link is to mysite.com/coming-soon then it will show me mysite.com/cart/mysite.com/coming-soon which of course doesn’t exist. External links (like to facebook) aren’t a problem.

    The links between “my account, my cart, and my dashboard” which are all pages used by my plugin (Dokan) are fine, they don’t do the append thing with each other, so I suspect it’s a problem with the plugin or perhaps woocommerce. Even so–has anyone here had a similar problem?

    I’m putting in the entire path but it really doesn’t matter, it just seems to be a problem. Can you help? Thanks!

    #20778

    Hey,
    in the category shortcode change to [product_category category=”vapormones” per_page=”14″]

    and to get your content full width use the full width page template.

    Ben

    #20770

    This is how the original page looks:

    http://www.allitemssold.net/product-category/vapormones/

    And this is how it looks after calling in the category page with the embedding the video:

    http://www.allitemssold.net/home-3/shop/vapormones/

    Hope that helps. Thanks!

    Migdalia.

    #20767

    I created the page, yet not all of my products within that category (which are 14) are showing. Only 12 are showing. Also, is there any way I could center the embedded video within the page. This is currently what I have within the EDIT PAGE:

    [kad_youtube url=”http://www.youtube.com/watch?v=Z5N2SX_m5fA” width=”1000″ height=”500″ hidecontrols=”true” autoplay=”true” modestbranding=”true”]

    [product_category category=”vapormones”]

    Please let me know what I’m doing wrong. Thanks!

    Migdalia

    #20766

    Hi Ben,

    Is their a way to extent from side to side to this specific homepage area:
    Rev Slider
    Image Menu
    Best selling Products
    Featured Products

    I prefer to use box type layout style.you may take a look at http://www.millannienterprise.com

    Thanks,
    Mark

    In forum: Virtue Theme

    In reply to: Testimonials Grid Page

    #20762

    It’s in the css. So changing it just just a matter of overriding the css. You can set the columns amount in the page settings.

    Ben

    #20753

    The title font?

    You can set the h1 font sitewide in the theme options > typography settings. You can also add css if you only want to change the h1 font for the archive pages:

    body.archive h1 {
    font-size: 20px;
    }

    Ben

    #20748

    Hi Ben,

    On my product category page, the font is quite big, how to adjust this one.

    Thanks,

    mArk

    In forum: Virtue Theme
    #20746

    Thanks Ben! I just took down the cover page so you can take a look. http://boostinteractivemedia.com/devunefemme

    #20739

    I am using a child version of the Virtue Premium Theme and have my header style set to “Standard” in Theme Options–>Main Settings –>Header Style.

    For the site’s logo I am using a large image spanning most of the width of the page.

    I need to position some DIVs on top of this image. I have done this in the past through using a “hook” in a previous web site that used a different theme. I do not see an option to add HTML to the header through a “hook” here in Virtue Premium.

    If I understand correctly, I can create a copy of the header.php file, edit it and add it to my child theme.

    However, currently the header.php residing in my “virtue premium” folder only contains the following:

    <?php
    /* empty */

    In other support discussions in this forum, I have seen people reference lines with high numbers (say, 17, or 60, or whatever)… but my header.php file from the theme really doesn’t contain anything.

    Could you please point me in the right direction as to where I can find the right file to modify? Again, to clarify, all I need to do is add some DIVs that will overlay my logo image, which I will then style using CSS in my child theme’s style.css file.

    Thank you!

    #20734

    I am using custom CSS to change the font for all of my headings. It’s working fine on the pages, but on every post the custom font is not displaying anywhere. This happens in multiple browsers. When I look at the CSS in Firebug, it looks like it should be applying, but it’s not.

    The troubleshooting I’ve done so far:
    Turned off all plugins
    Set all Google Font options to Arial

    Here is my CSS:
    @font-face {
    font-family: Saint Andrews;
    src: url(st-andrews.ttf);
    }

    header #logo a.brand, .logofont {
    font-family: Saint Andrews !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    font-family: Saint Andrews !important;
    }

    #nav-main, .nav-main {
    border-bottom: solid;
    border-bottom-width: thin;
    }

    .widget {
    font-size: 14px;
    }

    .widget-inner H3 {
    font-size: 45px;
    background-image: url(‘
    height: 50px;
    }

    #20732

    Hi Ben,
    Would it be possible to get the image menu just like this http://www.merrell.com/US/en/Womens_Dept_Page

    Thanks.
    Mark

    #20731

    Hey, so it looks like you’ve made “women” a page and not a category. In your admin area go to products > categories and create the category “Women” then set that as the parent category for all your women products.
    Hope that makes sense.

    Hannah

    #20729

    Hi Ben,

    Just would love to know how to show all products (WOMEN) categories on a single page. http://www.millannienterprise.com
    I doesn’t appear when i click that menu.

    Thanks.
    Mark

    #20718

    Hey, You can’t add a video under a category page.. mainly because it isn’t really a page it’s a category so there just isn’t a place to add a video… But what you can do is make a page and add a the shortcode to call in your product category: [product_category category="appliances"]

    and under that you can addd the video using the virtue shortcodes. The one thing to note with this is you won’t have the sort options.

    http://docs.woothemes.com/document/woocommerce-shortcodes/

    Ben

    #20711

    Can someone please help me and let me know how I can embed a youtube video under this page Using Virtue Premium.

    Thanks in advance for your help.

    Migdalia.

    #20706

    On my product pages, I have the short description which is right next to the product image.
    However, for the long description, which is supposed to be below the image, I have nothing.

    Did I accidentally erase something?
    Is there a setting that can be changed?

    Thank you!

    Kimberly

Viewing 20 results - 49,501 through 49,520 (of 53,646 total)