You are always welcome here 🙂
Hi @vanni77,
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
.archive.category .sh-footer .sh-footer-widgets { display: none; }
Best regards,
Shufflehound team
Ok. Please update me after testing it.
You are always welcome here 🙂
Ok so I disabled all plugins except Unyson and Visual Composer to load the page correctly and is still doing the same.
Then would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?
What about opening the PDF on a pop-up window. Any advice on how this can be achived with this theme?
There isn’t any theme setting to achieve this.
To achieve this, you have to develop custom code in the child theme of 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
It’s your server error so your web host can resolve it.
Do you have any other WordPress site hosted on a different server where we can import that demo data to confirm you it’s your web host issue?
Would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?
You are most welcome here 🙂
That is a custom plugin so it will never update and updating the theme won’t affect it.
Would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?
I think I have not explained to you clearly.
You created a new topic for your question which is good.
But you created two topics for the same question which is bad as it creates duplicate topics which are hard to manage and limit the communication.
I am sure you understand it now.
I visited that page on your site but it is working fine for me as shown in the attached screenshot.
Please test it using a different browser.
I logged into your site and troubleshoot the issue which is happening because your WordPress file is being restricted to access on your server as displayed in the attached screenshot.
You posted in the below topic
So we requested you to create a separate topic and you created below topic for it
https://support.shufflehound.com/forums/topic/page-displaying-error/
But again you created this topic which is duplication of topics.
(1) Creating separate topic pls. see screenshot. It was a recommendation from SH!
You posted in the below topic
So we requested you to create a separate topic and you created this topic for it
But again you created the below topic which is duplication of topics.
(2) I couldn’t see the elements on the edit page because they disappeared. Now I’ve added the elements again.
Yes it was the issue of WPBakery version 6.0.3
(3) Notwithstanding when will v6.0.3 relaunched?
We don’t know anything about it as we are Gillion theme developer and not WPbakery plugin developer.
You can get updates about the WPBakery plugin on the below pages.
https://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431
Hi @littlewizquinn,
I hope you are well today and thank you for your question.
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
This can be due to plugin conflict on your site so please try temporary 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
Hi Ben,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that I can help you to achieve it?
Best regards,
Shufflehound team
Solution for this topic
Hi @quantgene,
I hope you are well today and thank you for your question.
You can try achieving this developing custom CSS code as described in the below topic.
https://support.shufflehound.com/forums/topic/plus-symbol-in-counter/#post-42385
Best regards,
Shufflehound team
Would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?
I logged into your site and saw you had not activated Page Builder extension of Unyson plugin as shown in the attached screenshot which I activated and the site is displaying fine now.
Could you please confirm it?
Solution for this topic
I logged into your site and changed custom plugin code as following which made it work.
function add_custom_scripts(){ ?> <script type="text/javascript"> jQuery(document).ready(function($){ $('.sh-header-mobile-dropdown .sh-nav-mobile li').click(function(){ $('#header-navigation-mobile').trigger('click'); }); }); </script> <?php } add_action('wp_footer', 'add_custom_scripts', 99);
Could you please confirm it?