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 - 20,281 through 20,300 (of 29,722 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #89220

    Have you tried clearing your cache after making the changes? That might help the situation. If that doesn’t work, then you could also go through your activated plugins one by one and deactivate them to see if the changes take place then.

    Would it be possible for you to post a link to your site as well?

    Thanks!

    #89180

    Hey,
    Do you mind posting a link?
    Thanks,
    Hannah

    In forum: Virtue Theme

    In reply to: Blurry Images

    #89179

    Hi Wendy,
    What size images are you using? Are you able to post a link to your site? You can set as a private reply if you’d like.

    Hannah

    In forum: Virtue Theme

    In reply to: Blurry Images

    #89156

    Can you specify where the images are? Post a link?

    What type of screen are you viewing on?

    Ben

    #89139

    ok, so I will suggest this:

    add_action('woocommerce_single_product_summary', 'kt_custom_link_single', 25);
    function kt_custom_link_single() {
    	global $post;
    	$product = get_product( $post->ID );
    	if($product->is_in_stock() ) {
    		echo '<a href="'.get_permalink().'">In Stock</a>';
    	}
    
    }

    Ben

    In forum: Virtue Theme

    In reply to: Left side navigation !

    #89132

    see here: https://www.kadencewp.com/post-frequently-asked-questions/

    You just need to add this css:

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

    Kadence Themes

    In forum: Virtue Theme
    #89127

    Hey,
    For 2 your screen shot shows that your product images are not loading. Thus the “alt” text is showing and that’s why you have two titles.

    Are you loading all your images from within wordpress. Right click while in your in the product page and click inspect then look at the console errors to see why your images are not loading.

    In terms for the seasonal page. Looks like your adding using a shortcode. What is your “post per page” setting in the shortcode.

    In your admin go to products. click sort products near the top and then you can drag and drop products into the order you want.

    Ben

    #89123

    I’m confused. You say product page. But do you really mean shop page? Maybe if you can post a screenshot of where you want this to show that would be helpful.

    Ben

    #89119

    Hello, I recently “Reset All” settings under theme options, that was stupid of me. I do have full site backup which is 4 months old. During these 4 months I have uploaded bunch of images, added lots of products and posts. Is there any way I could pull/get out theme settings (Home Layout, Theme Color, Shop Settings, Menu Settings etc.) from old backup and keep all data from my current website?
    Thank you in advance!!!!
    System:
    WordPress 4.4.2
    Virtue_Premium 3.5.7
    WooCommerce 2.4.10

    In forum: Pinnacle Theme

    In reply to: Jetpack support

    #89110

    OK, so I have turned jetpack on for you to see what the problem is. There are two problems that I can see just to clarify. The breadcrumbs take you to the wrong place, and it is ignoring the custom css that sets the header image height.

    The site is http://www.naturalplacesphotography.com
    Pick any of the posts to see the breadcrumb problem.

    Let me know when you’re done and I’ll turn jetpack off again. No rush, I haven’t told anyone about the site yet.

    Thanks, Glenn

    #89101

    I do have some css styling for that page. I toggled it off and reloaded the page and the columns were still the wrong number.

    I think I’ll just leave it with four columns for now. I have more pressing issues that I’ll be posting here. 🙂

    -Adam

    #89097

    Hey,
    Looks like you didn’t copy the css from here… you have to do that. NO email css..

    Notice content in this section, see how in your css you have this:

    .pullquote-center:after{
        position: absolute;
        left: auto;
        right:0;
        top: 20%;
        font-size: 34px;
        color: #89291a;
        font-family: virtue_icons;
        font-style: normal;
        speak: none;
        font-weight: 400;
        content: &quot;e1a0&quot;;
        -webkit-font-smoothing: antialiased;
    }

    But in the css I posted:

    .pullquote-center:after{
        position: absolute;
        left: auto;
        right:0;
        top: 20%;
        font-size: 34px;
        color: #89291a;
        font-family: virtue_icons;
        font-style: normal;
        speak: none;
        font-weight: 400;
        content: "e1a0";
        -webkit-font-smoothing: antialiased;
    }

    Ben

    #89034

    Can you post a link? What version of the theme are you using?

    Ben

    In forum: Virtue Theme
    #89031

    Please post a link.

    Ben

    In forum: Virtue Theme
    #89022

    You can use the virtue: carousel widget in pagebuilder or a shortcode. for example:

    [carousel type="post" items="3" columns="3"]

    or a grid shortcode:

    [blog_grid items="3" columns="3"]

    See here: http://docs.kadencethemes.com/virtue/#shortcodes

    Ben

    #89017

    Thank Hannah. Could you maybe look at my other post to the forum regarding the failed import files, visit store link, demo slider files and woocommerce… You think I have issues 😛 lol. I would appreciate your help with that one. Thanks!

    #89000

    Hey,
    In Theme Options > Blog Options set Blog Post Summary Default to show an image.

    Hannah

    In forum: Virtue Theme

    In reply to: Primary Menu color

    #88994

    Hey Petr,
    Do you mind posting a link?

    Hannah

    In forum: Pinnacle Theme

    In reply to: Mobile Menu

    #88990
    This reply has been marked as private.
    #88965

    Hi,

    I’ve run into an odd problem, one that I haven’t found anyone else post about on the forums here.

    I’m using the Portfolio Posts Shortcode on a fullwidth page and it’s giving me a different number of columns than I specify. The shortcode I’m using is as follows:

    [portfolio_posts orderby=menu_order excerpt=false columns=3 items=21 height=180]

    As you can see, I’ve specified three columns, but instead it generates five. With any other number (between 1-6) I put in to the shortcode it generates that number of columns, but for some reason when I ask for three I get two extra.

    Any clue as to what’s going on? Thanks in advance.

    -Adam

Viewing 20 results - 20,281 through 20,300 (of 29,722 total)