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 - 29,461 through 29,480 (of 53,646 total)
  • Author
    Search Results
  • #115041

    For the Blog Category Page: I’m using a plugin “WPCustom Category Image” that should allow me to post an image that appears at the top of a blog category page. I can set the image on the category admin page, but it does not appear on the blog category page. I have also tried another similar plugin with the same result. Is there something in Virtue Premium that is keeping this image from appearing?

    Also, perhaps related: I have added some text content to the main Blog page, but it does not appear. What am I missing?

    In forum: Virtue Theme
    #115037

    I have the “Contact Us” button placed in the topbar and it works just fine calling and displaying a page named “Contact Us”. But if I wanted it to call and display another contact page named “Contact 123ABC” for example, I know I could create and save that “Contact 123ABC” page but how would I get the “Contact Us” button in the top bar to call and display the alternate, new page?

    #115035

    Hello there,

    1-I’ve applied the following CSS in order to achieve the mobile view into two columns shop page, however while rotating mobile from portrait to landscape or vise-versa, the display seem to contribute two columns unevenly, Any idea?

    @media (max-width: 480px) {
    .kad_product {
    width: 50%;
    padding: 0 5px;
    }
    }

    2-And what codes do i have to use in order to achieve Category images to be Fullwidth with no padding 100% or divided again two columns equally.

    For your info > http://www.janelleteo.com

    Thank you guys!
    With Regards,
    Zay

    In forum: Virtue Theme

    In reply to: error loading page

    #115024

    Don’t use private unless it’s truly a private page. If you wanting to keep your site from views while building then use a coming soon plugin.
    Ben

    In forum: Virtue Theme

    In reply to: error loading page

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

    In reply to: my-account page slider

    #115018

    Ensure that you have set Hide Page Title to Show from your edit page.

    Hannah

    #115006

    Hey,
    1. Navigation is set in your “appearance > menus” see here: https://www.kadencewp.com/building-displaying-menus/

    2. They are icon boxes. In your theme options > home layout. Scroll down till you see “icon boxes” and you can edit each one.

    3. Check out this tutorial: https://www.kadencewp.com/using-page-builder-virtue-premium/
    You will go to your home page and edit the “ROW” in that you can set the background for the ROW. Make sure your editing the row not the widget.

    Let me know if that helps,

    Ben

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

    thanks for helping

    1- i need the used products to have categories too, as u said adding a used categories wont have their categories isnt it?

    2- this is shop page http://www.kvendors.com/products/

    3- i add them can u provide me with the css please to display in line

    4- this is the css


    @media
    (max-width: 767px){
    .product_item .details_product_item {
    width: 60%;
    float: left;
    text-align:left;
    padding-left:3px;
    }
    .product_item .product_details h5 {
    padding-left:0;
    }
    .product_item a.product_img_link {
    width:40%;
    float:left;
    }
    .product_item .price {
    font-size: 14px;
    }
    .products .product_item:hover {
    box-shadow: none;
    }
    .grid_item img {
    padding: 10px;
    }
    .products .contentclass {
    background: #fff;
    }
    .products div.product {
    border: none;
    border-top: 1px solid #e5e5e5;
    box-shadow: none;
    }
    }

    In forum: Virtue Theme
    #115000

    Hi Ben,

    thank you very much for your help. I’ve made a testpage today – yes it works, if I avoid <br> tags.
    The automatical line break is sometimes a little bit strange – I must see.

    Michael

    #114997

    I need help with the testimonial widget in the sidebar on the blog post page. It shows the gibberish code instead of the actual testimonial content. Can you please help?
    Thanks.

    #114987

    Hey Rick, If you use a child theme: https://www.kadencewp.com/child-themes/

    You can add this function in the child theme functions.php file:

    add_action('kt_afterheader', 'kt_slider_every_page');
    function kt_slider_every_page() {
    echo do_shortcode('[kadence_slider id="header1000"]');
    }

    Then in your theme options > page title turn that off by default.

    Ben

    #114986

    I have installed the Virtue Premium demo site where I am attempting to modify it’s current content.
    I don’t yet understand where to change the content. I seem to keep finding the settings themself, but not where I can change the content.
    I’ve been away from webdev for a few years and my brain is spinning.

    lynlife.com

    Where can I find documentation that shows me how to:
    1. Change the top navigational values on the homepage
    2. Change the icons and words on the icon boxes below the photo (what are these boxes called?)
    3. Change the photo in the call to action

    I seem to be going in circles looking for where to make the content changes.
    Thank you.
    Lyn

    #114976

    Hello Rick,

    I don’t believe that there are any built in ways to default your site’s page header to be a slider. This can for sure be accomplished using a Child theme and adding the correct function, but I’m not sure how to write it out. For now, your best bet will be do to it manually.

    Ben or Hannah may have a better suggestion, so I’ll flag this thread for them to see.

    Thanks,
    Kevin

    In forum: Pinnacle Theme

    In reply to: my-account page slider

    #114975

    Hey Luke,
    You shouldn’t have an issue adding a slider to the account page. What slider are you using? Can you post a link to the page?

    Hannah

    #114973

    Hey Kjersti,

    You should be able to turn off the page header/title on every page by going into the page edit screen and finding the “Page Title and Subtitle” area.

    There, switch “Hide Page Title” to HIDE. This should remove the title and header image from the page in question.

    Let me know if this works for you!

    -Kevin

    #114971

    Hey,
    You can remove the page title from all posts with this css:

    .single-post .page-header {
        display: none;
    }

    Just paste that into your custom css box in Theme Options > Advanced Settings.

    Hannah

    In forum: Virtue Theme

    In reply to: Product Gallery

    #114969

    Hello Ozan,

    You should be able to change the order of your product gallery images by reordering them in the product edit page. As long as you are using the default product galleries, then this should work.

    Let me know if this works for you.

    -Kevin

    In forum: Virtue Theme
    #114968

    Hello Sarmad,

    In the future, please keep each support thread to one or two questions each. It can very quickly get confusing when dealing with so many issues at the same time. Thanks!

    1. This is likely something that you would want to accomplish using product categories. In Products> Categories, you can easily create New and Used categories to assign to products.

    2. This is something you’ll want to accomplish with CSS. if you can post a link to the store front of your site, I’ll provide you the CSS to make the background white.

    3. You can use the Contact widget in the topbar (via Appearance> Widgets), and only fill in the email and phone number portions of the widget. This will place the text in your topbar. Be sure that you have the top bar widget area enabled in Theme Options> Topbar Settings. After the widget is placed, some CSS styling will be required to get it lined up the way you want.

    4. Please specify what this CSS is trying to accomplish and provide a link to these products.

    5. The theme developer will be able to answer this when he sees this topic.

    6. SKU (short for stockkeeping unit) is a number that is intended to help you keep better track of your products.

    7. Every product page has it’s own unique class. What are you intending on using a product ID for? It’s likely the class could serve the same function.

    Let me know if this is helpful, and be sure to follow up on the unanswered questions so we can get them all squared away.

    Thanks,
    Kevin

    In forum: Virtue Theme
    #114965

    I’m also seeing this in Safari. The menu items are displaying below the main navigation, but they are not presented as links. They are not clickable, and they do not appear as actual page elements in the Safari inspect tool.

    Hopefully that information is helpful.

    -Kevin

Viewing 20 results - 29,461 through 29,480 (of 53,646 total)