Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 23,361 through 23,380 (of 26,111 total)
  • Author
  • 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

     

    body.single h1.post-title {
    text-align: center;
    }

     

    in reply to: Post Title Alignments

    I troubleshooted it and found it is actually WPML function icl_get_languages issue that is not returning languages on custom post type like portfolio so please contact WPML plugin support regarding this to resolve the issue.

    Thank you for sharing the details.

    I tried various options but it is not working without username so instead please try using following plugin to display contact form on your site.

     

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

    Until the issue gets resolved in the theme, you can resolve it by using attached child theme of Jevelin theme that contains some custom code.

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

    Glad you achieved this by using premium WPML plugin.

     

    You are always welcome here 🙂

    in reply to: Change footer language

    In the icon-box style you have used the link it hyperlinked to the bottom text as shown in the attached screenshot.

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

    Hi Stefan,

     

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

     

    You can change this text by using following plugin and configuring its settings.

     

    https://wordpress.org/plugins/real-time-find-and-replace/

     

    Best regards,
    Shufflehound team

    Hi @Youwishyouhadthis,

     

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

     

    I’ve been building out my site and got all the products up on the homepage with the recent products shortcode. When the window is fullscreen, all the products show up in properly aligned rows of 4. When the window is more narrow, the alignment goes all out of whack and there are rows with one product, rows with two products, etc.

     

    Why is this happening and how do I get it to maintain properly aligned rows no matter the screen size?

    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

     

    .sh-woocommerce-products .woocommerce ul.products li.first {
        clear: both!important;
    }

     

    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.

     

    Best regards,
    Shufflehound team

    Solution for this topic

    It is not post content but page content so for pages you have to use below custom CSS code.

     

    #page-container .page-content p:not(:last-child) {
        margin-bottom: 25px;
    }

    Sorry currently we don’t have any ETA but we are trying hard to resolve all the theme issues ASAP.

    Sorry this is not possible to achieve without developing custom code.

    I don’t get it on my test site so 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 @sofia_manso,

     

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

     

    Sure we can align it developing custom CSS code so could you please share me your site URL where it’s displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    in reply to: Post Title Alignments

    Hi @test2,

     

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

     

    • Remove Pinterest sharing

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

     

    .jssocials-share.jssocials-share-pinterest {
        display: none;
    }

    • Add in Linkedin sharing
    • Add Email Sharing (if possible)

    To achieve this you have to develop custom code. Instead you can just disable this functionality from post settings and use any free WordPress plugin to achieve it.

     

    Best regards,
    Shufflehound team

    Hi @razzi,

     

    Thank you for your questions.

     

    Could you please share me your site URL so that i can answer your questions specifically?

     

    Also to help us keep support thread separates could you please create new thread for each of your questions instead of asking them in your single thread as it makes the thread messy and hard to read. This will also help other forum users.

     

    If you want to you can also add reference of this thread in your newly created thread.

     

    Best regards,
    Shufflehound team

    in reply to: Diverse questions

    Your all questions are most welcome in this forum 🙂

    No that is not the case please see the attached screenshot to know what i am getting.

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

    Hi @lmissenda,

     

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

     

    Best regards,
    Shufflehound team

    Hi @simonvanderleek,

     

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

     

    First of all please copy the generated inline CSS code and add it in the style.css file of your child theme then copy the following theme file in your child theme in the same directory path and remove all code from that file except opening php tag.

     

    /jevelin/inc/templates/render-css.php

     

    Best regards,
    Shufflehound team

    I logged in to your site and just set your logo as Header Light Logo Version as shown in the attached screenshot and it started displaying fine.

     

    Now you have to set dark logo for remaining two logo options.

    Attachments:
    You must be logged in to view attached files.
Viewing 20 posts - 23,361 through 23,380 (of 26,111 total)