Costomization, color change and hide category, tags etc.

This topic has 38 replies, 3 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler

  • Avatar: adrian_cam
    adrian_cam
    Participant
    January 19, 2018 at 01:53

    Hi Rose,

    It all works very well, but we have a problem after the latest update the seach button in header home page moves and have search word, could you please help us in getting the last display type.

    http://prntscr.com/i2g20d

    Thanks in Advance

    Adrian Cam

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 19, 2018 at 11:13

    Hello,

    I’ve checked your site and do not see the problem http://prntscr.com/i2l2ya Is it solved?

    Regards

    Avatar: adrian_cam
    adrian_cam
    Participant
    January 22, 2018 at 20:49

    Hi Rose,

    Thanks for your help, yes it does works fine again. But the color of the box change i use the same code that works before but now it doesnt:

    .header-wrapper.header-advanced .header-search.act-default #searchform .btn:before {background-color: #00acec;}
    .header-wrapper.header-advanced .header-search.act-default #searchform .btn:hover {background-color: #12090D;}

    http://prntscr.com/i43azh

    Could you please help us with that?.

    Thanks in Advance!

    Adrian Cam.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 23, 2018 at 08:52

    Hello,

    Please change this code

    .header-wrapper.header-advanced .header-search.act-default #searchform .btn:before {background-color: #00acec;}
    .header-wrapper.header-advanced .header-search.act-default #searchform .btn:hover {background-color: #12090D;}

    to

    .header-wrapper.header-advanced .header-search.act-default [role="searchform"] .btn:before {
        background-color: #00acec;
    }
    .header-wrapper.header-advanced .header-search.act-default [role=searchform] .btn:hover {
        background-color: #12090D;
    }

    Regards

    Avatar: adrian_cam
    adrian_cam
    Participant
    January 24, 2018 at 23:12

    Hi Rose,

    Thanks for your help it works again. We have some issue with the newsletter banner it show good on desktop but no in mobile. Could you please helps us to make this work?

    Desktop
    http://prntscr.com/i557pc
    Mobile
    http://prntscr.com/i559bp

    Thanks in Advance!

    Adrian Cam

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 25, 2018 at 08:10

    Hello,

    Looks like there is a bug, we will fix this in next theme update. Please try to add this code in custom css, as a temporary solution:

    @media only screen and (max-width: 768px) {
        #etheme-popup-holder {
            max-width:  100%;
        }
        #etheme-popup-holder .et-popup-overlay {
            display:  none;
        }
    }

    Regards

    Avatar: adrian_cam
    adrian_cam
    Participant
    January 25, 2018 at 20:54

    Hi Rose, thanks for your help,

    Is there a way to not show Newsletter PopUp image on mobile and just show the text with white background and show the image just for Desktop. As in the mobile the image overlap the text and not looks good.

    http://prntscr.com/i5l4ny

    Thanks in Advance!

    Adrian Cam

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 26, 2018 at 09:14

    Hello,

    I’ve added custom css code https://prnt.sc/i5senl
    Please check.

    Regards

    Avatar: adrian_cam
    adrian_cam
    Participant
    April 5, 2018 at 19:18

    Hi Rose,

    After last theme update, some sections move out from the right place. Could you please help us to fix it.

    A) My Account (Mi Cuenta), moves out and disappear. We need to achieve the following arrangement
    https://prnt.sc/i1s2ec

    The css code used before does not work now.

    .top-bar .container {
        width: 100%;
    }
    .top-bar .links li {
        border-left: 1px solid #e6e6e6;
        padding-left: 5px;
        padding-right: 2px;
    }
    .topbar-widget.etheme_widget_socials {
        margin-left: 3px;
    }

    B)There are green lines in both sides of secondary menu. We need to remove it or the colored it to same color of menu bar (#12090D).
    http://prntscr.com/j1dlm9

    C)We want to hide or disable the buttons in red rectangles, shows up after the last update.
    http://prntscr.com/j1dkzc

    D) In mobile version we want to remove from pop up the white shadow in red rectangle.
    http://prntscr.com/j1dpdl

    Thanks in Advance!

    Adrian Cam.

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 6, 2018 at 07:33

    Hello,

    A) Theme Options > General > Header Settings > http://prntscr.com/j1l2gc
    B) Have you sorted out http://prntscr.com/j1l3ek ?
    C) Theme Options > E-commerce > Products Page Layout > Product content elements
    D) Unselect Popup background color in Theme Options > E-commerce > Promo Popup

    Regards

    Avatar: adrian_cam
    adrian_cam
    Participant
    April 6, 2018 at 19:01

    Hi Rose,

    Thanks for your help issues:A and C have been fixed, but B and D still remains

    B)

    D)If we unselect popup background white shadow remains(image)
    http://prntscr.com/j1uevv

    E) We need to know how to fix issues on following image.
    http://prntscr.com/j1ukc2

    We want to achive this look: http://prntscr.com/j1ugc2 as before update.

    Thanks in Advance!

    Adrian Cam

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2018 at 07:41

    Hello,

    Looks like you use CDN. We’ve done some changes, but can’t see them. Could you clear CDN or even temporary disable it?

    Regards

    Avatar: adrian_cam
    adrian_cam
    Participant
    April 18, 2018 at 01:09

    Hi Rose,

    Thank for your help it works.

    I need your help to get the following look:

    A)How to add the gray vertical line in the left of My Account link

    B) Hover effect for My Account links
    http://prntscr.com/j6o0zx

    C)When click on LOAD MORE PRODUCTS in the bottom of the shop page or category page it does not load more, the button does not work. By the way how can we translate that TEXT button?

    http://prntscr.com/j6o2l3

    Thanks in Advance!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 18, 2018 at 10:04

    Hello,

    1.

    .top-bar  .my-account-link, .top-bar .login-link{
        border-left: 1px solid rgb(230, 230, 230);
        padding-left: 13px;
    }

    2.

    .top-bar a:hover {
        color: blue !important;
    }

    3. 1) Make sure that you set correct settings for the plugin according to theme documentation –
    https://xstore.helpscoutdocs.com/article/65-woocommerce-infinite-scroll-and-ajax-pagination-settings
    2) http://prntscr.com/j6sn1b

    Regards

    Avatar: adrian_cam
    adrian_cam
    Participant
    May 4, 2018 at 00:32

    Hi Rose,

    Thanks for your help it does work. Now we have an issue with the fixed header.

    We now have this look:
    http://prntscr.com/jdg2s1
    and we want to achieve this one:
    http://prntscr.com/jdg0uf

    Could you please help us to fix it?

    Thanks in Advance!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 7, 2018 at 07:02

    Hello,

    Sorry for the delay due to the weekends.
    Is your problem solved http://prntscr.com/jensx3 ?

    Regards

    Avatar: adrian_cam
    adrian_cam
    Participant
    May 7, 2018 at 16:00

    Hi Rose,

    No, the My account or sing in section still apprears out of position.
    http://prntscr.com/jeuymg

    We want it to look like this
    http://prntscr.com/jdg0uf

    Could you please help us.

    Thanks in Advance!

    Adrian

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 7, 2018 at 16:08

    Hello,

    Please use this custom css code:

    .fixed-header .menu-wrapper, .fixed-header .header-logo, .fixed-header .navbar-header  {
        width: auto;
    }
    

    Regards

  • 1 2
    Viewing 38 results - 21 through 38 (of 38 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.