Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 561 through 580 (of 26,111 total)
  • Author
  • Hi @krollemurow,

     

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

     

    I could confirm the issue on your website.

     

    Could you please try updating the theme to the below latest version and temporarily deactivate the LiteSpeed Cache that you are using on your website?

     


    Please login to access this file

     

    Best regards,
    Shufflehound team

    Solution for this topic

    You can reduce the font size of the quotes by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Gillion -> Theme Settings -> Custom CSS/JS -> CSS Code

     

    #content blockquote {
        font-size: 18px;
    }

    Hi @14728833,

     

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

     

    The margin is not added to the specific image div but to the div containing all the content.

     

    You can remove all the content margin on mobile by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Jevelin -> Theme Settings -> Custom CSS/JS -> CSS Code

     

    @media (max-width: 1025px){
    .container.entry-content {
        margin: 0 !important;
    }
    
    div#content {
        padding-right: 0 !important;
    }
    }

     

    Best regards,
    Shufflehound team

    Hi Damir,

     

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

     

    Could you please share the specific page URL from the below demo website that you want to achieve so that I can help you to achieve it?

     

    https://jevelin.shufflehound.com/

     

    Best regards,
    Shufflehound team

    in reply to: Categories display

    It’s the same settings as
    Dashboard > Apparence > Header > Header logos
    Same actions -> it fails

    I don’t see any such Header menu option under the Appearance menu as shown in the attached screenshot.

     

    Please advise.

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

    You are most welcome here 🙂

    in reply to: Google API Not working

    You have to add the respective IDs to the rows as described on the below page.

     

    http://manos.malihu.gr/using-page-scroll-to-id-with-wpbakery-page-builder/

     

    If you can’t do it yourself then would you mind if I log in to your site and do it myself? If this is ok then could you please temporarily create an admin user account and share the account login details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”?

    in reply to: Problem with logo

    Hi @tjgott,

     

    Sorry to hear about the problem you are having.

     

    Please make sure that you are using the below latest version of the theme.

     


    Please login to access this file

     

    Also, could you please share the screenshot of the issue?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    I logged into your website and saw your website also displays the below error message in the browser console causing the issue so please resolve the below error.

     

    Geocoding Service: You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started
    Attachments:
    You must be logged in to view attached files.
    in reply to: Google API Not working

    I still couldn’t reproduce the issue on iPhone.

     

    Which version of iPhone and Safari browser are you using?

     

    Could you please try using a different device?

    Please change the relative URL #about to absolute URL https://www.yourwebsite.sk/#about on your website menu.

    in reply to: Problem with logo

    Would you mind if I log in to your site and do quick troubleshooting? If this is ok then could you please temporarily create an admin user account and share the account login details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”?

    in reply to: Google API Not working

    Solution for this topic

    You can edit them as shown in the attached screenshots.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Problem with logo

    Solution for this topic

    You have created the shop page on your website using the WPBakery page builder therefore I have removed it from the WooCommerce plugin settings as shown in the attached screenshot that caused it to display fine now.

     

    Could you please check it?

    Attachments:
    You must be logged in to view attached files.
    in reply to: help with shop page

    Hi @mella,

     

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

     

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

     

    Best regards,
    Shufflehound team

    in reply to: Problem with logo

    Hi @sferic,

     

    Sorry to hear about the problem you are having.

     

    Please make sure that you have activated the Redux plugin.

     

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

     

    Best regards,
    Shufflehound team

    Awesome great to see you got that found.

     

    Please advise if you have more questions.

     

    Have a fantastic day!

    I tested it multiple times but couldn’t reproduce the issue on your website.

     

    Could you please test it by clearing your browser cache, deactivating all browser extensions, and using a different browser?

     

    Also, please clear and temporarily deactivate the WP Super Cache that you are using on your website.

    in reply to: help with shop page

    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 -> Gillion -> Theme Settings -> Custom CSS/JS -> CSS Code

     

    @media (min-width: 600px){
    #page-container .header-logo img {
        visibility: hidden;
    }
    }
    
    @media (max-width: 600px){
    #page-container .sh-header-mobile-navigation {
           background-image: none;
    }    
    }
    

    Hi @janice9115,

     

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

     

    I visited the shop page on your shared website and it displays fine for me as shown in the attached screenshot.

     

    Could you please share the screenshot of the issue?

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.
    in reply to: help with shop page
Viewing 20 posts - 561 through 580 (of 26,111 total)