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 - 32,901 through 32,920 (of 53,646 total)
  • Author
    Search Results
  • #97705

    you can change the css I sent earlier to this and it won’t effect the shop page.

    archive.tax-product_cat .product-category.grid_item {
        margin-bottom:10px
    }
    archive.tax-product_cat  .product-category.grid_item>a img {
        display: none;
    }
    archive.tax-product_cat  .product-category.grid_item a h5 {
        position: static;
        margin: 0;
    }
    @media (min-width: 767px){
    archive.tax-product_cat  .product_category_padding .kad_product {
        width: 50%;
    }
    }

    Ben

    #97702

    Hey Ben

    Thanks for the code. That removes the images on the shop page as well but that does not matter as I am not using the page as I am using the menu for browse by category.

    I checked and I don’t have a siderbar activated for the category/ shop pages. I think it looks that way as I was given some css to stretch the container to 80% of the page.

    This was the css I was given when using the free version of the theme.

    .container {
        width:80%;
    }
    
    I removed this code and the site has gone back to its original width which is not really full width of the device being used to view the site.
    
    @media (min-width: 1200px){
    .main {
        width: 80%;
    }
    .kad-sidebar {
        width: 20%;
    }
    }
    
    In forum: Virtue Theme

    In reply to: blog main page?

    #97701

    Hey,
    In your settings > reading make sure you have set the front page to be the “latest posts” page.

    Then in your theme options > home layout make sure “page content” is enabled. See here: https://www.kadencewp.com/creating-a-home-page-with-virtue/

    Ben

    In forum: Virtue Theme
    #97699

    Hey,
    I think you should consider increasing that 30 second max time on the server. You should also increase the max memory.

    You need to go into every “post” where you set it up with page builder and you need to make sure you add a custom post excerpt. That is very important. That will keep your site from crashing.

    Ben

    #97696

    You can add this css:

    .product-category.grid_item {
        margin-bottom:10px
    }
    .product-category.grid_item>a img {
        display: none;
    }
    .product-category.grid_item a h5 {
        position: static;
        margin: 0;
    }
    @media (min-width: 767px){
    .product_category_padding .kad_product {
        width: 50%;
    }
    }

    Also fyi you have a sidebar enabled for the category pages.

    Ben

    #97692

    Hey,
    so no it’s not possible to move or make new filters or existing filters that would be in the sidebar. The closest thing would be to make the page fullwidth so there isn’t a sidebar then use css to run the filter buttons down the side:

    @media (min-width: 992px){
        #options {
        float: left;
        width: 20%;
        text-align: left;
        }
        .kad-portfolio-wrapper {
        float: left;
        width: 80%; 
        }
        #filters li {
        float: none;
        display: block;
        margin-left: 0;
        }
        ul#filters {
        float: none;
        padding-left: 0;
        }
    }

    Ben

    #97691

    On the homepage, I have the Portfolio Full widget enabled, and the first featured image isn’t displaying. The rest all display fine, but only the image title displays, not the image. The same thing happens on the portfolio page.

    In forum: Virtue Theme
    #97690

    ok, wordpress doesn’t have any kind of built in system that would output it there But using a child theme you can add:
    <?php wp_link_pages(array('before' => '<nav class="pagination">', 'after' => '</nav>')); ?>

    above the content call in the template.

    Ben

    #97688

    So I looked at the Home Page Layout and either Page Content is not enabled by default, or I somehow inadvertently deleted it. I added this to the Enabled column and all is right with the world.

    I’d still like to know about reducing the padding at the top of the page however. Thanks!

    #97687

    I’m about to launch this e-commerce site this week. In the last few days, I’ve noticed this weird home page slider stick problem, but it happens just on Chrome. When the page loads, the slider image is only visible from the middle to the right side of the screen. However, once I scroll down, the entire image appears. I can’t take the site live until it’s ready and I have very, very few plugins. Any thoughts?

    The site is and it has construction mode plugin on it. Thanks Ben and Hannah! You rock!

    #97684

    Hello,

    I have a single page website with lots of content. I’ve decided to use a plugin to add a different scroll to top icon/arrow. How do I disable/hide/remove the current scroll to top icon in the lower right to not have 2 of them showing up.

    Thank you
    Rich

    #97681

    Long time user and lover of Virtue, but I had purchased the Pinnacle theme awhile back and have a project for which I think it might be perfect. I’ve inserted 2 rows on the home page thus far using Page Builder, but I can’t get them to appear when I view the page. I used the Pagebuilder template. What could I possibly be doing wrong.

    Here’s a link.

    Also, is there a way to reduce the padding above the Sitename and Primary Menu?

    Thanks much!

    In forum: Pinnacle Theme
    #97679
    This reply has been marked as private.
    #97677

    Hi Diana,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    .page-id-13 .contentclass {
        padding-top: 0;
    }

    Hope it helps!

    Hannah

    #97671

    Hey Panduka,
    If you want to add content to the bottom of a blog page you will have to use the default page template and add your blog posts via shortcode like this: [blog_grid orderby=date items=4 columns=4] You would just paste that into the visual editor and add your content underneath.

    Hannah

    In forum: Virtue Theme

    Topic: formatting

    #97668

    On my website, I want to create a blog but also organize the content–on different pages. How do I create a vertical navigation menu (that is located at the left of my screen), that only shows up in my designated pages?

    In forum: Virtue Theme
    #97655

    Hello

    I’m not managing to put the blog page in place of the Home

    I need that when user come in my domain see the blog and not the store

    I’ve already set the option in configuration/read not give right

    What are the steps for me to make these settings and have the blog main page?

    #97646

    HI Ben and Hannah!
    I’m trying to keep my CSS simple and in one place, so I started using the Advanced settings and that works. Not put it in Jetpack.

    So Pagebuilder has this CSS plugin, and I’m wondering.

    Is it best to put all added css into the advanced settings, so it preserves it like a child theme.

    DO I NEED to create a child theme if I put all added css into the advanced Virtue Settings?

    Seems to me that putting them all in there is best idea, just checking.

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

    Hey team

    On my category pages I have sub category and products showing. With the subcategory which as you see have their name in a black box with a image background which is normally filled by an image drawn from the products category section of woocommerce.

    What IO would like to see is just the box with the subcategory name with no image behind it. Also the allowable length of that box needs to be widened to allow the text to be on one line.

    So can this be done via some css or is it not possible?

    Page for viewing to see issue

    Many thanks
    Ian

Viewing 20 results - 32,901 through 32,920 (of 53,646 total)