Hi @Mai Quoc Khanh,
I hope you are well today and thank you for your question.
First question: How to hide meta information in mega menu item (I have described as in picture)
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
#header-navigation .tab-content .post-meta {
display: none;
}
The second question: How to hide a specific meta in posts on the mobile interface but still on the desktop.
For example, I want to hide the comments on mobile devices, but it will still show on my desktop and other devices.
You can hide it on mobile using below custom CSS code.
@media (max-width: 550px){
#content article .post-meta a.post-comments {
display: none;
}
}
Best regards,
Shufflehound team
I found it. Thanks. ?
Awesome great to see you got that found.
However, is it possible to put a hover effect on the banner?
No, there isn’t any option to do it but you can achieve it developing custom code.
You are most welcome here 🙂
You are most welcome here 🙂
I logged into your site and saw this was happening due to incorrect markup added in the contact form so corrected it as shown in the attached screenshot.
Could you please check it?
To resolve this, please try adding a 50px top margin along with padding.
I visited your shared site but didn’t see any such issue in the browser console as shown in the attached screenshot.
Please test it using a different browser.
Please use the below custom CSS code instead of the CSS code shared above.
html[dir="rtl"] .single #page-container .sh-gallery .slick-track {
transform: none !important;
}You are most welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
Solution for this topic
Hi Synobol,
Thank you for your question.
Please try clearing and temporarily deactivating the autoptimize Cache that you are using on your website.
Make sure that you are using below the latest version of the theme.
Please login to access this file
Also, please add 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: 700px){
.sh-header-mobile .container {
max-width: 90%!important;
}
}
Best regards,
Shufflehound team
Hi @ryangdar,
I hope you are well today and thank you for your question.
It depends on what header template you are using on your website.
Could you please share your site URL so that I can help you to change it?
Best regards,
Shufflehound team
Solution for this topic
HI @synobol,
I hope you are well today and thank you for your question.
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
header.primary-mobile {
height: auto !important;
}
Best regards,
Shufflehound team
Hi @ryangdar,
I hope you are well today and thank you for your question.
Could you please share the page URL from the below demo site where it is displaying so that I can help you to import it?
https://jevelin.shufflehound.com/
Best regards,
Shufflehound team
Hi @CBDFactum,
Thank you for your question.
I could confirm the issue on my test site, therefore, I notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
Best regards,
Shufflehound team
HI @thomaslek,
I hope you are well today and thank you for your question.
You can use the Slider Revolution plugin that comes with the Jevelin theme and can be installed from Admin Area -> Appearance -> Install Plugins
Best regards,
Shufflehound team
Solution for this topic
HI @mairis1991,
I hope you are well today and thank you for your question.
The imported construction demo has created the correct page as below.
https://luxetherm.lv/?page_id=430
You have to just set it as your site home page in your site Reading Settings as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
Hi @Aone,
I hope you are well today and thank you for your question.
You can change that background image attached to rows of WpBakery page builder by editing them as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
HI @raghudivi,
I hope you are well today and thank you for your question.
All the posts are displaying on the category page therefore the pagination is not displaying.
The pagination displays when number of posts to display are greater than the number of posts configured to display on a single page.
You can configure in your site Reading Settings, how you mane posts to display on a page as shown in the attached screenshot.
Best regards,
Shufflehound team