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
@media only screen and (max-width: 1023px) {
.woocomerce-styling {display:table;}
.woocommerce #content {display:table-footer-group; float: none;}
.woocommerce #sidebar {display:table-header-group; float: none;}
}You can do that as described in the following page.
http://www.wpbeginner.com/plugins/how-to-import-export-wordpress-theme-customizer-settings/
Solution for this topic
Hi Manfred,
I hope you are well today and thank you for your question.
It is not a dynamic text but the static text added in the theme settings as shown in the attached screenshot.
Best regards,
Shufflehound team
Your shared FTP details are not working for me and i am getting an error “530 Login authentication failed”
Could you please replace the code in your Jevelin child theme file /headers/header-3.php with the attached modified file code?
Hi @naturerocket,
I hope you are well today and thank you for your question.
So but there ist still a problem, I can’t solve. How is it possible to override in child theme /inc/widget/recent-posts/widget.php
just copying isn’t enough
You have to overwrite the whole widget directory on the same path in child theme as described in the following topic.
https://support.shufflehound.com/forums/topic/change-widgets/#post-9266
Best regards,
Shufflehound team
It seems your custom domain email address has some problem so instead please try using your gmail address and configure its SMTP settings as described in the following page.
https://www.lifewire.com/what-are-the-gmail-smtp-settings-1170854
Hi @creativcompass,
I hope you are well today and thank you for your question.
Could you please share me the blog page URL from your site so that i can help you?
Best regards,
Shufflehound team
I hope you are well today and thank you for your question.
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-footer .sh-copyrights a {
line-height: 20px;
}
Best regards,
Shufflehound team
Hi @syb123,
Sorry to hear of the problem you are having.
Timezone is not an issue as we do reply to all topics everyday.
Sorry we don’t provide support on email or skype but only in this forum.
Regarding your theme installation issue it seems there is already a jevelin directory created in your WordPress setup themes directory which is causing this issue so please resolve it as described in the following pages.
http://freewptp.com/fix-wordpress-issue-destination-folder-already-exists/
https://support.shufflehound.com/installing-theme/
https://support.shufflehound.com/updating-theme/
I have tested it on my test site using latest version of Jevelin theme but i don’t get javascript error as shown in your shared screenshot.
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
You are most welcome here 🙂
The title field doesn’t display HTML only description field displays.
Hi Igor,
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 not displaying so that i can troubleshoot it?
Best regards,
Shufflehound team
If you are talking about title background image then you can set it in the page settings as shown in the attached screenshot.
If you are talking about anything else then please share me the page URL from demo site https://gillion.shufflehound.com/ where it is displaying.
You can hide featured image on all single pages 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 .post-type-content .post-thumbnail {
display: none;
}@psdbox This topic is resolved so to help us keep support thread separates could you please create new thread for your question instead of replying on your existing 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.
Hi, I can’t seem to locate the “create a new request button”, so I’ll write here.
You will get it in the bottom of this page https://support.shufflehound.com/forums/forum/gillion-theme/ as shown in the attached screenshot.
How can I remove the “Share This buttons” from a blog post? These seems to be a duplicate of the other social sharing buttons already included in the Theme Settings.
You can remove it from theme blog settings as shown in the second and third attached screenshots.
Now i don’t see the second slider at all on your site as shown in the attached screenshot.
Please advise.
You are most welcome here 🙂
Your shared site credentials are not working for me and i am getting ERROR: Invalid username.
Please advise.
Solution for this topic
The space will be there to avoid the problem mentioned earlier but we can display them in the centre using below CSS code.
@media (max-width: 767px){
.slick-slider .slick-list {
margin: 0 auto;
}
}