Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 17,081 through 17,100 (of 26,111 total)
  • Author
  • Yes to achieve it just insert that gallery in the content area of your site home page.

    in reply to: Gallery on Homepage

    Hi @charliedhq,

     

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

     

    To achieve it just edit that page and ser its Header Layout to Header 2 in the page Header settings as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.
    in reply to: Add new theme location

    In the following theme file please see the code of function jevelin_dynamic_styles_update in which dynamic CSS is generated.

     

    /jevelin/inc/hooks.php

     

    You can overwrite any theme CSS by adding it in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    Just make sure you are defining higher CSS specificity as described in the below pages.

     

    https://www.w3schools.com/css/css_specificity.asp

    https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity

    https://css-tricks.com/specifics-on-css-specificity/

    in reply to: CSS is off

    Solution for this topic

    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

     

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) { 
    .sh-portfolio-single-right.col-md-8,
    .sh-portfolio-single-left.col-md-4 {
        width:100%;
    }
    }
    in reply to: Portfolio projects

    Hi @wassim,

     

    Sorry to hear of the problem you are having.

     

    I checked your shared chat log and found following entries related to issue.

     

    If any update will overwrite the .htaccess file in the sites, this will happen

    Theme and plugins don’t update this file and only WordPress update may overwrite it but most of the time it is preserved by WordPress.

     

    If the theme or plugins updates not compatible with php shown in .htaccess that will show 500 error

    I have installed the php 5.6 now.

    Before making any update you should confirm if that update compatible with php 5.6

    The WordPress itself need PHP version 7.2 or greater as described in this page https://wordpress.org/about/requirements/ and also the PHP version 5.6 that you are using is not supported anymore as described here http://php.net/supported-versions.php so please update PHP version on your server to avoid this issue.

     

    Best regards,
    Shufflehound team

    I can see WP Rocket cache plugin is active on your site so could you please disable it and also display contact form somewhere on your site so that I can troubleshoot the issue?

    in reply to: Contact Form Broken

    I have tested on your shared site and the success message displays fine for me as shown in the attached screenshot.

     

    Could you please test it clearing your browser cache or using different browser?

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

    Unyson is the only required plugin and you have to activate its extensions such Page builder, Portfolio etc.

     

    If you are still having the issues then could you please share me the screenshot of the issues and page URL from your site where it is not displaying correctly so that I can troubleshoot it?

    Hi @masoninc,

     

    Sorry to hear of the problem you are having.

     

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

     

    Also please make sure that you have installed and activated all theme required plugins.

     

    Best regards,
    Shufflehound team

    Hi Sophie ,

     

    Sorry to hear of the problem you are having.

     

    I logged into your site and confirmed the issue as shown in the attached screenshot but it is working fine on my test site.

     

    Please contact your site web host and ask them to allow access to https://cdn.shufflehound.com from your site and make sure no firewall is blocking it.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.
    in reply to: Some installation bugs

    Hi Chris,

     

    Sorry to hear of the problem you are having.

     

    Could you please tell me which version of theme you are using?

     

    Also please try temporary deactivating WP Rocket cache plugin that you are using on your site.

     

    Best regards,
    Shufflehound team

    in reply to: Contact Form Broken

    Hi @tadei1908,

     

    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 displaying so that I can help you?

     

    Best regards,
    Shufflehound team

    in reply to: Portfolio projects

    Could you please share me the exact page URL from your site where it is displaying?

     

    Also 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 be able see it.”?

    in reply to: blog page

    You can remove the white space 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-portfolio-single-left.col-md-4 .sh-portfolio-single-buttons {
        margin-bottom: 10px;
    }
    
    
    .sh-portfolio-single-description .fw-page-builder-content .sh-section{
        padding-top: 0;
    }

     

    You have to develop custom code to display slider on the top of the page.

    in reply to: Portfolio pages

    Glad you figured it out.

     

    You are always welcome here 🙂

    I logged into your site and activated Unyson plugin which made it work fine.

     

    Could you please confirm?

    Hi @bluebee,

     

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

     

    Just make sure you have not published any blog post on your site and their comments are disabled.

     

    Best regards,
    Shufflehound team

    in reply to: blog page

    We’ll notify you here after updating the theme.

    You can directly get your refund request to proceed from your themeforest account.

     

     

    Hi @stephanieSP,

     

    Sorry to hear of the problem you are having.

     

    I could confirm the issue on your shared site but it is related to polylang plugin so could you please contact polylang plugin developer to resolve it?

     

    Best regards,
    Shufflehound team

    in reply to: Menu problem switch
Viewing 20 posts - 17,081 through 17,100 (of 26,111 total)