It seems this is how you have created the slider and there is nothing to display apart from background image.
Could you please make sure that you have created that slider correctly in the slider revolution and it is working fine in page if you add its shortcode in page content area?
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 to see it.”?
Yes 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-filter-container span.sh-filter-item[data-filter=".category-new-york-times"] { display: none; }
Solution for this topic
I hope you are well today and thank you for your question.
You can’t remove it because you have structured your page wrong.
To remove that white space you have move “Information Architecture and Internal Linking” text block into the column displayed above it as shown in the attached screenshot.
Best regards,
Shufflehound team
You are always welcome here đ
Hi @mosesjr,
Thank you for your question.
You can display  google adsense ads on your WordPress site using any of the following solutions.
https://wordpress.org/plugins/adsense-plugin/
https://www.wpbeginner.com/beginners-guide/how-to-add-google-adsense-to-your-wordpress-site/
https://themeisle.com/blog/integrate-adsense-with-wordpress/
https://support.google.com/adsense/answer/7527509?hl=en
Best regards,
Shufflehound team
Hi @mosesjr,
Sorry to hear of the problem you are having.
Please make sure you have activated theme required Unyson plugin.
Also please make sure you are using latest version of PHP on your server by referring the information provided in the following pages.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
Best regards,
Shufflehound team
Hi @flapsclub,
I hope you are well today and thank you for your question.
Sorry but your question is not clear so could you please describe it a bit more in detail so that I can help you?
Best regards,
Shufflehound team
Solution for this topic
I logged into your site and updated Gillion theme to the latest version without any issue.
Could you please confirm it?
Also I can see you are using outdated version of PHP on your site as shown in the attached screenshot so please update it to the latest version by contacting your web host.
Yes the RTLÂ option is displayed on your site but still your site is displaying in RTL mode as shown in the attached screenshot therefore I am asking you whether you have enabled it any other way?
Hi @Dominique_DF,
Sorry to hear of the problem you are having.
I can access your shared site as shown in the attached screenshot.
Are you having issue only in the admin area?
If yes then can you please try temporary enabling WP_DEBUG mode? To do this, just go to wp-config.php include this:
define('WP_DEBUG',true);
You might already have a line for WP_DEBUG, so just make sure it’s set to true.
Let me know what errors if any you are getting when you face this issue.
Best regards,
Shufflehound team
Hi Vinayak,
I hope you are well today and thank you for your question.
I am not sure exactly which slider in the following page you are talking about so could you please share me the screenshot of it?
https://gillion.shufflehound.com/magazine/
Best regards,
Shufflehound team
You have to develop more custom CSS code.
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
Hi Christin,
I hope you are well today and thank you for your question.
The theme doesn’t display Read More button as it directly links to post titles.
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
Best regards,
Shufflehound team
Hi @trip306,
Sorry to hear of the problem you are having.
Please use following plugin to test whether your site sends email successfully.
https://wordpress.org/plugins/check-email/
Also please refer the information provided in the below topic to resolve it.
https://support.shufflehound.com/forums/topic/contact-form-not-sending-emails-2/
Best regards,
Shufflehound team
Hi @miky158,
I hope you are well today and thank you for your question.
Which layout to display on which pages are managed by the following theme function jevelin_header_layout added in the theme file /jevelin/inc/helpers.php on line number 570 so you can edit it in the Jevelin child theme to display appropriate headers.
function jevelin_header_layout() { $header_layout1 = esc_attr( jevelin_post_option( jevelin_page_id(), 'header_layout', '1' ) ); $header_layout2 = esc_attr( jevelin_option( 'header_layout', '1' ) ); if( !is_search() && !is_singular('product') && !is_archive() && !is_home() && !is_404() ) : return ( isset($header_layout1) && $header_layout1 && $header_layout1 != 'default' ) ? $header_layout1 : ( ( isset($header_layout2) && $header_layout2 ) ? $header_layout2 : '1' ); else : return $header_layout2; endif; }
Best regards,
Shufflehound team
Hi @rgarner,
I hope you are well today and thank you for your question.
Could you please share me the screenshot of header layout settings that you have set and also share me page URL from your site where it is not displaying correctly so that I can troubleshoot it?
Best regards,
Shufflehound team
Solution for this topic
To resolve that please use below custom CSS code.
#wrapper .sh-portfolio-single-slider .sh-ratio-content { background-size: contain; background-repeat: no-repeat; }
Glad it is working fine for you now đ
One other question I have is related to where the green âMessage sentâ comes in on the page. Can we customise this?
It is displayed by Unyson plugin.
You can customize its text using any of the following plugins.
You are most welcome here đ
You are most welcome here đ