I can see it is working fine now on your shared site as shown in the attached screenshot.
Could you please test it clearing your browser cache?
Solution for this topic
Hi Rubeco20,
I hope you are well today and thanks for posting here.
You can resolve 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-nav-mobile li.menu-item > a.fa:before {
font-family: 'FontAwesome';
padding-right: 8px;
}
Best regards,
Shufflehound team
You can solve it by also using below custom CSS code.
.header-logo img {
display: none !important;
}Solution for this topic
You can move 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-nav li.menu-item.sh-nav-search.sh-nav-special {
position: absolute;
top: -50px;
left: 210px;
}Solution for this topic
To display it on opening the post, please try using below custom CSS code.
.single-post #page-container .post-item .post-content {
display: block !important;
}Not an issue. You are always welcome here 🙂
You are most welcome here 🙂
Hi Tana,
I hope you are well today and thanks for posting here.
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
To resolve autoplay issue, please try using the solutions posted in the following topics.
Best regards,
Shufflehound team
Solution for this topic
Please try using the attached modified custom plugin and delete the existing plugin used on your site.
I have also notified the theme developer about this so that it will be fixed.
Solution for this topic
I have resolved the issue on your site using below custom CSS code.
#jarallax-container-6 {
z-index: 0!important;
}
Could you please confirm it?
I hope you are well today and thank you for your question.
We can achieve this developing custom CSS code.
Could you please share me your site URL where you want to display it and share me the twitter icon image URL from your site so that i can help you to achieve it?
Also please display twitter icon on your site so that i can replace it with your shared twitter image.
Best regards,
Shufflehound team
I logged in to your site but can’t access http://jillmurphys.nl/wp-admin/plugin-editor.php so i will troubleshoot it on my test site and will let you know ASAP.
Solution for this topic
Please see your messages above. You didn’t share specific portfolio URL which your shared in your last reply.
I could confirm the issue on your shared page URL and resolved it by using below custom CSS code and removing padding from column as shown in the attached screenshots.
.single-fw-portfolio .fw-page-builder-content > .sh-section {
padding: 20px 0px 10px 0px;
}Solution for this topic
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-header-mobile-navigation .sh-table-cell {
display: block;
text-align: center;
}
.sh-header-mobile-navigation .sh-nav-container,
.sh-header-mobile-navigation .header-logo {
float: none;
display: table;
margin: 0 auto;
}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-header-mobile-navigation .sh-table-cell {
display: block;
text-align: center;
}
.sh-header-mobile-navigation .sh-nav-container,
.sh-header-mobile-navigation .header-logo {
float: none;
display: table;
margin: 0 auto;
}Solution for this topic
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-container article .post-content img{
margin: 0 auto;
display: table;
}
article .post-content iframe,
article .post-content .wp-caption {
margin: 0 auto 1.5em;
}
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.”?
Hi Lucas,
Thank you for your question.
We will implement this feature in the future version of theme.
In the meanwhile 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-container .header-logo-container:after{
content: "Evaldo Costa";
display: block;
font-size: 25px;
font-weight: 800;
font-family: "Source Sans Pro", "Open Sans";
}
.header-logo img {
display: none;
}
Best regards,
Shufflehound team
Solution for this topic
Hi Lucas Teles,
I hope you are well today and thank you for your question.
You can disable comments on your site using following solutions and also from theme options as displayed in the attached screenshots.
https://wordpress.org/plugins/disable-comments/
http://www.wpbeginner.com/plugins/how-to-turn-off-or-disable-comments-in-wordpress-pages/
https://themeisle.com/blog/disable-comments-in-wordpress/
Best regards,
Shufflehound team
Solution for this topic
We have to answer all the questions asked by every user every day and can’t assign dedicated support person for each user.
What you are trying to achieve needs custom code as currently theme doesn’t provide this functionality. Developing custom code for custom functionality is beyond the scope of support that we provide here but still we try our best to help users.
The code i have provided is working fine on my test site but not sure why it is not working for you. As your site is hosted locally which is making hard for me to troubleshoot it.
So please try using following various code solutions or contact me when your site will be accessible for me.
article .post-item .post-content {
display: none !important;
}
.post-item .post-content {
display: none !important;
}