Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 6,921 through 6,940 (of 26,111 total)
  • Author
  • 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 🙂

    in reply to: A marginal question

    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?

    Attachments:
    You must be logged in to view attached files.

    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.

    Attachments:
    You must be logged in to view attached files.

    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;
    }
    in reply to: Images doesn't appear

    You are most welcome here 🙂

    You are most welcome here 🙂

    in reply to: Empty tags

    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

    in reply to: Empty tags

    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

    Attachments:
    You must be logged in to view attached files.

    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

    Attachments:
    You must be logged in to view attached files.
    in reply to: image change help

    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

    Attachments:
    You must be logged in to view attached files.
Viewing 20 posts - 6,921 through 6,940 (of 26,111 total)