Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 18,401 through 18,420 (of 26,111 total)
  • Author
  • Solution for this topic

    That is, I want to delete the date of display on the Top Bar, then I have to do?

    I have deleted it on your site using below custom CSS code.

     

    .sh-header-top-meta .sh-header-top-date {
        display: none;
    }

    but an error still not fixed is displayed in at the bottom of the page with content (Warning: count (): Parameter must be an array or an object that implements Countable in /home/wootalko/public_html/wp-content/themes/gillion/inc/helpers.php on line 539) .

    I have resolved the issue on your site by updating the theme.

    Solution for this topic

    Hi @Richelle5,

     

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

     

    Those icons displayed in the header are not for social sharing but are social icons which link to your social sites account which you can configure in the theme settings as shown in the attached screenshot.

     

    The social sharing icons are displayed in the individual posts as shown in the bottom of attached screenshot.

     

    Best regards,
    Shufflehound team

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

    Solution for this topic

    Hi @kugelhopf,

     

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

     

    Currently there isn’t any theme option to limit related posts so I have created feature request for it so that it will be implemented in the future version of theme.

     

    If you want to limit it now then you have to change the code ‘posts_per_page’ => 6 in the following theme file on line number 318

     

    /gillion/single.php

     

    Best regards,
    Shufflehound team

    1) Solution for “How to reduce description lenght” in blog category with the code is not working.

    Could you please tell me how you are using it on your site?

     

    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.”?

     

    2) How to disable Lightbox only for WooCommerce because with the theme product images are not shown. When you click the space where image should shown, image link is opening separately in a new tab. Maybe you are using older version of woo commerce. This issue is related with the last updates.

     

    3) Menu is not well positioned in some pages, like events, clubs etc.. please write me how to fix this.

    To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.

     

    If you want to you can also add reference of this thread in your newly created thread.

     

    We would be more than happy to help you on your new thread.

    You are always welcome here 🙂

    Hi Nerina Mills,

     

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

     

    Best regards,
    Shufflehound team

    Hi @Nerina,

     

    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 to change its colors?

     

    Best regards,
    Shufflehound team

    Hi @WendyM,

     

    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?

     

    Best regards,
    Shufflehound team

    The Internal server error is server related issue so you can try resolving this issue as described in the following page or contact your web host to resolve it.

     

    http://freewptp.com/fix-wordpress-issue-internal-server-error/

    Hi @daniel.areaf5.es,

     

    Sorry to hear of the problem you are having.

     

    You can try resolving this issue as described in the following page or contact your web host to resolve it as it is server related error.

     

    http://freewptp.com/fix-wordpress-issue-internal-server-error/

     

    Best regards,
    Shufflehound team

    Hi @daniel.areaf5.es,

     

    Sorry to hear of the problem you are having.

     

    It seems your website server is prohibiting your site to download these plugins from remote server so please contact your web host to allow it.

     

    Best regards,
    Shufflehound team

    Could you please ask them to describe “They check that the menu location cannot be copied to the translated pages” a bit more in detail as we don’t get any clue from this statement?

    Solution for this topic

    I logged in to your site and found the following two theme font files are forbidden on your site server causing this issue so please contact your web host to remove this restriction.

     

    https://wootalk.org/wp-content/themes/gillion/fonts/themify.woff?-fvbane

    https://wootalk.org/wp-content/themes/gillion/fonts/themify.ttf?-fvbane

    You can configure it in the Mega menu settings as shown in the attached screenshots.

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

    Solution for this topic

    Due to CSS specificity issue the above shared CSS code was not working on your so I changed it to below CSS code to make it work.

     

    .sh-header-top {
        position: fixed  !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    
    header.primary-desktop {
        margin-top: 50px;
    }
    
    #page-container .sh-header.sh-sticky-header.sh-sticky-header-active {
        top: 46px !important;
    }
    
    .admin-bar .sh-header-top {
        top: 32px;
    }
    
    .admin-bar #page-container .sh-header.sh-sticky-header.sh-sticky-header-active {
        top: 78px !important;
    }

     

    Could you please test it now clearing your browser cache?

     

     

    Hi @mqk051197,

     

    Sorry to hear of the problem you are having.

     

    Please use the below latest version of theme and make sure you have configured HTTPS used on your site correctly as described here https://make.wordpress.org/support/user-manual/web-publishing/https-for-wordpress/

     


    Please login to access this file

     

    If still you are having the issue 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 be able see it.”?

     

    Best regards,
    Shufflehound team

    You are always welcome here 🙂

    You are always welcome here 🙂

    You are always welcome here 🙂

    Solution for this topic

    Hi Stefano,

     

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

     

    But still, sometimes, the line breaks and splits in two (especially when the views count is high). Is there a way to prevent that?

    You can resolve it decreasing the spacing between them on mobile devices 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 (max-width: 600px){
    body:not(.sh-bookmarks-style_meta) .post-meta-content>*:not(:last-child):not(:nth-last-child(2)),
    body.sh-bookmarks-style_meta .post-meta-content>*:not(:last-child) {
        padding-right: 0;
        margin-right: 5px;
    }
    }

     

    Best regards,
    Shufflehound team

Viewing 20 posts - 18,401 through 18,420 (of 26,111 total)