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,541 through 1,560 (of 2,160 total)
  • Author
    Search Results
  • #93154

    You can also do this:

    [blog_posts items="8" orderby="date" type="grid" columns="one"]

    Ben

    #93079

    That was a genius solution, but how can I now get them all in one column only. I tried this:
    [blog_posts items=”8″ orderby=”date” type=”grid” columns=”1″], but it is still in two columns.

    Regards,
    Pamela

    #92985

    Hey,
    With that type of post format they are designed to be squares. Changing it would require editing template files. But you can always use a different post format like the blog grid.

    If you would like more info on editing the templates I can point you in the right direction there too.
    Ben

    #92975

    If you want one page to have portfolio posts from say portfolio-type “photos”

    You can create a page select the portfolio grid page and save the page.

    Then you will see options to set what portfolio-type you want to be displayed on that page. In this example you could choose photos. You don’t need to use a shortcode if that’s all you’re wanting to accomplish.

    See here: http://docs.kadencethemes.com/virtue-premium/portfolio-page-template/

    Ben

    #92944

    Hi Hannah,
    So to understand you correctly, I need to use a shortcode to specify what portfolio grid page (category) that I want individual portfolio pages to be posted on…yes? How do I develop these shortcodes for each page? Thanks!

    #92919

    Hi there,

    Sorry I can’t find this by searching the forums.

    If I use this: [blog_posts orderby=rand cat=client] it only shows 4 posts in 2 columns.

    If I use this: [blog_posts orderby=rand items=all cat=client] it only shows 1 post.

    If I use this: [blog_posts orderby=rand items=20 cat=client] it shows 19 posts. That’s how many I have in that category now but I would like to know the items=??? – what to put for ??? so I always get all of them. I guess I could put 100 and hope some day I have over 100 clients!

    thanks,

    Will, Maine, USA

    #92858

    Ok, in your settings > reading. Make sure you leave the select box for the “post page” blank.

    then go to your page titled blog and make sure to use the blog grid page template.

    Ben

    #92403

    Hello! I love the theme, but here is my problem: My portfolio pages are posting to both my “Portfolio Full” and “Portfolio”(Carousel) on my home page. I would like my portfolio pages to post only to the “Portfolio Full”, but I can’t find the settings to change this. I would also like to set up multiple Portfolios to present specific categories of instruction. How do I specify the individual portfolio pages to specific portfolios grid pages? My website is: . Thank you!

    In forum: Virtue Theme
    #92338

    1. Where is this block? I’m seeing a custom carousel with only three items.
    2. The demo is using product posts types. Those are from woocommerce which is the ecommerce plugin you would need to run an online store. See here: https://www.kadencewp.com/installing-woocommerce/

    3. It depends on what you’re using as products. If you’re using woocommerce then sure you can show a grid of products or a carousel. For a grid you can use any of the woocommerce shortcodes : https://docs.woothemes.com/document/woocommerce-shortcodes/

    Like: [recent_products per_page="12" columns="4"]

    4. In the apperance > menus page you can add a custom link… say you label it “Agriculture Bag” then in the link field add #

    That will make it not link anywhere.

    Ben

    #92298

    Problem: My portfolio pages are posting to both my “Portfolio Full” and “Portfolio” (Carousel) on my home page. I can’t find the settings to change this. I would also like to set up multiple Portfolios to present specific categories. How do I point the individual portfolio pages to specific portfolios grid pages? My website is: http://Www.performanceplustennis.com. Thank you!

    #92286

    Hey,
    Actually that css Hannah posted is from the theme, it’s good css.

    Your issue is the call to action, on a phone the text is too large to fit on the page.

    here is css to fix:

    @media (max-width: 767px) {
    #pl-9 .panel-grid-cell .virtue_calltoaction_widget h1 {
     font-size:40px !important;   
     line-height:40px !important;
    }
    }

    Ben

    #92264

    Hey,

    I’m working on transitioning a website from a localhost to a live version, but I’m running into a problem I can’t seem to solve–or get any closer to figuring out what might be causing it 🙁

    Essentially, the blog pages won’t show any texts for the post summaries, only the titles, and featured images when set to one of the image summary options. This is true for both the ‘Blog’ and ‘Blog Grid’ templates, and both in fullwidth and sidebar versions of said templates.

    Example page here:

    I’ve tried changing the default post summary option, changing individual posts’ summary settings, entering a custom excerpt, and various other tests accross the board, but the entry-content / articleBody area remains empty, as shown currently.

    Searching and comparing with the localhost files (where both the automatic and manual excerpts work fine), I just can’t find any obvious differences.

    Any ideas what might be causing this situation? Thanks in advance!

    #91820

    Thanks Hanna for the quick reply.

    1. This looks good.. however the only thing missing for me.. symmetric/standard grid size.While using the blog posts, instead of page content, the images were cropped to a common size, hence the display was symmetric.
    In the current setting, the layout is not symmetric due to different image sizes.
    Is it possible to achieve similar results like the blog post thing but with 3 columns ?

    2/3/4 :Thanks for your inputs, will try this out

    thanks
    Gaurav

    #91787

    Hey Gaurav,
    1. I would actually suggest setting your homepage as your latest post page (Settings > Reading). Then in Theme Options > Home Layout ensure that you have Page Content enabled in the Homepage Layout Manager. Then if you scroll down to Page Content Options (if home page is latest post page) you can turn on Use Post Grid Format and set the number of columns to 3.

    2. Have you already created a page for all your posts (using the blog template)? If so, you can link to that page from your primary menu (Appearance > Menus). Does that work for you?

    3. You just want one column centered? If so, select the two column Footer Widget Layout from Theme Options > Footer. Then add your content to the column 1 from Appearance > Widgets. Then add this to your custom css box in Theme Options > Advanced Settings:

    .col-md-6.col-sm-6.footercol1 {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    4. http://docs.kadencethemes.com/virtue/#shortcodes

    Hannah

    In forum: Virtue Theme

    In reply to: Portfolio Page/Grid

    #91575

    Even if you just want to show the products I think you may be better off using actual product posts and not portfolio posts. Then you can still have prices if you like and the design and functions are all based on products unlike portfolio posts. You certainly don’t need to have the add to cart options. see here even for a catalog add-on for woocommerce: https://wordpress.org/plugins/yith-woocommerce-catalog-mode/

    But of course you can use portfolio posts however you want as well. It’s just confusing if you don’t clarify what type of post it is since portfolio isn’t product.

    In terms of add portfolio posts to your home page you can use the theme options > home layout.. there you can add the portfolio carousel or as a grid using portfolio full in the “home layout manager”. is that what you were looking for?

    Ben

    #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
    #91137

    Hey Susan,
    In your admin panel you should see a Testimonials tab. There you can add new testimonial posts. The featured image of each post will appear on the testimonial grid page.
    Let me know if this is not the case for you.

    Hannah

    #91119

    This seems like a really obvious question, but where can I add testimonials in order to show up on the testimonial grid page? From researching the forums, it sounds like I should have an option under posts that is specifically a testimonial post. I can’t find this anywhere. Am I missing something simple?

    I am using version 3.5.9 of Virtue Premium.

    Thanks!

    In forum: Pinnacle Theme

    In reply to: css for underlines

    #90546
    hr, .blog_item.grid_item .postcontent footer, .single-footer {
        border-color: #444;
    }

    Ben

    #90435

    Thanks Ben, the post options image height worked great for the single post, however when I use the grid column shortcode it does this:
    http://www.shelleyruns.co.za/wp-content/uploads/2016/04/screenshot.png

    “the blog layout you are using calls for images that are landscape” Is there any way to change this? How can I get my thumbnails to automatically be square?

    Thanks a mil!

Viewing 20 results - 1,541 through 1,560 (of 2,160 total)