Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 22,161 through 22,180 (of 26,111 total)
  • Author
  • Hi Adir,

     

    I hope you are well today and thanks for posting here.

     

    I could confirm both of these issuees on my test site therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    In the meanwhile you can try resolving the icon issue 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-nav-mobile li.menu-item-has-icon > a.menu-item-open-fix {
        padding-left: 22px;
        line-height: 1;
    }

     

    Best regards,
    Shufflehound team

    You are most welcome here 🙂

    Certainly.  I am using a  text block with a mail chimp shortcode

    How are you getting that shortcode?

     

    If you are getting it from Mailchimp plugin shortcode then please contact the plugin author regarding this.

    in reply to: Mail chimp error

    Solution for this topic

    Hi Nicolas,

     

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

     

    You can hide 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

     

    li.menu-item.sh-nav-share {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    You are most welcome here 🙂

    Solution for this topic

    Hi @alohi,

     

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

     

    After downloading the following latest version of theme, you can update it on your site using this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/

     


    Please login to access this file

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Thank you for sending that.

     

    I have resolved the issue on your site 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

     

    #rev_slider_12_1_wrapper {
        left: 0 !important;
        max-width: 100%;
    }
    
    .sh-column.sh-column-4754b352d62f06d5dc961050f4291f86 {
        padding: 0;
    }

    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

     

    .sh-nav-mobile li.current-menu-item > a {
        color: rgba(30,115,190,1)!important;
    }
    
    .sh-header-mobile .container.sh-nav-container {
        max-width: 100% !important;
    }
    
    .sh-nav-mobile li.menu-item > a {
        padding: 16px;
    }

    Hi @shino,

     

    Sorry to hear of the problem you are having.

     

    I have tested it on my test site and it’s working fine for me using latest version of Jevelin theme.

     

    Could you please try deleting and reinstalling latest version of Jevelin theme and  Unyson plugin?

     

    This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.

     

    If still the issue persists then would you mind if i log in to your site and do some troubleshooting? If this is ok then could you 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.”?

     

    Best regards,
    Shufflehound team

    Please send the email on [email protected]

    The login box fields on your shared URL is displaying by Users ultra pro plugin that you are using on your site so could you please contact the plugin author regarding this?

    I checked your site and found out it is not working because you have added provided code after your existing incorrect CSS code causing provided CSS code not to work so please add it above all your existing CSS code.

    Hi @samv,

     

    Sorry to hear of the problem you are having.

     

    Could you please share me your site URL where it’s happening so that i can troubleshoot it?

     

    Best regards,
    Shufflehound team

    You are most welcome here 🙂

    Hi @apatmos,

     

    I hope you are well today and thanks for your suggestions.

     

    Absolutely love this theme and am using it with multiple clients right now. Is there any chance you will be integrating with Mailchimp for WordPress like you do with the Gillion theme?

    Sure we will do consider your request to be implemented in the future version of theme depending on the number of requests that we get for it.

     

    I would also love the ability to choose different fonts for H1-H6 or at least editing the spacing between them separately. I’d love to have H2 & H4 as a smaller & different font, in all caps, with a 2px spacing. Currently that is hard to do.

    Not sure which spacing you are talking about here but you can do all other things 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 h1 {
        font-family: arial;
    }
    #page-container h2 {
        font-family: arial;
        text-transform: uppercase;
        font-size: 18px;
    }
    #page-container h3 {
        font-family: arial;
    }
    #page-container h4 {
        font-family: arial;
    }
    #page-container h5 {
        font-family: arial;
    }
    #page-container h6 {
        font-family: arial;
        text-transform: uppercase;
        font-size: 18px;
    }

     

    Please change the font and font size in the above code to whatever you want to.

     

    Best regards,
    Shufflehound team

    You are most welcome here 🙂

    It should work for you when you use Portfolio Video Slider layout as shown in the attached screenshot.

     

    If it doesn’t work for you using video slider layout then could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?

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

    Hi @gsmith,

     

    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 to remove it?

     

    Best regards,
    Shufflehound team

    Hi Elton,

     

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

     

    However, I am not able to make the text column to appear in the exact middle of the page no matter what the dimension of the browser is.

    Can you tell how to do that? Thanks

    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

     

    .page-id-1453 .fw-row .sh-column:first-child {
        margin: 50% auto;
        float: none;
    }
    
    .page-id-1453 .fw-row .sh-column:last-child {
        display:none;
    }

     

    I also has trouble making the background to resize like the one in here, https://www.ogadget.com/x/gameshell, I have already set my background to cover but still, it gives me a white bar at the bottom when the browser is fully maximized.

    Could you please share the screenshot of the issue so that i can help you?

     

    Best regards,
    Shufflehound team

    Thanks for you quick response,  your given code is not working properly, issue is not solved yet, in input box text is not showing.

    To resolve the issue i tried to access your shared site but it is not accessible so could you please make it accessible?

     

    also mobile menu issue is also same as your  given demo site when you click on top menu header in mobile few times then site will hang, crash. please revert me as soon as possible.

    After troubleshooting more i could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

Viewing 20 posts - 22,161 through 22,180 (of 26,111 total)