• Resolved vforastar

    (@vforastar)


    Hi, I’m trying to use custom post type block. After choosing the display settings, everything looks good in backend, but front-end appearance is different. Featured image is always 50 % of column width despite of selecting 150 * 150 or 300 * 300 image size. I tried to put featured image inside section, which helped but then post title, meta & excerpt in another column got reduced in width. I’ve Neve theme, can you provide some solution like this

    Also, please see if something can be done with pagination for custom post type block inside tabs. I’ve four tabs in tab block and each has its own custom post type block. If I click on next page in any tab, next page does loads but by default first tab appears. Is there a way to keep same tab opened after clicking on next page rather than the default tab.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter vforastar

    (@vforastar)

    Hi, I looked in chrome inspect and found that featured image is fixed after I removed the checkbox from height 100% and width 100%. But I don’t know how to put this in code. This is copied from chrome inspect tool.

    .wp-block-column>.wp-block-getwid-template-post-featured-image:only-child img {
        /* height: 100%; */
        /* width: 100%; */
        object-fit: cover;

    Also, how can I fix the second column width with post title, excerpt etc?

    Really appreciate your help. Thanks ??

    Plugin Support dimned

    (@dimned)

    Hi @vforastar,

    Thank you for contacting us. Have you tried to add your custom layout view for Custom Post Type? Could you provide links to your site to check the Custom Post Type block style issue?
    As an option you may try to add the style like this:

    .wp-block-column>.wp-block-getwid-template-post-featured-image:only-child img {
        height: auto; 
        width: auto; 
    }

    We will review the case with pagination in the tab. Thanks.

    Thread Starter vforastar

    (@vforastar)

    Hi Dymtro, hope all is well. Thank you for looking into this.

    Here’s the link

    Since its a staging site, it’s in privacy mode. Please enter vforastar as both username & pw to view the page.

    Plugin Support dimned

    (@dimned)

    Hi @vforastar,
    Thanks for the provided information. I see that in most cases the images size is 150*150 so I’d recommend to use larger size of featured images for your custom post type blocks. Could you also specify the name of the Tab where I should check the custom post type? Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Theme plugin conflict’ is closed to new replies.