Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 18,361 through 18,380 (of 26,111 total)
  • Author
  • 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.”?

    You are still using another autoptimize cache so please disable it also.

    Solution for this topic

    No i not change the code,

    Shows 4 columns in some screens and the 5 column go below

    but in 1920 x 1080 have 5 columns.

    Have another or you have some code to add the 4 columns in the config?

    You can make it 4 columns 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-recent-posts-columns5 article.post-item {
        width: 25%;
    }

     

    This plugin you send me it´s out of date.

    This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

    It is not out of date. Just it is not updated but it does not mean it won’t work.

    You can see plugin developer reply here https://wordpress.org/support/topic/is-plugin-abandoned-4/#post-9868717

     

    We couldn’t reproduce the issues on our test site or any other users site but if we do then we’ll resolve it in the future version of theme.

     

    No future update won’t conflict with your existing CSS code.

    Jevelin doesn’t offer any SEO tool as it is plugin territory.

     

    You can use SEO extension of Unyson plugin as shown in the attached screenshot but the above mentioned free Yoast SEO plugin is more powerful.

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

    @mqk051197  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.

     

    Also in your new thread please share me screenshot of widget settings that you have configured.

    Solution for this topic

    No specific picture format needed.

    The two of the shared posts work fine for me except “remember when life was a workout” so I cleared the cache of it from https://developers.facebook.com/tools/debug/sharing/ which made it work fine as shown in the attached screenshots.

    It seems this is facebook cache problem so you have to clear the cache using above share debug tool.

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

    Awesome great to see you got that fixed.

     

    Please advise if you have more questions.

     

    Have a fantastic day!

    I just tested sharing post from your site on Facebook and it is displaying fine for me as shown in the attached screenshot.

     

    Is it started working fine for you also?

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

    Hi @jemzsoluciones,

     

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

     

    You can use following powerful free SEO plugin.

     

    https://wordpress.org/plugins/wordpress-seo/

     

    Best regards,
    Shufflehound team

    Hi @Claudtastic,

     

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

     

    You can disable them from theme Blog settings as shown in the attached screenshots.

     

    Best regards,
    Shufflehound team

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

    Hi @AppsVilla,

     

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

     

    It seems you are using Header Layout 2 on your shared site but set Header Layout 1 for those specific pages so to resolve it please edit those pages and set correct Header Layout as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

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

    Hi @AppsVilla,

     

    Sorry to hear of the problem you are having.

     

    Currently there isn’t any theme option to disable Lightbox only for WooCommerce.

     

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

     

    Could you please clear the WP-Super-Cache that you are using on your shared site and temporary disable it so that I can troubleshoot the issue?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Actually the theme is compatible with PHP version 7.0 but not fully tested with PHP version 7.2 so you can update PHP version to 7.0

    Hi @juliesparks,

     

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

     

    You can change it from theme Titlebar settings as shown in  the attached screenshots.

     

    If it still doesn’t change for you then could you please share me the pages URLs from your site where it is not displaying correctly so that i can troubleshoot it?

     

    Best regards,
    Shufflehound team

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

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

    Visual Composer would do it easy?

    No it would create problems.

    in reply to: Slider on the header

    Solution for this topic

    1. I have Disable Sticky Header but it does not actually work.

    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.

     

    In the meanwhile I 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

     

    .sh-header.sh-sticky-header.sh-sticky-header-active {
        position: static !important;
    }

     

    2. I added the Widget Shufflehound Recent Posts, but outside the home page, the following error occurred: (Warning: count (): Parameter must be an array or an object that implements Countable in / home / wootalko / public_html / wp -content / themes / gillion / inc / widgets / posts-recent-old / views / widget.php on line 24)

    It seems the issue occurs due to PHP version 7.2 used on your site which i resolve don your site by editing theme code.

     

    The issue will be resolved in the future version of theme.

     

    3. When I use WPBakery Page Builder to try to create a page, I get the following error message: (Warning: count): Parameter must be an array or an object that implements Countable in / home / wootalko / public_html / wp-includes /post-template.php on line 284)

    I tested it on your shared site but didn’t get any error as shown in the attached screenshot so could you please tell me exactly when you get the error?

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

    We’ll see how we can overcome it but in the meanwhile you can use the theme Page loader as shown in the attached screenshot.

    Attachments:
    You must be logged in to view attached files.
    in reply to: One Page Menú

    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

     

    .home .header-contacts-details-large-icon i::before {
        color: #fff;
    }

    Solution for this topic

    You can change the menu hover color from theme Styling settings as shown in the attached screenshots.

    Attachments:
    You must be logged in to view attached files.
Viewing 20 posts - 18,361 through 18,380 (of 26,111 total)