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,241 through 1,260 (of 2,160 total)
  • Author
    Search Results
  • #148843

    Hey Lori,
    This css should fix for you:

    .grid_item.testimonial_item.postclass a {
        color: #000;
    }

    Just paste it into your custom css box in theme options. Hope it helps!

    Hannah

    #148168

    2. Bold is designed to have smaller images and no excerpt when using the home “latest posts”

    You can, of course, use a shortcode and add a blog grid or list on the home page instead of using the home “latest posts” section.

    4. Does your post have a featured image that is at least 1600×1600

    In your post settings have you set the head content to image?

    Since your not showing the bold theme can you send a login so it’s easier for us to see what you are seeing and see the output of settings?

    Ben

    #147985

    That makes sense. I thought it was a theme feature. Turns out it is JetPack. Any idea why the icons weren’t displaying, though. They did display on the actual post page, but not in the blog grid.

    #147980

    After your suggestion, I did add an except box to my event post. In the excerpt box I added a shortcode for a button. The result was the post grid summary displayed the button and “read more”. It did not display the text that I added to the posts. Does the excerpt over-ride the text? I was hoping the excerpt would be added to the bottom of the text summary and read more button.
    -Chris

    #147966

    Using the custom excerpt box you could add your button into that for each post and then it would show in the grid.

    Ben

    #147965

    I am not using an event plug-in, but I could if needed. I’d like to list the event summaries on an events page in a blog post grid format (3 Columns) and at the bottom of each summary have a “registration” button with a link to a sign-up form I already created. I have been able to get the button on each event’s full post page using Page Builder and I can build a summary page and use buttons, but I really like the look of the post grid format and was hoping to use it, but just add buttons. Let me know what you think. Thank you.
    -Chris

    In forum: Virtue Theme

    In reply to: post excerpt styling

    #147661
    This reply has been marked as private.
    #147541

    Hi Hannah, thanks for the reply. Yes I have tried the blog template layout but cannot get the look the client wants. This is what she is looking for in a news page: https://www.coreconsultantsgroup.com/news/ as you can see there is a sidebar with custom content. Then there is a category menu (purple colour background) below the header. Then there is the recent news slider linked to the items on the right side of the slider. Below that again there is a grid of 3 recent post thumbnails and heading extracts below those 3 are another 6. Then below that is a random selection of 9 fullwidth post exerpts with a thumbnail pic and then the rest of the posts with only text exerpts.
    If not exactly the same I would appreciate help in getting the page to look as near to her current page as possible please.
    Regards, Janek

    #147458

    Hi Janek,
    Are you just wanting your posts more in a list rather than a grid? Have you tried using the blog page template? See here- http://docs.kadencethemes.com/pinnacle-premium/templates/blog-page-template/
    Let me know if you’re stuck on something!

    Hannah

    #147439

    There would be different scripts for different pages.
    Example: The code I included before is to have a grid of products from Commission Junction appear on a page…or post in our situation.
    Then on another page there would be a different code producing different results.

    #147415

    Building and affiliate site and tried to add a grid display creates at Commission Junction. It ( CJ ) gave me a JavaScript to post on the website.
    <script type=”text/javascript” language=”javascript” src=”

    However when adding this to a post nothing appears. Yes, I did enter it in the Text editor and not Visual, however from reading what I have I realize this is more of a WordPress issue than Virtue.
    I can’t be the first person to run into this so thought I would ask for the most Virtue theme compatible solution?
    Thanks
    Frank

    #147407

    Hello!
    I would like the (H3) titel in post excepts to look different (bold) from the rest of the text, on the blog grid side. Now the titel and the text look just the same.
    Can you please help me?
    Best wishes
    Kati

    #147381

    Per your suggestion, I resaved permalinks. Still have the problem. I went to the website on a different computer and also had the “read more” links loop back to the staff page instead of the blog post page. When you said you couldn’t recreate the problem, did you mean the links worked properly for you or that when you added a blog grid to a staff page on another site, the read more links worked properly?

    And another question based on looking at the staff grid page. Since I have added the blog posts to the staff post page, they also display on the staff grid page and the other staff members no longer show up. I know I can set the “Use Staff Excerpt or Content” setting to “Excerpt”, but is there a way to leave it on Content so that the staff grid page will show a full bio, but at the same time have the blog grid only display on the staff post page?

    #147329

    Hi Brandan,
    One option for this is to use the staff grid page template ( http://docs.kadencethemes.com/virtue-premium/templates/staff-grid-template/ ).
    To get the staff members posts to show in the single staff post you can create blog categories for each of your staff members and assign each members posts to their category. Then you can use blog shortcodes to display the certain posts for each staff member. Here is a shortcode example: [blog_grid orderby=date items=6 columns=3 cat=joe-smith]
    So you would paste the shortcode with the correct category in the individual staff posts. Does that make sense?

    Hannah

    #147324

    Hello. I’d like to have a page that resembles a staff grid (or ideally, is a staff grid), where a viewer can click on the staff’s photo or name and be taken to a page with the staff photo at the top and blog posts written only by that staff member display. So, to hopefully explain better, multiple staff members each write blog posts, and each has his or her own page with his or her photo and blog posts. Could you direct me how this might be done using Virtue? Thanks.

    #147084

    Hi,

    I want to make Read More links on grid item page link directly to client page (not to whole testimonial page). I am trying to modify page-testimonial-grid.php and make something like this:

    if($postlink) {
    echo '<a href="'.$clientlink.'" class="kadtestimoniallink">';
    echo wp_filter_kses($thelinktext);
    echo '</a>';
    }

    but it don’t work…

    #146856

    Hi Robin,
    Your homepage cannot be both a static page and a latest post page, however, there are workarounds! One option is to use the home widget area. Enable it about Page Content in your Homepage Layout Manager (Theme Options > Home Layout) then you can add a visual editor widget (or whichever) from Appearance > Widgets.
    Another option is to set your page as a static page and add your latest posts via shortcode like this: [blog_grid orderby=date items=4 columns=3]
    Hope one of those options works for you!

    Hannah

    #146334

    Hey
    You are adding this css:

    .imagegrid-widget img {
        min-width: 100px;
        min-height: 75px;
    }

    The output for the post grid is images that are 80×50 So by adding that css you are effectively stretching out the images and thus getting the blur.

    You can either remove that css so your images will stay with the output size or use a child theme to create your own widget or there may be a plugin that you like the style of better?

    Ben

    #146313

    Hi,

    The post grid widget images are blurred in my footer. Is there a way to sort this out? I’ll pm you the link.

    Thanks!

    Saskia

    #146310

    Hi,

    I want to create more space between the image rows in the post grid widget in my footer, so it lines up with the images in the other column. Is there a way of doing this? I’ll pm you the link.

    Cheers,

    Saskia

Viewing 20 results - 1,241 through 1,260 (of 2,160 total)