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,181 through 1,200 (of 2,160 total)
  • Author
    Search Results
  • #159659

    Using Virture Premium 4.3.1 –

    I have created a Staff Page using the Staff Grid Template:

    http://www.jrkfinancial.com/staff

    Looking for instructions on how to publish a Staff Members Page/Post what will show up on this page once created.

    Was expecting to create a New Post using Post Type: Staff But that is not an apparent option:

    What am I missing?

    #159621

    How to get carousel from blog posts (photo grid as shown on the picture)
    I want to use it in woocommerce product tab.
    [img]

    In forum: Virtue Theme

    In reply to: random space on iphone

    #159366

    This is my css, maybe it would help finding clue.

    /* Height adjust(Product)*/
    .product_item img{
    max-height: 110px;
    width:auto;
    }
    
    /* not using
    .kad-woo-image-size {
        height: 110px;
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        
    }
    .product_item a.product_img_link {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 110px;
    }
    */
    
    /*포트폴리오 높이, 자막*/
    .portfolio_item.grid_item, .portfolio_item a {
    height: 200px;
    }
    .portfolio_item img {
    max-height: 200px;
    width: auto;
    }
    
    .portfolio_item a.kad_portfolio_lightbox_link {
        height: auto;
    }
    .portfolio_item .portfoliolink {
    ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=100)”;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    height:auto;
    }
    .portfolio_item .portfoliolink {
        position: static;
    }
    .portfolio_item.grid_item .imghoverclass {
        height: 200px;
    }
    .portfolio_item.grid_item, .portfolio_item a {
        height: auto;
    }
    .portfolio_item .piteminfo {
        min-height: 100px;
    }
    /* Add to Cart 버튼 색 변경 */ 
    .product_item .kad_add_to_cart {
        color: #fff;
        background: #2793e8;
    }
    /*Virtue : Recent Posts - Removing Date*/
    .kadence_recent_posts .recentpost_date, .widget_kadence_recent_posts .recentpost_date {
        display: none;
    }
    /*kboard hide unlike,comment like, unlike*/
    .kboard-button-unlike { display: none; }
    .comments-button-like { display: none; }
    .comments-button-unlike { display: none; }
    
    /*Sizing icon box on home*/
    @media (max-width: 768px) {
    .kad-icon-box {
        margin-bottom: -30px;
        //margin-top: -10px;
    
    }
    /*white background for elements*/
    }
    
    .products div.product {
        background: white;
    }
    
    .single-product .product-summary-case{
    background:white;
    }
    
    #kad-blog-grid .blog_item {
        background: white;
    }
    
    .single-post div#ktmain {
        background: white;
    }
    aside#ktsidebar {
        background: #ffffff;
    }
    
    .image-menu-image-size .homepromolink:hover .image_menu_hover_class {
        background: #E4EBF9;
    }
    
    .kad_caption {
        opacity: 1;
    }
    #159041

    I only see the ‘Visual’ and ‘Text’ tabs for the content options on the staff profile / post pages? To be clear, I’m not referring to the staff grid page (which is setup much like a blog) I’m referring to the layout of the staff profile pages that show up after you click on a staff name on the staff grid.

    There’s an option to use a sidebar, but I’m wondering if it’s possible to use the pagebuilder on these?

    Jeffery Chase

    #158909

    Why is this happening!?

    I tried adjusting the container but for some reason the blog grid is still lengthening out the icons into a line by line instead of across and side by side before the post excerpt.

    I am using blog grid shortcode in page builder within a site origin widget.

    [blog_grid orderby=date items=9 columns=3]

    When I look at it in live edit – it appears fine with all the author icons, etc etc lining up under the photos followed tightly with the blog excerpt.

    Here is the page.

    Thanks so much!

    Alannah

    #158864

    You were looking at the Virtue theme documentation…

    You need to look at pinnacle theme here: http://docs.kadencethemes.com/pinnacle-premium/shortcodes/

    
    [blog_posts type="grid" items="6" columns="3"]

    Ben

    #158849

    Hi there,

    I’ve noticed that when using the grid output style “Grid with first post as standard” the count results in the layout is looking odd because of the missing post in the last line. This looks like something went wrong. Have a look at frogmut.com to see what I mean.

    Is it possible and how to I change the count of posts to display to an odd number or e.g. 8+1 in code? Maybe this is also worth considering to adapt to the theme. 🙂

    Thank you!

    Cheers,
    Nico

    In forum: Virtue Theme
    #158765

    You seem to be adding css… which from what I gather is likly breaking this:

    div.grid_item.product_item.has-post-thumbnail > a.product_item_link.product_img_link div.kad-product-noflipper {
        padding-bottom: 0 !important;
        height: auto !important;
    }

    Why are you adding this?

    Ben

    #158150

    Thanks Kevin,
    Unfortunately, that’s not what I’m after. Portfolio type is also an option in Virtue and Pinnacle, but there are a couple additional settings in those 2 that provide more portfolio display flexibility.
    With the way the portfolio nav works in Virtue/Pinnacle I was essentially able to create completely separate portfolios, with arrow navigation. In Ascend, that ability is absent because you can’t assign the navigation arrows to be category specific.
    I realized that also missing from Ascend is the ability to set “Portfolio Navigation Options: Portfolio Arrow Navigation: Navigate thru category” in Theme Options.
    Instead we have “Portfolio Grid Icon Link”, which is fine for the ability to redirect to the main category, but the left and right arrows still show items from the entire portfolio, rather that just the specific category.
    And, because it redirects to a category archive, rather than a specific page there is no ability to style that archive page to look the way I want. Being able to redirect to a specific page is far better.

    I can work around it. Just means I have to turn the bottom of post portfolio nav. off. But I realize now that the difference between how the portfolio works in Ascend makes it less flexible than it is in Virtue..and Pinnacle too.

    Anyway, thanks again for you help.
    :)SD

    #157788

    Hi, I am using a portfolio grid on the home page http://www.rwpaving.co.uk how can I change the order of images used so that the newest posts are at the top of the page? Also can I control the size of the images displayed.

    Paul

    #157364

    Hey,
    If a single image is pulled then it will use the “featured image” so if your summary is set to image or if your project is set to image then your featured image is what will show.

    If you select something that needs multiple images like image grid, or image list or slider then you need to add images into the portfolio image gallery:

    http://docs.kadencethemes.com/ascend-premium/portfolio-posts/

    Now if you don’t want any image or gallery to show then you just need to select “none” in your project options. And leave your project layout on “above” that will make it so just your content area is used and shown on the single product pages.

    Ben

    #157283

    Hmm, something funny is happening. I added back in the “featured image” for the assembly setup – test page. I then changed the “Project Options” to “Image grid”. Since some documentation said if I use “Image” as the Project Options it will pull the post and summary image from the featured image.

    Now I get an error message where the featured image should be or was before.

    https://www.cagesplus.com/dev2/portfolio/assembly-setup-test/

    But notice that at least there is an image in the “snapshot” page listing all the portfolios.

    https://www.cagesplus.com/dev2/snapshots/

    I also changed it to “Image List” with the same result. /Bob

    #156701

    The pencil icon should only appear when you haven’t assigned a featured image for the portfolio item. Did you clear your site’s cache after adding the featured image?

    The Category Grid only shows your portfolio types. When you click the type, it opens up another portfolio page that displays all posts within a certain type. See here:
    http://docs.kadencethemes.com/virtue-premium/templates/portfolio-category-grid-2/

    -Kevin

    #156699

    Hi Kevin:

    The Project Summary is “Image”

    Generic display on https://easyecoclean.com/videos/ bottom of page (pencil image)

    Also, I realized that the Video PAGE template I used was ‘Portfolio Category Grid’ and not ‘Portfolio Grid’.
    What’s the difference? One has more options than the other. But what does the term ‘category’ refer to? Portfolio posts do not have a category like pages. So, I’m confused.

    Cynthia

    #156690

    First, I originally set up a Page called ‘Video’ and manually posted videos to this page.

    In updating to the Premium version, I changed this Page to a Portfolio Grid and created a video post with this page as the parent. A generic display for this ‘video post’ showed up at the bottom of the parent page. I added a ‘featured image’ but still got the generic display. So the display problem is one question.

    The other is, my expectation was that the video post would play in the ‘Video’ parent page. What is wrong with my set-up?

    Cynthia

    #156214

    Try adding the posts as shortcode and you should be able to increase the amount of posts to show up on your home page:
    [blog_grid orderby=date items=30 columns=2 cat=all]

    Does this work?

    -Kevin

    #156120

    Hi,

    I´ve tried now everything in Blog Options, but I can´t figure out whats wrong:
    Images are not showing in blog post pages. Only in blog grid.

    Yours, Milla

    In forum: Ascend Theme

    In reply to: Blog style shortcode

    #155925

    Hello!

    2) question: Ok, I’ve changed ‘Post output style: Grid to Standard. Now it’s fine!!!

    1) question: but on the front page: do you have a shortcode also for that, or I should change theme type to blog there, as well?

    Thanks, Anita

    In forum: Ascend Theme

    In reply to: Blog style shortcode

    #155924

    Hello Kevin!

    No, it does not work unfortunately 🙁

    Here are the pages:

    1) Main page, ‘Aktualitások’ part. Front page has a ‘Default theme type’, and this grid layout is there with this shortcode:
    [blog_posts items=”6″ type=”grid” orderby=”date” columns=”3″ cat=”aktualitasok”]

    http://www.oromhirvetelovoda.hu/

    2) ‘Aktualitások’ page. This page has a ‘Blog theme type’, and ‘Post output style: Grid’.

    http://www.oromhirvetelovoda.hu/aktualitasok/

    However I’ve changed Theme Options> Blog Settings, “Blog Post Defaults gallery” and have set the portrait there. But the layout didn’t change. Should I use a different theme type on these pages?

    Thanks,
    Anita

    In forum: Virtue Theme

    Topic: New Filter?

    #154731

    Hello Team Kadence!

    I created my own custom post-type that works with the theme (basically a copy of staff directory with a few new options and a different display). It works except for a minor sidebar issue. One the grid front-end page, there is space for a sidebar (but we don’t want one). I copied the page-staff-grid.php and created page-directory-grid.php. I found that if I add page-directory-grid.php to the lib/config.php file, the space for the sidebar goes away (yay) but I would rather not copy the entire config file to my child theme (if possible).

    I tried to copy the function kadence_display_sidebar() to my own config file (I renamed it) and added page-directory-grid.php to the function but that didn’t work. Is there a better way to do this? Thank you!

Viewing 20 results - 1,181 through 1,200 (of 2,160 total)