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 'post'

Home / Forums / Search / Search Results for 'post'

Viewing 20 results - 21,981 through 22,000 (of 29,722 total)
  • Author
    Search Results
  • #74414

    You can’t see the private post?

    #74409

    Hey,
    Can you post a link?
    Thanks!

    Hannah

    #74397

    Hi, please advise how do I remover images from the Post Blog Carousel, leaving text only cubes?
    Also, can I place Next/Previous page arrows right underneath the post, above the Carousel?

    Alesya.

    #74328

    Hey,
    1. What is your primary color in your theme options > basic styling. If it’s white and your background is white then that could be your issue. Else can you post a link.

    2. In the theme options > misc settings. Have you set the email address that the contact for is supposed to send to?

    Ben

    #74318

    Craig, this is in your css:

    .product-type-simple.product_item .kad_add_to_cart {
        line-height: 40px;
    }

    Remove that. Just have what I posted.

    .home .product-type-simple.product_item .kad_add_to_cart{
    line-height: 40px;
    }
    

    Ben

    In forum: Virtue Theme
    #74291

    This will move the results too:

    body.post-type-archive-product .page-header div:first-child {
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }
    #74284

    Hey,
    Using the “latest post” module in your theme options > home layout you can’t change the crop unless you override the template in a child theme.

    You can use a shortcode instead to display the posts with the image above your content. Then they would not be cropped.

    If you interested in a child theme the file is templates/home/blog-home.php

    Ben

    #74272

    in your portfolio post page. There are max-width and max height settings. Are you setting those to the size of your image?

    Else if you don’t want the item to be sized at all use the gallery image to add your one image and select the image list as your portfolio option.
    Ben

    In forum: Virtue Theme
    #74256

    Hey Ronald,
    Try adding this css:

    body.post-type-archive-product .page-header div:first-child {
        padding-right: 0;
    }

    Hope it helps!

    Hannah

    #74249

    Hi Daniel,
    In Theme Options > Blog Options you can set image size beside “Blog Post Summary Default”.
    Can you link to the image you’re setting as your featured image? I’m seeing this- http://dev.4thgolcar.org.uk/wp-content/uploads/2015/12/Whole_World_Of_Adventure-270×270.jpg
    Are you uploading like that?

    Hannah

    #74247

    Hi
    Sure this has been posted at some point but can’t find after trawling through so apologies but new to theme. the free version has a drop down sub menu in page menu i.e. there was an option in each menu item to add a sub item for drop down. However when I purchased premium and loaded I can’t find how to enable drop down and add sub items. The only options I can find under the Primary menu are adding a search function and ‘sub indicator’. Any help greatly appreciated

    #74242

    Hi I have the theme gallery turned on. I have deactivated various possible plugins that may be messing with it. But I cannot resolve it. It’s really frustrating as I use galleries in my portfolio and my blog posts and they’re all messed up. 🙁

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

    Hey,
    1.
    body.post-type-archive-product .page-header div:first-child {width:100%}

    2. You can make “shop” whatever you like right in your shop page on the edit screen but if you prefer to control this with css then you can use this:

    body.post-type-archive-product .page-header h1 {text-transform:uppercase;}

    3.

    .woocommerce-result-count {
        text-align: right;
        position: absolute;
        right: 0;
        bottom: -5px;
        margin-bottom: 0;
        color: #777;
    }

    Ben

    #74167

    Hey, the order is set in the configure terms. If you can post a login, I’ll be happy to take a look. Sometimes you have to drag each item into place.

    In forum: Virtue Theme

    In reply to: menus get mixed up

    #74162

    Hey! The link is taking me to a login page. Could you please post a temporary login?

    Also, what listing plugin are you using? Have you attempted to contact their support?

    Hope that helps.

    #74159

    Hey,
    One way to do this would be to use the x2 retina logo in your main settings as your extra logo. Then with this css you can have the logo switch based on the blog page and posts:

    body #kad-banner #logo .kad-standard-logo {
        display:block;
    }
    body #kad-banner #logo .kad-retina-logo {
        display:none;
    }
    body.page-template-page-blog #kad-banner #logo .kad-standard-logo, body.single-post #kad-banner #logo .kad-standard-logo, body.category #kad-banner #logo .kad-standard-logo{
        display:none;
    }
    body.page-template-page-blog #kad-banner #logo .kad-retina-logo,body.single-post #kad-banner #logo .kad-retina-logo, body.category #kad-banner #logo .kad-retina-logo {
        display:block;
    }

    else the only other way would be through a child theme and code it into the header.

    In forum: Virtue Theme
    #74095

    Hey Jen,
    I would start by deactivating your plugins to test if one is interfering. Do you also mind posting a link?
    Thanks!

    Hannah

    In forum: Virtue Theme

    In reply to: Menu sticky

    #74088

    Helo Hannah
    Thank you kindly help me .
    GENERAL is the first theme of the settings tab (it’s in French ) , in the style of the header, you can choose to set the header. But if I active , it remains fixed, but it is not reduced when you scroll the page (see the link I put in my first post )
    Thanks,

    #74079

    it seems homepage is broken
    I did update plugin and also wordpress 4.4
    please help

    http://www.bangkokbikerider.com

Viewing 20 results - 21,981 through 22,000 (of 29,722 total)