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,481 through 1,500 (of 2,160 total)
  • Author
    Search Results
  • #104402

    Hi guys,
    The testimonial part of the theme works pretty well for my needs. I would like to make a couple of suggestions for your consideration. Please let me know if there are ways to do any of these with existing features.

    It will be nice to have separate fields for the post title and the contributor’s name. Right now, the title field is used as the name in the slider and grid. The testimonial form also puts the name field input into the title. But on the single testimonial page it is used like a title. Having the ability to have a meaningful post title would be helpful in some cases.
    Not display the generic avatar icon when there is no featured image. (I can turn the div off using css, but then any featured images are turned off too. If I just turn off the icon, it leaves a blank before the text.)
    It will be helpful to have an optional, not-displayed contact field for each testimonial. Sometimes, when I receive a testimonial, I would like to follow up, requesting a photo, for example.
    Is there a way to add content after the grid on a testimonial grid page? I didn’t see a way.
    For the slider widget, have an option to turn off the display of the title.

    Thanks.
    Keith

    #104142

    Hey,

    This contunes to go know where and I don’t know how else to explain… So I’ll try once more but unless you are willing and want to fix your css I don’t know how to help you.

    The post titles would be below your image by default the only reason they would move above the image would be becuase of css added to your site. For example you have this:

    #kad-blog-grid .blog_item header {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align:center;
        padding: 10px;
        z-index:1000;
    
        transition: all .6s ease-out;
        -webkit-transition: all .6s ease-out;
        -moz-transition: all .6s ease-out;
        -o-transition: all .6s ease-out;
    }

    Which may have been suggested as a way to make the posts like the pinnacle photo grid or may be something you’ve added. The only reason that css is not taking effect on your site is becuase you broken your css above with the wrong bracket. which makes this css not work and gives you the effect you want.

    The funny not funny thing is all you need for your home page is this css:

    .kad_blog_item .entry-content, .kad_blog_item .subhead, .kad_blog_item footer {
        display: none;
    }

    Which had I or hannah understood what you wanted we could have easily give to you. (since again this is not the style of the photo grid in pinnacle).

    So I’m only saying that your css is broken and I suggest you fix it and I suggest you simply add the css we suggest here. But your site do what you want.

    Ben

    #104139

    I see the issue with the brackets, but when we change that to the other type of bracket, it changes the text on the blog grid so the titles of the posts are back on top of the image and we did not want that. I understand the code is “broken” but we worked for a long time, trying many, many configurations to get the titles to appear under the photo instead of on top of it and the way it worked out was a mistake but also was what we were actually trying to do. Hannah had told us that it would not work for Virtue when we tried to get this look: http://themes.kadencethemes.com/pinnacle-premium/portfolio-alt-style/ which I do understand is portfolio, not blog grid style. We just liked the way the text was handled. Also, I have a Custom blog grid style that you gave us the code for that is not typical for Virtue, so that is different, too. The issue with the excerpts for the similar posts was a minor concern compared to getting the titles down below the image. Our code for the titles may be an issue, but we were happy to have even a temporary fix for it, although I understand the risks involved with that.

    #104104

    I just want to be clear. The css I posted that I suggested you fix is broken and doing nothing on your site but breaking other css.

    You can always remove the excerpt from the blog grid which is all you have done, the photo layout that pinnacle had is not what you have on your site. Please see here: http://themes.kadencethemes.com/pinnacle-premium/blog-photo-grid/

    So I am confused at what your saying?

    I am trying to help,

    Ben

    #103993

    Right, we did change that, since we had asked for the titles to appear under the image on the blog grid, but were told that was only in the Pinnacle theme. We were able to work out that and fix that issue ourselves, which we can see now is more important than removal of the excerpt in the Similar Posts carousel, since it changes the blog grid posts back to the previous problem when we add your code.

    Sorry to bother you,
    James

    #103858

    Hello!

    I want to use Blog Grid template but here is a problem – when I select blog category is this dropdown menu. It is OK, but if I have CATEGORY 1, CATEGORY 2, CATEGORY 3 and I want display on page just CATEGORY 1 and CATEGORY 2, but not CATEGORY 3 is a problem. Instead of dropdown menu would be better checkboxes.

    I try this shortcode: [blog_grid orderby=date items=10 columns=3 cat=photos] which works fine but … How to do that for items, 11, 12, 13 … will be visible on the page – 1, 2, 3 (pages). I hope that you understand what I mean. In Blog Grid are always below 10 posts visible page numbers 1, 2, 3, 4 …

    Thanks.

    Best regards,

    R.

    #103722

    Previously, you helped me get a grid for displaying blog posts (thank you!):

    #kad-blog-grid .blog_item .subhead, #kad-blog-grid .blog_item .entry-content, #kad-blog-grid .blog_item footer {
    display: none;
    }
    #kad-blog-grid .blog_item {
    border: 0;
    margin-bottom: 20px;
    position: relative;
    }

    #kad-blog-grid .blog_item header {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align:center;
    padding: 10px;
    z-index:1000;
    background: rgba(255,255,255,0.6);
    opacity: 0;
    transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    }
    #kad-blog-grid .blog_item:hover header {
    opacity: 1;
    }
    #kad-blog-grid .blog_item .postcontent {
    padding: 0;
    }
    #kad-blog-grid .blog_item h5.entry-title {
    color: #333;
    }

    Now, I’m redesigning and wondering if there is a way to adapt the blog-grid code so that the headings look like those you adapted here:

    Can you please help us with that?

    #103155

    I do not know if this is a WP question or a pinnacle theme question.If it is WP I will go there. Here goes, when I down loaded your theme on the home page it has a box with a pencil in the middle. How do I add a photo there. Also at the end of each Blog post I want to add a recipe and link it to my recipe collection page. It would be grid style with thumb nail picture, so when they click on the picture the recipe would load. I have you still setup as an administrator to see what I mean. the believe the password
    is:AddNew!@#$%()? cookingforthetasteofit.com is my sight. Thank you for your help.

    #103113

    1. Here is some CSS that will make the images stay the same height. Is this what you want?

    .home img.iconhover {
        max-height: 290px;
    }

    2. The difference is one is using the Home Blog enabled via Theme Options> Home Layout, http://www.lapetitebrune.com/

    The other page is using a blog template set in the Page Attributes area, I believe it’s the Blog Photogrid template.

    3. You can do that with this CSS:

    .home .postcontent footer {
        display: none;
    }
    #103078

    Hey,
    1. In your post edit page what do you have the post summary set to?

    2. The excerpt isn’t showing on your blog page because your using the photogrid option which does not include an excerpt.
    You can use this css to hide the excerpt on the homepage:

    .home .entry-content {
        display: none;
    }

    Hannah

    #102939

    Hey Sebastian,
    In Theme Options > Blog Options set Category Display Type to Grid Post then you can set the number of columns beneath that. Then in Settings > Reading set the Blog pages show at most to a high number.
    Hope that helps!

    Hannah

    #102424

    Hmm, there is a bug with the photogrid option in the theme options for the home page. I’ll update a bit later, that would give you the option to output your posts like this.
    http://themes.kadencethemes.com/pinnacle-premium/blog-photo-grid/
    Ben

    In forum: Virtue Theme

    In reply to: Page Builder issue

    #102173

    Hi Hannah,

    thanks, it is only visible on mobile phone, my case Iphone 6, the content can be moved left and right, on the page link that I posted you.
    I figure out how to solve it with css, but my question is about the css style in my html head that is showing, it seems that a piece of css is missing, this one: “#pl-6 .panel-grid , #pl-6 .panel-grid-cell { }”, and this is the style that is messing up the page.

    Do you think that the last plugin update was not good, maybe I should upload the plugin again?
    I do not remember to have been seen this stlye in the html head before.

    #102147

    Hello.

    My website is

    In my website I want this kind of configuration:
    – Header with Logo and Menu
    – Posts of the blog
    – Portfolio
    – Text
    – Footer/Widgets

    The first issue I have is with blog posts configuration and presentation.
    How can I present the last posts with this kind of presentation:

    Because when I try present the blog posts through Theme Options -> Home Layout
    or Page Builder
    or Template Homepage PhotoGrid, does not work!
    And I tried also with a shortcode.

    Thank you.

    Regards,
    Carla

    In forum: Virtue Theme
    #101852

    1. When I go to your pages > look book. I click edit. I scroll down to your portfolio grid options and the very first option is for how many columns. You have three set right there. Just change that to two. Please refer to the link I posted above.

    2. Either use the carousel slider instead of the flex or set your slider min and max height to match that of the images you are uploading. This is done right in the portfolio post while your editing.

    3. They will always auto slide on the portfolio page itself. Your auto play option is only for the single portfolio post not the grid page.

    Ben

    #101686

    Hey,
    You can use the home widget area instead of the theme options > home layout “latest posts”.

    In the home widget area you can add a blog shortcode. http://docs.kadencethemes.com/virtue-premium/shortcodes/

    For example like this:

    [blog_grid columns="2" items="8"]

    Ben

    #101619

    Portfolio grid only displaying one portfolio post per page instead of the grid.

    #101571

    Hey,
    1. What do you mean more rows? Are you wanting additional carousels? Or more of a grid?

    2. You can just mark your sale items as featured items and they will appear in that carousel. See “How do I make my products featured with woocommerce?” here- https://www.kadencewp.com/post-frequently-asked-questions/

    Hannah

    #101506

    thanks kevin-
    that’s helpful….but is there any additional code I can add to display the post date written out (e.g. July 1, 2016) rather than with the little calendar icon? Also would be nice to be able to display the post author?? this is the shortcode I used [blog_grid items=”6″ columns=3 orderby=”date”]

    #101483

    There is not a way to do this with the Home Layout blog.

    You can, however, add a shortcode in your page content that will pull the posts up and display how you want. You’ll want to place it in either the default visual editor, or an editor widget in page builder. Keep in mind that where this shows up on your page will now be controlled by where you place “page content” in the home layout manager.

    [blog_grid orderby=date items=4 columns=2]

    There are a few more options shortcodes give you that you may be interested in. Learn more here:
    http://docs.kadencethemes.com/virtue-premium/shortcodes/

    Let me know if that works for you.

Viewing 20 results - 1,481 through 1,500 (of 2,160 total)