Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

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

    On your homepage you had set the different header layout so i set it to default as shown in the attached screenshot and it started working.

     

    Could you please confirm whether it is working fine for you?

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

    Hi @dalvo1,

     

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

     

    I am not sure exactly where you want to add widgets and what you have done so far so could you please share the screenshots of it so that i can help you?

     

    Best regards,
    Shufflehound team

    in reply to: footer / page widget

    Hi @Romain,

     

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

     

    You have to just click on the “Content Elements” tab as shown in the attached screenshot then you can use the Unyson page builder.

     

    Best regards,
    Shufflehound team

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

    I can see on your shared site that the section is going full width as shown in the attached screenshot.

     

    If it is not that section then could you please tell me exactly which section you are talking about?

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

    Hi Alex,

     

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

     

    Instead of using the video hosted on your site, could you please try using the video hosted on youtube?

     

    Best regards,
    Shufflehound team

    You are most welcome here 🙂

    in reply to: Hide menu on mobile

    Hi @vesna,

     

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

     

    You have to develop custom code to achieve this.

     

    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

     

    Best regards,
    Shufflehound team

    Solution for this topic

    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

     

    .wpcf7-form p:nth-of-type(1) label,
    .wpcf7-form p:nth-of-type(2) label {
        position: relative;
    }
    .wpcf7-form p:nth-of-type(1) label:before,
    .wpcf7-form p:nth-of-type(2) label:before {
        font-family: 'simple-line-icons';
        color: #47c9e5!important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        content: "\e080";
        font-size: 14px;
        padding-left: 5px;
        position: absolute;
        left: 47%;
        top: 6px;
    }

    Hi @govus,

     

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

     

    I have tested it on my test site and it’s displaying in lightbox for me using latest version of Jevelin theme as displayed in the attached screenshot.

     

    Do you not get this result?

     

    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

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

    Solution for this topic

    Hi @Thabit2017,

     

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

     

    You can resize 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-container .header-logo img {
        max-height: 150px;
    }

    Please change the size 150px in the above code to increase / decrease the logo size.

     

    Best regards,
    Shufflehound team

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

     

    div.sh-back-to-top + div {
        z-index: 9999;
    }

    Yes i could confirm the issue on your shared site but couldn’t reproduce it on my test site.

     

    I can see you are using many plugins on your site so that this can be plugin conflict issue so could you please try temporary deactivating all plugins except Visual Composer plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any?

    Hi @SessHoll,

     

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

     

    Could you please share the screenshots of your site timezone settings and where on your site the wrong time is displaying and what is your expected time?

     

    Also 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 @hakorel,

     

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

     

    I can see it is symmetrically aligned in your shared screenshot and also on your site so could you please tell me a bit more in detail about the issue so that i can help you?

     

    Best regards,
    Shufflehound team

    Are you modifying page layout or blog style as shown in the above screenshot?

     

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

    Solution for this topic

    You can remove that effect by using the below CSS code.

     

    .post-gallery-item .post-overlay {
        opacity: 0 !important;
    }

    You are most welcome here 🙂

    You are always welcome here 🙂

    Awesome great to see you got that resolved.

     

    Please advise if you have more questions.

     

    Have a fantastic day!

    in reply to: Update to 1.3.3

    The issue is resolved in the below latest version of theme so please update the theme on your site to resolve it.

     


    Please login to access this file

     

    You can update it by either deleting existing theme and then install latest theme version of it or use the following plugin to update the theme.

     

    https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/

     

    After activating the above plugin just install the downloaded theme on your site.

     

    You won’t lose your site content after updating the theme.

Viewing 20 posts - 21,721 through 21,740 (of 26,111 total)