Breadcrumbs edit, search field constant, add to top header etc.

This topic has 7 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Jack Richardson

  • Avatar: Annh
    Annh
    Participant
    December 2, 2015 at 11:33

    Hi! Attached screenshots in Dropbox that i share below.

    Need some advise:
    -“Brands” in visual composer. How do I get rid of the thing grey frames?

    -Breadcrumbs. The theme is re-writing everything by design. Can I somehow change that so I only get “regular” breadcrumbs without the giant-double-version? (see attached screenshot)

    -Products Overlay. Guess this is somehow Ess. grid but can’t figure out how to change it. The overlay on products are empty? How do I add “add to wishlist” there?

    -Search field. Can I get a regular search field in the header? Just a search box where I can custom the search text to “search products or brands”. Instead of the icon with pop-up

    -top menu. Logout my account etc. Can I change text and add “newsletter” as it is in the demo?

    6 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 2, 2015 at 13:00

    Hello,

    We don’t see any screenshots attached.
    Please resend them.

    Thank you.

    Best regards,
    Jack Richardson.

    Avatar: Annh
    Annh
    Participant
    December 7, 2015 at 11:45

    I have added a link to the Dropbox folder in Private Content.

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 7, 2015 at 15:57

    Hello,

    Thank you for the screenshot.

    1. Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    .et-brand img {
        border: none;
    }

    2. Use this code in Global Custom CSS:

    .page-heading.bc-type-2 .title {
       display: none;
    }

    3. Please use this css code:

    .sidebar-position-left .row-count-4 .product .footer-product .yith-wcwl-add-to-wishlist a {
        font-size: 10px;
    }
    .sidebar-position-left .row-count-4 .product .footer-product .yith-wcwl-add-to-wishlist a:before {
        margin: 0 7px -1px 9px !important;
    }

    4. Unfortunately there is no such option. Sorry.

    5. To add Newsletter go to Theme Options > Promo Popup > enable “Show link in the top bar” and enable top bar in Theme Options > Header.

    Best regards,
    Jack Richardson.

    Avatar: Annh
    Annh
    Participant
    December 8, 2015 at 09:40

    Thanks! Breadcrumbs look great, borders removed and Newsletter added.

    Regarding “Newsletter” Promo Popup.
    1) Can I add my own link there instead of having a built in promo popup? I would like to link to a Mailchimp signup form that I have the URL to.

    Basically it doesn’t have to be a promo popup -just a customised link in the menu. Can’t find that menu anywhere so I don’t know where to add it…

    OR

    2) Can I somehow get a Mailchimp generated pop up to show instead of the one I manually build in WooPress?

    (Right now I have to add a link that they have to click on -hence 3 steps away to signup for a newsletter…)

    Please, contact administrator
    for this information.
    Avatar: Annh
    Annh
    Participant
    December 8, 2015 at 09:42

    Subscriber popup:

    <script type=”text/javascript” src=”//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us12.list-manage.com”,”uuid”:”3b3941e488c0f14643c1b702c”,”lid”:”100f26ec56″}) })</script>

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 8, 2015 at 10:08

    Hello,

    To change the link you need edit the file wp-content/themes/woopress/framework/theme-functions.php in line 935, edit the code <li class="popup_link <?php if(!etheme_get_option('promo_link')): ?>hidden<?php endif; ?>"><a class="etheme-popup <?php echo (etheme_get_option('promo_auto_open')) ? 'open-click': '' ; ?>" href="#etheme-popup"><?php _e('Newsletter', ETHEME_DOMAIN); ?></a></li> to your needs.

    Best regards,
    Jack Richardson.

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