Please see the attached screenshot of how it is displaying for me.
Could you please share me the screenshot of the issue?
Hi Evelyn,
Sorry to hear of the problem you are having.
This seems causing by new Unyson plugin update so please make sure to use latest version of Unyson plugin and update its extensions as described in the following topic.
https://support.shufflehound.com/forums/topic/unyson-update-breaks-theme/#post-10097
Best regards,
Shufflehound team
@Evkempen This seems causing by new Unyson plugin update so please make sure to also update Unyson plugin extensions as described in the following topic.
https://support.shufflehound.com/forums/topic/unyson-update-breaks-theme/#post-10097
Active Navigation Background Color
I don’t know what to call it in Costom CSS. It says OPTIONAL, but I’m not allowed to remove it in the Styling menu – why not?
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 setting the color in the Active Navigation Background Color option same as the menu Background color.
And moreover I would like all the color to be HEX in stead of a combination of HEX and RGBA – or at least just one of them through the theme. It’s confusing having to convert the colors.
Currently you can only use RGBA color but i have added this as a feature request to be implemented in the future version of theme.
Hi @NorthumbrianTin,
Thank you for your question.
You can edit the text using any of the following plugins.
https://wordpress.org/plugins/real-time-find-and-replace/
https://wordpress.org/plugins/say-what/
Best regards,
Shufflehound team
Hi @NorthumbrianTin,
I hope you are well today and thank you for your question.
You can matcth the color 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
.primary-mobile-light .sh-sticky-mobile-header-active .sh-nav > li.menu-item > a > i.icon-basket { color: rgba(61,61,61,0.6)!important; }
Best regards,
Shufflehound team
Not sure where you are testing it but it is working fine for me on the page https://sachjournal.blog/kontakt/ as shown in the attached screenshot.
Please tell me specifically where it is not working by sharing page URL and screenshot.
Solution for this topic
Hi Paul,
Sorry to hear of the problem you are having.
The old Demo content installation method is controlled by Unyson plugin which has some limitations and issue so in the latest version of theme we have added new method to install demo content.
Please install below plugin on your site and import the demo content as shown in the attached screenshot. You can delete this plugin after importing demo content.
https://wordpress.org/plugins/one-click-demo-import/
Best regards,
Shufflehound team
Hi Fiona,
I hope you are well today and thank you for your questions.
How can I edit the footer so that I can keep some widgets but not others?
You can edit it from the Footer Widgets area as shown in the attached screenshot.
Also, where can I go to edit the footer information?
Edit it from the theme footer settings as displayed in the second & third attached screenshots.
How can I add different sections above/below a blog? I currently like the “Mix” layout but that option is only available if the entire page is set to be a blog and I am unsure of how to add other sections above/below it.
Currently you have to develop custom code to achieve this.
I have added this in the feature request so that it will be implemented in the future version of theme.
Best regards,
Shufflehound team
Hi @getspotted,
I hope you are well today and thank you for your question.
You can disable it in the theme settings as shown in the attached screenshot.
Best regards,
Shufflehound team
For query – ‘The fonts are not custom responsive, the title appears big as per the phone screen.’
With custom responsive (not the right term), I wanted to reduce the size on the mobile even further while keeping it same on the laptop.
You have to develop custom CSS code to achieve this. You can refer https://answers.squarespace.com/questions/43914/how-to-reduce-size-of-all-mobile-fonts.html
For query – ‘Sticky header logos are different on mobile and desktop‘.
We have 2 logos in total – ‘motomacht‘ and ‘#mm‘.
The standard logo on both web and mobile is the same ‘motomacht‘.
But for the sticky header logo – We have assigned ‘#mm‘ as the sticky header logo.
The problem is that on computer screen, when you scroll, the sticky header logo correctly changes to ‘#mm‘ but on mobile web it incorrectly shows ‘motomacht‘ logo instead of ‘#mm‘. (See attached images).Also, the size of ‘motomacht‘ logo at the page load is too big for the mobile screen as it does not resize itself as per the screen.
To help you in this matter i visited your shared site but it doesn’t display sticky menu.
Could you please enable sticky menu on your site so that i can help you?
Hi @Lexar13,
I hope you are well today and thank you for your question.
You can try achieving this using below solutions or develop custom code to achieve this.
https://wordpress.org/plugins/imagemapper/
https://wordpress.org/plugins/responsive-image-maps/
https://codecanyon.net/item/image-map-pro-for-wordpress-interactive-image-map-builder/2826664
http://www.wpeagle.com/wordpress-tutorials/plugins/add-image-maps-wordpress/
Best regards,
Shufflehound team
You are always welcome here 🙂
Solution for this topic
To make it work there please also use the below custom CSS code.
.sh-header .sh-nav > .current-menu-item a { color: rgba(228,32,47,1)!important; }
You are most welcome here 🙂
Solution for this topic
No it doesn’t seem related to that.
This seems causing by new Unyson plugin update so please make sure to use latest version of Unyson plugin and update its extensions as described in the following topic.
https://support.shufflehound.com/forums/topic/unyson-update-breaks-theme/#post-10097
To display pagination you have to set the page Template as Blog page and then configure it however you want as shown in the attached screenshot.
Solution for this topic
You can make it sticky 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
@media (max-width: 1025px){ header.primary-mobile { position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; } #wrapper { margin-top: 120px; } }
To remove the button background color you have to use the below CSS code.
#mc4wp-form-1 input[type="submit"] { background-color: transparent; }
Solution for this topic
I logged in to your site and saw you had not updated Unyson extensions so i updated it as shown in the attached screenshot and the home page content is displaying fine now.
Could you please confirm it?