Solution for this topic
To fix it on mobile, please use the below CSS code instead of above shared CSS code.
#page-container header.primary-desktop { height: auto !important; } #page-container header.primary-mobile { height: auto !important; min-height: 0 !important; } #page-container #header-mobile { background-color: rgba(0,0,0,0.65)!important; }
Welcome
You can resolve 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
#page-container header.primary-desktop { height: auto !important; }
Solution for this topic
I received your email.
I logged into your site and saw something is conflicting with the isler slug so I changed it to isler2 and it started working fine.
Could you please confirm it?
Hi @berkyasar,
I hope you are well today and thank you for your question.
Please change that social media URL to https://www.facebook.com/jobsstudio
Best regards,
Shufflehound team
Hi @tomshaw68,
I hope you are well today and thank you for your question.
I tried visiting your shared page but it is getting redirected to http://www.mitsubishielectric.in/fa/factory-automation.php
Could you please make sure that the shared page is accessible so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi @berkyasar,
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 not displaying correctly on mobile so that I can troubleshoot it?
Have you made any changes on your website using Yellow pencil editor or custom CSS code?
Best regards,
Shufflehound team
Solution for this topic
I logged into your shared site and updated the WordPress version and it started displaying fine as shown in the attached screenshot.
Could you please confirm it?
Please try changing the custom plugin code as below.
function add_custom_scripts(){ ?> <script type="text/javascript"> jQuery(document).ready(function($){ $('.sh-header-mobile-dropdown .sh-nav-mobile li').click(function(){ $('#header-navigation .c-hamburger').trigger('click'); }); }); </script> <?php } add_action('wp_footer', 'add_custom_scripts', 99);
Solution for this topic
You can also remove that white padding using the below custom CSS code.
#content .sh-section-container.container, #page-container .container.entry-content { max-width: 100% !important; width: 100% !important; }
I didn’t get the details so could you please send it again?
Also, have you tried resaving your site permalink settings?
It is on the below path in the theme directory.
/gillion/css/plugins/bootstrap.min.css
You are most welcome here 🙂
Hi @Anusunu,
I hope you are well today and thank you for your question.
I have tested it on my test site and it’s working fine for me using the latest version of Gillion theme.
Please make sure that you are using below the latest version of the theme.
Please login to access this file
The 404 error doesn’t cause any issue but if you are still getting it after updating the theme then please refer to the below solution.
Best regards,
Shufflehound team
Solution for this topic
Hi @Anusunu,
I hope you are well today and thank you for your question.
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
#page-container .sh-hamburger-menu span { background: #000; }
Best regards,
Shufflehound team
Hi @pixlus,
I hope you are well today and thank you for your suggestions.
We will consider this to be implemented in the future version of the theme.
Best regards,
Shufflehound team
Solution for this topic
Hi @Knightf2,
I hope you are well today and thank you for your question.
You can remove the share button from the theme settings as shown in the attached screenshot.
To remove the tags, please add 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 .sh-blog-tags { display: none; }
Best regards,
Shufflehound team
Solution for this topic
Hi @chudancha,
I hope you are well today and thank you for your question.
You can remove that red background padding by removing the column as shown in the attached screenshot and 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
#page-container .accordions .top-navs { margin: 0; }
Best regards,
Shufflehound team
You are using an older version of the theme on your shared site so please update the theme on your site to the below latest version as described here https://support.shufflehound.com/updating-theme/
Please login to access this file