Also, adding that css code removes the images completely and not only the featured image. Perhaps there isn’t a way to modify the dimensions of the featured images?
Not sure exactly what you are trying to achieve here so could you please share me the screenshots of pages from where you want to remove featured images?
You have to develop custom code to change theme dimensions.
I think it might be a good idea for the next theme update to include featured images in the related items
Yes the theme displays featured images for the standard post which you can see on the following page. For gallery posts it displays gallery in the related posts section.
Then would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will be able see it.”?
They can see the page bulider at their end.
I can not
Then it seems browser specific issue so could you please try disabling all your browser extensions or using different browser?
Hi @moonwalkingproductions.com,
Sorry to hear of the problem you are having.
I have tested it on my test site and it’s working fine for me using latest version of Jevelin theme.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Also please make sure you are using latest version of PHP on your server by referring the information provided in the following page.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
Best regards,
Shufflehound team
Hi Andrew,
I hope you are well today and thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-recent-posts-widgets-item-meta,
.post-meta-author {
display: none;
}
Best regards,
Shufflehound team
Solution for this topic
Hi @CIMD,
Sorry to hear of the problem you are having.
I have tested it on my test site and it’s working fine for me using latest version of Jevelin theme and woocomerce plugin.
This can be due to any other plugins so please try temporary deactivating all plugins except woocomerce plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Also would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will be able see it.”?
Best regards,
Shufflehound team
Solution for this topic
Hi @1000empresas,
Thank you for your question.
You can try achieving it by editing portfolio content element and changing its Overlay style as described in the following topic.
https://support.shufflehound.com/forums/topic/portfolio-4/#post-22355
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi @wassim,
Thank you for your question.
You can achieve it by configuring the portfolio as described in the following topic.
https://support.shufflehound.com/forums/topic/portfolio-4/#post-22355
Best regards,
Shufflehound team
Hello, my social media icons disappear and when I scroll down and the sticky header comes into effect.
Actually their color changes which you can resolve by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-header.sh-sticky-header-active .sh-nav > li.menu-item > a > i {
color: #fff;
}
I also can’t get the footer widgets to show up.
You have to enable them in the theme footer settings as shown in the attached screenshot.
Hi Jürgen,
Thank you for your question.
Yes you can use it by configuring the Elements option in the theme header settings as shown in the attached screenshots.
Best regards,
Shufflehound team
Solution for this topic
Hi Jürgen,
Thank you for your question.
You can achieve it by setting your blog page style to Mix as shown in the attached screenshot.
Best regards,
Shufflehound team
You are always welcome here 🙂
Hi Igor,
I hope you are well today and thank you for your question.
To achieve this, you have to add it in the theme header.php file between the following lines of code where i have written ‘Add here top banner’.
<?php /* Include desktop header */
get_template_part('inc/headers/header-topbar' );
echo 'Add here top banner';
get_template_part('inc/headers/header-'.gillion_header_layout() );
?>
Best regards,
Shufflehound team
Solution for this topic
I understood now what you are trying to achieve.
To achieve that please configure the blog page as shown in the attached screenshot.
Then whatever content you add in that page content will be displayed above the sidebar.
Thank you for your assistance. i managed to find the culprit it’s a plugin called “PB SEO Friendly Images”, this might be a good information for you and for other users.
Awesome great to see you got that found out.
Also i’d like to know if you can help with an information, i didn’t succeed in making the home page which is made with WP bakery lazy load the images to have less load time. do you have a plugin name or a method that work with your theme.
There are various reasons why your site is not loading faster as described in the following pages.
https://www.bitcatcha.com/blog/2015/10-frustrating-reasons-why-your-website-speed-is-slow/
https://www.pickaweb.co.uk/kb/website-running-slow/
https://gtmetrix.com/why-is-my-page-slow.html
You can use below plugin to know which plugins are consuming resources.
https://wordpress.org/plugins/p3-profiler/
You can improve your site performance as described in the following pages.
http://www.wpbeginner.com/wordpress-performance-speed/
https://codex.wordpress.org/WordPress_Optimization/WordPress_Performance
https://wpengine.com/blog/page-speed-wordpress-performance/
https://themetrust.com/test-wordpress-site-performance/
To optimize images and load them faster, you can use any of the following plugins.
Solution for this topic
It seems the shared CSS code is not working because of CSS specificity issue so please try changing it to below CSS code.
#page-container .sh-header-mobile-navigation .sh-nav-container {
padding: 20px 0;
}Thank you. I can access your site now but if edit something and save then I always get error message as shown in the attached screenshot which makes hard for me to troubleshoot the issue.
Could you please try adding blog slider to the top as shown in the second attached screenshot?
Also I can see you are using multiple caching plugin such as Hummingbird and W3 Total cache which is not as they may conflict with each other so please only use any of them.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
You are always welcome here 🙂
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.container.entry-content {
width: 100% !important;
max-width: 99% !important;
}