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'
-
AuthorSearch Results
-
In forum: Ascend Theme
Hi
I’m just changing my site to use a “static page” for the home page and have noticed an issue when using Theme Options to place the Latest Blog Posts on my Home page:
I wish to use the grid plus first as standard format (always with a landscape image) for the latest posts and am using a side bar on the Home page. It appears that the size for the landscape image in this situation is set incorrectly to be 1440×400, rather than 1040×400.
Could you please advise.
Many thanks
In forum: Ascend ThemeIn reply to: Optimal Image Sizes for Blogs
Thanks, is there a preferred image ratio as I’m getting crops all over the place and I’d really just like a set image that I can use that will scale down so it looks good as single post image, the similar posts carousel and the blog post grid if that makes sense, it would also be great if that 1 image could be used to share on social media too without having to create several for the same post.
Kerry
In forum: Pinnacle ThemeIn reply to: 2 widgets missing after updating theme
November 24, 2017 at 11:28 am #169380Hey,
The only pinnacle post widget that has anything to do with posts are the recent posts and post grid widget. There is no “kad post widget” and never has been.I don’t need a screen shot.
I am trying to help you and you will save yourself a lot of time if you stop assuming this is a theme update issue.
Listen to what I’m telling you about restoring your site. You clearly had a developer who didn’t create your site correctly and now you need to fix that.
BenIn the back end theme options there you can choose to have a grid with the latest blog posts in the Home Layout manager. I wonder if it is possible to keep that layout but make the “latest blog posts” to only show my upcoming events from the Tribe Event Calendar? Thanks for your help!
In forum: Pinnacle ThemeTopic: Remove page numbers
Hi Kadence!
I don’t know why, but suddenly, page numbers appeared under my portfolio grid: *Login to see link
How can I remove them? I would like all my portfolio posts to appear on the same page!
Thank you! 🙂
Meg
In forum: Virtue ThemeIn reply to: Blog Grid not showing FULL blogs
In forum: Virtue ThemeIn reply to: Blog Grid not showing FULL blogs
In forum: Virtue ThemeIn reply to: Blog Grid not showing FULL blogs
In forum: Ascend ThemeI have a website and I simply want to get all the blog posts in reverse date order ie. newest first. When I set for date order using the blog page settings within the blog page, it puts the oldest first and then has random date posts in grid format. When in standard, same deal and photos sizes are bizarre. Main blog page settings within the theme seem to have little effect.
You can take a look here.
In forum: Virtue ThemeIn reply to: Post Summaries – Justify Title and Body
Hey Greg,
1. Here is some CSS that will center align the titles in that particular blog:
.homecontent .shortcode_blog_grid_content .blog_item .postcontent h5.entry-title { text-align: center; }2. Here is the CSS for text justification on the second page:
.page-id-10512 .main .shortcode_blog_grid_content .kad_blog_item .postcontent .entry-content { text-align: justify; }Add to Theme Options> Advanced Settings and let me know if that works for you!
-Kevin
In forum: Pinnacle ThemeIn reply to: Changing color of the post titles of a photo grid
November 14, 2017 at 11:21 am #167983Hey,
You are using a plugin called “wp-super-cache” and to be able to see live changes to your site you have to clear that plugins cache from the plugins settings page after every change you make.Next, this css isn’t entirely correct:
#kad-blog-photo-grid .blog_item .photo-postcontent { background: #00000071 !important; } #kad-blog-photo-grid .blog_item .photo-postcontent:hover { background: #0009 !important; }#00000071is not a valid hex code. Should only have 6 digitsFor the sake of working with multiple grids on the same page I am going to suggest this update to the code above:
.kad_blog_item .blog_item .photo-postcontent { background: rgba(0,0,0,.4) !important; } .kad_blog_item .blog_item:hover .photo-postcontent { background: rgba(0,0,0,.8) !important; }Try that and let me know if your css updates.
Ben
In forum: Pinnacle ThemeIn reply to: Changing color of the post titles of a photo grid
In forum: Pinnacle ThemeIn reply to: Changing color of the post titles of a photo grid
In forum: Pinnacle ThemeIn reply to: Changing color of the post titles of a photo grid
In forum: Pinnacle ThemeIn reply to: Changing color of the post titles of a photo grid
Hello Chris,
Here is some CSS that will allow you to control the color of the text:
#kad-blog-photo-grid .blog_item .entry-title { color: #7e7e88; }Here is some CSS that will ad the black background to the text at all times:
#kad-blog-photo-grid .blog_item .photo-postcontent { background: #000000c2 !important; }Try adding to Theme Options> Custom CSS. Feel free to adjust the colors to whatever you like. Let me know if this works for you!
-Kevin
In forum: Pinnacle ThemeI have a page containing a photo grid. I used the shortcode:
[blog_posts orderby=date items=15 type=”photo” cat=current-news]The title is displayed in white, which blends in too much with some of my pictures. I’d like to be able to control the color that is used. Better yet, I noticed that when I hover over each picture, the hover background color turns to a light black, which makes the white text pop out no matter what color the picture is. Is it possible, to show me how to add the black-ish background to all my titles of the photo grid before I hover.
I will send you a link.Thank you.
-ChrisIn forum: Reply To:November 7, 2017 at 10:02 pm #167188You can filter with this function:
add_action('init', 'kt_filter_staff_slug', 1); function kt_filter_staff_slug() { add_filter('kadence_staff_post_slug', 'kt_custom_staff_permalink'); function kt_custom_staff_permalink() { return 'team'; } }page-staff-grid.php contains the staff loop.
Ben
In forum: Virtue ThemeHi there.
I have blog post carousels as well as post grids set up on a site and underneath where it displays the Post Title, my client wants it to display the Sub Category instead.
I will add another post underneath this with links.
Not sure if it’s an option.
In forum: Virtue ThemeHi Ben, Hannah and Kevin,
I love the way how the blog_grid shortcode displays the blog-entries. But I love to create a page with a subset of my blog posts of a special tag. But currently the shortcodes only supports categories.Can you add a tag option to the blog-related shortcodes as well?
Best regards,
MarcIn forum: Virtue ThemeIn reply to: Dynamic Portfolio widget on Home Page?
Ben,
That’s what I was looking for partially. Is there also a way to discover the defined terms for other elements in the theme? The CSS solutions you provide make sense to me, but not knowing the element names means I have to keep coming back with questions more than I’d like.
Side question: On the Virtue demo, what are the settings for the “Latest from the Blog section at the bottom? The post grid layout at the bottom…? That’s exactly the format we want, but I’m having trouble figuring out what settings to use to create it.
https://themes.kadencethemes.com/virtue/Thanks,
Dean -
AuthorSearch Results


