Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 23,001 through 23,020 (of 26,111 total)
  • Author
  • Hi @SarahS,

     

    Thank you for your questions.

     

    Is it possible to add image links to the navigation bar (like attached image)? Is it possible to add images in instead of the various social media/search etc icons?

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

     

    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

     

    And I cannot seem to get rid of the social media drop down icon (see other attached image) despite having it unchecked in the settings. I’ve tried adding the CSS that you have mentioned to other people on this forum, but had no luck getting rid of it.

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

     

    Best regards,
    Shufflehound team

    Hi @SarahS,

     

    Thank you for your questions.

     

    Adding a background image or gradient instead of just a flat colour

    We can achieve this developing custom CSS code.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

     

    Creating 4 widget areas (1 area for a logo and the other 3 widget areas for menus)

    Being able to add social media icons to the copyright area

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

     

    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

    in reply to: Customise Footer

    Hi @SarahS,

     

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

     

    We can remove it by developing custom CSS code.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to remove it?

     

    Best regards,
    Shufflehound team

    You are most welcome here 🙂

    Hi @Shawlkie,

     

    Sorry to hear of the problem you are having.

     

    I tried to access your site to install demo content but it is not accessible and just displaying loading status.

     

    Please advise.

     

    Also please note importing demo content will overwrite your site existing content so make sure to take backup of your site.

     

    Best regards,
    Shufflehound team

    Hi @marttali,

     

    I hope you are well today and thank you for your feature request.

     

    We do not maintain Unyson plugin but just this theme so we can’t implement this feature but will request Unyson plugin developer to implement it.

     

    In the meanwhile you can achieve it developing custom code.

     

    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

     

    Best regards,
    Shufflehound team

    Hi @muzammil,

     

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

     

    After activating Unyson plugin and its Backup & Demo Content extension you can get demo content in your site admin area as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

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

    Hi @Lexar13,

     

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

     

    You can delete them from WordPress categories and pages screens in admin area as described on the following pages.

     

    https://codex.wordpress.org/Manage_Categories_SubPanel

    https://codex.wordpress.org/Pages

     

    Please note even if you delete them, it will take some time to get it removed from search engine until search engine crawls your site again.

     

    The following free WordPress plugin will help you to manage what will display in search engine.

     

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

     

    Best regards,
    Shufflehound team

    Hi @B�e½,

     

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

     

    You can save the pages as templates and backup / restore the content of your site as shown in the attached screenshots.

     

    Best regards,
    Shufflehound team

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

    You are most welcome here 🙂

    It is displayed by Visual composer plugin so could you please try disabling it adding the following code at the end of your gillion child theme functions.php file.

     

    function remove_vc_prettyphoto(){
      wp_dequeue_script( 'prettyphoto' );
      wp_deregister_script( 'prettyphoto' );
      wp_dequeue_style( 'prettyphoto' );
      wp_deregister_style( 'prettyphoto' );
    }
    add_action( 'wp_enqueue_scripts', 'remove_vc_prettyphoto', 9999 );

    Solution for this topic

    Hi @socalbicyclist,

     

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

     

    I logged in to your site and removed the blog page set in your site reading settings as static page and set the blog page template to Blog as shown in the attached screenshots.

     

    It is displaying fine for me now.

     

    Could you please check it?

     

    Best regards,
    Shufflehound team

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

    Hi @pp1000,

     

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

     

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

     

    Best regards,
    Shufflehound team

    @wingman This is old topic and to help us keep support thread separates could you please create your own thread for your question instead of replying on others 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: Logo Size +Retina

    So the theme install failed because the destination folder already exists…

    You have to delete existing theme before installing it again or you can use following plugin to update your theme.

     

    https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/

     

    Can I share login details with you? Where can I find the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?

    Yes you can.

     

    in reply to: Google maps

    You are most welcome here 🙂

    Hi @tienthinhturbo,

     

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

     

    The login popup is displayed by Unyson plugin which is out of the scope of theme.

     

    You can try using captcha solutions like following to stop spam registrations on your site.

     

    https://wordpress.org/plugins/captcha/

    https://www.tipsandtricks-hq.com/implementing-captcha-on-your-wordpress-login-page-6541

     

     

    Best regards,
    Shufflehound team

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

     

    .single-post .post-thumbnail img {
        width: auto;
        min-width: auto;
    }
    
    .single-post .post-thumbnail {
        display: block;
    }
    in reply to: Featured Image Too Big

    You are always welcome here 🙂

    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 bee able see it.”?

Viewing 20 posts - 23,001 through 23,020 (of 26,111 total)