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 - 841 through 860 (of 2,160 total)
  • Author
    Search Results
  • #220249

    Theme Options> Blog Options, and set “Display Blog Grid posts at equal height” to ON did help a lot.

    The problem with the images is a problem due to the aspect ratio of the image. Wide images appear with less height than square images.

    #220244

    Hello,

    Firstly, I recommend using image sizes that are much larger. This will allow the theme to automatically display the images at equal heights.

    Try re-uploading the other images at a size similar to this one, or a bit smaller even (maybe 1600px wide instead of 2200):
    https://www.fikira.com/wp-content/uploads/2019/03/ivanti-logo-header-black-red-accent.png

    After doing that, do the images display better on your end?

    for the second part, try going to Theme Options> Blog Options, and set “Display Blog Grid posts at equal height” to ON. Does that help?

    -Kevin

    #220238

    I’m using the “Latest blog posts” block on my homepage. I would like to fix the height of the logo part (class=”imghoverclass img-margin-center”) to 90px and the total height of the block (class=”blog_item postclass kt_item_fade_in kad_blog_fade_in grid_item”) to 270px.

    #220221

    Hi, can I remove completely who wrote the posts and the authors box/info?

    update: found it for blog posts, but still showing on homepage grid/slider

    THx
    Dan

    #220140

    Hi Hannah,

    Yes, I was getting error messages before.

    After I read your reply, I went into the back end of my server and upped the PHP version to the highest GoDaddy offers. then I increased the PHP memory also to the max. and I was able to post new content, BUT the site stopped working correctly. It no longer handles the Essential Grid plugin and the Latest Post Home Slider no longer displays a featured image.

    I’m not sure what can be happening. I hope you can help me.

    Let me know if you need login credentials.

    Thanks for your help and knowledge!

    #219995

    Hi,

    Is it possible to change image ratio in post category grid like here – my category

    Ascend makes all images in this grid 420×280. What I would like to achieve is that all images have 1:1 ratio, just as I upload them – for example 420×420.

    Thanks for any help!

    Mateusz

    In forum: Ascend Theme

    In reply to: Carousel/Slider Block

    #219401

    No, the post grid carousel block is its own block. Are you using Kadence Blocks Pro?

    Hannah

    #219363

    You can choose which categories are available for filtering. The ones you choose will be shown together. The filter only filters what is on the page. It’s not designed to filter via ajax for a bunch of content so adding subcategory filtering would fall outside of the purpose and function of the filter.

    If you want to filter a lot of content you should not be using the gallery filter because you shouldn’t be loading that many items into a page that it would require that much filtering. If you have that many times they should be added through a plugin like the one above.

    Does that make sense?

    I tried to make this clear from the start, the link you posted to for what you want is not in the scope of the gallery plugin.
    I understand that you want our plugin to be like the essentials gird plugin but they are not even close in what problems they are trying to solve. For me to add the functionally of the essentials grid plugin means creating an entirely new plugin.

    #219109

    Hello, I am completely new to the world of creating a website and I’ve looked everywhere and still cant figure out how to link my social media accounts to the social media links found on my website.
    Also I’m wondering if there is a way to pick one default “Portfolio” and “Blog” style option to be visible when visiting the website both on a mobile and computer, instead of having to chose every single time between from grid, post, and mosaic for Porfolio, and photo and mosaic for the Blog.

    Thanks a bunch!

    In forum: Ascend Theme

    In reply to: Carousel/Slider Block

    #219082

    Hey Jesse,
    It sounds like you’re wanting the posts slider/carousel block. Check out this post: https://www.kadencewp.com/kadence-blocks-post-grid-carousel-block/
    Hope that helps! Let me know if you need further help getting it set up.

    Hannah

    #219020

    Hi guys,

    First off, thank you so much for making awesome themes- I’ve been using Virtue and Pinnacle for years and your support has always been excellent.

    I’ve been having a couple issues with the front page and with some of my galleries (Virtue theme) and I was hoping you could take a look. It seems to have started around the end of February (I think when my host GoDaddy switched the site to WordPress 5.1, although I’m not sure if that is related or not).

    When I visit the front page ( it always shows the logo and menu items, but it doesn’t always show the kadence slider and/or homepage widget content below it. Sometimes it might load the slider but no content below, other times it just shows white space below the logo and menu. The weird thing is when you reload the page it usually loads perfectly. It works fine on mobile, this just impacts desktop (I tested in Chrome and Firefox on multiple computers).

    Another (related?) issue shows up on posts with a gallery at the bottom (example: I don’t use a plugin gallery, it’s just set to default grid, but sometimes it loads disconnected with white spaces in between the images. A quick reload of the post usually activates/fixes the grid alignment, but I’m not sure if anyone will do that.

    I thought it was a cache issue (I cleared multiple times) or a plugin issue (I removed inactive plugins and removed heavy ones like jetpack) but nothing has fixed it. GoDaddy said it would be related to the theme, so I was wondering if this was something you might be able to help with.

    Thanks again as always!

    Adam

    #217693

    After moving a site to a new location I have noticed that the visibility of the blog grid is somehow switched off. This affects the home page (where I have latest blog posts enabled) and also a series of index pages for different categories that employ the blog grid template.

    The indexed posts are there (moving the mouse around and doing a right-click will show there are images there) but they’re completely invisible.

    If I opt for a different setting, such as the standard non-grid listing, that works fine. The site just refuses to show grid listings. I’ve also ruled out plugin and theme conflicts.

    Is there any file or setting that I’ve maybe not copied across which affects the blog template?

    #217648

    In ascend, every testimonial is built through the content-loop-testimonial.php template. So the widget matches that of the archives or a custom grid page. You can edit the template and change how the read more works when outputting the full content but it would affect all the places where you have a testimonial grid.

    What I suggest is adding the carousel whether through widget or shortcode without showing “read more” text, then right below the carousel adding a link to your testimonial archive that says something like read more testimonials. For user experience, it creates a link that matches with expectations whereas a read more after a single testimonial post implies that you will read more of that testimonial.

    Ben

    In forum: Ascend Theme
    #217315

    Thanks for posting!

    Unfortunately, the custom meta options don’t transfer automatically to any custom post type. Giving it “post” functionality isn’t something that can do that. What that controls is different from how meta fields are added and used.

    But if you are using a child theme: https://www.kadencewp.com/child-themes/

    You can then add in those meta options by adding this function into the custom functions.php file of your child theme.

    You will just need to change the five sections at the top with this: 'object_types' => array( 'my-custom-post' ),from “my-custom-post” to the slug of your custom post type:

    add_filter( 'cmb2_admin_init', 'ascend_post_metaboxes');
    function ascend_post_metaboxes(){
    	$prefix = '_kad_';
    	$kt_standard_post = new_cmb2_box( array(
    		'id'         	=> 'standard_post_metabox',
    		'title'      	=> __("Standard Post Options", 'ascend'),
    		'object_types'  => array('my-custom-post'),
    		'priority'   	=> 'high',
    	) );
    	// NORMAL 
    	$kt_post = new_cmb2_box( array(
    		'id'         	=> 'post_metabox',
    		'title'      	=> __("Post Options", 'ascend'),
    		'object_types'  => array( 'my-custom-post'),
    		'priority'   	=> 'high',
    	));
            // IMAGE POST //
    	$kt_image_post = new_cmb2_box( array(
    		'id'         	=> 'image_post_metabox',
    		'title'      	=> __("Image Post Options", 'ascend'),
    		'object_types'  => array( 'my-custom-post' ),
    		'priority'   	=> 'high',
    	) );
            // GALLERY POST
    	$kt_gallery_post = new_cmb2_box( array(
    		'id'         	=> 'gallery_post_metabox',
    		'title'      	=> __("Gallery Post Options", 'ascend'),
    		'object_types'	=> array( 'my-custom-post' ),
    		'priority'   	=> 'high',
    	) );
            // VIDEO POST
    	$kt_video_post = new_cmb2_box( array(
    		'id'         	=> 'video_post_metabox',
    		'title'      	=> __("Video Post Options", 'ascend'),
    		'object_types'  => array( 'my-custom-post' ),
    		'priority'   	=> 'high',
    	) );
            // Quote
    	$kt_quote_post = new_cmb2_box( array(
    		'id'         	=> 'quote_post_metabox',
    		'title'      	=> __("Quote Post Options", 'ascend'),
    		'object_types'  => array( 'my-custom-post' ),
    		'priority'   	=> 'high',
    	) );
    	$kt_standard_post->add_field( array(
    		'name'    => __("Post Summary", 'ascend' ),
    		'desc'    => '',
    		'id'      => $prefix . 'post_summery',
    		'type'    => 'select',
    		'options' => array(
    			'default' 		=> __('Standard Post Default', 'ascend' ),
    			'text' 			=> __('Text', 'ascend' ),
    			'img_portrait' 	=> __('Portrait Image', 'ascend'),
    			'img_landscape' => __('Landscape Image', 'ascend'),
    			),
    	) );
    	
    	$kt_image_post->add_field( array(
    		'name'    => __("Head Content", 'ascend' ),
    		'desc'    => '',
    		'id'      => $prefix . 'image_blog_head',
    		'type'    => 'select',
    		'options' => array(
    			'default' 		=> __("Image Post Default", 'ascend' ),
    			'image' 		=> __("Image", 'ascend' ),
    			'image_below' 	=> __("Image Below Title", 'ascend' ),
    			'none' 			=> __("None", 'ascend' ),
    			),
    	) );
    	$kt_image_post->add_field( array(
    		'name' => __("Max Image Height", 'ascend' ),
    		'desc' => __("Note: just input number, example: 350", 'ascend' ),
    		'id'   => $prefix . 'image_posthead_height',
    		'type' => 'text_small',
    	) );
    	$kt_image_post->add_field( array(
    		'name' => __("Max Image Width", 'ascend' ),
    		'desc' => __("Note: just input number, example: 650", 'ascend' ),
    		'id'   => $prefix . 'image_posthead_width',
    		'type' => 'text_small',
    	) );
    
    	$kt_image_post->add_field( array(
    		'name'    => __("Post Summary", 'ascend' ),
    		'desc'    => '',
    		'id'      => $prefix . 'image_post_summery',
    		'type'    => 'select',
    		'options' => array(
    			'default' 		=> __('Image Post Default', 'ascend' ),
    			'text' 			=> __('Text', 'ascend' ),
    			'img_portrait' 	=> __('Portrait Image', 'ascend'),
    			'img_landscape' => __('Landscape Image', 'ascend'),
    		),
    	) );
    	
    	$kt_gallery_post->add_field( array(
    		'name'    => __("Post Head Content", 'ascend' ),
    		'desc'    => '',
    		'id'      => $prefix . 'gallery_blog_head',
    		'type'    => 'select',
    		'options' => array(
    			'default' 			=> __("Gallery Post Default", 'ascend' ),
    			'flex' 				=> __("Image Slider - (Cropped Image Ratio)", 'ascend' ),
    			'carouselslider' 	=> __("Image Slider - (Different Image Ratio)", 'ascend' ),
    			'thumbslider' 		=> __("Image Slider with thumbnails - (Cropped Image Ratio)", 'ascend' ),
    			'imgcarousel' 		=> __("Image Carousel - (Muiltiple Images Showing At Once)", 'ascend' ),
    			'gallery' 			=> __("Image Collage - (Use 2 to 5 images)", 'ascend' ),
    			'shortcode' 		=> __("Shortcode", 'ascend' ),
    			'none' 				=> __("None", 'ascend' ),
    			),
    	) );
    	$kt_gallery_post->add_field( array(
    		'name' => __("Post Slider Gallery", 'ascend' ),
    		'desc' => __("Add images for gallery here - Use large images", 'ascend' ),
    		'id'   => $prefix . 'image_gallery',
    		'type' => 'kad_gallery',
    	) );
    
    	$kt_gallery_post->add_field( array(
    		'name' => __('Gallery Post Shortcode', 'ascend'),
    		'desc' => __('If using shortcode place here.', 'ascend'),
    		'id'   => $prefix . 'post_gallery_shortcode',
    		'type' => 'textarea_code',
    		'options' => array( 'disable_codemirror' => true ),
    	) );
    	$kt_gallery_post->add_field( array(
    		'name' => __("Max Slider/Image Height", 'ascend' ),
    		'desc' => __("Note: just input number, example: 350", 'ascend' ),
    		'id'   => $prefix . 'gallery_posthead_height',
    		'type' => 'text_small',
    	) );
    	$kt_gallery_post->add_field( array(
    		'name' => __("Max Slider/Image Width", 'ascend' ),
    		'desc' => __("Note: just input number, example: 650", 'ascend' ),
    		'id'   => $prefix . 'gallery_posthead_width',
    		'type' => 'text_small',
    	) );
    	$kt_gallery_post->add_field( array(
    		'name'    => __("Post Summary", 'ascend' ),
    		'desc'    => '',
    		'id'      => $prefix . 'gallery_post_summery',
    		'type'    => 'select',
    		'options' => array(
    			'default' 			=> __('Gallery Post Default', 'ascend' ),
    			'img_portrait' 		=> __('Portrait Image (feature image)', 'ascend'),
    			'img_landscape' 	=> __('Landscape Image (feature image)', 'ascend'),
    			'slider_portrait' 	=> __('Portrait Image Slider', 'ascend'),
    			'slider_landscape' 	=> __('Landscape Image Slider', 'ascend'),
    			'gallery_grid' 		=> __('Photo Collage - (Use 2 to 5 images)', 'ascend'),
    			),
    	) );
    	$kt_video_post->add_field( array(
    		'name'    => __("Post Head Content", 'ascend' ),
    		'desc'    => '',
    		'id'      => $prefix . 'video_blog_head',
    		'type'    => 'select',
    		'options' => array(
    			'default' 	=> __("Video Post Default", 'ascend' ),
    			'video' 	=> __("Video", 'ascend' ),
    			'none' 		=> __("None", 'ascend' ),
    			),
    	) );
    
    	$kt_video_post->add_field( array(
    		'name' => __('Video post embed', 'ascend'),
    		'desc' => __('Place url, embed code or shortcode, works with youtube, vimeo. (Use the featured image for screen shot)', 'ascend'),
    		'id'   => $prefix . 'post_video',
    		'type' => 'textarea_code',
    		'options' => array( 'disable_codemirror' => true ),
    	) );
    	$kt_video_post->add_field( array(
    		'name' => __("Video Meta Title", 'ascend' ),
    		'desc' => __("Used for SEO purposes", 'ascend' ),
    		'id'   => $prefix . 'video_meta_title',
    		'type' => 'text',
    	) );
    	$kt_video_post->add_field( array(
    		'name' => __("Video Meta description", 'ascend' ),
    		'desc' => __("Used for SEO purposes", 'ascend' ),
    		'id'   => $prefix . 'video_meta_description',
    		'type' => 'text',
    	) );
    	$kt_video_post->add_field( array(
    		'name' => __("Max Video Width", 'ascend' ),
    		'desc' => __("Note: just input number, example: 650", 'ascend' ),
    		'id'   => $prefix . 'video_posthead_width',
    		'type' => 'text_small',
    	) );
    	$kt_video_post->add_field( array(
    		'name'    => __("Post Summary", 'ascend' ),
    		'desc'    => '',
    		'id'      => $prefix . 'video_post_summery',
    		'type'    => 'select',
    		'options' => array(
    			'default' 		=> __('Video Post Default', 'ascend' ),
    			'video' 		=> __('Video - (when possible)', 'ascend'),
    			'img_portrait' 	=> __('Portrait Image (feature image)', 'ascend'),
    			'img_landscape' => __('Landscape Image (feature image)', 'ascend'),
    			),
    	) );
    	$kt_quote_post->add_field( array(
    		'name' => __("Quote author", 'ascend' ),
    		'id'   => $prefix . 'quote_author',
    		'type' => 'text',
    	) );
    	$kt_post->add_field( array(
    		'name' 		=> __('Author Info', 'ascend'),
    		'desc' 		=> __('Display an author info box?', 'ascend'),
    		'id'   		=> $prefix . 'blog_author',
    		'type'    	=> 'select',
    		'options' 	=> array(
    			'default' 	=> __('Default', 'ascend'),
    			'no' 		=> __('No', 'ascend'),
    			'yes' 		=> __('Yes', 'ascend'),
    			),
    	) );
    
    }
    #216862

    Hello,

    There isn’t an option within the Post Grid/Carousel to show portfolio posts. I do believe that in the future there will be options for adding portfolio posts though.

    I’ll flag this for a developer followup so that Ben can let us know what he has in mind.

    -Kevin

    In forum: Pinnacle Theme
    #216815

    Hi team,

    We are interested in adding the following to our blog grid page:
    1) A search bar at the top to search for blogposts
    2) A navigation menu (perhaps a drop down menu) at the top for the user to select the various blogpost categories

    Are these two doable using the page builder? We look forward to your kind assistance. Thank you!

    #216812

    Hi!

    I am using Ascend theme and wanted to add into a Portfolio Item post a carousel of Portfolio Items that have the same Portfolio Tag. When I insert the Post Grid/Carousel block it does not show any of the portfolio posts. Do I understand it correctly that this block only shows regular posts and cannot list any portfolio item posts? If so, is there any way I can change it work for portfolio posts? I understand if it’s not possible but just to check.

    With best regards,

    Veikko

    #216572

    Sorry about that. OK, I think this will work for you, but let me know if it still gives you trouble:
    #kad-blog-grid-page .entry-content p, .carousel_outerrim .postclass .entry-content p {display: none;}

    Hannah

    #216423
    This reply has been marked as private.
    #216422
    This reply has been marked as private.
Viewing 20 results - 841 through 860 (of 2,160 total)