This topic has 7 replies, 2 voices, and was last updated 8 years, 11 months ago ago by Jack Richardson
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?
Hello,
We don’t see any screenshots attached.
Please resend them.
Thank you.
Best regards,
Jack Richardson.
I have added a link to the Dropbox folder in Private Content.
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.
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…)
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>
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.
Tagged: breadcrumbs, edit, search field, themes, top header, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up