Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 25,461 through 25,480 (of 26,111 total)
  • Author
  • You are most welcome here 🙂

    Could you please check it now?

     

    I have just removed the Blog template from your Publications page as shown in the attached screenshot.

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

    Yes please use the below CSS code for mobile menu button.

     

    html .menu-item a {
        background: transparent !important;
    }

    No you don’t need to buy another licence to try to have a solution. You are using WPML Multilingual CMS plugin to translate it so you can ask this question in their support forum here https://wpml.org/forums/forum/english-support/

    Please try using below custom CSS code to resolve menu background transparency issue.

     

    
    .sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
        background: transparent !Important;
    }

    You are most welcome here 🙂

    Hi @energy74,

     

    I hope you are well today.

     

    This question is related to polylang plugin so please ask it in the polylang plugin support here https://wordpress.org/support/plugin/polylang

     

    Best regards,
    Shufflehound team

    in reply to: Polylang menu issue

    Solution for this topic

    Hi @intelligym,

     

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

     

    You can make the shortcode work in the  Copyright Text field by using the attached custom child theme of Jevelin theme that contains some custom code.

     

    Best regards,
    Shufflehound team

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

    It seems this is happening on your site because you are using older version 2.3.0 of theme on your site please try using latest version of it by downloading it from below.

     


    Please login to access this file

    You are most welcome here 🙂

     

    To help us keep support thread separates could you please create new thread for each of your other questions here https://support.shufflehound.com/forums/forum/jevelin/  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.

    Solution for this topic

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

    .sh-pricing  span.sh-pricing-currency {
        right: -20px;
        font-size: 60px;
        font-weight: bold;
        top: 0;
    }

    I have tested it on your shared site but the iconboxes are not blinking.

     

    Could you please tell me which browser you are using and test it on different browser?

    in reply to: Social media

    Hi Marcelo,

     

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

     

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

     

    Best regards,
    Shufflehound team

    Awesome great to see you got that fixed.

     

    Please advise if you have more questions.

     

    Have a fantastic day!

    I visited your shared site and saw you are using older version 2.2.2 of theme on your site and not latest version 2.4.0 of it.

     

    Please use the latest version of theme attached above.

    in reply to: Social media

    Solution for this topic

    You can try achieving 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-copyrights-style1 {
        height: auto;
    }
    .sh-copyrights-text {
        line-height: 35px !important;
    }
    
    @media (max-width: 355px){
        .sh-copyrights-social a {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
    }

    Hi Marcelo,

     

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

     

    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.”?

     

    It is an issue related to Slider Revolution plugin and you can get support for this on the following pages.

     

    https://www.themepunch.com/support-center/

    https://themepunch.ticksy.com/

     

    Best regards,
    Shufflehound team

    Awesome great to see you got that fixed.

     

    Please advise if you have more questions.

     

    Have a fantastic day!

    Thank you for sharing the site details which is now accessible for me.

    The excerpt is still messy like this, would you please look at it for me? It is visible on this page.

    I could confirm the issue on your site but it is working fine for me on my test site using same settings on your site and latest version of theme.

     

    It seems you are using older version 2.2.2 of theme on your site and not latest version 2.4.0 of it so please try using latest version of theme by downloading it from below.

     


    Please login to access this file

     

    Also I found that the timeline problem isn’t caused by another plugin.

    Actually it is caused by same content timeline plugin as it doesn’t contain the required js file http://www.rensvandeschoot.jvhwebsite.nl/wp-content/plugins/content_timeline/js/frontend/jquery.mCustomScrollbar.concat.min.js as shown in the attached screenshot so please contact the plugin developer regarding this.

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

    Solution for this topic

    Hi @kylemcneir,

     

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

     

    All my pages are using Header 2. The 404 Page is using another header, and breaks my menu if/when it is displayed. Where/how can I control the header for the 404 page. I already have a child theme, so a modification in that would probably be best.

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

    function jevelin_header_layout() {
        $header_layout1 = esc_attr( jevelin_post_option( jevelin_page_id(), 'header_layout', '1' ) );
        $header_layout2 = esc_attr( jevelin_option( 'header_layout', '1' ) );
    
        if( !is_search() && !is_singular('product') && !is_archive() && !is_home() && !is_404() ) :
    	return ( isset($header_layout1) && $header_layout1 && $header_layout1 != 'default' ) ? $header_layout1 : ( ( isset($header_layout2) && $header_layout2 ) ? $header_layout2 : '1' );
        else :
    	return $header_layout2;
        endif;
    
    }

     

    Second. Is there a way to have the contact form, upon submission, take the user to a separate, thank you page, rather than just displaying the text inline? It is my opinion this is a more elegant solution, where you can provide additional calls to actions.

    Currently the contact form element doesn’t have this option so to achieve this you have to use different contact form using following plugins.

     

    https://wordpress.org/plugins/contact-form-7/

    https://wordpress.org/plugins/contact-form-7-success-page-redirects/

     

    Best regards,
    Shufflehound team

Viewing 20 posts - 25,461 through 25,480 (of 26,111 total)