Solution for this topic
Hi @MelH,
I hope you are well today and thank you for your questions.
Hi, I’m trying to create a large header image like in Jevelin’s blog1 demo – how do I do that?
It is a slider displayed in the header.
You can display slider in the header and make header transparent as described in the following topics.
https://support.shufflehound.com/forums/topic/transparent-header/
Also, why does the Jevelin name keep appearing whenever I enable Header Logo Visibility?
This is because you have enabled header logo visibility but didn’t set any logo therefore the default Jevelin logo got displayed.
Best regards,
Shufflehound team
To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
Solution for this topic
is it possible to still have the dummy text with a dummy e-mail that disappears on click and is slightly faded.
You can use below CSS code to achieve it.
#sbe-follow-subscribe-form input.sbe-follow-email-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #8d8d8d;
}
#sbe-follow-subscribe-form input.sbe-follow-email-field::-moz-placeholder { /* Firefox 19+ */
color: #8d8d8d;
}
#sbe-follow-subscribe-form input.sbe-follow-email-field:-ms-input-placeholder { /* IE 10+ */
color: #8d8d8d;
}
#sbe-follow-subscribe-form input.sbe-follow-email-field:-moz-placeholder { /* Firefox 18- */
color: #8d8d8d;
}Also can the subscribe button mimic the button on the membership table the blue become a member button found here.
Yes you can mimic it by developing custom CSS code.
Hi @brandonmaytham,
Thank you for your question.
You can resolve the issue 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-logo img {
max-height: 100% !important;
max-width: 100% !important;
}
Best regards,
Shufflehound team
Solution for this topic
Hi @1000empresas,
Sorry to hear of the problem you are having.
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
This is a simple PHP warning/notice and most of the time it doesn’t affect functionality of site so it is nothing to worry about!
Do you have WP_DEBUG set to true in your wp-config.php file?
If you do then please set it to false.
This will hide the warning messages and you will be able to use your site normally.
Best regards,
Shufflehound team
Hi @prettymek137,
I hope you are well today and thank you for your question.
I visited your shared site but it displays responsive for me so could you please tell me exactly what issue you are facing with it by sharing the screenshot of it?
Best regards,
Shufflehound team
Solution for this topic
Hi @benterz222,
Sorry to hear of the problem you are having.
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 @jnguyen,
Sorry to hear of the problem you are having.
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 @deantep,
I hope you are well today and thank you for your question.
You can change 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-categories-tabs li a {
color: #000;
}
#page-container .sh-categories-tabs li.active a {
background-color: #000 !important;
color: #fff;
}
#page-container #content .sh-load-more {
background-color: #000;
color: #fff;
}
You can change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Best regards,
Shufflehound team
It works again. Thank you.
Glad it worked for you now.
Responsive layout still shows no login icon.
By default it is not displayed on mobile but if you want to display it then you need to change the function gillion_nav_wrap_readlater code added in the theme file /gillion/inc/helpers_extended.php on line number 614.
You are most welcome here 🙂
It is for all page having /page/ in the URL.
It is not only about CSS. I will find it out.
I can see you are using older version of Gillion theme on your site as shown in the attached screenshot so first update your theme to the below latest version of theme as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
Solution for this topic
Use below CSS code to achieve it.
#sbe-follow-subscribe-form input.sbe-follow-email-field {
background: #fff;
color: #000;
border-color: #47c9e5;
}
#sbe-follow-subscribe-form input.sbe-follow-form-submit {
border: 1px solid #47c9e5;
border-radius: 0;
}Solution for this topic
I logged in to your site and saw you were using different versions of Gillion theme on your site having different directory name so I deleted them and tried to reinstall latest version of theme but got the error message as shown in the attached screenshot.
Could you please install the below latest version of theme and activate it?
Please login to access this file
You are most welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
Hi @Lemonado114,
I hope you are well today and thank you for your question.
Could you please contact the chat app Discord support to know whether we need to make any changes in the website to display it properly?
Best regards,
Shufflehound team