Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 25,721 through 25,740 (of 26,111 total)
  • Author
  • Solution for this topic

    You can use the below CSS code to remove the category and grey line.

    body.home .post-meta.post-meta-two{
        display: none;
    }
    in reply to: Jevelin Questions

    Solution for this topic

    I could confirm it using firefox browser and it is happening because when we reduce the browser width the nav menu items don’t have enough space so it moves to bottom as shown in the attached screenshot.

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

    Hi @SACRED2017,

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

    You can try achieving this 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: Edit Text in Cart Page

    You are most welcome here 🙂

    We can achieve this by developing custom CSS code.

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

    We are working on it and will implement it in the theme ASAP. We will notify you here when it will be implemented.

    in reply to: Infinite scroll

    Hi @windsocks,

     

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

     

    It seems you are facing the same issue as discussed in the following topics.

     

    https://support.shufflehound.com/forums/topic/unable-to-create-proportionate-cards/#post-1365

    https://support.shufflehound.com/forums/topic/column-margin-problem/#post-956

     

    So to resolve the issue could you please share me your site URL where it’s displaying so that i can help you?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Please use the below custom CSS code to disable comments on home page.

    body.home .post-meta-two .sh-columns.post-meta-comments .post-meta-comments {
        display: none;
    }
    in reply to: Jevelin Questions

    Hi @ddewit,

     

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

     

    I see an option to dis- or enable pagination for blog posts. If pagination is disabled does this mean the blog uses infinite scroll instead?

    No

    If not will this be supported in future?

    Yes we have added it in our to do list so that it will be implemented in the future version of theme.

     

    Best regards,
    Shufflehound team

    in reply to: Infinite scroll

    Hi G,

     

    Thanks for posting here.

     

    I have tested it on your shared site by resizing the browser width and it is working fine for me as shown in the attached screenshot.

     

    Which browser are you using?

     

    Could you please try tasting it on different browser?

     

    Best regards,
    Shufflehound team

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

    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

    .post-container span.sh-popover-mini {
    left: 195px;
    }

    Even after your suggestions, some of my elements like tabs and accoridons do not work – they have the internal server error

    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 on the email id [email protected] and then notify me on this topic?

    Some of my demo landing pages (like wedding) don’t work – they get a 404 error (link to example:http://jonedquist.com/hello )

    It seems you are talking about different home page templates which works  on our demo site because we have used there multisite.

     

    I don’t think you need to use multiple home page templates on your single site and on demo site it is only for display purpose but if you still want to use it then use the latest version of theme from http://support.shufflehound.com/download/jevelin-beta and create pages for each of those template and import the appropriate template for those pages from visual page builder as shown in the attached screenshot.

     

    Also 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.

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

    Hi Julien,

     

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

     

    You can try achieving this by using the attached small plugin specially developed for you that contains some custom code.

     

    Best regards,
    Shufflehound team

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

    Hi @cmurockstar,

     

    Thank you for your  another question.

     

    No it is hard to achieve so instead please create content as following

     

    IMAGE  – CONTENT
    IMAGE  – CONTENT
    IMAGE – CONTENT

    Then on desktop we can try displaying it as following developing custom CSS code.

     

    IMAGE  – CONTENT
    CONTENT – IMAGE
    IMAGE – CONTENT

     

    Best regards,
    Shufflehound team

    Solution for this topic

    thanks. Although there is a small jump of few pixels. (http://highlife-studios.de/)

    To resolve it try using the below CSS code instead of above shared CSS code.

    .sh-sticky-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
        padding-top: 15px;
        padding-bottom: 15px;
        max-height: none;
        transition:none;
    }
    #page-container .sh-header.sh-sticky-header {
     border-bottom: 0 !important;
    }
    

    Also: I am wondering about the sized down logos beneath the slider. The quality seems to be worse than at an ordinary wordpress page. May this somehow have been affected by your theme?

    This is because you are using too large images for the logo as following so please reduce its size and also remove the white space around it.

    http://highlife-studios.de/wp-content/uploads/2016/01/hiscox.png

    You are most welcome here 🙂

    You are most welcome here 🙂

    You can try achieving both of this by configuring theme blog settings as shown in the attached screenshots.

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

    Hi Alexander,

     

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

     

    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-sticky-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
        padding-top: 15px;
        padding-bottom: 15px;
        max-height: none;
        transition:0;
    }

     

    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 as displayed in the attached screenshot.

     

    Please make sure you are using latest version of theme. You can get it from http://support.shufflehound.com/download/jevelin-beta/

     

    There are various reasons why the Internal Server Error occurs but you can resolve it as described in this tutorial “How to fix Internal Server Error“.

     

    Best regards,
    Shufflehound team

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