Please make sure you are an admin user on your site and have full access.
Also please make sure that you have installed and activated the Unyson plugin on your site.
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
#page-container .sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
transition: unset;
}There isn’t any export file so you have to create it.
Awesome great to see you found the solution.
Have a fantastic day!
No, I didn’t get it.
Please share it again and also share it on [email protected]
Also please share me the screenshots of the issues so that I can better understand.
Hi Adam,
I hope you are well today and thank you for your question.
You can try achieving this using Yellow Pencil editor as described in the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
Hi @eemilyy,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that I can help you?
Best regards,
Shufflehound team
Hi @mojtabashx,
I hope you are well today and thank you for your question.
It is created using Slider Revolution plugin that you can use in the header as described in the below topic.
Best regards,
Shufflehound team
Hi @anastasija,
Thank you for your question.
You can try achieving this using Yellow Pencil editor as described in the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
Hi @anastasija,
I hope you are well today and thank you for your question.
You can achieve this developing custom CSS code as shared in the below topic.
https://support.shufflehound.com/forums/topic/different-logos-on-different-pages/#post-9778
Best regards,
Shufflehound team
Hi Corentin,
I hope you are well today and thank you for your question.
Could you please tell me a bit more in detail what you exactly meant by “the theme denies me access” so that I can help you?
Best regards,
Shufflehound team
Hi Andrew,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it is not displaying so that I can help you?
Best regards,
Shufflehound team
Hi @chloep1990,
I hope you are well today and thank you for your question.
Please make sure you are using latest version of PHP on your server by referring the information provided in the following pages.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
You can resolve memory size exhausted issue as described in the below pages.
https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
https://www.ostraining.com/blog/wordpress/wordpress-fatal-error-allowed-memory-size/
Best regards,
Shufflehound team
HI @jon4x,
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?
Does it happen for you only on a specific browser?
Could you please try using a different browser?
Best regards,
Shufflehound team
Could you please share me the screenshots of the issues so that I can better understand?
Also, would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?
Solution for this topic
That background image is not added to the testimonials element but the section containing it as shown in the attached screenshots.
I visited your shared site and can see two posts are displaying on it as shown in the attached screenshot.
Please advise.
Yes, you can use the theme on multiple sites depending on the license that you have purchased.
You are most welcome here 🙂
Hi @marcosmarcon,
I hope you are well today and thank you for your question.
We don’t any recommendation for the AdSense plugin but you can try using below plugins.
https://wordpress.org/plugins/quick-adsense-reloaded/
https://wordpress.org/plugins/tags/google-adsense/
https://www.shoutmeloud.com/best-adsense-plugins-wordpress.html
https://colorlib.com/wp/adsense-plugins-wordpress/
Best regards,
Shufflehound team
Hi @OctopiStimuli,
I hope you are well today and thank you for your question.
It is created by adding custom menu item in the menu having sh-nav-purchase-button class and then 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-purchase-button:hover {
opacity: 0.7;
}
.sh-nav-purchase-button {
background-color: #a55bcf;
background: linear-gradient(to right, #a55bcf , #a55bcf);
padding: 0 34px;
margin-left: 25px;
border-radius: 100px;
display: inline-block;
box-shadow: 0 6px 18px rgba(0,0,0,0.3);
margin-top: -7px;
margin-bottom: -7px;
line-height: 56px;
text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
transition: 0.3s all ease-in-out;
font-size: 12px;
color: #ffffff;
}
Best regards,
Shufflehound team