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,461 through 1,480 (of 2,160 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Staff post ordering

    #107947

    Hey,
    By default they display by order number (you can set this in each post so if you add them randomly it’s easy to create an order).

    But I think your right I’m going to add an order by option to the staff grid template so you can if you want make it order by date latest or newest.

    The only built in thing right now would be that you can use a staff shortcode and set the order and orderby but so you know that will not work for you becuase you have pagination and shortcodes can’t create pagination.

    I’ll get the update out soon.

    Ben

    #107943

    Hi please help,

    I made a page of deployments using staff grid and the result was okay except for the ordering of the date. I will input more deployments from 2014 up to present. hope you can help me or give some code to display the ordering by date from latest to the oldest.

    here’s the link

    Thank you.

    #107860

    Hi Ben, I did it and it’s better, but I’d like better blog grid. In the middle I tested [blog_grid orderby=date items=1 fullpost=false cat=business] but it does not extend on all the width, see the page.

    #107855

    Hey so with that since the grid doesn’t know how to read what your doing you would want to make sure the post summary was set to landscape.

    Ben

    #107575

    Meanwhile, the last problem, with the featured images, I solved using the plugin Quick Featured Images Pro. It sill remains the display of blog grid on homepages and, if possible, the display of a grid with 3 or 4 columns, with every item assigned to the latest post of a specific category.

    Nicolae

    #107564

    Hi Hannah,

    I use Polylang for multilingual. The blog posts was displayed until I imported posts from another wordpress site. Right now it works for French. The code I use is [blog_grid columns=”4″ items=”8″]

    As for the shortcodes, I want a grid with every row of 1 item to have more than one column (3 or 4). If I use the shortcode suggested by you, there will be 1 item per row.

    Regards,

    Nicolae

    #107546

    Hello,

    The site is It is a multilingual site (EN, FR and RO).

    After I imported posts from another WordPress site and played with them in EN and RO languages, the blog posts on the homepages of these languages disappeared. They are displayed on the blog archive pages and on FR homepage, but not on EN and RO homepages. I used a shortcode for blog posts on homepage. Anyway, I tried to enable the latest blog posts from home layout, and I have the same problem.

    And one question: It it possible to publish on homepage not a grid with the latest posts from all categories, but a grid where every grid item is assigned to the latest post from a specific category? Something like a news magazine layout, but not a whole row with latest posts from each category, but a single latest post from each main category.

    Thank you,

    Nicolae

    #107545

    1.

    #topbar {
        border-bottom: 2px solid green;
    }

    2. You can add a border in pagebuilder. Please look at your row settings.

    3. Either upload larger images or make your whole content area narrower in your theme optons > misc settings. That will “bring them closer”

    You can add borders in pagebuilder.

    4 and 5.

    .footercredits {
        padding: 5px 0 0;
    }
    
    .footerbase {
        background:#303030;
    }
    #containerfooter {
        background: black;
        padding-top: 10px;
        border-top: 2px solid green;
    }

    6.

    li.menu-item-36 > a > span {
        background: yellow;
        font-size: 15px;
        padding: 5px;
    }

    7. I don’t know what you mean please post a screen shot.

    8.

    #pg-4-0 .panel-grid-cell#pgc-4-0-0 {
        padding: 0;
    }

    9. Remove the widget title (leave it blank) add in whatever size title you want into the widget content above your other text.

    #107275

    Hi,

    This is more of a findings rather than a query.

    My home Macbook pro 13 inch shows the Portfolio grid thumbnails in a proper way with sharpness. Somehow in my office monitor, I have never get that kind of sharpness in the Portfolio thumbnails. Yesterday, I have added a parameter of imgwidth=”500″ in the gallery short code ( by searching this post – and surprisingly the images look much sharper now in the monitor.

    Believe I have not done anything with the container in CSS. Wondering if I can do anything further to get the ultimate sharpness in Portfolio as well as Portfolio grid thumbnails and what is the logic for that.

    Here is my site Link

    Cheers,
    Ari

    In forum: Pinnacle Theme

    Topic: Blog page

    #106808

    Hello.

    My website is

    In my blog page, I have the Blog PhotoGrid Template.
    I would like to have the posts configured like I have now in the bottom of the page.

    However, I want also to have some widgets Under the posts.
    If I have the configuration described above, the widgets stay over the posts.

    So, I used shortcode to configure as I want.

    My question is… how can I have the thumbnails formated like in the first configuration? Just title, date and author.
    What I need to put more in the shortcode?

    Thank you in advace!

    Regards,
    Carla Brito

    #106501

    Is there a way to make the link in each testimonial post actually appear on the full testimonial grid.
    I’m not keen on adding extra click depth so would rather have the testimonials all appear on one page.

    As it happens I’m not actually using it for testimonials per se but rather links to news articles (external sites) from a single grid/page (but managed as single items one each like posts).
    I can’t see an easier way to do this without additional plugins.

    Basically my client doesn’t want to write their own ‘news from/by us’ but rather ‘us in the news’.
    I’m surprised more corporate people don’t want this 🙂

    #106381

    You can set a min-height on your excerpts.

    #kad-blog-grid .blog_item .postcontent {
        min-height: 270px;
    }

    Ben

    #106050

    Your excerpts are all pretty similar it’s your long long titles that can be so different.

    You can set a min height for the whole thing if you want, you’ve set that here:

    #kad-blog-grid .blog_item {
        min-height: 570px;
    }

    Just increase that number to like 600.

    There isn’t an option to make something different sized in the grid you could use a shortcode and display some posts in a 2 column and some in three.

    http://docs.kadencethemes.com/virtue-premium/shortcodes/

    Ben

    #106021

    Hi guys,

    Looking to make a small adjustment to my Blog Post page.

    As you can see, all our Blog summaries are different sizes. Is there some css that can make them all the same size?

    Also, are there any options/adjustments that can make the most recent/sticky post larger than the others? Something like this:

    Maybe asking for too much, but every little helps! ^_^

    #105953

    I don’t suggest doing this with files. But they are in the woocommerce folder in the theme. woocommerce/content-product.php

    But please explain more of what your going for? can you post a link? I don’t see this making much sense to load products when all you are saying you want is a grid with images and text? You can do this a lot of ways without making products.

    Ben

    #105480

    Hey,
    So the “blog category” options refers to category pages.

    For you blog page you see to use the blog grid page template.

    But first you must go to settings > reading and unselect a page to be the “posts” page as that is currently assigned and will force the layout to be default.

    See here: https://www.kadencewp.com/creating-a-blog-page-with-virtue/

    Ben

    #105431

    Thanks Hanna!

    I also have another question about my blog. I’m trying to change the layout of the blog to be a gird or something that is not like a list that it is now.

    http://bensonshum.com/blog/

    I tried to go to Theme options, Blog options, the Blog category and change to grid post, but nothing changed? any ideas?

    Thank you!
    Benson

    #105374

    Hi,

    one more question…

    In my News page:

    I would like to reduce the number of word displayed in the post grid, I’d like just 2 row of text for post…how can I do? I seted blog summary to smallest value…but there are still to much words…

    thank you for help!

    #105286

    In your theme options > portfolio posts have you set a page to be the all portfolio grid page?

    Ben

    #105168

    Hi,

    I’ve added to the post grid widget to one of my footer columns, following the instructions on your very clear ‘Creating a Demo 3 Layout Homepage’, but no images are showing up. Any ideas what I’m doing wrong?

    Cheers.

    Saskia

Viewing 20 results - 1,461 through 1,480 (of 2,160 total)