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 - 34,121 through 34,140 (of 53,646 total)
  • Author
    Search Results
  • #92001

    I don’t think anything is defined at the moment

    Then you should define it. It best to make sure the pagebuilder content isn’t trying to be interpreted into a description that would go in the header.

    Ben

    In forum: Virtue Theme
    #91979

    Found it in theme options, then activating Header and Footer Scripts. Once activated and page is refreshed and cache emptied, it will show up in Theme Options.

    #91974

    Hannah – I’ve set it up using the normal page builder – everything was fine until at one point I updated changes and it duplicated?

    Ben – I don’t think anything is defined at the moment?

    In forum: Virtue Theme

    In reply to: Size Drop-Down Menu

    #91966
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Size Drop-Down Menu

    #91965

    Hi Ben, I entered the 2 line code as you instructed right after define(‘WP_DEBUG’, false); and it did not work. I could not even access the edit page of the plugin after I added the code. I also noticed that I am not able to access another plugin called WC Gold Price at all which was having the same issue with the memory a couple of weeks back. I took the code back and saved the file and its back to square-one, but I’m still not able to access the WC Gold Price plugin. It turns and turns for a few minutes, then displays a timeout plank page or a 503 message blank page…

    #91958

    You can edit styles a little with css and target a category page. But in terms of image size a 4 column layout is going to output a certain size.

    There is always a template that you can add through a child theme but you will really need to know coding as you would have to write a lot of code.

    Ben

    In forum: Virtue Theme

    In reply to: Size Drop-Down Menu

    #91942

    Hi Ben,
    I’ve accessed the wp-config.php file via Filezilla, but I don’t know exactlywhere to enter this code on the page… Hope yo can help.

    Thank you,
    Gary

    #91941

    I suggest using the same size images. The theme will crop them to the same size but even for the lightbox where you would see the full image having them all the same size is best.

    I suggest 1600×1600. Make sure to use good compression.. like http://compressjpeg.com/

    In your woocommerce settings > 468 for single product image. 270 for catalogue and 90 for thumbnail.

    Those mostly won’t be used if your using the theme to size but those are good settings. This of course can change depending on your layout.. like how many columns you want to show in the shop page.

    Ben

    #91936

    I sell database applications and want to add a screen shot as my product feature image and then additional screen shots within the product gallery section. What is the best practice for the size of these images so that they will appear symmetrical within the woocommerce products page and product gallery section? Should I set all of these screen shots to a specific size, or does the rendering function resize them to fit into a predetermined size?

    Along that note…what would you recommend for the woocommerce product display settings – there is a catalogue image size, single product image size, product thumbnail and product gallery lightbox…should I make my screen shots match those, or should I adjust those larger?

    In forum: Virtue Theme

    In reply to: Header Height

    #91935

    Just realized that there is now a problem with the header height on my home page.
    All other pages look great, but the home page slider is now “laying on top” of the bottom port of my logo/header. Please see screenshot.

    http://www.awesomescreenshot.com/image/1187738/90697161e4dd965e3721fb2b5b164a76

    Any thoughts?

    In forum: Pinnacle Theme

    In reply to: Demo content

    #91929

    https://www.kadencewp.com/using-page-builder-virtue-premium/

    You can do this using the theme options > home layout.. there enabling the home call to action but you can also use pagebuilder. The Link above has a specific tutorial on this just read through should make sense. You set the image inside the pagebuilder row.

    Ben

    In forum: Pinnacle Theme

    In reply to: Menu below home slider

    #91925

    Correct with pinnacle this would require a child theme. You would need to add a function to hook the slider you wanted into the page before the header.

    Ben

    #91913

    If there is “custom” it means you have a page called “custom”

    To choose your front page just select the page you have set as the static front page in your settings > reading.

    Ben

    #91912

    Hey Ben,

    This sounds cool! So this 2 rows of code will do it after the update?
    As I understood it right it will affect also pages and posts?

    Thanks guys, your work is really outstanding!

    In forum: Virtue Theme

    In reply to: Header Height

    #91910

    When I look at your page, in your theme options > advanced settings. In the custom css box I still see:

    .contentclass {
        padding-top: 10;
    }
    

    … If you would like you can send me a login and I can add the css I posted and clear the cache for you.

    Ben

    In forum: Virtue Theme

    In reply to: Move WOO Breadcrumbs

    #91905

    For categories you would need this:

    @media (min-width: 992px) {
    .tax-product_cat div#kadbreadcrumbs {
        position: absolute;
        left: 0px;
        top: 60px;
    }
    .tax-product_cat .page-header .col-md-6 {position:static;}
    .tax-product_cat .page-header {position:relative;}
    .tax-product_cat .page-header h1.page-title {margin-bottom:35px;}
    }

    You need to remove this:

    #content .main {float:right;}

    If you want the sidebar on the left you can do that as of version 3.6.0 in your theme options > main settings or you can use this css:

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    and it’s best to wrap your breadcrumb css in a media query.

    @media (min-width: 992px) {
    }

    Ben

    In forum: Virtue Theme

    In reply to: Virtue Theme Questions

    #91902

    Thanks Ben.

    1. I will email you the screenshot as soon as my email issue is dealt with.

    2. Ok thanks.

    4. I think I’m still not getting something but I will try to figure out what you mean.

    5. Thanks I was able to change the footer color and font on all pages except the home page. – I removed the code below in the css box and it worked:
    .home footer#containerfooter {
    background-color: #fff;
    }

    .page footer#containerfooter {
    background-color: #fff;
    }

    In forum: Pinnacle Theme

    In reply to: Demo content

    #91899

    I didn’t express myself very well. I have already uploaded demo content and I do use page builder. I would like to know how to arrive to this call to action home page
    How can I use a background image like the one used in the Pinnacle premium homepage demo content call to action section ?

    #91898

    Here is what I’m talking about.

    Theme Options > Portfolio Options > Portfolio Navigation Options > All Projects Default Portfolio Page > Custom

    How do I set where the custom option goes?

    In forum: Virtue Theme

    In reply to: Virtue Theme Questions

    #91897

    Hey,
    1. [email protected]
    2. Theme options > advanced settings > custom css box. ( you will be able to remove after the next update).
    4. Yes if you want to make any variation special then you need to define all of them. I suggest setting up attributes in your products > attributes page. Then assigning those to the product vs making custom ones for each product. Both work but I prefer the editing options of setting them up as attributes.
    5. a > Theme options > advnaced styling. b Theme options > basic styling.

    Ben

Viewing 20 results - 34,121 through 34,140 (of 53,646 total)