Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 19,441 through 19,460 (of 26,111 total)
  • Author
  • Thank you for notifying us.

     

    We’ll troubleshoot it ASAP.

    Solution for this topic

    My first question is, there is a way to move the Search icon next to the main menu navigation bar? Like, next to “Galleria” in the picture I have attached. For the moment, I have hidden the Social and Bookmarks icons, and moved the Search icon on the right using this code:

     

    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

     

    li.menu-item.sh-nav-search.sh-nav-special {
        position: absolute;
        right: 125px;
        top: 75px;
        z-index: 99999;
    }

     

    For more accurate results you can use below plugin to display search in the menu.

     

    https://wordpress.org/plugins/add-search-to-menu/

     

    2) My second questions is, how can I use a much larger logo? If I use one with 250px height, it gets stretched awfully.

    You can increase logo height using below CSS code.

     

    .header-logo img {
        height: auto !important;
        max-height: 100% !important;
    }

     

    Third and last question: can I get rid of the social icons line in the mobile menu?

    Use below CSS code to remove it.

     

    .header-mobile-social-media {
        display: none;
    }

    Hi @lj2m,

     

    Sorry to hear of the problem you are having.

     

    I have tested it on your shared site and it works fine for me.

     

    Could you please share me the screenshots of the issues and also test the issues on different browsers?

    Best regards,
    Shufflehound team

    I can see on your shared site that you are using older version of theme so please update it to the below latest version of it as described here https://support.shufflehound.com/updating-theme/ and also update all the plugins to the latest versions.

     


    Please login to access this file

     

    This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.

    Awesome great to see you got that resolved.

     

    Please advise if you have more questions.

     

    Have a fantastic day!

    Solution for this topic

    Sorry actually yes you can import it by importing “Coming Soon” demo content as shown in the attached screenshot which will create page having content of this template.

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

    Hi @wassim,

     

    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

    Currently we can only add content before the blog but not after the blog.

     

    I have created the feature request for it so that this feature is implemented in the future version of theme.

    The plugin is working fine for me.

     

    Please make sure you are using latest version of Unyson plugin and latest version of PHP on your server.

     

    If you are still facing 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.”?

    Hi Tim,

     

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

     

    I have tested it on my test site and it’s working fine for me using latest version of Gillion theme and setting product sale price as displayed in the attached screenshots.

     

    Please make sure you have configured the same on your site and using latest version of theme and plugins.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.
    in reply to: Sale products section

    Hi @zelldi,

     

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

     

    Could you please share me your site URL where it’s displaying so that i can help you?

     

    Best regards,
    Shufflehound team

    I can see on your site it is displaying full width without sidebar on product pages as shown in the attached screenshot.

     

    You can make author pages full width 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.author .sh-page-layout-full #sidebar {
        display: none;
    }
    
    .archive.author .sh-page-layout-full #content {
        width: 100%;
        padding: 0;
    }
    

     

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

    Solution for this topic

    You can change it developing custom code as shared in the following topic.

     

    https://support.shufflehound.com/forums/topic/titlebar-background-color/#post-8085

    in reply to: custom template file

    I don’t see it on your shared site so could you please share me the exact page URL from your site where it is displaying so that i can help you?

    Hi @geoffrey75,

     

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

     

    It is not a theme but a page created using two columns containing countdown content element and contact form 7 as displayed on the following page.

     

    https://jevelin.shufflehound.com/coming-soon/side-by-side/

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Hi Luca,

     

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

     

    You can achieve this configuring your Home Corporate page as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

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

    All variations are displayed on the demo site here https://jevelin.shufflehound.com/ so that you can visit each variations and see live how it will display for you as shown in the attached screenshot.

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

    To remove those commas just change the above shared CSS code as following.

     

    .cat-item, .post-categories{
        font-size: 0 !important;
    }
    .cat-item a,
    .post-categories a {
        display: none;
    }
    
    .cat-item a[href*="zambales"],
    .cat-item a[href*="cebu"],
    .post-categories a[href*="zambales"],
    .post-categories a[href*="cebu"] {
        display: block;
    }

    When you don’t set any widgets in the Blog widget area then please set the Page layout to Full width in the theme settings as shown in the attached screenshot.

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

    Solution for this topic

    Have you troubleshooted the issue as described in the following page?

     

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

     

    Also this can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.

Viewing 20 posts - 19,441 through 19,460 (of 26,111 total)