Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 12,061 through 12,080 (of 26,111 total)
  • Author
  • Hi @hopelessgamer,

     

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

     

    1. Removing the sidebar on the right.

    You can remove 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

     

    .search-results #content {
        width: 100%;
        padding: 0;
    }
    
    .search-results #sidebar {
        display: none;
    }

     

    2. Adding a text at the top of the page, saying “Showing search results for [search keyword]

    To display it, please enable the Titlebar in the theme settings.

     

    3. Only limiting the search results to Woocomerce products.

    You can achieve this using the Ivory Search plugin.

     

    Best regards,
    Shufflehound team

    in reply to: Search page queries

    Hi @daptee,

     

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

     

    I have a question. I have my header on the left. How can i put the sliderevolution on 100% width of the container? If you see now i have my slider on 100% of the screen view. It exceed the container.

    Could you please share me the screenshot of how you want it to display so that I can better understand it?

     

    The other problem is under  the whole of my site. I have a partner carousel and i dont find how to put this section to 100% width. If you see the gray background color it doesnt reach the 100% of the container.

    Please try adding that section in the full-width row which you will get in the visual page builder.

     

    Best regards,
    Shufflehound team

    in reply to: Inside Header

    Hi @Cakelab,

     

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

     

    Could you please share me the screenshot of the issue and where you are configuring it so that I can help you?

     

    Best regards,
    Shufflehound team

    Have you checked for the plugin conflict as suggested above?

    in reply to:

    Thank you for sharing the site URL but it is not accessible for me and displaying the error message “This site can’t be reached”.

     

    Please make sure that your site is accessible to others.

    Solution for this topic

    Thanks. What about the Vertical Column centering issue?

    You can resolve it using below custom CSS code.

     

    .section-justify-height-full .sh-column {
        min-height: 100vh;
    }
    
    .section-justify-height:not(.section-justify-height-only) .sh-column {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-direction: column;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

     

    Also, how do I add another button beside Sign Up? See attached screenshot please.

    To achieve this, you have to develop custom code in the child theme of Jevelin theme.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

    Solution for this topic

    2. The URL is https://faff.xyz/product/ideas/

    Essentially, all my products will have the sale price lower than the regular price. I don’t want that tag to come everywhere.

    You can remove 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

     

    .woocommerce .sh-popover-mini {
        display: none !important;
    }

    3. I tried it with Twenty Seventeen. It didn’t work.

    Then this seems the plugin issue and not a theme issue so please contact the plugin support to resolve it.

    4. Can you help me on how to remove the title area from the WooCommerce products page?

    To help us keep support thread separates could you please create a 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 with your new thread.

    in reply to: Shop queries

    To help us keep support thread separates could you please create a 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 with your new thread.

    @Zelda Please try using below custom CSS code.

    .tagcloud .tag-cloud-link:nth-child(1n+5) {
        display:none !important;
    }

    Sorry, but I didn’t get your private message.

     

    Could you please share it again and also send it on [email protected]

    It will remain the same.

     

    You can take backup of your site before updating the theme so that If anything goes wrong then you can recover it.

    Hi @comnexis,

     

    Thank you for your question.

     

    You can achieve that by editing those content elements and configure them to display selected posts only by adding their post IDs in the content element as described in the below topic.

     

    https://support.shufflehound.com/forums/topic/stories-on-top-of-page/#post-42649

     

    Best regards,
    Shufflehound team

    in reply to: repeated posts

    Hi @comnexis,

     

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

     

    You can do this by editing the page where it is displaying and adding the categories in the Blog Post Categories content element as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

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

    Hi @Shaxid Rahman,

     

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

     

    Is your site not displaying fine on mobile?

     

    If yes then could you please share me the screenshot of the issue and your site URL where it’s happening so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    I logged into your shared site but it seems the share user account doesn’t have admin credentials so I can’t access theme settings on your site.

     

    Could you please make the shared user account as an admin user account?

    Could you please tell me a bit more in detail which thing you want to display where so that I can help you?

    in reply to: Footer Text

    This can be a browser specific issue so have you tried testing it using a different browser as requested above?

    You are always welcome here 🙂

     

    We have marked it as resolved.

     

     

    in reply to: Add Banner

    You are always welcome here 🙂

     

    We have marked it as resolved.

     

     

    in reply to: Stories on top of page

    We have marked it as resolved.

Viewing 20 posts - 12,061 through 12,080 (of 26,111 total)