Solution for this topic
You can remove it from that page using below custom CSS code.
.single-post .post-categories-container, .single-post .post-meta { display: none; }
You can contact us directly on [email protected]
@tmattevc This topic is resolved so to help us keep support thread separates could you please create your own thread for your question instead of replying on others 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.
Could you please share me the page URL from your site where it is displaying so that i can help you to remove it?
Hi @joseramonsaura,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to delete that space?
Best regards,
Shufflehound team
Hi Coraline,
Sorry to hear of the problem you are having.
Please make sure to use latest version of Unyson plugin and update its extensions as described in the following topic.
https://support.shufflehound.com/forums/topic/unyson-update-breaks-theme/#post-10097
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 bee able see it.”?
Best regards,
Shufflehound team
Unyson plugin is not our partner orlese we have resolved this issue earlier and didn’t wait for them to resolve.
We are very sorry for the inconvenience caused but let’s try to resolve it another way using Contact form 7 plugin as described above.
Is the Contact form 7 plugin form sending emails fine on your site?
Could you please display it again on your site and tell me how you want it to style?
Then please share me your SMTP settings in the private reply which i can use to test the issue. Without these details i can’t troubleshoot the issue.
Also please test it temporary deactivating the maintenance mode on your site.
Instead of above shared CSS code please try using the below CSS code.
.sh-titlebar .titlebar-title h1, .sh-titlebar .titlebar-title-h1 { color: #0f0f0f !important; }
Awesome great to see you got that resolved.
Please advise if you have more questions.
Have a fantastic day!
Hi Sam,
I hope you are well today and thank you for your question.
Could you please share the page URL that you are referring?
If you are searching for custom web development solution then Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Best regards,
Shufflehound team
Use below CSS code to remove it from single post pages.
.single-post article .post-categories-container, .single-post article .post-meta { display: none; }
ok
Hi Paul,
Thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to centre align it?
Best regards,
Shufflehound team
Hi Paul,
Thank you for your question.
Could you please share me the screenshot of how you are setting background image and also share the page URL from your site where it is not displaying so that i can troubleshoot it?
Best regards,
Shufflehound team
Solution for this topic
I need the disclaimer to be in the same column as the social icons. So the social icons will be top and directly underneath the disclaimer text will appear. This will then allow me to have the search bar in the third column of the footer
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-footer-columns > .widget-item { float: left; }
Just interchange the position of Search widget and Disclaimer widget.
How can i edit the colour of the social icons in the footer?
Use below CSS code to change it.
.sh-footer .sh-footer-widgets i:not(.icon-link) { color: rgb(31, 72, 171)!important; }
You can change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
In my contact form (refer to attached image), I would like to change the send button design to rectangular without curved corners, how can I do this?
In the contact form (refer to attached image) how do I add a space between the reCAPTCHA field and the send button?
Use below custom CSS code to achieve this.
#page-container .contact-form input[type="submit"] { border-radius: 0 !important; margin-top: 40px; }
Also, which newsletter plugin would you recommend works best with Jevelin theme?
I am eager to use plugins that work perfectly with Jevelin. If you can recommend any other plugins to use as I am a newbie to this.
We have not tested any newsletter plugin with the theme but you can try using any of the following plugins.
https://wordpress.org/plugins/email-subscribers/
https://wordpress.org/plugins/newsletter/
https://wordpress.org/plugins/mailchimp-for-wp/
I want to have visual page builder in the portfolio and post section in WordPress as I find this easier to build a page.
However it is only displaying this feature in pages. Do you know how I can enable it for the portfolio and blog section?
If this feature is not available how can I add a button on to my portfolio pages and post pages in the body text?
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.
You can display placeholder in the contact form fields as described in this page https://contactform7.com/setting-placeholder-text/
You can find more information about configuring the form on the following page.
https://contactform7.com/docs/
To display the contact form fields inline try using the solution shared in the following page.
Thank you.
Now i could access the contact form settings but found you have not configured the contact form Mailer settings as shown in the attached screenshot so could you please configure it?
Hi @mojtabashx,
Sorry to hear of the problem you are having.
Could you please try using the alternate demo content import method solution posted in the following topic?
Best regards,
Shufflehound team
To achieve this please try using the custom plugin solution shared in the following topic.