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 - 581 through 600 (of 2,160 total)
  • Author
    Search Results
  • #251844

    Hey Gabor,
    There actually is an option for this! In the Post Grid/Carousel block settings (in the right sidebar) under Title Settings > Title Typography Settings you can set the HTML Tag to H1.
    Hope that helps!

    Hannah

    #251835

    Lately, I figured it out that sometimes for SEO reasons, it’s a good idea to use an additional H1 title (the original one for ‘SEO title’ and another one for readers). In a scenario like this, I wish to have a selectable H1 title inside the block at the Title Settings. But maybe I’m missing something, and it is already there(?)
    Thank you.

    In forum: Membership Forums

    In reply to: post grid Gutenberg

    #251557

    I use the post grid pro block and it makes this issue
    I don’t see there support link only support forum and that’s why I write here

    In forum: Membership Forums

    In reply to: post grid Gutenberg

    #251521

    Hey Michael,
    What plugin are you using for the post grid add on you’re using? Have you tried contacting their support?
    Kadence Blocks Pro has a post grid/carousel block that may work for you. See here: http://themes.kadencethemes.com/ascend-premium-10/post-grid-carousel/

    Best,
    Hannah

    #251488

    hi, got a strange issue with the post grid widget
    links to images and buttons don’t redirect to the post ID
    here’s the link

    posts are CPT but i guess it doesn’t matter
    you’ll notice when you click on any button or image it doesn’t direct to the Post ID
    Thank’s

    In forum: Membership Forums

    In reply to: Critical error issue

    #251322
    This reply has been marked as private.
    #251256

    Hello Ben and Co. – Loving Ascend theme and blocks pro. For some reason tonight when I went to add a post grid block to the homepage of planetprinceton.com by clicking “edit page” I received a critical error. I can access the site, plugins, posts, etc. but can’t try to change the home page or the critical error message appears. I deactivated every plugin and it was fine, I could edit the homepage. I then activated the Kadence and Kadence Pro plugins and the error returned. I’ve run site health check, reviewed themes, plugins and other settings, cleared cache, rebooted php, reloaded versions of the plugins and nothing fixes this. I’m attaching the message I received when I ran the debugger. I have no idea what it means! Otherwise, the plugins and theme have been great thanks.

    #251052

    Sorry for the delay! I’m actually seeing all the images the same size in your blog grid. Have you tried clearing your cache?
    In Theme Options > Blog Settings you’ll see an option to set the Post Excerpt Length.
    I would recommend uploading larger images. More like 1600x1600px. This way they can fill the container and crop at a certain height/width without being stretched or distorted.

    Hannah

    #250904

    Hey,
    Your screenshot is of the edit page, not theme options. If you navigate to Theme Options > Blog Settings > Blog archive Settings you should see an option to enable “Crop blog grid images to equal height”. Does this work for you? If not, please post a link:)

    Hannah

    In forum: Pinnacle Theme
    #250624

    Hi there – I have my portfolio section as an image grid. I would like to have the images in a specific order. I tried changing the post attributes order but that didn’t work. I can’t seem to figure it out.

    Can you help?

    In forum: Virtue Theme

    In reply to: Testimonials in virtue

    #250604

    Hi Joanne,
    You’re correct. See this response from Ben from a similar query:

    Hey,
    It’s just a matter of what needs to come first, we’ve found that most users don’t use a testimonial submission form. Instead, they collect there own testimonials and put them on the page, using a block interface to add instead of another post type makes it really simple for people to add and edit testimonials in a visual interface and because you can make that one reusable block it’s easy to show them multiple places and manage them from one place.

    So building first for what most people are looking for gets the priority. However, adding a post query block that can output in testimonial styles is something I have on my list. It’s just not very high.

    You can, however, add a carousel or a grid of your testimonials posts using a shortcode so there is a current way to do it just not a block interface yet.

    For a carousel see:

    [carousel type=”testimonial” columns=”2″ items=”10″]

    Ben

    Hope that’s helpful!

    Best,
    Hannah

    #250551

    I will have a pro update out by Wednesday at the latest, if you need to push, push out dist/init.php and dist/dynamicblocks/post-grid-carousel.php

    Ben

    #250482

    Thanks, Ben. Login credentials sent to [email protected] and the3 test page with the post grid block is at https://coengineeringd.wpengine.com/news-grid-test/

    ~ Steve

    #250405

    Using Kadence Blocks Pro, I want a basic grid of recent news articles, displaying only featured image, title and excerpt. With the Post Grid/Carousel block, the Below Title Meta controls give me options to Show Date, Show Modified Date, Show Author and Show Comment Count (all of which I have turned off), plus Meta Divider, Meta Color and Meta Typography Settings (all left at their default settings). When I publish a test page with this block ( it shows the list of linked categories for each article, with “Posted in” as the pre text. How can I turn off this category meta info to achieve the desired display?

    #250336

    Hi we are trying to create a WCAG 2.0 AA level accesible page. By the moment we got it in a simple page with title an text, but there are problems when using some Kadence Blocks. We have tested all blocks an the feeling is good, a lot of blocks validate ok, but we found some problems in some other.

    I will try to explain:

    a) Advanced Gallery: have problems with <figcaption> tags, they are links but not well formed HTML code.

    b) Modal dialog, has problem with an svg object, some attributes are not correct, for example when you write <svg strokewidth=”… the correct attribute according w3c is stroke-with. There are various like this.

    c) Port and Portfolio grids, have some problems when you insert a <style> object inside HTML

    d) Forms have some problems of HTML5, like using type attribute in a textarea object, and some other of accessibility, in the labeling of fields. We use to validate.

    Those are the main errors we found, we are at your disposal to help you validate it if necessary

    Thank you very much

    In forum: Virtue Theme

    In reply to: No image in Blog Grid

    #250195

    This css will center align the titles:

    #kad-blog-grid h4.entry-title {
        text-align: center;
    }

    To display your posts by ascending date you would need to use a shortcode like this: [blog_grid orderby=date order=ASC items=6 columns=3]

    Hannah

    In forum: Virtue Theme

    In reply to: No image in Blog Grid

    #250179

    Hey,
    In Theme Options > Blog Options what do you have the “Blog Post Summary Default” set to?
    You can use this css to hide the excerpt:

    #kad-blog-grid .kad_blog_item .entry-content {
        display: none;
    }

    Hannah

    In forum: Virtue Theme

    In reply to: No image in Blog Grid

    #250115

    Hey Grace,
    Your link took me to a page not found. How are you setting up your blog page? Are you using the blog grid template? See here: http://docs.kadencethemes.com/virtue-premium/templates/blog-grid-template/
    Make sure that in Settings > Reading your Post Page is set to blank.
    You can hide the excerpt with css. Once you get the blog page working I can help with the css.

    Hannah

    #249989

    It would be great to add border radius and box shadow to the post grid/carousel block. Mainly just the post container settings.

    In forum: Virtue Theme

    In reply to: posts carousel

    #249953

    Hi Paul,
    There isn’t a default option within the SiteOrigin Post Carousel widget to make this one column. You can likely achieve this with some css. Can you post a link?
    Just to note, the post grid/carousel block within Kadence Blocks Pro allows for a single column carousel. http://themes.kadencethemes.com/ascend-premium-10/post-grid-carousel/

    Hannah

Viewing 20 results - 581 through 600 (of 2,160 total)