Main Slider only need in Home Page - by ameen-du

This topic has 13 replies, 3 voices, and was last updated 8 years, 6 months ago ago by Eva Kemp

  • Avatar: ameen-du
    ameen-du
    Participant
    September 22, 2015 at 02:17

    How can I remove the Revolution Slider from the products pages, single product, category pages ?
    Slider only need Home page !

    12 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 22, 2015 at 07:15

    Hello,

    Go to 8Theme Options > E-Commerce > Shop > Product Page Banner and remove code for the slider.

    Best regards,
    Jack Richardson.

    Avatar: ameen-du
    ameen-du
    Participant
    September 22, 2015 at 18:22

    Thanks you very much Mr. Jack R., 🙂
    But sorry, this area //E-Commerce > Shop > Product Page Banner// is already EMPTY !!
    Still my product page, especially Woocommerce Products is appears MAIN SLIDER !!
    Please check

    http://giftavip.com/?product_cat=roses##
    &
    http://giftavip.com/?product=butterfly-serenity-bouquet

    I think I have to edit some codes somewhere…
    Revolution Slider need to use this code
    <?php putRevSlider(‘main-slider’, ‘homepage’); ?>
    but where ??

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 23, 2015 at 07:09

    Hello,

    Please provide us with FTP and WP Dashboard credentials in private content.

    Best regards,
    Jack Richardson.

    Avatar: ameen-du
    ameen-du
    Participant
    October 1, 2015 at 06:26

    Okey, I am providing details. Sorry that delayed

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    October 1, 2015 at 08:15

    Hello,

    The reason is you added slider for main Shop page and it’s shown for all product categories too:
    http://storage9.static.itmages.com/i/15/1001/h_1443683678_5685785_3538577014.png
    Remove it and add directory into the content of Shop page.

    Regards,
    Eva Kemp.

    Avatar: ameen-du
    ameen-du
    Participant
    October 1, 2015 at 10:52

    hi Eva Kemp,
    I choose Banner only at Shop Content Page, But now the issue is there is a Space/Margin on top of Banner, or bottom of Nav.,

    What is the CSS to remove that ?
    I want Slider Banner top:0, also dropdown menu top:0.. !!

    Possible ?

    Avatar: ameen-du
    ameen-du
    Participant
    October 1, 2015 at 11:03
    Avatar: Eva
    Eva Kemp
    Support staff
    October 1, 2015 at 14:29

    Hello,

    Please add this code in 8Theme Options > Styling > Custom CSS > Global Custom CSS:

    .breadcrumbs-type-9.woocommerce .page-wrapper > .container .row > .content {
        padding-top: 0px;
    }

    Regards,
    Eva Kemp.

    Avatar: ameen-du
    ameen-du
    Participant
    October 1, 2015 at 15:03

    YES.. Thanks you very much (Y) …
    Partially solved,
    what about the space between Navbar and nav-sublist-dropdown, as in the picture ?
    Can I remove it please ?
    http://giftavip.com/wp-content/uploads/2015/10/test3.jpg

    Avatar: Eva
    Eva Kemp
    Support staff
    October 1, 2015 at 18:25

    Hello,

    Please use this css code too:

    .header-type-1 .menu-wrapper .nav-sublist-dropdown {
        top: 44px;
    }

    Regards,
    Eva Kemp.

    Avatar: ameen-du
    ameen-du
    Participant
    October 2, 2015 at 03:07

    That’s great (Y) Solved the issue, Thanks.

    Can you please support me for the Mobile Navigation ?
    Where I style to remove the PADDING around the [navbar-collapse],
    and how can style color and font in the text ?
    (please check the image too)

    Thanks 🙂

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    October 2, 2015 at 08:13

    Hello,

    Please add this code in Global Custom CSS:

    .template-container .mobile-menu-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .template-container .mobile-menu-wrapper .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    To change font for submenu items use this code:

    .template-container .mobile-menu-wrapper .menu > li .sub-menu li a {
        font-size: 16px !important;
        font-family: Georgia;
    }

    For main items:

    .template-container .mobile-menu-wrapper .menu > li > a {
      color: red;
      font-size: 15px;
    }

    Regards,
    Eva Kemp.

  • Viewing 13 results - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.