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

    Once you update, go to theme options > theme extensions and make sure you haven’t turned testimonial posts off.

    Ben

    #91309

    Hey,
    There isn’t a plugin I’m aware of that would do this. Not with portfolio post. You would have to use a child theme and code in something like that.

    Ben

    #91308

    1. I think you’re just referring to the images loading? The next update will have this happen a little smoother.

    2. In your settings > reading. What is your posts per page set to there?

    Ben

    #91304

    Hey Holger,
    What google is pointing to doesn’t have to do with speed.. Just user interface.. since you’re showing a lot of tags with each post the design for those links are close together, closer then what google sees as user friendly with a touch device to be able to use the links easily. So if you want to design based on what the robot likes you can either add more space between each tag link or remove the tags on mobile..

    Removing would be this css:

    @media (max-width: 767px){
        .posttags {
        display: none;
    }
    }

    Adding space would be this css:

    
    @media (max-width: 767px){
        .posttags a {
        padding: 8px;
        display: inline-block;
    }
    }

    Ben

    #91283

    Hey,
    Please check out : https://www.kadencewp.com/need-for-speed/

    Yslow is going to rank based on the tools you are using to speed up your site. Things like caching, minify. Those aren’t and can’t be in a theme because of how the web, wordpress and themes work. You have to do those things through plugins or manually because they are optimizers to the server and the output of html.
    If you look at the report you posted, just take one second to look at what is giving you the rank… No caching, no defering of JS, no cache verify and no minify… All those things are not related to the theme they have to do with how you optimize your site.

    Ben

    #91278

    Hey,
    Do you mind posting a link to your site? Have you tried deacitvating your plugins to test if any are conflicting?

    Hannah

    #91262

    Thanks for catching that. My mistake. Next time I’ll have to look more closely at my code before I post here!

    -Adam

    In forum: Virtue Theme
    #91259

    Just create a login and post here using the Set as private reply.

    Ben

    #91249

    Is there any chance you could post a link to the site that you’re working on so I can try to duplicate this behavior on my test site?

    Thanks!

    In forum: Virtue Theme
    #91241

    Hey,
    1. Try adding this to your custom css box in Theme Options > Advanced Settings:

    .post-type-archive a.button.product_type_external.kad-btn.headerfont.kad_add_to_cart {
        display: none;
    }

    2. That’s something you would have to code in. Are you using a child theme?

    Hannah

    #91238

    yes, the older posts include images in lower Resolution. But when i go into edit mode, change nothing and then republish, the Post changes to full widdt, the Image will not be scaled, but the “similar Posts” and the “next/prev Post navigation” uses the full width. That is what i want, because the posts are in the same layout.

    But i don’t want to change hundreds of Posts manually..

    Stefan

    #91235

    I have a portfolio grid page with various portfolio types on it. When I click on a type such as “Patterns”, that only has 2 posts attached to it, the footer background color is short and doesn’t go to the bottom of the page, on the desktop. I would like the color to not look like a stripe but go to the bottom of the page. Thanks for your help!

    In forum: Virtue Theme
    #91225

    Can you post a link to your site?

    The header in Pinnacle is a bit different than that of Virtue, so it might not be possible to get it looking exactly how you’re wanting it.

    But if you can post a link, it will make it much easier to point you in the right direction.

    In forum: Virtue Theme

    In reply to: Portfolio Page/Grid

    #91221

    Hey! Would it be possible for you to post a link so I can see what you’re talking about exactly?

    Thanks,
    Kevin

    #91219

    I have NOTHING on the site yet! No pages, posts, media….nothing…

    #91217

    If all of your post settings are the same, I would look at your image sizes. Are all of the images you’ve uploaded similarly large sized images?

    It seems that when I view the images source through chrome inspect that the example you provided is using a smaller image than the other post you linked to.

    If the images aren’t big enough to display full width, then the post will not be able to display full width and still keep the images looking good.

    #91214

    Hello Kyle!

    1. I’m not seeing any titles being cut off when I view in mobile on my iphone 6s. What device/browser are you viewing on? Would it be possible for you to post a screenshot of what you’re seeing?

    2. The reason that you’re seeing the same posts twice is because your home page is set to be Your Latest Posts, and you still have the Latest Blog Posts enabled in Theme Options> Home Layout> Home Layout Manager. Try going into that area, and disabling the “Latest Blog Posts” and let me know if that gets a look you want.

    Hope that helps!

    In forum: Pinnacle Theme
    #91213

    Hey! Would it be possible for you to post a link to your site so that I can take a look at how it’s behaving?

    Thanks,
    Kevin

    #91212

    strange. I have differend Pagewidth in my Blogsposts:

    and

    If i select edit Post in WP and klick on refresh, the first Post gets the correct widht. There are lots of Post with incorrect width in my Blog. The Settings in the Posts are all the same.

    Greetings Stefan

    #91194

    Hey! I can remove the white space with some CSS, but need you to post a link to your site so I can be sure that the code works.

    Is it possible for you to post a link?

    Thanks.

Viewing 20 results - 20,081 through 20,100 (of 29,722 total)