Now you are using wrong absolute URL https://yoursite.com/inicio/#estudio instead of https://yoursite.com/#estudio
It is not a static page but dynamically generated by Unyson plugin so you won’t find the test in theme file.
You will find the code in the theme file which display this text as described in the below page.
https://support.shufflehound.com/forums/topic/changing-breadcrumb-projects/
Hi @unionjon,
I hope you are well today and thank you for your question.
Could you please share me the exact page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Best regards,
Shufflehound team
Hi @GeoffMorris,
Sorry to hear of the problem you are having.
Please make sure you are using updates unyson plugin and its extensions as described in the following topic.
https://support.shufflehound.com/forums/topic/unyson-update-breaks-theme/#post-10097
If you still face the issue with it then 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.”?
Best regards,
Shufflehound team
Ok
Please advise if you have more questions.
Have a fantastic day!
If you don’t want to use plugin then you can translate the theme manually as described in the below page.
You are always welcome here 🙂
Solution for this topic
You can get rid of 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 .primary-desktop .sh-share-item:hover a {
background-color: transparent !important;
}Your shared site credentials do not work for me and on visiting shared Projects page I get some code as shown in the attached screenshot.
Please make sure that the page is accessible for me so that I can help you.
Hi @Nerina Mills,
I hope you are well today and thank you for your question.
The header image on your shared site displays full width for me as shown in the attached screenshot.
Are you talking about any other image?
Best regards,
Shufflehound team
Solution for this topic
I checked it on your site and it displays fine for me.
You can see it visiting your site URLs shared in the private field box.
You are still using relative menu URL like /inicio/#estudio instead you should use absolute URL such as https://yoursite.com/#estudio
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
#page-container .sh-cf7-inline p {
display: block;
}
#page-container .sh-cf7 form .wpcf7-submit {
display: table;
margin: 0 auto;
}You are always welcome here 🙂
Not sure why it is not working for you but could you please try deleting and using new Google map content element?
Hi @vikstar,
I hope you are well today and thank you for your question.
No you don’t need to include all sections.
Could you please tell me exactly how you are hiding the sections and share me the page URL from your site where it is displaying so that i can help you?
Best regards,
Shufflehound team
Thank you for your question.
I don’t get it on my site so could you please share me your site URL where it’s displaying so that i can help you?
Best regards,
Shufflehound team
Solution for this topic
Thank you for your question.
It seems you are editing it in the right directory path in child theme.
Please make sure you are using Header layout 4 and try temporary removing whole code from the file gillion-child/inc/headers/header-4.php to test it is working or not.
Best regards,
Shufflehound team
If you make changes in the theme file then you have to make these changes again after theme updation as changes made in the theme files get lost on theme updation but this is not the case with child theme where the changes persists even after theme updation.
Now I don’t see the shared CSS code used on your site.
Could you please temporary disable the cache on your site?
If still the issue persists then 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.”?