Could you please share me the page URL from your site where you want to remove the titlebar so that I can help you to achieve it?
You are most welcome here 🙂
Hi Streamliner,
I hope you are well today and thank you for your question.
Yes you can use custom font on your site as described in the following pages but you have to manually apply the font to the elements developing CSS code as there isn’t any theme option for it.
http://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/
https://websitesetup.org/custom-fonts-wordpress/
https://premium.wpmudev.org/blog/custom-fonts-css/
https://wordpress.org/plugins/use-any-font/
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
.sh-nav ul.sub-menu li.menu-item-has-children > a:after,
.sh-nav ul.sub-menu li.menu-item li.menu-item-has-children > a:after{
display: none;
}Hi Barbara,
I hope you are well today and thank you for your question.
You can remove the space from that page 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-id-9751 .fw-page-builder-content > section.sh-section {
padding-top: 0;
}
Best regards,
Shufflehound team
Hi @eliz1459,
I hope you are well today and thank you for your question.
You can resolve this error as described in the below pages.
https://www.hostinger.in/tutorials/http-error-when-uploading-images-to-wordpress
https://docs.presscustomizr.com/article/229-fixing-errors-when-uploading-images-in-wordpress
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-http-image-upload-error-in-wordpress/
Best regards,
Shufflehound team
Solution for this topic
The new updated theme version without Unyson plugin will be released ASAP but we don’t have any ETA now.
The Unsyon plugin is required by the theme so you can’t deactivate it but you can deactivate its extensions including Page Builder extension.
You have to recreate the pages using WPBakery page builder which you have now created using Unyson page builder.
You can achieve this using below custom CSS code.
#header-mobile {
background: transparent !important;
}
#page-container header.primary-mobile {
position: fixed;
}Could you please share me the page URL from your site where it is displaying so that I can troubleshoot it?
1. How do I enable that behavior on my site (https://www.jewelsbyaron.com/)? As you can see, my site does not exhibit it.
It is not working on your site because of the custom CSS code that you have used using Yellow Pencil Plugin so to make it work please remove the custom CSS code from your site.
You can reset the Yellow Pencil Editor CSS as described in the following pages.
https://waspthemes.com/yellow-pencil/documentation/#reset-css-styles
https://waspthemes.ticksy.com/ticket/1058734/
2. On your demo site, I see how the height of the header decreases slightly as you scroll down. But I don’t see that the size of the logo decreases, or that the menu font size decreases. Does the theme allow me to easily do both of those?
There isn’t any option to do this so you have to achieve it developing custom CSS code.
I’ve already given you a screenshot. I’ve spent hours trying to get this to work and combing through other users complaining that it doesn’t.
Yes, we can see the issue in your shared screenshot and we agreed that it existed for some time which was a server issue but we resolved it immediately and now it is working fine now for the users.
Are you still facing the issue?
I’d like my refund, please.
You can request a refund from ThemeForest where you have purchased the theme.
It was working fine previously, but now, clicking on any of the elements on the page didn’t trigger anything.
Do you remember what you have done or changed which caused this issue?
Could you please try resetting the Yellow Pencil Editor as described in the following pages?
https://waspthemes.com/yellow-pencil/documentation/#reset-css-styles
Then please try using the ad code directly without using  Ad Inserter by Igor Funa.
I got a reply from the developer as following.
That is Montserrat font with small adjustments
Solution for this topic
Hi @jenniferlupton,
I hope you are well today and thank you for your question.
There isn’t any way to optimize Unyson plugin speed but If you are using Unyson page builder then you can instead use WPBakery page builder to optimize page speed.
We are planning to replace Unyson plugin with other solution in the future version of the theme.
Best regards,
Shufflehound team
Hi @VanSmole,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi @Cakelab,
I hope you are well today and thank you for your question.
The theme doesn’t provide any such option but If you are using any multilingual plugin then you can check whether the plugin provides it.
Best regards,
Shufflehound team
Hi @cagross,
I hope you are well today and thank you for your question.
Yes, by default the theme menu works like that which you can see on the below demo site.
https://jevelin.shufflehound.com/
Best regards,
Shufflehound team
Solution for this topic
Please remove the above shared CSS code from your site and use the below CSS code.
.sh-header-mobile-navigation .sh-table-cell.sh-group {
float: right !important;
}
.sh-header-mobile-navigation .sh-table-cell {
display: block;
float: left !important;
}Although I need some serious help, I’m not sure what happened but can you restore everything to the original DEMO INSTALL. As it was when just purchased.
You can just import the demo content again as described in the below page.