Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 22,921 through 22,940 (of 26,111 total)
  • Author
  • Hi @gratis,

     

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

     

    How do we make articles or blog posts show up under trending or hot topics on the front page?

    To achieve this you have to use Blog Posts Fancy visual composer element in that page as shown in the attached screenshot.

     

    Also, for the main tile, we want to change that into a a live bitcoin chart.

    You have to develop custom code to achieve this.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here.

     

    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

     

    Best regards,
    Shufflehound team

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

    You are most welcome here 🙂

    You are most welcome here 🙂

    in reply to: Customise Footer

    You are most welcome here 🙂

    in reply to: Creative Demo Gillion

    Can I do anything about logo  -this flickering effect?

    This is how the logo work which you can confirm on the below page. This is because on every page load the logo image reloads from server.

     

    https://jevelin.shufflehound.com/header/eighth-header/

     

    To reduce this flickering you can cache the logo image using any caching plugin like following.

     

    https://wordpress.org/plugins/w3-total-cache/

    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.

    in reply to: Add new icon set zip

    Hi @stephaneperrin,

     

    Sorry to hear of the problem you are having.

     

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

     

    Please make sure you are using below latest version of theme.

     


    Please login to access this file

     

    Also please test it creating new page or any other page to confirm whether the issue is page specific.

     

    Best regards,
    Shufflehound team

     

    Hi Stefan,

     

    Sorry to hear of the problem you are having.

     

    I have tested it on my test site and it’s working fine for me using latest version of Jevelin theme as displayed in the attached screenshot.

     

    Please make sure you are using below latest version of theme.

     


    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.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.
    in reply to: Notice text change

    Yes as said previously following is the latest theme version 2.5.0

     


    Please login to access this file

    Solution for this topic

    You can try resizing 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 div.product div.images img.wp-post-image {
        max-width: 500px;
        }

    Please change the value 500 in the above code to whatever size you want to set.

    Could you please share me the page URL or the screenshot of template that you want to use so that i can help you to achieve it?

    in reply to: Export templates

    You are most welcome here 🙂

    Hi @NorthumbrianTin,

     

    Thank you for your question.

     

    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

     

    .sh-footer-widgets .sh-portfolio-widget-item .sh-ratio-content,
    .sh-footer-widgets .sh-recent-posts-widgets-item-thumb {
        border-radius: 100%;
        overflow: hidden;
    }

     

    Best regards,
    Shufflehound team

    in reply to: border radius

    Solution for this topic

    Hi @NorthumbrianTin,

     

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

     

    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

     

    .woocommerce ul.products li.product,
    .woocommerce ul.products li.product .sh-woo-post-content-container{
        bottom: 0;
     transition: 0.3s all ease-in-out;   
    }
    
    .woocommerce ul.products li.product:hover .sh-woo-post-content-container{
     box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.06);
     }
    
    .woocommerce ul.products li.product:hover{
        bottom: -4px;
    }

     

    Best regards,
    Shufflehound team

    in reply to: Images on hover

    Hi @flowergirl1343,

     

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

     

    The procedure is same like other themeforest themes as described on the following page.

     

    https://support.fruitfulcode.com/hc/en-us/articles/204522297-How-to-update-theme-from-Themeforest

     

    Alternatively you can download below latest version of theme and install it using this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/

     


    Please login to access this file

     

    Best regards,
    Shufflehound team

    in reply to: Trouble updating

    Hi @eemilyy,

     

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

     

    I am not sure exactly what you want to achieve so could you please share me the screenshot of how you want it to display?

     

    Also if possible please share me the page URL where it is displaying.

     

    Best regards,
    Shufflehound team

    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 you can try resolving the issue 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

     

    #lightcase-overlay {
        z-index: 9999;
    }
    #lightcase-case {
        z-index: 9999;
    }
    in reply to: Lightbox issues

    It is working fine on my test site.

     

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

    in reply to: Collapse Menu onClick

    Awesome great to see you got that resolved.

     

    Have a fantastic day!

    Solution for this topic

    Please use below custom CSS code to achieve this.

     

    .sh-footer-widgets .widget_nav_menu ul {
        list-style: none;
        padding: 0;
    }
    
    .sh-footer-widgets .widget_nav_menu h3 {
        font-weight: 600;
        }
    in reply to: Customise Footer

    Hi @SarahS,

     

    Sorry to hear of the problem you are having.

     

    I can see you are using older version of theme on your site so please update it to the below latest version.

     


    Please login to access this file

    Are you facing the same issue on your iPad with our demo site here https://gillion.shufflehound.com/ ?

     

    Please also test it using different browser on your iPad.

     

    Best regards,
    Shufflehound team

Viewing 20 posts - 22,921 through 22,940 (of 26,111 total)