Hi @amir.caspi,
I hope you are well today and thank you for your question.
There is no setting to do it.
You can try achieving this using the Yellow Pencil editor as described in the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi @epgup,
I hope you are well today and thank you for your question.
I visited your shared website but not sure which gallery and load more button you are referring to so could you please describe it a bit more?
Best regards,
Shufflehound team
Hi @hugosjob,
I hope you are well today and thank you for your question.
I logged into your website and saw that the issue was caused by the Advanced Excerpt plugin that you are using on your website so I disabled the plugin.
Please contact the Advanced Excerpt plugin support to resolve the issue.
Best regards,
Shufflehound team
You are most welcome here 🙂
I have tested it on chrome, firefox and safari browsers but didn’t see the issue.
Could you please test it using a different browser and on a different system?
Solution for this topic
You can reduce the padding 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
.single-post #content .post-switch { margin-top: 0; } .single-post #content .post-single-meta { padding-bottom: 0; }
Hi Illias,
I hope you are well today and thank you for your question.
To achieve this, you have to develop custom code in the child theme of the Jevelin theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Best regards,
Shufflehound team
I hope you are well today and thank you for your question.
This is happening because you are using the slider which has a large height on mobile.
Please try setting Slider Revolution option “Touch Enabled” to off as described in the below page.
https://theme.co/apex/forums/topic/cannot-swipescroll-over-revolution-slider/#post-31654
Best regards,
Shufflehound team
Hi @annamoyer,
I hope you are well today and thank you for your question.
I visited your shared website but didn’t see a double scrollbar on it as shown in the attached screenshot.
Does it display only when you are logged in or on a specific browser or screen resolution?
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi @krenek,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is displaying so that I can help you to reduce the space?
Best regards,
Shufflehound team
Awesome great to see you got that found.
Please advise if you have more questions.
Have a fantastic day!
You are most welcome here 🙂
Sure, we will consider it.
Hi Niels,
I hope you are well today and thank you for your question.
Could you please try clearing and temporarily deactivating the W3 Total Cache that you are using on your website?
Also, this can be due to plugin conflict on your site so please try temporarily deactivating all plugins except Unyson plugin and WpBakery page builder plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi @buildblogger,
I hope you are well today and thank you for your question.
You can create the below template on your website by creating and configuring the page as shown in the attached screenshot.
https://gillion.shufflehound.com/foodie/
Best regards,
Shufflehound team
I logged into your website and resolved the issue by editing the gillion_header_layout function code as below in the theme file /gillion/inc/helpers.php
function gillion_header_layout() { $header_layout1 = esc_attr( gillion_post_option( gillion_page_id(), 'header_layout', '1' ) ); $header_layout2 = esc_attr( gillion_option( 'header_layout', '1' ) ); if( !is_singular('sfwd-courses') && !is_search() && !is_singular('product') && !is_archive() && !is_home() && !is_404() && !function_exists('is_bbpress') ) : $layout = ( isset($header_layout1) && $header_layout1 && $header_layout1 != 'default' ) ? $header_layout1 : ( ( isset($header_layout2) && $header_layout2 ) ? $header_layout2 : '1' ); else : $layout = $header_layout2; endif; return ( !function_exists( 'gillion_header_showcase' ) ) ? $layout : gillion_header_showcase( $layout ); }
Please don’t share sensitive information on the forum as this is a public forum so the information shared can be seen by others.
Please change the shared credentials ASAP.
If you want to share anything privately then you can do so by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”.
Also, you shared the credentials of another website and there aren’t any courses on it so I couldn’t troubleshoot the issue.
Please advise.
Thanks 🙂