Hi @dtasic,
Sorry to hear of the problem you are having.
To troubleshoot the issue I tried to access your site but it is just displaying .11
Could you please make your site accessible so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi @dtasic,
Sorry to hear of the problem you are having.
To troubleshoot the issue I tried to access your site but it is just displaying .11
Could you please make your site accessible so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi @bluebee,
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-id-1128 h2.sh-heading-content:before {
content: "\e650";
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
color: #0095db!important;
}
Best regards,
Shufflehound team
Hi @bluebee,
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
.sh-portfolio-single-slider .slick-dots li button {
background-color: #47c9e5;
}
Best regards,
Shufflehound team
You are most welcome here 🙂
Could you please share me the screenshots of what you have checked as it is becoming hard to troubleshoot your site hosted on localhost?
I logged in to your site and added the banner code in the header.php file and also used following custom CSS code.
header.primary-desktop {
height: auto !important;
}
It displays fine now.
Could you please confirm it?
Hi @szjpfan,
Thank you for your questions.
I also want to know how to adjust the header’s height. Now it seems too high for me.
You can adjust 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-nav-container {
padding-top: 10px;
padding-bottom: 10px;
}I also want to create a overlay menu for my homepage, how can I do that?
I am not sure what you mean by overlay menu so could you please describe it a bit more in detail?
Best regards,
Shufflehound team
You are always welcome here 🙂
Hi @hife2017,
Thank you for your question.
To achieve that you have to develop custom code in the child theme of Gillion theme.
Best regards,
Shufflehound team
Hi @hife2017,
Thank you for your question.
To achieve that you have to develop custom code in the child theme of Gillion theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here.
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
Solution for this topic
I made it work by adding the following code in the functions.php file of your Gillion child theme.
function remove_tiny_mce_before_init(){
remove_filter( 'tiny_mce_before_init', 'gillion_editor_dropcaps_init' );
}
add_action('init','remove_tiny_mce_before_init');
Could you please confirm it?
Hi @szjpfan,
I hope you are well today and thank you for your questions.
I have serveral categories for each post. If I show the categories on the homepage or post, it will be very mess. How can I hide or how can I only show one main categories?
You can hide them 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
.post-categories-container {
display: none;
}
Why are you adding scripts in your reply here?
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.
Best regards,
Shufflehound team
Hi @irahat,
I hope you are well today and thank you for your question.
Currently using theme options you can only control blog pagination type.
To achieve this, you have to develop custom code in the child theme of Gillion theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here.
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 don’t see your shared code so could you please share me your whole modified header.php file?
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 see it.”?
You are always welcome here 🙂
Sure we will consider including the plugin in theme in the future version of theme.
You are most welcome here 🙂
You are always welcome here 🙂
You are always welcome here 🙂
You are always welcome here 🙂