Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Solution for this topic
The 3rd menu to the right, it’s drop-down is too far to the left and looks like it’s under one of the other menu items. Can this be fixed? Thank you.
You can try fixing 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-nav > li.menu-item:nth-last-child(-n+3) > ul.sub-menu {
margin-left: -26px;
}
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
You have to use browser inspector to find out that class as described on the following pages.
http://atendesigngroup.com/blog/how-determine-which-css-styling-element
http://kb.oboxthemes.com/articles/how-to-get-css-styles-for-elements/
Try using the following CSS code instead of above CSS code.
#page-container li.menu-item.sh-nav-social a {
border: 1px solid #fff;
border-radius: 100%;
padding: 0 10px;
margin: 30px 5px 0 0;
transition: .3s margin ease-in-out;
}
#page-container .sh-sticky-header-active li.menu-item.sh-nav-social a{
margin: 15px 5px 0 0;
border-color: #000;
}
Please make sure to set Header Logo Sizes option to Original in the theme header settings as shown in the attached screenshot.
Hi @Skow,
I hope you are well today and thank you for your question.
I have tested it on my test site and it’s displaying fine for me using latest version of Jevelin theme.
Is it displaying blurry for you only on retina display?
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Yes you can use SVG images for the logo but for that you have to allow SVG image uploads on your site as described on this page http://freewptp.com/fix-wordpress-issue-sorry-this-file-type-is-not-permitted-for-security-reasons/ or just use the attached custom plugin on your site.
Best regards,
Shufflehound team
Hi @rachelsearch,
I hope you are well today and thank you for your question.
You can update the theme as described on the following pages.
https://premium.wpmudev.org/blog/how-to-update-themeforest-themes-with-the-envato-wordpress-toolkit/
http://docs.rescuethemes.com/article/59-how-do-i-update-my-themeforest-theme
Best regards,
Shufflehound team
I didn’t receive the details.
On which email id have you sent it?
Please make sure to send it on [email protected]
Yes just create all the pages first and apply margin then share me the pages URLs of all pages so that i can provide you the solution all at once.
Replace the above provided CSS code with the following CSS code so that it will only work on that specific pages
@media (min-width: 768px){
body.page-id-8263 .fw-row > .sh-column.fw-col-xs-12.fw-col-sm-3 {
width: 24%;
}
body.page-id-8263 .fw-row > .sh-column.fw-col-xs-12.fw-col-sm-3:last-child {
margin-right: 0;
}
body.page-id-8126 .fw-row > .sh-column.fw-col-xs-12.fw-col-sm-4 {width: 32.333333%;}
body.page-id-8126 .fw-row > .sh-column.fw-col-xs-12.fw-col-sm-4:last-child {
margin-right: 0;
}
}
Hi Judith,
Sorry to hear of the problem you are having.
It seems from the error you have shared that you are facing this issue because the script is exceeding maximum execution time of 29 seconds that is set on your site.
Try fixing the issue using the following solutions.
https://wordpress.org/plugins/wp-maximum-execution-time-exceeded/
https://codex.wordpress.org/Common_WordPress_Errors#Maximum_execution_time_exceeded
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi @roobinda,
Thank you for your another question.
You can try achieving 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 .sh-nav > .current_page_item > a,
#page-container .sh-header .sh-nav > .current-menu-ancestor > a,
#page-container .sh-header-left-side .sh-nav > .current_page_item > a{
text-decoration: underline;
}
Best regards,
Shufflehound team
We can achieve both but adding a circle around the simple line icon is easy one.
You can try achieving 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 li.menu-item.sh-nav-social a {
border: 1px solid #fff;
border-radius: 100%;
padding: 0 10px;
margin: 30px 5px 0 0;
}
As said above it is Unyson plugin problem and we are trying to resolve it using workaround custom CSS code so just don’t change the margin number of columns on that page and stick with one so that we can provide you the solution.
You are most welcome here 🙂
I can see it is working fine on the page http://www.sirextiles.com/designer-tiles/ that you shared in the email.
Please advise.
That’s up to you. you can use any caching plugin from https://wordpress.org/plugins/tags/caching that you find suitable.
It is not necessary to update the plugin when the WordPress updates if there isn’t any compatibility issue.
Even the WordPress suggests this plugin please see here https://codex.wordpress.org/WordPress_Optimization/Caching#Caching_Plugins
This plugin is used on million websites.