Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 25,481 through 25,500 (of 26,111 total)
  • Author
  • Hi @julia,

     

    Thank you for your question.

     

    I have tested your shared site on my android mobile Sony Xperia but couldn’t reproduce the issue.

     

    Could you please tell me which mobile and browser you are using?

     

    Also test it using different browser.

     

    Best regards,
    Shufflehound team

    Hi Zain,

     

    Thank you for your question.

     

    This is default functionality of mobile responsiveness to adjust elements according to screen size.

     

    But yes we can change it.

     

    Could you please tell me how you want it to display on mobile and share me your site URL where it’s displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    Hi Zain,

     

    I hope you are well today and thank you for your question.

     

    You can achieve this by using the child theme  jevelin-child-7.zip solution posted in the following topic.

     

    https://support.shufflehound.com/forums/topic/top-bar-setting-add-hyperlinks-to-phone-email-address/#post-2824

     

    Best regards,
    Shufflehound team

    Solution for this topic

    That’s great. Thank you.

    You are most welcome here 🙂

     

    What is the class name or ID of the menu icon? I can’t seem to select it with web inspector…

    Its selector is “.sh-header-mobile-navigation .sh-nav-dropdown .c-hamburger” which you can use as following.

    .sh-header-mobile-navigation .sh-nav-dropdown .c-hamburger {
        background-color: transparent;
    }
    
    .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger:not(.is-active) span,
    .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:before,
    .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:after {
        background-color: #fff!important;
    }

    You are most welcome here 🙂

    You are most welcome here 🙂

    Actually you can add those elements in to Tab content without using complex shortcodes but using simple HTML as displayed in the attached screenshot and then style it using CSS code.

     

    To add an image use Add Media editor button.

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

    First make sure that you are getting an email on user registration or comments made on your site.

     

    Then please tell me how have you configured the contact form using SMTP or WP-mail method?

     

    In all of the pages when you scroll down this pile comes out in the bottom of the site. Can this be visible all the time, and in the beginning of the site show that you can scroll down? ?

     

    2. I have a problem on my frontpage. I used iconboxes. They work fine with a animation when scrolling down. But they make this “refresh” thing, after er few seconds. It’s like they blink. Why is that?

    First please make sure that you are using latest version of theme by downloading it from below.

     


    Please login to access this file

     

     

    If the issue still occurs for you using latest version of theme then could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?

    in reply to: Social media

    I am still not sure from your above shared description what you want to achieve so please describe it a bit more in detail.

    The header on the home page of your shared site doesn’t have any color and is transparent which displays image below it as shown in the attached screenshot. But on your internal pages there isn’t any background image so what will be displayed below the header if we make it transparent?

     

    Please advise.

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

    Solution for this topic

    Hi @kylemcneir,

     

    I hope you are well today and thank you for your question.

     

    The latest theme version is 2.4.0 which you can find on the following page under the text “Jevelin beta:”.

     

    https://support.shufflehound.com/latest-jevelin-beta-versions/

     

    Please update the theme with above latest theme version by downloading the updated theme zip file and uploading it using following plugin.

     

    https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Hi @julia,

     

    I hope you are well today and thank you for your question.

     

    That line is part of icon box styling and it is also displayed on desktop browser as shown in the attached screenshot.

     

    If you want to you can remove that line from that section 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

     

    .sh-section-addf6271a26afba4b4dcb0562fde9010 .sh-iconbox-top {
        border-bottom: 0;
    }

     

    Best regards,
    Shufflehound team

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

    Do not share the log in details on email. As said previously please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”

    Solution for this topic

    Hi Reuben,

     

    I hope you are well today and thank you for your questions.

     

    Any idea how I can achieve a responsive header height?

    It’s hard to achieve like this. You have to use multiple browser size conditions like following and adjust the padding.

     

    
    @media (max-width: 1025px){
    #page-container .header-standard-position li a {
        padding-top: 170px;
    }
    }
    
    @media (max-width: 900px){
    #page-container .header-standard-position li a {
        padding-top: 160px;
    }
    }
    
    @media (max-width: 800px){
    #page-container .header-standard-position li a {
        padding-top: 150px;
    }
    }
    
    @media (max-width: 768px){
    #page-container .header-standard-position li a {
        padding-top: 86px;
    }
    }
    

    Also, there seem to be 2 faint white lines running across the page, one of which bisects the nav bar. Do you know why this is?

    These are border lines of header which you can remove 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-top,
    #page-container .sh-header {
        border: 0 !Important;
    }

    And finally, the menu button for mobile browsers (2 horizontal lines in a square): can this be styled/edited at all? Can I add a background colour? Can it be repositioned?

    Yes you can style/edit it by developing custom CSS code and use it as described above.

     

    Best regards,
    Shufflehound team

    Hi Willy,

     

    I hope you are well today and thank you for your question.

     

    You can try using following solutions to install it.

     

    https://wordpress.org/plugins/facebook-conversion-pixel/

    http://www.wpbeginner.com/wp-tutorials/how-to-install-facebook-remarketingretargeting-pixel-in-wordpress/

     

    Best regards,
    Shufflehound team

    Hi @slablondon,

     

    I hope you are well today and thank you for your question.

     

    You can change it using the following plugin. When changing use jevelin as a domain in the plugin field.

     

    https://wordpress.org/plugins/say-what/screenshots/

     

    Best regards,
    Shufflehound team

    in reply to: Empt cart text

    It seems to attach the screenshot.

     

    Could you please share it again or share me the page URL from your site where it is displaying so that i can troubleshoot it?

    Hi @christiaanvr,

     

    I hope you are well today and thank you for your question.

     

    Currently the theme doesn’t support this so you have to develop custom code to achieve this.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here.

     

    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

     

    Best regards,
    Shufflehound team

Viewing 20 posts - 25,481 through 25,500 (of 26,111 total)