Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 22,181 through 22,200 (of 26,111 total)
  • Author
  • Solution for this topic

    Hi Stefan,

     

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

     

    Yes you can modify that page by adding the search.php file in the Jevelin child theme and then customise it however you want to.

     

    Best regards,
    Shufflehound team

    Hi @diogosalema,

     

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

     

    It is managed by Youtube so you can contact directly to them here https://www.youtube.com/t/contact_us to get help to remove them.

     

    Best regards,
    Shufflehound team

    Hi @AlexGirardi,

     

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

     

    As @muzammil described above you can achieve that as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

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

    Hi @payday,

     

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

     

    It depends on your site server performance but generally it doesn’t take this much time.

     

    Are you using One Click Demo Import or Demo Content Install?

     

    We recommend to use One Click Demo Import.

     

    Best regards,
    Shufflehound team

    You are most welcome here 🙂

    Hi @ceesay,

     

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

     

    We can achieve this developing custom CSS code.

     

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

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Hi @samv,

     

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

     

    You can make it responsive 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

     

    @media (max-width: 800px){
    div#video-player-38f83a8f7d752022e00ca4e724b2f26b {
        width: 100%;
    }
    }
    

     

    Best regards,
    Shufflehound team

    Yes 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 use full functionality of plugin until you purchase it.

    @williasl16 That is what we have said above that it is not located there.

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

    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

     

    .woocommerce-page table.cart .product-remove,
    .woocommerce-page table.cart .product-subtotal {
        display: block;
    }
    
    .woocommerce form #billing_email_field {
        float: left;
        width: 100%;
    }
    
    
    .woocommerce form .form-row .checkbox span {
        float: left;
        line-height: 1;
        padding-left: 15px;
    }
    
    #simpleselect_billing_country {
        display: none;
    }

    Hi @samv,

     

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

     

    You will find it above Item purchase code as described in the following page.

     

    https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code-

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Hi Jon B,

    Sorry to hear of the problem you are having.

     

    This seems causing by new Unyson plugin update so please make sure to use latest version of Unyson plugin and update its extensions as described in the following topic.

     

    https://support.shufflehound.com/forums/topic/unyson-update-breaks-theme/#post-10097

     

    Best regards,
    Shufflehound team

    Also, is there a way to disable showing an Author on the blog posts?

    If you are talking about Author additional box displayed below blog post then you can disable it unchecking the theme option “Author additional information box” as shown in the attached screenshots.

     

    If you are talking about author named displayed in the post meta then you can hide 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

     

    span.post-meta-author {
        display: none;
    }
    Attachments:
    You must be logged in to view attached files.
    in reply to: Social Share Buttons

    As you have said the site is not accessible for me and just displaying the message “Centro OIDA – Sito in costruzione” so would you mind if i log in to your site and access it? 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 There,

     

    I hope you are well today and thanks for posting here.

     

    Yes the plugin will be updated in the theme in the next version of theme.

     

    You can’t update it as you have not purchased the plugin but using the plugin bundled with theme.

     

    Best regards,
    Shufflehound team

    in reply to: WP Bakery Page Builder

    It seems you may be using DPI scaling so could you please try uploading 2 to 3 times larger image and set manual logo height smaller?

    We’ll do the same on demo site shortly.

    Solution for this topic

    I couldn’t confirm the issue but you can try resolving 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

     

    a.header-logo-container.sh-table-small {
        display: block;
    }

    Hi @zeynlambat,

     

    I hope you are well today and thanks for posting here.

     

    I tried to troubleshoot the issues on your site but i don’t find any product to add in the cart https://www.zainfit.com/apparel/ to reproduce the issue.

     

    Please advise.

     

    Best regards,
    Shufflehound team

    The menu when clicked a few times the site hangs and then crashes (I get a message to wait or kill page).

    This is recurrent when I try on any mobile device.

    Are you having the same issue on our following demo site?

     

    https://jevelin.shufflehound.com/

     

    On Safarri browser(I phone devices) when I try to enter text in the input box, it is not visible. I can type in the box but it is not visible but when I copy that text and paste it in another place  (not on the website)it shows. please revert me as soon as possible thanks for your support.

    You can try resolving 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

     

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="date"],
    select {
        color: #1d1c1c !important;
    }

    Hi @tmattevc,

     

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

     

    To modify the category page, you have to copy the theme index.php file in to jevelin child theme and rename it to category.php then you can customise this file code however you want to.

     

    Best regards,
    Shufflehound team

Viewing 20 posts - 22,181 through 22,200 (of 26,111 total)