In this case, we can create a custom CSS snippet, that could either disable all featured images or shrink them.
Let us know which of those two we need to create.
Hi there,
Thank you for letting us know.
We have just added those fixes in the latest beta version below:
Please login to access this file
Please test it and let us know if that fixes the issue.
Best regards,
Shufflehound team
Hi there,
We can see that the latest WooCommerce versions 7.7 and up have minor file template changes. That is why you have the message regarding the outdated theme files.
Regarding WooCommerce 2.0 version files – WooCommerce changes file versions only when there are some changes, so we have multiple 2.0, 3.0, etc version files, which are the latest versions available for those files.
We just updated those files in the latest beta version below. File changes were very minor – mostly code syntax and HTML improvements.
Please login to access this file
Best regards,
Shufflehound team
Oh, we just noticed that your website has an outdated theme version. That is most likely the cause.
Please update it to the latest version and let us know if that works.
Can you please let us know if in the dashboard the YouTube embed is also small?
In that case, you can try to:
Let us know if that works! š
Hi there,
We are sorry to hear that.
Can you please let us know if the theme is updated to the latest version? (5.6)
Best regards,
Shufflehound team
You’re very welcome! š
That is great that the image size issue is fixed! š
The screenshot with the categories list gives us a little bit better understanding of the issue. But just to make sure we understood this correctly:
It starts to seem that our portfolio element doesn’t have the functionality needed for this setup
It seems that those social icons are working fine and we don’t see any CDN-related issues.
Did you manage to fix it?
Hi there,
It seems that you might want to disable the AMP plugin.
After that check if the issue is fixed. š
Best regards,
Shufflehound team
Hi there,
You can try this custom CSS:
.wp-block-embed { Ā Ā display: table; }
Please add it to the theme settings and let us know if that works! š
Best regards,
Shufflehound team
It seems that our theme has a compatibility issue with plugin one of your installed plugins – Post and Page Builder by BoldGrid as it is overwriting our styling for the portfolio carousel.
Can you please try to disable it? And see if that improves it?
That is great! š
The 5.0.4 version didn’t have the auto-update functionality. Now after the update this feature should be available after entering the license code in the dashboard.
It seems that the issues are coming from the Yellow Pencil plugin.
Please disable it for a moment and see if the issue is gone.
Below we have attached a screenshot of the code that the Yellow Pencil generated and what is causing this issue.
Hi there,
We have confirmed your refund request.
Best regards,
Shufflehound team
Hi there,
We can see that your website has a lot of CDN-related issues (multiple files are not loading correctly).
So can you please check that first?
Best regards,
Shufflehound team
We have created a custom CSS which might improve the image crop situation for the portfolio slider, which you can add under theme settings:
.sh-portfolio-single-slider .sh-ratio-content { Ā Ā background-size: contain; Ā Ā background-repeat: no-repeat; }
Let us know if that helps!
Hi there,
Currently, the WPBakery page builder is the recommended page builder for Jevelin as Elementor currently doesn’t have many elements available.
In the WPBakery page builder, we have added a section templates, which could be helpful in this case, you can browse/add them in the WPBakery page builder front-end mode at the top left corner under the “Templates” icon.
Best regards,
Shufflehound team
That is great!
It seems there might be a bug, for now, you can try this custom CSS by adding it to the theme settings:
#sidebar h3.widget-title { Ā Ā font-size: 21px!important; }
Let us know if that works!