Hi @samv,
I hope you are well today and thank you for your question.
I am not sure what type of support is needed from the theme for the course unit custom post type “course_unit” as by default all post types work with theme without any issue so please ask WP courseware and SiteOrigin plugin developers to provide more information about this.
Best regards,
Shufflehound team
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile you can try resolving the issue 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
.icon-social-gplus{
font-family: 'simple-line-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-social-gplus:before {
content: "\e60d";
}I could confirm the issue on your shared site but it seems you are facing the issue because of the woocommerce quantity increment plugin you are using on your site so could you please confirm it by deactivating the plugin?
If it’s that plugin issue then please contact the woocommerce quantity increment plugin developer to resolve it.
Hi Laura,
I hope you are well today and thank you for your question.
Is it happening for you on all the search terms or on specific search terms?
I couldn’t reproduce the issue on my test site so could you please check whether the same solution shared by user previously in the following topic help you to resolve it or tell me all the steps to reproduce it?
https://support.shufflehound.com/forums/topic/footer-parallax-problem-on-search-page/#post-14515
Best regards,
Shufflehound team
You don’t see the newly added font there as it is custom font.
You have to use it developing custom CSS code.
To apply it on body you can add 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
html body {
font-family: arial;
}Please change the font name arial in the above CSS code to whatever you want to.
Then please try setting larger z-index to that column as shown in the attached screenshot.
The shared CSS code should work without any issue.
Please test it clearing cache or temporary disabling it.
You are most welcome here 🙂
I have marked it as resolved.
Shall I try deactivating the plugins after you troubleshoot, or before?
It will be helpful if you do it before i troubleshoot.
Hi Jakob,
I hope you are well today and thank you for your question.
This is how it works to improve the site speed.
You can change the grey image to any other image in the facebook widget cover image option as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
Thank you for your question.
I logged in to your site using shared credentials and confirmed the issue.
To resolve the issue i just temporary activated Gillion theme and then reactivated Gillion child theme.
Could you please confirm the issue is resolved?
Best regards,
Shufflehound team
Solution for this topic
Hi @jeanelleats,
Sorry to hear of the problem you are having.
I could confirm the issue on your shared site but I have tested it on my test site and it’s working fine for me using latest version of Gillion theme.
Could you please temporary disable autoptimize and any other cache you are using on your site so that i can troubleshoot it?
Also 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
Solution for this topic
Hi @siberus,
Sorry to hear of the problem you are having.
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
@media (min-width: 768px) {
.post-item-single-container .vc_col-sm-6 {
width: 45%;
}
}Best regards,
Shufflehound team
Solution for this topic
I logged in to your site and resolved the issue by changing above shared CSS code as following.
@media (min-width: 768px) {
.post-item-single-container .vc_col-sm-3 {
width: 25%;
}
.post-item-single-container .vc_col-sm-9 {
width: 70%;
}
}🙂
I logged in to your site and it seems you have not created properly the visualizers having ids 1329 and 1333 added in the EMPLOYMENT AND POPULATION BALANCE tab.
They contain some unclosed sections causing this issue.
You can confirm this by changing these visualizers with others.
Hi Edgar,
I hope you are well today and thank you for your question.
Yes you can use any custom font on your site as described in the following pages.
http://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/
https://premium.wpmudev.org/blog/custom-fonts-css/
https://wpsites.net/web-design/fonts-wordpress/
Best regards,
Shufflehound team
Hi @gualonge,
Sorry to hear of the problem you are having.
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
Hi @moudy3000,
Sorry to hear of the problem you are having.
It seems you are facing 500 internal server error on your site which you can fix as described in the following page.
http://freewptp.com/fix-wordpress-issue-internal-server-error/
Best regards,
Shufflehound team
Solution for this topic
Hi @EveronUK,
I hope you are well today and thank you for your question.
You can try achieving this by using the attached small plugin specially developed for you that contains some custom code.
Best regards,
Shufflehound team