Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 24,421 through 24,440 (of 26,111 total)
  • Author
  • Solution for this topic

    Hi Marcin,

     

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

     

    You can achieve this by adding following custom code in the functions.php file of your child theme.

     

    function add_custom_scripts_icon_box(){ ?>
    	<script type="text/javascript">
    		jQuery(document).ready(function( $ ){
    			$( '.sh-iconbox-title a' ).attr( 'target', '_blank' );
    		});
    	</script>
    <?php }
    add_action('wp_footer', 'add_custom_scripts_icon_box', 99 );

     

    Best regards,
    Shufflehound team

    Hi @eclecticmediani,

     

    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.

     

    There are various reasons why Internal server error occurs but you can resolve it as described in the following page.

     

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

     

    Best regards,
    Shufflehound team

    This is not the problem. The border is a part of theme design but if you want to remove it then you can do so 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 .sh-header {
        border-bottom: 0 !important;
    }

    Solution for this topic

    Hi @shanticfm,

    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

     

    .page-id-3205 .sh-column-3e8be2ce37ab2935036ab58a2d5b7fa3 .sh-pricing-button {
        margin-top: 24px;
    }

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Hi @shanticfm,

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

     

    You can disable it from Slider Revolution settings as described on the following page.

    https://www.themepunch.com/revslider-doc/navigation/

     

    Best regards,
    Shufflehound team

    Hi @christiaanvr,

     

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

     

    I don’t see W3 Total Cache is enabled on your shared site.

     

    Please make sure you have activated and properly configured it.

     

    Large media files and Google map also slow downs site speed as it takes more time to load.

     

    Also please refer the information provided on the following pages to optimise your site.

     

    https://codex.wordpress.org/WordPress_Optimization

    https://techtage.com/speeding-up-wordpress-sites/

    https://gtmetrix.com/wordpress-optimization-guide.html

     

    Best regards,
    Shufflehound team

    in reply to: Speed up the theme

    Hi @SjoerdGerritsen,

     

    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

     

    li.sh-list-item {
        font-size: 16px;
    }

     

    Best regards,
    Shufflehound team

    in reply to: Font size lists

    You can pad to the right 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

    @media (min-width: 1027px){
    .header-standard-position .sh-nav-container ul {
        margin-right: 80px;
    }
    }

    You are most welcome 🙂

    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.

    You are most welcome here 🙂

    in reply to: Enlarge tabs font

    We have to style contact form 7 by developing custom CSS code.

     

    Could you please tell me how you want it to style so that i can help you?

    Instead of sending email you can  share 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.”

    Now your site is displaying another error message as shown in the attached screenshot.

     

    Have you made any changes in the theme files?

     

    If not then please delete and reinstall latest fresh version of Jevelin theme.

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

    No it is not possible without custom coding.

     

    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

    To make it also work on mobile devices please use the following CSS code instead of above shared CSS code.

     

    #page-container .sh-tabs-filter li a {
        font-size: 14px;
    }
    in reply to: Enlarge tabs font

    Hi @jburleson,

     

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

     

    Could you please share me the screenshot of where you have set left sidebar to blog page so that i can troubleshoot it?

     

    You can set left sidebar to blog page 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

     

    body.blog #content.content-with-sidebar-right {
        width: 73%;
        padding-left: 2%;
        float: right;
    }
    body.blog #sidebar.sidebar-right {
        float: left;
        width: 25%;
    }

     

    Best regards,
    Shufflehound team

    in reply to: Can't Use Left Sidebar

    Hi @Fama,

     

    Sorry to hear of the problem you are having.

     

    Could you please tell me where the lightbox displays on your shared site?

     

    Also please check whether it works fine after temporary disabling Revolution slider plugin.

     

    Best regards,
    Shufflehound team

    in reply to: Lightbox problem

    Hi B,

     

    Thank you for your questions.

     

    How can i remove the border from the Picture (see Picture) only in the second header

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

    How can i setup the Background color from the “first” header?

    I am not sure what you want to achieve here so could you please describe it a bit more in detail?

     

    Best regards,
    Shufflehound team

    Sorry currently don’t have any ETA but we are working on it to resolve ASAP.

    No other solution currently.

    Could you please tell me what you have tried and share the screenshot of your post excerpt field?

    in reply to: Blog Post Excerpt
Viewing 20 posts - 24,421 through 24,440 (of 26,111 total)