Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 21,841 through 21,860 (of 26,111 total)
  • Author
  • Solution for this topic

    Hi @zeynlambat,

     

    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

     

    #page-container .primary-mobile-light .sh-header-mobile.sh-sticky-mobile-header-active {
    background-color: #fff !important;
    }

     

    Best regards,
    Shufflehound team

    Hi @zeynlambat,

     

    Thank you for your question.

     

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

     

    .primary-mobile-light .sh-header-mobile .header-logo img {
        height: 50px !important;
    }

     

     

    Best regards,
    Shufflehound team

    Hi @zeynlambat,

     

    Thank you for your question.

     

    It is displaying fine for me as shown in the attached screenshot.

     

    Please test it clearing your browser cache or using different browser.

     

    Best regards,
    Shufflehound team

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

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

     


    Please login to access this file

     

    If the issue still persists 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 bee able see it.”?

    Hi @imcaecus,

     

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

     

    You have to develop custom code in the child theme of Jevelin theme to achieve this.

     

    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

    You are always welcome here 🙂

    in reply to: Calendar Plugins

    Awesome great to see you got that found.

     

    Please advise if you have more questions.

     

    Have a fantastic day!

    Solution for this topic

    You can centre align 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

     

    #content .sh-pagination {
        display: table;
        margin: 0 auto 15px;
    }

    Awesome great to see you got that found.

     

    Please advise if you have more questions.

     

    Have a fantastic day!

    in reply to: Calendar Plugins

    You are most welcome here 🙂

    Please try using below custom CSS code to make it full width.

     

    body.search #sidebar {
    display: none;
    }
    body.search #content {
    width: 100%;
    }
    body.search  #page-container .content-with-sidebar-left .blog-style-masonry article,
    body.search  #page-container .content-with-sidebar-right .blog-style-masonry article {
    width: 49%;
    }

     

    If you have any more questions then 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.

    I am using latest version of Unyson plugin along with theme on my test site without any issue.

     

    Please make sure to use latest version of Unyson plugin and update its extensions as described in the following topic.

     

    https://support.shufflehound.com/forums/topic/unyson-update-breaks-theme/#post-10097

     

    Also please see whether deactivating all other plugins except Unyson resolves the issue which will help us to get to the bottleneck of the issue.

    No i didn’t get it so please share it again and also sent it on [email protected]

    Hi @lushcreative,

     

    Sorry to hear of the problem you are having.

     

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

     


    Please login to access this file

     

    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.

     

    Best regards,
    Shufflehound team

    It seems this is happening because some above shared CSS code is not working so please try using below CSS code instead of above shared CSS code.

     

    body.search #sidebar,
    body.archive #sidebar {
    display: none;
    }
    body.search #content,
    body.archive #content {
    width: 100%;
    }
    #page-container .content-with-sidebar-left .blog-style-masonry article,
    #page-container .content-with-sidebar-right .blog-style-masonry article {
    width: 49%;
    }

    Glad you managed to achieve it and thanks for helping out here in this forum by sharing the solution.

     

    Your help here is really appreciated.

    in reply to: TinyMCE Custom Styles

    Thanks for the tip! It’s Header 2 now.

    I just resaved header 2 style on your site and it seems working fine now but in some pages you have set header 1 as shown in the attached screenshot which you have to change to “Default (from theme options)” .

     

    Any tips on how to custom code the top right bar and replace the social media icons with a custom button?

    You have to copy the function jevelin_social_media from theme /jevelin/inc/helpers.php and paste it in jevelin child theme functions.php file to customize it.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Customize Header Bar

    Thank you.

     

    I got the site credentials and configured the portfolio content element on my site the same way as your site and it is working fine without any issue.

     

    You are using older version of theme on your site which may be causing this problem so could you please try using following latest version of it?

     


    Please login to access this file

    We can make it full width by developing custom CSS code but i don’t see it on your shared site.

     

    Please advise where you are using it.

    in reply to: help to colums

    Hi @joshlyons,

     

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

     

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

     

    Best regards,
    Shufflehound team

Viewing 20 posts - 21,841 through 21,860 (of 26,111 total)