Shufflehound Support profile

Home Forums Shufflehound Support

Forum Replies Created

Viewing 20 posts - 25,181 through 25,200 (of 26,111 total)
  • Author
  • Hi Ben,

     

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

     

    Could you please tell me regarding which white space you are talking about so that i can help you?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Please try using the below custom CSS code instead of above shared.

     

    #content > .fw-page-builder-content > section.sh-section {
        padding-top: 0;
    }

    You can share it 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.” when you reply to this topic.

    Solution for this topic

    Can I remove the breadcrumbs from just the main page of the blog?

    Use the below custom CSS code to achieve this.

     

    body.home div#breadcrumbs {
        display: none;
    }

    You are most welcome here 🙂

    Is there any reason I can’t install Visual Composer with Javelin installed? Will Unison Page Builder and Visual Composer conflict?

    Yes they may conflict.  Please see the following topic related to it.

     

    https://support.shufflehound.com/forums/topic/plugin-unyson-conflicting-with-plugin-visual-composer/

    You are most welcome here 🙂

    Hi Reuben,

     

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

     

    I could confirm the same issue on my test site and it seems the contact form doesn’t work in the Unyson plugin accordion.

     

    It is two plugins issue so we can’t do anything in it.

     

    May be you can resolve this issue by developing some custom code but developing custom code for custom functionality is beyond the scope of support that we provide here.

     

    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

    Hi @austind,

     

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

     

    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

     

    body.blog .post-meta-thumb:hover .sh-overlay-style1 {
        opacity: 0;
    }
    
    body.blog .post-meta-thumb:hover img {
        transform: none;
        -webkit-transform: none;
    }
    
    body.blog .masonry-shadow .post-item:hover .post-container {
        box-shadow: none;
        bottom: 0;
    }
    
    .search-form.sh-sidebar-search-active .search-field:hover, 
    .search-form.sh-sidebar-search-active .search-field:focus {
        border-color: #ddd!important;
        background-color: #fff!important;
    }
    
    div#breadcrumbs {
        float: left;
    }

     

    Best regards,
    Shufflehound team

    I was able to turn off the author in the settings, but that  also has a problem. When you turn off the author…it still says “By”, but no name shows up. You may want the developers to look at this as well. as I believe turning off the author should remove the “By” as well.

    I have notified this also to the theme developer.

     

    Since I already have a child theme, I am not sure how to combine two child files.

    I will look it up, unless you wish to provide instruction.

    From the shared child theme just copy the whole inc directory including inside its files and folders in to your child theme directory and if the inc directory already exists in your child theme then just copy the missing files and folder in it.

    Hi @sunline25,

     

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

     

    You can remove that space 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-section-22112af5d185c121aea73a2abd01d041 {
        padding-top: 0;
    }

     

    Best regards,
    Shufflehound team

    Hi Ben,

     

    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

     

    .single-product .sh-woo-layout-left,
    .single-product .sh-woo-layout-right {
        width: 100%;
    }
    .single-product .woo-short-description div img {
        clear: both;
    }

     

    If you do not want to display left side image then also use the below CSS code.

     

    .single-product .sh-woo-layout-image {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    Solution for this topic

    1/ How can I also have this padding to the product page? When I add padding: 160px 0; to .single-product.postid-8594 .sh-titlebar it’s way too big.

    To add padding to the product page try using the below CSS code. You can change the value 160 in the below code to change size of padding.

     

    .single-product #page-container .sh-titlebar {
        padding: 160px 0;
    }

    2/ How can I add more then one? What’s the best way, let’s say 8595 and 8596 with the same image? Can I combine it to clean a bit my css ?

    To use same image on the pages you can use CSS code as following.

     

    .single-product.postid-8594 .sh-titlebar,
    .single-product.postid-8595 .sh-titlebar,
    .single-product.postid-8596 .sh-titlebar {
        background-image: url(//www.worldofpixels.be/wp-content/uploads/2016/03/pexels-photo-v270221.jpeg);
    }

     

    If you want to use same image on all product pages then use the below CSS code.

     

    .single-product .sh-titlebar {
        background-image: url(//www.worldofpixels.be/wp-content/uploads/2016/03/pexels-photo-v270221.jpeg);
    }

    Glad the official e-mail configuration is working.

     

    To make the contact form email work 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.”?

    It is working on my test site. Please share me the exact screenshot of how you have used it.

    in reply to: Translation issues

    You are most welcome here 🙂

    If it does not work with default WordPress theme then it is that plugin issue and not theme issue so please contact the plugin developer regarding this. Please see our scope of theme support here https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

    Now I just have to have the same height as the shop page (if you want to please):

    http://www.worldofpixels.be/shop/

    Try using below CSS code to achieve this.

     

    .archive.tax-product_cat .sh-titlebar .sh-table {
        padding: 160px 0;
    }

     

    And can you also adapt the code so I have the same on my product page belonging to that category, example onhttp://www.worldofpixels.be/product/1/, http://www.worldofpixels.be/product/2/, and so on ?

     

    We can not find out using CSS code whether the product belongs to that category but you can set image to the products separately by using the below CSS code 8594 is product ID.

     

    .single-product.postid-8594 .sh-titlebar {
        background-image: url(//www.worldofpixels.be/wp-content/uploads/2016/03/pexels-photo-v270221.jpeg);
    }

     

    PS: I can also see some widgets below the product page, how can I edit this product page in general?

    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.

     

     

    Hi @pinkblueelephant,

     

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

     

    Please make sure you have configured the slides in the slider correctly as described on the following page.

     

    https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

     

    Best regards,
    Shufflehound team

    in reply to: Revolution Slider
Viewing 20 posts - 25,181 through 25,200 (of 26,111 total)