Title: Theme plugin conflict
Last modified: July 8, 2020

---

# Theme plugin conflict

 *  Resolved [vforastar](https://wordpress.org/support/users/vforastar/)
 * (@vforastar)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/theme-plugin-conflict-2/)
 * 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](https://wordpress.org/support/topic/social-links-shows-small-black-circle-in-front-end/)
 * 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](https://wordpress.org/support/users/vforastar/)
 * (@vforastar)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/theme-plugin-conflict-2/#post-13096426)
 * 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](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/theme-plugin-conflict-2/#post-13098956)
 * Hi [@vforastar](https://wordpress.org/support/users/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](https://wordpress.org/support/users/vforastar/)
 * (@vforastar)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/theme-plugin-conflict-2/#post-13099222)
 * Hi Dymtro, hope all is well. Thank you for looking into this.
 * Here’s the [link](https://savory-lagoon.flywheelstaging.com/articles/)
 * Since its a staging site, it’s in privacy mode. Please enter vforastar as both
   username & pw to view the page.
 *  Plugin Support [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/theme-plugin-conflict-2/#post-13103894)
 * Hi [@vforastar](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/getwid/assets/icon.svg?rev=2238400)
 * [Getwid - Gutenberg Blocks](https://wordpress.org/plugins/getwid/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/getwid/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/getwid/)
 * [Active Topics](https://wordpress.org/support/plugin/getwid/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/getwid/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/getwid/reviews/)

## Tags

 * [theme plugin conflict](https://wordpress.org/support/topic-tag/theme-plugin-conflict/)

 * 4 replies
 * 2 participants
 * Last reply from: [dimned](https://wordpress.org/support/users/dimned/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/theme-plugin-conflict-2/#post-13103894)
 * Status: resolved