Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 24,301 through 24,320 (of 26,111 total)
  • Author
  • The buttons are already displaying centre aligned on both mobile and desktop on your shared site as shown in the attached screenshot.

     

    Please advise.

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

    Actually i don’t see that warning message on my test site even setting WP debug to true but i saw the theme file that you are referring and could confirm logical error therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    Thank you for notifying the issue. Your help here is really appreciated.

    In the meanwhile to fix the issue edit the theme file /inc/templates/render_css.php on line number 44 and remove the code  + 30 from it.

    You are most welcome here 🙂

    You are most welcome here 🙂

    One more thing, is there a way to force that when loading this testimonial component will be on the center? At the moment when entering a page for the first 2, 3 seconds it’s on the left and then when autoplay hits it’s moved to the center.

    This is happening because you are using slider in the tabs which is Unyson plugin issue.

    Solution for this topic

    Hi Sophie,

     

    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

     

    .sh-single-image-overlay {
        background-color: rgba(0, 144, 243, 0.8);
    }

     

    Best regards,
    Shufflehound team

    Hi @shanticfm,

     

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

     

    You can either always display full image 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-top {
        background-size: contain !important;
        background-repeat: no-repeat;
    }

     

    Or you can change its position using following custom CSS code instead of above.

     

    .sh-pricing-top {
       background-position: 80% 50% !important;
    }

     

    Best regards,
    Shufflehound team

    I could confirm the issue on my test site that if no logo is set then the default theme logo is displayed instead of removing logo 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 removing the logo 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

     

    .header-logo {
        display: none;
    }

    The above shared code just allows you to upload SVG images on your site but the theme currently doesn’t support SVG image as a logo so you have to develop more custom code to use it as a logo.

     

    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

    You are most welcome here 🙂

    Hi @stephaniefelker,

     

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

     

    Not sure which image you are referring so could you please share me the page URL from your site where it is displaying so that i can help you to change it?

     

    Best regards,
    Shufflehound team

    I visited your shared site but don’t see it is displayed anywhere as shown in the attached screenshot.

     

    Please advise.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Edit Widget Layouts?

    Solution for this topic

    Hi Muriel,

     

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

     

    The short and clear answer is that it is not possible to import predefined slider templates from theme bundled slider revolution plugin.

     

    If you have not purchased this plugin and using the plugin bundled with the theme then you are not direct customer of that plugin so can not update that plugin until it is updated in the theme or use any slider template.

     

    Best regards,
    Shufflehound team

    Hi Susie,

     

    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

     

    .sh-titlebar .titlebar-title h1 {
        visibility: hidden;
    }

     

    Best regards,
    Shufflehound team

    You are most welcome here 🙂

    Hi @Toni,

     

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

     

    Not sure exactly what you are trying to achieve so please describe it a bit more in detail.

     

    Could you please share me your site URL so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    Hi @urbansurfers,

     

    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 not displaying correctly so that i can troubleshoot it?

     

    Best regards,
    Shufflehound team

    Hi B ,

     

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

     

    How can i setup that the Blogpage is in full width. (only the Blog page)

    In the Theme Settings i can Setup a Blog Title. How i can change it to the Pagename. I tryed to create a Shortcode that shows “the_title();” but it doesnt work in the blog title.

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

     

    I want to modify the content.php from your theme. How do I make it, that I have this file only in the Childtheme? (that i can still update your theme)

    Yes copy and add that file in the child theme of Jevelin theme so that you can modify it without affecting theme updates.

     

    Best regards,
    Shufflehound team

     

     

    in reply to: Blog page full width

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

    Hi Willy,

     

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

     

    It seems this is happening because of WP Rocket cache plugin you are using on your site so please try clearing its cache or temporary disabling it.

     

    Best regards,
    Shufflehound team

    Hi @abdullah,

     

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

     

    We can try doing this developing custom CSS code but when i tried to access your site, it is not accessible and displays error message “This site can’t be reached”

     

    Please advise.

     

    Best regards,
    Shufflehound team

Viewing 20 posts - 24,301 through 24,320 (of 26,111 total)