I don’t see it anywhere on your shared site as shown in the attached screenshot.
Please advise.
Hi @colsonr100,
I hope you are well today and thank you for your question.
To achieve that you have to develop custom code in the child theme of Gillion theme by overwriting theme function gillion_post_meta
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
Hi @stezelco,
I hope you are well today and thank you for your questions.
Could you please share me the screenshots of it so that i can help?
Best regards,
Shufflehound team
Hi @bliksa,
I hope you are well today and thank you for your question.
Could you please share me the screenshot of how you are using it?
Or 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 bee able see it.”?
Best regards,
Shufflehound team
To achieve that you have to develop custom code in the child theme of Gillion theme by overwriting theme function gillion_post_meta
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
Disregard, I have figured it out.
Awesome great to see you got that figured out.
But i do still need help with configuring this, refer to screenshot
You can configure it from admin area.
Could you please tell me what you want to configure in it so that i can help you?
You are most welcome here 🙂
You are most welcome here 🙂
I logged in to your site and confirmed it only works when the menu contains short URL like #reserveren but not when full URL is used like http://jillmurphys.nl/#reserveren
I have notified the theme developer about it so that it will be fixed in the future version of theme.
Hi Ronald,
I hope you are well today and thank you for your question.
You can’t change them without developing custom code but you can remove one of 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
h1.sh-portfolio-single-title {
display: none;
}
Best regards,
Shufflehound team
Hi @claudiosinopoli,
I hope you are well today and thank you for your question.
It is not a demo but just a page which you can create using portfolio content element and setting page header layout to Left Header 1 as shown in the attached screenshots.
Best regards,
Shufflehound team
Solution for this topic
Hi @Qommunica,
I hope you are well today and thank you for your question.
You can create more custom sidebars by using any of the solutions shared below.
https://wordpress.org/plugins/custom-sidebars/
https://themeisle.com/blog/custom-wordpress-sidebar/
http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/
Best regards,
Shufflehound team
You are most welcome here 🙂
Your shared credentials are not working for me now so please share me working login credentials and the changed URL so that i can troubleshoot it.
To achieve this instead of your initial shared CSS code, please use the below CSS code.
#content .post-content h2,
#content .post-content h3{
margin-bottom: 35px !important;
margin-top: 35px !important;
}It is displaying fine for me as shown in the attached screenshot.
If you want to you can change the value 45 in the above CSS code to whatever you think display better for you.
You can disable 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
.post-meta-content a.post-comments {
display: none !important;
}
You are most welcome here 🙂
You are most welcome here 🙂