It doesn’t display preview for me on my test site as displayed in the attached screenshot.
Please try achieving this using following plugin.
take a look at these pics. When I turn on topbar, this is what happens. I’m going to turn it off right now because it looks awful. Im turning it off in the page settings. But why would it say HOME on left and right now instead of the options listed below?
what topbar should say
Sorry I had a bit confused the Topbar displays in the top section of site above header.
And what I am talking about above is Titlebar which displays as shown in your shared screenshot. It displayed Home text twice on your site because on the left hand side it displays Page title and in the right hand side it displays Breadcrumb.
this is what the mobile hamburger menu looks like. see that thick black line? thats the menu that drops down. NO readable text.
That is hamburger icon which displays by default on mobile site and you have to click on it to display menu as shown in the attached screenshot.
I used your custom code which changed the color. Now I can see theres just no menu options dropping down. Its blank.
It is displaying for me. Please see the attached screenshot.
I can see the errors are still displayed on your site.
You can see them in the browser console.
Also you can confirm it because the Magnifier Icon of search form is not displayed on your site as shown in the attached screenshot.
Solution for this topic
To make your shared CSS code work, please change it to following CSS code.
#sbe-follow-subscribe-form input.sbe-follow-email-field {
background: #47c9e5;
color: #fff;
}
#sbe-follow-subscribe-form input.sbe-follow-form-submit {
background: #fff;
color: #000;
}Have you set the URL for the Icon Box?
Could you please share me the screenshot of the Icon Box settings?
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 be able see it.”?
You have created custom template file so would you mind if i log in to your site and help you to make it work? 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 be able see it.”?
Solution for this topic
Hi @deantep,
I hope you are well today and thank you for your questions.
Hello, i would like to change footer font, widget font & social font, just change these fonts
You can change 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-widgets .widget-item * {
font-family: arial;
}
#sidebar .widget-item * {
font-family: arial;
}
Please change the font arial in the above CSS code to whatever you want to.
And how to change load more button background for blog posts
Use below CSS code to change it.
#content .sh-load-more {
background-color: #d9ded4;
}
Best regards,
Shufflehound team
Hi @abigailkura,
Sorry to hear of the problem you are having.
I am also getting the same error on visiting your shared URL.
I have tested it on my test site and it’s working fine for me using latest version of below Gillion theme.
Please login to access this file
You can fix this 500 Internal server error as described in the following page.
http://freewptp.com/fix-wordpress-issue-internal-server-error/
Best regards,
Shufflehound team
Hi Dave,
I hope you are well today and thank you for your questions.
I ran into some issues when i have product variations in my product pages.
can you assist to troubleshoot?
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
.woocommerce div.product form.cart .variations td.label {
display: table-cell;
color: #808080;
vertical-align: middle;
font-size: 15px;
}
and… where can i edit the widgets on woocommerce pages?
You can edit it in the Widgets screen in Blog Widgets area.
Best regards,
Shufflehound team
Thank you.
We are troubleshooting the issue…
In the meanwhile could you please check whether you are having the same issue on our following demo site?
Hi @shanticfm,
Thank you for your question.
To achieve this, you have to develop custom code in the child theme of Jevelin theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
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 @shanticfm,
I hope you are well today and thank you for your question.
You are embedding that form in iframe from another site studioinquiry.com and we can’t apply CSS in the iframe content so you have to contact this site which provides you form to resolve this.
Best regards,
Shufflehound team
One image is from a Computer monitor and one is from a mobile device
That area shall be responsive for every device/monitor please
It seems happening because of the Yellow Pencil plugin that you are using on your site to customize pages as I reported in your following topic.
https://support.shufflehound.com/forums/topic/builder/#post-21505
2) on the Second image I want the categories to be invisible (“unsere hallen is the category)
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-portfolio .sh-portfolio-categories {
display: none;
}
And how can I change the color of the icon on the 3rd image?
Not sure on which page that Icon is displaying so could you please share me the screenshot of whole page and not just part of it?
This is happening because of the CSS generated by Yellow Pencil plugin as shown in the attached screenshot which seems generated because you have made changes in the page using it so please remove it.
Yes you have to either disable Yellow Pencil or use the slider as it is.
The hamburger opens menu on mobile for me so please try testing it on different browser.
You can change color of background container of menu to white on mobile 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 .sh-header-mobile-dropdown {
background-color: #fff!important;
}
The Topbar doesn’t display on your site because you have disabled it in your home page header settings as shown in the attached screenshot.
Solution for this topic
Hi @brank87,
I hope you are well today and thank you for your question.
I have tested it on my test site and saw it is displayed correctly skype:username?chat so could you please tell me how you want it to display so that I can help you?
Best regards,
Shufflehound team
Solution for this topic
Yes you have to select categories in the Portfolio content element as shown in the attached screenshot that you are using on your site.
You can make it work with Contact Location also for Header 2 and 3 styles by using the attached custom child theme instead of the child theme shared in another topic.
Ok then could you please temporary disable WP-Super-Cache and autoptimize cache on your site so that I can troubleshoot it?