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 - 51,761 through 51,780 (of 53,646 total)
  • Author
    Search Results
  • #9886

    Hey can you post a link?

    Did you watch this video about the home page? https://www.kadencewp.com/creating-a-home-page-with-virtue/

    You can move the “page content” to the bottom of your enabled list in the theme options > home layout.

    You can edit the parallax row by clicking the “visual style” button on the top right corner of the pagebuilder row. on your home page.

    Ben

    #9871

    Im haveing dificulties. How do i get the parallax scrolling to come at the bottom of the home page. and how do i edit it. im using the site one set up

    In forum: Virtue Theme

    Topic: Staff page

    #9867

    Hi,

    I am using the premium theme.

    I have created 4 posts with staff info, then I created a new page and set it to staff grid, and published.

    When I view the page it says “page not found”

    #9864

    You can add product page add to cart mother beside a button product details
    Thanks

    #9857

    Have a glitch with the visual style in page builder wide parallax not working on home page using Safari but it does work with Chrome and Firefox seems some media images will load and appear but not the one I wish to use?
    I am just getting the layout and a black fill. Any ideas?

    #9856

    Hi.

    I need some help here.

    I want to make something like this.

    Main Category
    |
    ———–
    | |
    Sub Category 1 Sub Category 2
    | | | |
    SubC3 SubC4 SubC5 SubC6

    I need some help to hide category filter on main category, sub 1 and 2.

    Is there any way to do that?

    Thank you!

    In forum: Virtue Theme
    #9844

    The out of stock text on the single product page is from woocommerce. You can find a plugin that will edit that or hide it in the settings or with css:

    .entry-summary .out-of-stock {
    display:none;
    }

    as for the tag it’s hidden because we added css to hide the “sale” tag.. you can only show the sold tag by using this css:

    .woocommerce span.onsale.kad-out-of-stock {
    display: block !important;
    }

    Ben

    #9840

    My hosting service (Hostdime) made an adjustment to “mod_security” which is now allowing the theme options pages to load properly, so everything is fixed.
    Susan

    #9838

    oh so by default the image only shows on parent category pages. For example if you set your shop page to only show categories then any category with products in them (doesn’t work if the category is empty) will show using the photo that you set for the category.

    If you want a slider or image like this page: http://themes.kadencethemes.com/virtue-premium-3/product-category/gear-packs/
    Then you have to create a slider using the revolution slider or cyclone slider and add the shortcode to your slider shortcode area of the category when you click edit.

    Ben

    #9837

    Yes I made a product category page, I added a picture and a text, and when I make click on the category page displays only the text and the image does not
    if you can help me
    Thanks

    In forum: Virtue Theme

    In reply to: site style 4

    #9824

    Hey so the style four has the home page set as a static page in the settings > reading then you can use the page content module to have page builder. I’ve got a little video explaining the home page more: https://www.kadencewp.com/creating-a-home-page-with-virtue/

    You can set a parallax background per row using the visual styles button on the top right corner of each row.
    Ben

    #9819

    aim not sure what i have done wrong but products which are out of stock used to have a “SOLD” tag in the catalogue and on the product page….

    #9811

    When I try to open my Virtue theme Options I get the following error message
    “Sorry, but the page you were trying to view does not exist.
    It looks like this was the result of either:

    a mistyped address
    an out-of-date link”

    ALSO: On my Dashboard I have the error message:
    “Your theme has bundled outdated copies of WooCommerce template files – if you encounter functionality issues on the frontend this could the reason. Ensure you update or remove them (in general we recommend only bundling the template files you actually need to customize). See the system report for full details.”

    Are these error messages related to each other (i.e. are the outdated WooCommerce files responsible for the fact that my theme options won’t load?

    Any help to fix this would be greatly appreciated!

    #9792
    .sidebar .widget_nav_menu ul li a {
    font-size:16px;
    line-height:18px;
    color: #444444;
    font-family: lato;
    }
    .sidebar .widget_nav_menu ul li {
    line-height:18px;
    padding: 10px 0;
    }
    .sidebar .widget_nav_menu ul li a:hover {
    color:blue;
    }
    .sidebar .widget_nav_menu ul li.current-menu-item a {
    color:red;
    }
    .sidebar .widget_nav_menu ul li a i {
    margin-right:5px;
    }

    You can add icons just like you would with the primary menu: https://www.kadencewp.com/add-icons-to-your-menu-virtue-theme/

    as for the page title:

    .page .page-header h1 {
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 36px;
    color: #4b599f;
    }
    

    Ben

    #9791
    .sidebar .widget_nav_menu ul li a {
    font-size:16px;
    line-height:18px;
    color: #444444;
    font-family: lato;
    }
    .sidebar .widget_nav_menu ul li {
    line-height:18px;
    padding: 10px 0;
    }
    .sidebar .widget_nav_menu ul li a:hover {
    color:blue;
    }
    .sidebar .widget_nav_menu ul li.current-menu-item a {
    color:red;
    }
    .sidebar .widget_nav_menu ul li a i {
    margin-right:5px;
    }

    You can add icons just like you would with the primary menu: https://www.kadencewp.com/add-icons-to-your-menu-virtue-theme/

    as for the page title:

    .page .page-header h1 {
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 36px;
    color: #4b599f;
    }
    

    Ben

    #9788

    to hide them everywhere:

    .posttags {
    display:none;
    }

    to hide them only on blog pages and not the post page:

    .page .posttags {
    display:none;
    }

    Ben

    #9782

    ok, my next question is about the custom menu i added to this page sidebar. How do i change:

    – the menu text font colour, size, face
    – the line-hight
    – spacing between menu items ( padding)
    – menu item hover class
    – menu item active class
    – add image (custom bullet/icon) next to the menu item link

    Also, is it possible to use custom style (font size, colour, font face) for just this page title (and other pages in this section) without affecting product page titles?

    #9779

    Heya, here’s a quick one: is there a piece of CSS that would allow me use the tagging feature, but not display the tags in the blog post pages?

    #9777

    Hey so not the portfolio item but your portfolio grid page… The page you named portfolio. Test by changing the permalink to project and see if the navigation works,
    Ben

    #9768

    Have you created a product? The link you posted would be to a product category page if you had any products.
    Ben

Viewing 20 results - 51,761 through 51,780 (of 53,646 total)