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,381 through 1,400 (of 2,160 total)
  • Author
    Search Results
  • #122507

    Hi Ben,

    I have set the English as default language but still not able to see the changes on the staff grid. Also I have another problem, I couldn’t see the images in the media library when I try to insert the same image for the English into the Chinese language post. Do you have any idea why?

    Thanks a lot for your help,

    Delia

    #121856

    Hey,

    Try placing this CSS into Theme Options> Custom CSS:

    #kad-blog-grid .blog_item .postcontent {
        padding-left: 0;
    }

    If that doesn’t work for you, then post a link and I’ll find a different solution.

    -Kevin

    #121840

    Hello,
    When i use the blog grid i use a portrait image with each post. The excerpt text is now left alined but with a small indentation. So the text doesn’t start on the same height as the picture. Is it possible to have the text and picture starting at the same point without indentation?

    Thank you in advance

    In forum: Pinnacle Theme
    #121826

    RE: Hannah – you asked me to make a new topic with my website address – but how do i make this private?

    Tried changing the name of the staff slug as per this post >>

    But sadly, the staff member pages cannot be found from the links on staff grid. Instead they still map to …/staff/member-name not ../team/member-name

    Ideas?

    #121663

    Hey,
    Rather than using the virtue post grid widget, try using this shortcode:
    [portfolio_posts orderby=date excerpt=false columns=1 items=4 height=200 lightbox=true showtypes=true]
    You can just paste it into a visual editor widget.
    Hope it helps!

    Hannah

    #121653

    What’s the best way to customise the Virtue Post Grid widget?

    I’d like to show my portfolio items in a list, rather than small thumbnail grid (I’m using it on the sidebar).

    Right now it shows three small thumbnails in a row – I would like to show these images in a list, to the 100% width of the sidebar, and also add a title above each image and a “click to read more” text below each image.

    Is there a widget file I can copy to my child theme, or perhaps a custom function?

    Thanks

    #121491

    It’s not a built in option but you can create a page using the portfolio grid template that only shows portfolio posts of a specific portfolio type becuase the portfolio grid template has options for which portfolio type you want to show.

    Ben

    #121303

    Hello all!

    Help me, please, with one problem with Pinnacle premium theme. How to make a video post, so you can play videos without going to the article? Like here

    Also how to make the same with Slider post? Where I can read about it? May be any video?

    Thanks!

    In forum: Membership Forums

    In reply to: HomePage Question

    #120941

    Hey Robert,
    At this page you’ll find all of the options for how you can make the shortcode display. Scroll down to “Portfolio Posts Shortcode:” to see the full list of options.

    I don’t believe that there is any option to change the amount of images that display. You’re referring to displaying more than just the featured image from the post on the portfolio grid, correct?

    -Kevin

    #120802

    Hi Ben, Hannah

    I’m trying to get the hard cropped thumbnail for my search results filter.

    I use this to call the thumbnail:
    <?php
    the_post_thumbnail( array(269,269) );
    ?>

    However, thumbnails come softcropped with different height. How do you call these thumbnails in carousel and grids?

    Website is asp-polyana-sochi.ru/poisk-nedvizhimosti
    Thanks.

    #120754

    Hey,
    It sounds like you’re just wanting a gallery. A portfolio grid is made up of featured images that link to individual portfolio posts. See example here- http://themes.kadencethemes.com/virtue-premium/portfolio/
    A gallery is a grid of images that will open in a lightbox like here- http://themes.kadencethemes.com/virtue-premium/wordpress-gallery/
    So you would just create a normal page and add a gallery. See here- https://www.kadencewp.com/creating-a-gallery/
    As for the link not working in the call to action, ensure that you are adding the entire url. Looks like your site is not live so I can’t see all that you’ve done.
    Hope that’s helpful!

    Hannah

    #120752

    Hi Tomas,
    You would either need to use a shortcode like this: [blog_grid orderby=date items=8 columns=4] (you can paste that into a text widget within your home widget area). Or you can set your homepage as a latest posts page from Settings > Reading and in Theme Options > Home Layout choose the grid format under page content options.
    Hope that helps!

    Hannah

    #120263

    Hey,
    You can use sticky post. Just set four to be sticky. Then on your blog page where you have the blog grid page template set, set your order to random.

    Ben

    #120224

    I am using a blog grid style page to sort my posts into four columns. Up until now I have been using order by date so that the four newest posts show up on the top – but now I want to use random sort for previous / old posts (second row and down) and mark the newest ones to stick on the first row. I want this to look seamless with no extra spaces between the thumbnails and so the shortcode for a category based blog grid does not work. Quick edit and checking sticky does not work away from the homepage – but this kind of functionality is exactly what I am hoping for. Is there any way to set a blog page to random sort but force a few specific posts to stay at the top?

    #120213

    Hey,
    Are you working in a portfolio grid page? See the settings here: http://docs.kadencethemes.com/virtue-premium/templates/portfolio-page-template/

    You can see a page like your example here : http://themes.kadencethemes.com/virtue-premium/portfolio-four-column-2/

    If you post a link to your site that would greatly help my ability to help you because I would be able to see more of what you are doing.

    Ben

    #120205

    Rather than using the carousel, you can use shortcode like this in a text editor on that page to have your testimonials display in a grid rather than the carousel:
    [testimonial_posts orderby=date items=20 columns=4]

    The reason there is two titles showing is because of the carousel widget itself. By default it gives itself a title of Testimonials. If you use the above shortcode, this will not be present. Conversely, you can hide that title using this CSS in Theme Options> Advanced Settings:

    .widget_kadence_testimonials_slider h3.widget-title {
        display: none;
    }

    That page is showing the images squared, except for this one:
    http://studiomag.co.uk/wp-content/uploads/2014/07/YW56_big.png

    The reason that is happening is due to the fact that it’s of different dimensions than the others. See here:
    http://studiomag.co.uk/wp-content/uploads/2014/07/alwaysforever_big.jpg

    The second image is much larger, which allows the theme to crop it. Try replacing the small image with one that’s closer to the same size as the others and let me know if it displays as a square.

    Thanks for your patience as we work out these issues!
    -Kevin

    #120197

    Hello,

    I created a portfolio grid on my website and it works perfectly :
    Now I would like to access this page with one of the portfolio type already selected but I don’t know how. Is there a simple url which can do that ? For exemple something like to access the page with only WordPress projects ?

    Thank for your help (and sorry if the question was already posted on the forum I used the search function without success)

    In forum: Virtue Theme

    In reply to: grid same size

    #120000

    Hi Hannah, thank you, I do have that option on, but they appear in different sizes I suppouse maybe becuase the size of the featured pictures is not the same for every post? If that is the reason, is there a way for it to cut all the images to the same size by itself so grid appears with equal height? Thank you

    In forum: Virtue Theme
    #119693

    Hey Carrie,

    In order to add a featured image or slider to your blog page’s head content, you would need to use a child theme:
    http://www.kadencethemes.com/child-themes/

    If you want to go this route, Ben can help us with a function when he sees this.

    Otherwise, you could assign the page a different template, such as the “Feature,” and then pull your blog posts to the page using a shortcode like this one:
    [blog_grid orderby=date items=10 columns=4]

    You can find more shortcode options here:
    http://docs.kadencethemes.com/virtue-premium/shortcodes/

    Let me know if this is helpful!

    -kevin

    #119520

    Hey,
    your images are all too small for the two column layout so the theme can’t crop them to all be equal size… And since you didn’t upload them all at the same size they are not fitting together perfectly.

    My recommendation is that you either need to upload larger images (at least 600×600) or you need to upload images that are all the same image ratio.

    But if thats not an option you can also use this css to hack the correct effect:

    .post-type-archive-product .product-category.grid_item .kt-cat-intrinsic {
        padding-bottom: 75% !important;
    }

    Ben

Viewing 20 results - 1,381 through 1,400 (of 2,160 total)