Can you please restore my “Coming soon” page please while keeping the basic demo content available for the build of the site?
Demo content installation replaces all your site content and create new one so it seems your “Coming soon” page got deleted and you have to recreate it.
Can you also tell me what went wrong with the demo content download? Was there a bug?
No there isn’t any bug. You had not activated all required theme plugins and Unyson extensions such as Page builder.
You are always welcome here 🙂
You are always welcome here 🙂
You are always welcome here 🙂
Hi @onlineidealab,
Sorry to hear of the problem you are having.
The 406 error is an apache server error which you can resolve as described in the following pages.
https://www.raymond.cc/blog/fix-wordpress-not-acceptable-error-406/
https://www.inmotionhosting.com/support/website/error-numbers/406-error
Please make sure you are installing below latest version of theme as described here https://support.shufflehound.com/installing-theme/
Please login to access this file
Best regards,
Shufflehound team
Hi @keller,
Sorry to hear of the problem you are having.
I have tested it on my test site and it’s working fine for me using below latest version of Gillion theme.
Please login to access this file
Please make sure you are using latest theme version and have installed all the theme required plugins.
Then install demo as described here https://support.shufflehound.com/installing-demo/
If you want to hire developer to install theme then Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5 who knows this theme very well.
Best regards,
Shufflehound team
Hi @E-Bursum,
Sorry to hear of the problem you are having.
I have tested it on my test site and it’s working fine for me using below latest version of Gillion theme.
Please login to access this file
Please make sure you are using latest version of theme and configure blog page as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
I hope you are well today and thank you for your question.
You can change it from theme Blog post settings as shown in the attached screenshots.
Best regards,
Shufflehound team
Hi Bidzina,
I hope you are well today and thank you for your questions.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
The new shared credentials worked and I have installed Basic demo content on your site after enabling required theme plugins and activating Unyson extensions.
Could you please confirm?
Thank you. I tried to login to your shared site using sent credentials but I couldn’t and getting error message that the password is incorrect.
Could you please make sure it is correct and working fine?
Not sure why but I am not getting any of your details shared via private info box so please send it on [email protected]
I got your site credentials on email but it seems you forgot to share me your site URL therefore I couldn’t access it so could you please share me the site URL also?
For refund requests please contact to our accounting department here [email protected]
Solution for this topic
Still have the same issue with the Dropdown form field… can’t see see options too…
To display them please change above shared CSS code as following.
#page-container #wrapper .contact-form input{
line-height: 1 !important;
height: auto !important;
}
#page-container #wrapper .contact-form .SumoSelect label,
#page-container #wrapper .contact-form .custom-radio label,
#page-container #wrapper .contact-form .custom-checkbox label {
display: inline-block !important;
}
Also, is it possible (Capture2.JPG) to set a placeholder “Choose Department” as first of the Dropdown? Like the Single Line Text field? Or alternatively move the “Instructions for Users” field on top?
Whatever dropdown option you set first will be displayed first in the dropdown and you can change its order by dragging it as shown in the attached screenshot.
Solution for this topic
Hi @DirkahDirkah,
Thank you for your question.
To display all products, please increase Limit option value of Woo Recent Products content element as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
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
#page-container header.primary-mobile-light .sh-header-mobile.sh-sticky-mobile-header-active {
border-bottom: 0 !important;
}
.sh-header .c-hamburger span, .sh-header .c-hamburger span:before,
.sh-header .c-hamburger span:after,
.sh-header-mobile-navigation .c-hamburger span,
.sh-header-mobile-navigation .c-hamburger span:before,
.sh-header-mobile-navigation .c-hamburger span:after {
background-color: #FFF !important;
}Solution for this topic
It seems you are using following custom CSS code on your site which is causing this issue.
.sh-header, .sh-header-top-3, .sh-header-top-4, .sh-header-left-side .sh-header-search .line-test, .sh-header-left-2 .sh-nav > li > a {
border-bottom: 1px solid rgba( 0,0,0,0.08 );
background-color: rgba(255,255,255,0.0)!important;
}To make it work please either remove above custom CSS code or use the below shared CSS code.
#page-container .sh-header.sh-sticky-header {
background-color: #494949 !important;
}
Solution for this topic
You can remove 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
.woocommerce .yith-wcwl-add-to-wishlist,
.woocommerce a.compare.button {
display:none;
}You are always welcome here 🙂
Hi @sickmint79,
I hope you are well today and thanks for posting here.
To troubleshoot the issue, we will test it on PHP version 7.1 & 7.2 and update you here.
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