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 - 2,101 through 2,120 (of 2,160 total)
  • Author
    Search Results
  • #9761

    Hi,

    Two questions on the portfolio:

    How can I show the titles of the items on a portfolio grid page? The title only shows when I hover the items. I’d love to show them also without hovering, and possibly change colour of the title when hovering. Is this possible?

    Is it possible to create more ‘external website’ fields in a portfolio post? I really like how they show up in a list, together with the value titles and descriptions.

    Thanks!

    #9517

    hey so you can change the layout to a grid layout on the home page by changing the settings at the very bottom of the home layout in the theme settings.

    you can set how the photo shows by using the post summary option in the post setting: http://docs.kadencethemes.com/virtue/#blog_posts

    in the theme settings on the blog posts settings you can change the default image layout.

    ben

    #9381

    Hi Ben,
    The simple answer to your question is yes.
    I have rectified the problem by deleting all pages and posts and started fresh and as a result blog and blog grid templates are working fine now?

    Cheers,
    Chad

    #9340

    ok saw the link from your other post.
    here is what you need:

    .panel-grid-cell .widget_text .widget-title {
    text-align: center;
    }

    Ben

    #9069

    So on your blog page you had a shortcode in the page content, which was the reason for the two different sections. Just needed to remove that shortcode.

    as for making the home page use the grid you can by switching out the page content with latest posts in the layout manager. This works as long as your home page is set as the latest posts page in the wordpress settings. I switched this for you.

    Ben

    #9051

    I have achieved our desired layout for our BLOG PAGE, using the Page Template: Blog Grid.

    There is, however, a default that I cannot get rid of. Above the content there is a 4-post blog grid that displays a repeat of the desired grid directly below. This is using css class=”home_blog kad-animation”, whereas the desired grid below is using id=”kad-blog-grid”.

    The home_blog class is also the default style for the home page layout, however I would LOVE to have the kad-blog-grid there instead, as it displays the featured images better. Is there a way to swap these out without messing with the code. I’m not against creating a childtheme if need be.

    I have sent the login credentials to Ben in a private message.

    In forum: Virtue Theme

    In reply to: Testimonial titles

    #9026

    You posted a link to a local site, that will only work for you.

    So If your talking about using the testimonial grid template the title is supposed to be the name of the person giving the testimonial. You can see an example here: http://themes.kadencethemes.com/virtue-premium/testimonials/

    Because of how the testimonials are written in the theme there isn’t a way to put the title above the posts without editing code.

    Ben

    In forum: Virtue Theme

    In reply to: Row Padding

    #8845

    Pagebuilder adds a 30px margin to most of the rows, I’m adding this to the next version of the theme which will counter the margin for rows that have one of the three extended classes:

    .panel-row-style-wide-feature, .panel-row-style-wide-grey, .panel-row-style-wide-parallax {
    margin-bottom: -30px;
    }

    Other rows you can counter with this, just note you don’t need the above code if you use this:

    body .panel-grid {
    margin-bottom:0;
    }

    As for your page with no header can you post a link, I’ll need to see what you left and whats adding the space.

    Ben

    #8651

    Hi Ben,

    I created a simple page on my site with an image inserted into text.

    How do i make sure that my bulleted text is indented from the image

    (right now its too close)

    The other question is about the blog grid page

    – How do i customize the look and feel of the blog post preview boxes (width, height, text colour, image inserting)

    In forum: Virtue Theme
    #8288

    I’m confused. What are you trying to edit? the portfolio grid page? or a portfolio post?

    Ben

    In forum: Virtue Theme
    #8072

    Hey Ben,

    1.+2. I think I will keep the original two columns for the latest blogs posts on the home page.
    3. Works fine – thanks!

    4. The Blog is still not working in four columns like this example: http://themes.kadencethemes.com/virtue-premium/blog-grid-four-column/#
    There is also a sidebar on the blog which I don’t want to use. I said not to use the sidebar on the blog page, but it’s still there …
    I don’t know what to do … I made three blog posts to test the columns but it still uses just one column and a sidebar.

    In forum: Virtue Theme
    #7942

    … and more ideas 😉

    I like the simple and clean design of your blog ( http://themes.kadencethemes.com/virtue-premium/blog-grid-three-column/ )
    How did you make these small icons for the date, author, category and comments on the blog page? Ah, I just played around with your example blog – seems like these icons are automatically in the two, three and four column design.

    Is it possible to take the tags away from the blog page? I think it’s enough to see them in the blog posts.

    #7621

    If I set up a simple gallery, when those images are clicked they open a lightbox. Is there a way they can have custom links instead? For example so each image would open up a page? I realize a blog grid does this for blog posts. I’d like to make a gallery that links to pages.
    Rodney

    #7307

    Hi Ben,

    I have question regarding the resize of images.

    When I activated „latest blog posts“ in the home layout settings my featered blog post images are not resized but they are cropped (just the mobile view was ok). Therefore I changed the home layout settings to „page content“. The images are now resized and not cropped with this setting.

    I added the virtue post grid widget to the sidebar. The thumbnails of older posts are resized (and squared). But the latest thumbnail is cropped and the image format is different (this was the blogpost done with the virtue theme.) All pictures have the same original size 800 x 800.

    Right now, I don’t know what I have to do so that the latest thumbnails in the sidebar and the pictures in the latest blog post view (home layout setting) will be resized?

    http://www.luxusmiste.de

    Greetings,
    Marion

    #7064

    Ok after testing, I really don’t recommend continuing down this road, you have to remove the wp_trim_excerpt function and add your own.. starting to get unreasonable.

    For your purposes here is what I would do,

    on line 149 of content-fourgrid.php I would replace:

    <?php global $post; $video = get_post_meta( $post->ID, '_kad_post_video', true ); echo $video; ?>
    

    with:

     <?php global $post; $video = get_post_meta( $post->ID, '_kad_post_video', true ); echo do_shortcode('[youtube_advanced url="'.$video.'" controls="no" autohide="yes" showinfo="no" rel="no" modestbranding="yes" theme="light" https="yes" class="bktube"]'.$video.'[/youtube_advanced]'); ?>
    

    Then in the video box just add the video link.

    Ben

    #7056

    After playing with these options – some observations:

    Using shortcode in the except box:
    works natively without any code changes.
    Places video below title – this to be expected

    Using the <iframe> method in the video embed box
    Is the easiest and quickest for me
    Is NOT easy for clients though

    Editing the template file with:

    add_filter( ‘post_excerpt’, ‘do_shortcode’);
    apply_filters(‘post_excerpt’, $p->post_excerpt);

    Could not get this to work
    I placed:

    add_filter( ‘post_excerpt’, ‘do_shortcode’);
    apply_filters(‘post_excerpt’, $p->post_excerpt);

    on line 181 (of this file:content-fourgrid.php) replacing: <?php the_excerpt(); ?>

    #7051

    Ben

    Seriously you be the most thorough and helpful dude on the planet… these 3 options are great

    Option 3: echo do_shortcode($post->post_excerpt);
    this would go here for example if we are to use this particular archive template:
    virtue_premium/templates/content-fourgrid.php line 181? In addition to? or replacing?: <?php the_excerpt(); ?>

    #6895

    Ok, well yes the portfolio grid is not designed to have a featured slider. So the workaround is to create your featured page and in the page content add this shortcode:

    [portfolio_post columns=4 height=4000]

    Ben

    In forum: Virtue Theme
    #6748

    I would like to include an external link in the blog post. It works on the individual blog page but not on the blog grid page. Is there anyway to get the link to work on the grid?

    #6741

    Hey Isaac,
    Your site is hidden so I can’t see what you mean.

    1. I think you are asking the the portfolio images can be a different aspect ratio other then square on your home page portfolio carousel. The answer is yes but you have to change the crop for all the images there isn’t a set up for images to vary. For example, your portfolio images are cropped square by default 370 by 370px you can change the height of the crop to say 470 and you have a different aspect ratio. The height can be set in the theme options > home page settings > portfolio carousel.
    2. a. use the portfolio image height settings or use the post type “image list” and add an image to your portfolio slider images.
    b. The bottom carousel shows thumbnail which are square.
    3. In the portfolio page you can select don’t crop images to equal height in the portfolio options: http://docs.kadencethemes.com/virtue/#portfoliogridpage

    It will help me a lot to see what you are trying to do so if you can turn your coming soon plugin off that would help me to understand.

    Ben

Viewing 20 results - 2,101 through 2,120 (of 2,160 total)