Solution for this topic
Hi @sujaselv,
Thank you for your question.
You can hide 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-recent-posts-widgets-count { display: none; }
Best regards,
Shufflehound team
Hi @sujaselv,
I hope you are well today and thank you for your question.
That error message is generated by Revolution Slider plugin.
Please try deleting and reinstalling Revolution Slider plugin on your site.
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
Solution for this topic
Hi @luiscarmocx,
Sorry to hear of the problem you are having.
It was a known issue which is resolved in the below latest version of theme so please make sure to use below latest version of theme.
Please login to access this file
Best regards,
Shufflehound team
Hi @indkmg,
I hope you are well today and thank you for your question.
You can try displaying it again by resetting the changes made using Yellow Pencil Editor as described in the following pages.
https://waspthemes.com/yellow-pencil/documentation/#reset-css-styles
https://waspthemes.ticksy.com/ticket/1058734/
Best regards,
Shufflehound team
Yes we understand that serving the theme on WP.com platform will cater to more users and will consider this feature request to be implemented in the future version of theme.
Another quick question regarding the same page, I have duplicated the header section and want to use it at the bottom of the same page, but for some reason it does not show… Would you have any pointers on that?
Could you please try creating new section in the bottom and try adding new slider in it?
You are most welcome 🙂
You are most welcome here 🙂
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.”?
Awesome great to see you got that solved.
Please advise if you have more questions.
Have a fantastic day!
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 most welcome here 🙂
Thank you for your question.
You can use this SEO plugin https://wordpress.org/plugins/wordpress-seo/ and set facebook image as described in the below pages.
https://kb.yoast.com/kb/why-doesnt-facebook-display-an-image/
https://yoast.com/social-media-optimization-with-yoast-seo/
Best regards,
Shufflehound team
Hi @rishabhsonker,
Sorry to hear of the problem you are having.
Are the posts in Draft?
Could you please tell me the names of those posts?
Could you please temporary disable the cache on your site and make sure you are using below latest version of theme?
Please login to access this file
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.”?
Best regards,
Shufflehound team
Ok
Have you tested it using Twenty Seventeen theme?
Thank you for your question.
You can achieve this using the Yellow pencil editor plugin as described below.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
Solution for this topic
No the shared code was not causing these issues on your site but the following custom CSS code was causing it.
#content .fw-page-builder-content > .sh-section { padding-top: 0; }
So I changed that code as following.
body:not(.home) #content .fw-page-builder-content > .sh-section { padding-top: 0; }
Hi @cvol,
I hope you are well today and thank you for your question.
I can change it on my test site using latest version of theme as displayed in the attached screenshot.
Can you check the JavaScript console for errors when you try to change icon and face this issue?
In Chrome go to “Tools -> Developer Tools” and in Firefox you can go to “Tools -> Web Developer -> Console”
Find information about how to open JavaScript browser console :
http://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers
http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors
Let me know what JavaScript errors if any you are getting when you face this issue.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Best regards,
Shufflehound team
Hi David,
I hope you are well today and thank you for your question.
To achieve this you have to overwrite following theme file in Jevelin child theme and change the code on line number 491
/jevelin/framework-customizations/extensions/portfolio/views/single.php
Best regards,
Shufflehound team
Solution for this topic
Hi Tomas,
I hope you are well today and thank you for your question.
It seems you have added them in the underline <u> tags so you can either remove those tags or add 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
.fw-page-builder-content u { text-decoration: none; }
Best regards,
Shufflehound team