Hi Patrick,
I hope you are well today and thank you for your question.
You can limit it to 10 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
.blog-single a.sh-blog-tag-item:nth-child(1n+10) {
display:none;
}
Best regards,
Shufflehound team
Solution for this topic
Hi @nitinjotwani,
I hope you are well today and thank you for your question.
You can achieve this by setting your Blog page settings as displayed in the attached screenshot.
Best regards,
Shufflehound team
Hi @MavamHolland,
I hope you are well today and thank you for your question.
You can add it using the theme Header Elements option as shown in the attached screenshots.
Best regards,
Shufflehound team
If you are using Testimonial element provided by Unyson plugin then you have to contact the Unyson plugin support to know about it as the theme doesn’t provide it.
Please try changing above custom CSS code as following.
#page-container .sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
padding-top: 0 !important;
padding-bottom: 0 !important;
margin-top: 40px;
margin-bottom: 40px;
line-height: 20px;
}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
@media (min-width: 800px) and (max-width: 1250px){
#page-container .sh-column-08ef131907d6e971d47843373f21ce93 .sh-column-wrapper {
padding: 115px 0px 29px 20px;
}
}
The image has a white strip in the bottom as shown in the private reply URL therefore it displays white in the bottom.
Solution for this topic
Please also use the below custom CSS code to make it work on mobile devices.
#page-container header.primary-mobile {
height: auto !important;
}No, it is not possible to do this developing CSS code but you have to develop custom PHP code.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
No
In the blog demo you guys have (side-to-side) you have achieved what I’m trying to do – Left column has logo + text stacked underneath it. How did you do that?
Could you please share me the screenshot and page URL of it so that I can help you to achieve the same?
You are most welcome here 🙂
You are most welcome here 🙂
Hi @HelgaPost,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that I can help you?
Best regards,
Shufflehound team
Hi Kiel Davis,
Thank you for your question.
It seems the issue related to the Elementor plugin as described in your below topic.
https://support.shufflehound.com/forums/topic/header-navigation-not-showing/
Best regards,
Shufflehound team
Hi @Digitalvsn,
I hope you are well today and thank you for your question.
It seems you are using Elementor plugin on your site but have not configured it correctly so please contact the plugin developer to configure it or disable the plugin to resolve the issue.
Best regards,
Shufflehound team
We are the author of the Gillion theme so we are only responsible to provide support and documentation of Gillion theme.
You can contact AMP plugin support on the below pages to get help to configure it.
You can add profile link in the menu bu creating custom link menu item or use below plugin to add it.
Solution for this topic
Normally I’d look for a category.php or archive.php file. Copy the php to my text editor, make the changes that I want, save the file as category-partnerships.php, and upload it using my FTP client. However, I’m not seeing either of those .php files.
For the theme it is index.php file and from there respective content template parts are called.
The second image is of how the other 4 sites look. They look like they’re showing 2 columns with 4 column settings. I gave the URL to those sites in a private message.
They are displaying 2 columns and not 4 columns as shown in the attached screenshot.