Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 26,081 through 26,100 (of 26,111 total)
  • Author
  • I visited your shared site http://andy.protego24.de/ saw you are still using the theme version 2.0.4 on it and not 2.1.2 that we shared.

    Could you please update it on your site so that i can troubleshoot it?

    Hi @roobinda,

    Thank you for your question.

    You can try removing bold effect from navigation text 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 .header-standard-position li a {
        font-weight: 500;
    }

    Best regards,
    Shufflehound team

    in reply to: Nav text.

    Below the ‘location’ header, FESTIVAL SITE and TISNO TOWN fade in left and right, but they also seem to flash when the animation is finished. Same problem with the 6 column elements below the ‘STAGES’ header.

    It is working fine for me on chrome browser and not flashing.

     

    Which browser are you using?

     

    Could you please try using another browser and share me the screenshot of the issue?

     

     

    All of these elements also have the shadow hover turned on, but it’s not working.

    It seems the shadow effect is working but its color is too light that it is almost invisible.

    You can try changing its color 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-7cebbbbd04f2fd5f016bae6daf667582 .sh-section-container .fw-row:nth-of-type(3) .sh-column:hover,
    .sh-section-7cebbbbd04f2fd5f016bae6daf667582 .sh-section-container .fw-row:nth-of-type(4) .sh-column:hover,
    .sh-section .sh-column-a265bf91f4dabc7b3cb54f1961771a18:hover,
    .sh-section .sh-column-0e0cccc0ae859d197d4a503fd35b4cda:hover {
    box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.73), 0 -12px 10px -10px rgba(0, 0, 0, 0.55);
    }
    in reply to: Animation problem.

    Solution for this topic

    It seems the issue of Unyson framework that we need to troubleshoot more.

    In the meanwhile you can set the margin to these elements displayed on the home page of 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

    @media (min-width: 768px){
    body.home .sh-section-7f9dce084d0526e8808ea49ca6f36edf .fw-col-sm-6 {
        width: 49%;
        margin: 0 0.5%;
    }
    
    body.home .sh-section-7cebbbbd04f2fd5f016bae6daf667582 .fw-col-sm-4 {
        width: 32.33333333%;
        margin: 0 0.5%;
    }
    }
    in reply to: Column margin problem.

    You are most welcome here 🙂

    I logged in to your site and saw you are using correct code in your child theme but you have not activated it so please try activating it as shown in this screenshot http://imgur.com/a/csGal and let me know how it works for you.

    I got your log in credentials and site URL but could you please share me the specific page URL from your site where it is not displaying correctly so that i can troubleshoot it?

    Also share me the screenshot of the animation or describe me which animation on that page so that i can find out it easily.

    in reply to: Animation problem.

    I got your log in credentials and site URL but could you please share me the specific page URL from your site where it is not displaying correctly so that i can troubleshoot it?

    in reply to: Column margin problem.

    You are always welcome here 🙂

    Hi @roobinda,

     

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

     

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

     

    Best regards,
    Shufflehound team

    in reply to: Column margin problem.

    Hi @roobinda,

     

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

     

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

     

    Best regards,
    Shufflehound team

    in reply to: Animation problem.

    You don’t need to share the log in details if you use our above shared child theme.

    If the above shared recent child theme not working for you then please share the site log in credentials privately on [email protected] and include URL / name of this topic in it.

    Could you please tell me regarding which private content you are talking about and where do you want to enter it?

    Do you mean you want to add your child theme code in to the shared child theme?

    If yes then just share me your child theme so that i can help you.

    You are most welcome here 🙂

    You can try changing its background color to white 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

    
    .archive.category article .post-container {
        background-color: #fff;
    }

    You are most welcome here 🙂

    in reply to: Unyson Accordion Video

    Hi @trb2017,

     

    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 achieve it?

     

    Best regards,
    Shufflehound team

    Both the above child themes are working fine for me and loading the style.css file of child theme but it loads style.css file of child theme before the style.css file of parent theme so i modified the code of it to load the file after parent file.
    Please try using the following child theme file removing the existing one.

     

     

    https://drive.google.com/file/d/0B7X-aZPqO9LzZE9fdUh3ZllfWFE/view

     

     

    If you still face any issue with it then could you please share me your site URL where it’s happening so that i can troubleshoot it?

    You can try changing 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

     

     

    .masonry2 .post-content-container a.post-meta-comments:hover {
    background-color: #47e572;
    color: #fff !important;
    }

     

     

    Please change the color value in the above code to whatever you want to use by referring the following pages.

     

    http://www.w3schools.com/html/html_colors.asp
    http://www.w3schools.com/html/html_colorvalues.asp
    http://www.w3schools.com/tags/ref_colorpicker.asp

    Hi Ahmed,

     

    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 achieve it?

     

    Best regards,
    Shufflehound team

Viewing 20 posts - 26,081 through 26,100 (of 26,111 total)