Hi @nick.vertucci,
Sorry to hear of the problem you are having.
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 @Pyrotechnix,
I hope you are well today and thank you for your question.
Are you talking about the titles as shown in the attached screenshot?
If yes then they are displaying in h2 tag and not h3 tags.
You can change it to display like normal font 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-pricing-name h2 { font-size: 23px; font-weight: 100; }
Best regards,
Shufflehound team
You are most welcome here 🙂
You are most welcome here 🙂
Awesome great to see you got that figured out.
Have a fantastic day!
Could you please tell us exactly from where you are taking photo 1 screenshot that you want to display and how you have configured it to display like that?
You can change its color from theme styling settings as shown in the attached screenshots.
For now we can try achieving this by developing custom CSS code.
Please share me your site URL where it is displaying and share screenshot of how you want it to display.
Hi @andresmerizalde,
I hope you are well today and thank you for your question.
Please make sure the Widget demo mode is disabled as shown in the attached screenshot.
If you are using cache on your site then clear it.
Also please share me your site and facebook page URL where it’s happening so that i can troubleshoot it.
Best regards,
Shufflehound team
You are most welcome here 🙂
You are most welcome here 🙂
Hi @everoak_bwbnba,
I hope you are well today and thank you for your question.
You can set that page as static home page in your site reading settings as shown in the attached screenshot.
Best regards,
Shufflehound team
To troubleshoot responsive issue i tried to visit your site again but getting an error “Error establishing a database connection”.
Could you please make sure that your site is accessible?
To create such relations in portfolio you have to develop custom code.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
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
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
body.tax-fw-portfolio-category #content .sh-portfolio-description { display: none; }
You have to also change background image hover as pointed by arrow in my above shared screenshot.
Hi @sonthonax,
I hope you are well today and thank you for your question.
I visited your site but didn’t see any white space there as shown in the attached screenshot?
Have you managed to remove it?
Best regards,
Shufflehound team
Could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Now that is not working on your site because id of section is getting changed, may be because removing or adding the sections.
You can remove the padding from that section by editing it as shown in the attached screenshot.