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

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

Viewing 20 results - 1,001 through 1,020 (of 2,160 total)
  • Author
    Search Results
  • #193074

    I have a page that’s set up to display a grid of posts
    But I’d like to not have the date and category on that one page
    I can’t disable from theme options as my other blogs on that site need categories and dates.

    here’s the page:

    Many thanks
    Nic

    #193029

    Hi,

    The theme doesn’t set any of those. In your theme options, you can have the theme control the image sizes for product images. But if you turn that off then those settings apply.

    I guess you mean this:

    https://imgur.com/a/B605ojK

    Correct?

    The default media settings in wordpress are just the default and they determine your base options when adding an image to a post. I suggest changing those to what best matches your needs use. If you’re not using those sizes at all that is fine as well.

    So there’s no such thing like the correct default media sizes for Virtue? I looked into the html code and I am surprised that many times the natural image sizes are bigger than the used space:

    https://imgur.com/a/9FdDPRJ

    163 vs 240 px so the space could be greatly reduced?

    I always thought the Virtue theme has some default grid and templates so that image sizes have more a less some kind of optimal setting.

    Also for e.g. the carousel it seems that the thumbnail is even a value that is not in the above
    150×150
    270×270
    300×300
    468×468
    1024×104
    list.

    For instance:
    https://imgur.com/a/KThwb4S

    Here it is 260px (which is not in the above list). Also again natural dimension (needlessly?) much bigger than what is shown.

    I must say I am confused on how image cropping seems to work in WordPress. But if you say it is just okay and not much too optimize I’ll believe you…

    #192863

    I am using the staff_posts shortcode to display the staff members. Is there a recommended way to equalize the heights of the boxes in the grid so they do not appear staggered (example here: I tried the “Display Blog Grid posts at equal height” in the theme options, but this does not affect staff. Thank you.

    #192826

    My most recent post won’t show the featured image on the blog grid (front page) or the blog page. I have regenerated thumbnails, and everything is working fine on Facebook and so forth. All my previous posts are working fine.

    What to do?

    #192653

    hi Ben
    i’m working on a local server for the moment and it’s just a draft. I’m trying to display my portfolio grid like this :
    http://www.web-group.fr/ (no gutter, title & type on bottom etc…)
    and my post grid like this :
    http://www.caconcept.fr/
    I can’t find the class css to do this…
    thank

    Steph

    #192530

    Hi Steph,
    You can enable a portfolio grid and posts grid on your homepage from Theme Options > Home Layout by enabling “Portfolio Full” and “Latest Posts”.
    Or you can add a shortcode into a text widget within the home widget area. You can see all shortcodes here: http://docs.kadencethemes.com/virtue-premium/shortcodes/
    Hope that’s helpful!

    Hannah

    #192512

    Hello
    Virtue is great !! I’m tryng to have a modern and simple look on my home-page, just like this or
    I dont know how to report the page templates “portfolio grid” and “posts-grid” on the home page. Is there a special CSS ?
    How can I do that ?
    Thanks for your help
    Steph.

    #192467

    There’s a big gap between each row

    How large are you seeing?

    update this:

    .product-category.grid_item a h5 {
        position: static;
        background: transparent !important;
        color: #444;
    }

    to this:

    .product-category.grid_item a h5 {
        position: static;
        background: transparent !important;
        color: #444;
        margin: 0;
    }

    And if that isn’t what you want please post a link.

    Ben

    #192128

    Hello,

    1. The portfolio can be used however you want. Think of it as a way to show what your client is capable of, such as previous works and acknowledgements. You can also disable in entirely if you please. There is no definitive way to use the portfolio, it’s totally up to you.

    Portfolio posts and products are distinctly different though, and I do not advise building your store with portfolio posts.

    2. I’m not sure I understand what you’re asking. You can display portfolio types by adding this shortcode to a page: [portfolio_types]
    You will need to assign each type a featured image. More shortcode options can be found here:
    http://docs.kadencethemes.com/ascend-premium/shortcodes/

    3. It looks to me as though you have the portfolio enabled still in Theme Options> Home Page Layout> Portfolio Grid. Do you have a cache running on your site? be sure that you clear it after making changes or disable it entirely while developing your site.

    -Kevin

    #191608

    Hello,

    I’m using the staff_posts shortcode. The issue is at screen sizes 991-1199 some of the titles move to a second line. As that happens, the row below gets out of line (one staff member being lower than the others). Is there a way to equalize these heights so it maintains its appearance?

    #191415

    Regarding SEO; since the posts do reside on the site, aren’t we getting the SEO benefit from them anyway

    It’s not the same. But please consult with your SEO expert or read up. Most everywhere will tell you to avoid Iframes.

    If you want a grid with a border that is not hard to accomplish without the need for embed.

    [blog_posts type="grid" items="2" columns="2"]

    Add that ^ shortcode

    And add this css in your theme options > custom css :

    .kad_blog_item .grid_item {
        padding: 25px;
        border: 1px solid #e5e5e5;
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }

    Ben

    In forum: Virtue Theme

    In reply to: Mobile version display

    #190927

    Hey,
    The portfolio grid will crop your images to size automatically (assuming they are at least as large as the crop size). The pattern will determine the size of the images based on the order of your portfolio posts. For example with the link above the first portfolio post will always be 2:1 ratio. Second 1:1 and so on. There are only two patterns available for the mosaic layout: 3 or 4 column settings.

    I hope that helps.

    #190837

    Hi –
    I have been trying to style the testimonial boxes on the testimonial grid page with no luck. Based on other posts in the support forums, I believe I am using the right CSS selectors, but nothing happens. Here is an example:

    .testimonial-box {
    border: 2px solid #333;
    }

    The reference page is:

    Any suggestions? Thanks for your help.
    Cheers,
    – Tom

    In forum: Virtue Theme

    In reply to: Mobile version display

    #190703

    Hey,
    It’s not random, it’s a grid that follows a pattern. You can’t change the grid. If you set the columns to 3 it will be one pattern, if you set the columns to 4 it will be another.

    You can look at the grid and change your portfolio post order by using the menu order and changing your posts order number.

    Ben

    #190517

    Hey,
    It’s not a built-in option, you would have to add a hook through a child theme to pull in the entire excerpt on a portfolio post in the grid page.

    Using a child theme in the functions.php file you would add this:

    add_filter( 'virtue_portfolio_partial_excerpt', '__return_false' );

    Ben

    #190486

    Yes, thats good.

    Could you also give me some code to make the background of the posts, on the blog grid – to be white.

    So each individual post will have a white background, and the entire page will have the light grey background.

    #190187

    Hi Guys,

    Just pick your brains about ISO Filtering…

    I use it with my portfolio on Virtue Premium…

    Is it at all possible to filter PAGES?

    I want clients to be able to navigate to different Portfolio Grid PAGES from a landing page with an ISO style filter….AND onto the Portfolio Grid Page which contains the Portfolio posts in a ISO Filter format.

    Hope that makes sense… Thanks… John 🙂

    In forum: Ascend Theme
    #189996

    Hannah,

    The changing cat for type indeed solve my problem. I made the div container transparent using a similar style sheets but I added to my Page Builder widget.

    url: https://winenext.com

    1- I added [portfolio_posts items="1" columns="1" style="pgrid" ratio="landscape" lightbox="true" type="cast-wines" height=200 ] but now my cast wines portfolio display is TOO big! How I change it’s height and width?

    In forum: Ascend Theme
    #189994

    Hi Hannah,

    url: https://winenext.com

    1- On my landing page this is the shortcode I have implemented to only display the Cast Wines portfolio link, and yes I do want the hover effect with the portfolio info. This is my current shortcode [portfolio_posts items="1" columns="2" style="pgrid" ratio="landscape" lightbox="true" cat="cast-wines" ]

    url: https://winenext.com/producers/

    2- Where it says “You select, we connect, they ship”. The WHITE <div> container in front of the cellar key picture. I would like to have that white background semi transparent. What class should I call? Is to the right of where it says “What’s next? UNLOCK AND DISCOVER CELLAR GEMS. Our artisan wine producers have given us access to some of their rare and exclusive limited releases, back vintages and large format bottles”

    In forum: Ascend Theme
    #189988

    Hi Lino,
    1. You can add a kadence image widget rather than a portfolio grid. Or are you still wanting the portfolio hover effect? If so, you can limit the portfolio posts to a specific category as Ben suggested. Would either of those options work for you?

    2. Sorry, I’m not sure where you’re referencing…I’m not seeing a cellar key image? Sorry if I’m missing something.

    Hannah

Viewing 20 results - 1,001 through 1,020 (of 2,160 total)