You are most welcome here 🙂
Solution for this topic
It’s hard to use that contact form there.
Instead you can use this contact form 7 plugin https://wordpress.org/plugins/contact-form-7/ as described on the following page and use its shortcode either in the page content or in the Footer widgets.
https://contactform7.com/getting-started-with-contact-form-7/
Hi Reuben,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Hi @yeahitsahemme,
I hope you are well today and thank you for your question.
First of all before making any changes please take full backup of your site from Tools -> Â Â Backup
If you have not made any changes in the theme files then you can just use the child theme and configure some settings like menu, widgets etc. that may get lost.
If you have made any changes in the theme files then you have to move those changes in the child theme files before using child theme.
If you are not a developer then you can consider hiring a developer to do it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Best regards,
Shufflehound team
Hi KEVIN,
I hope you are well today and thank you for your question.
You can update the theme easily using the following plugin.
https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
Best regards,
Shufflehound team
Hi Ben,
I hope you are well today and thank you for your question.
Could you please tell me how you are adding contact form on the front page of your site and share me your site URL where it’s displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Hi @dmcdigital,
I hope you are well today and thank you for your question.
You can change it from theme titlebar settings as shown in the attached screenshot.
Best regards,
Shufflehound team
You are most welcome here 🙂
You are most welcome here 🙂
OK then 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.”?
You are most welcome here 🙂
Hi @NoCode4Me,
I hope you are well today and thank you for your question.
It seems you missed to share the screenshot.
Also could you please share me your site URL where it’s displaying so that i can help you?
Best regards,
Shufflehound team
Hi @jianganlong,
I hope you are well today and thank you for your question.
To achieve that you have to develop custom code like the code shared in the following topic.
https://support.shufflehound.com/forums/topic/adding-additional-font-icons/#post-3087
Developing custom code for custom functionality is beyond the scope of support that we provide here.
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
Best regards,
Shufflehound team
Hi @NoCode4Me,
I hope you are well today and thanks for posting here.
Not sure what you did that caused to generate these pages but from your shared screenshot it seems the pages are not created by theme demo content but something else.
I have answered in your following topic how got create blog page.
https://support.shufflehound.com/forums/topic/no-home-blog-on-templates-list/
Best regards,
Shufflehound team
Hi @NoCode4Me,
I hope you are well today and thank you for your question.
For the Blog home page you have to set home page template to blog and then configure blog page settings as shown in the attached screenshot.
Best regards,
Shufflehound team
The 4 columns don’t display when you have sidebar on the page so to remove the sidebar and display 4 columns please configure the woocommerence settings as shown in the attached screenshot.
To resolve the number of products per page issue, please update your theme to following latest version and then clear your W3 Total Cache or temporary disable it.
Please login to access this file
I hope you are well today and thank you for your question.
Not sure regarding which pictures you are talking about because i can see the pictures on your shared site as shown in the attached screenshot.
Please advise.
Best regards,
Shufflehound team
Use the below CSS code to chage menu text color on your shared site.
#page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li > a,
#page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li.menu-item > a > i{
color: rgba(40,40,40,0.69) !important;
}
Solution for this topic
Use below CSS code to make it work on that page.
body.woocommerce.archive.tax-product_cat.term-prijzen-prijslijst ul.products li .sh-woo-post-content-container {
min-height: 94px;
}
Solution for this topic
To remove it from product category page please use the below CSS code.
.archive.tax-product_cat footer.sh-footer {
display: none;
}