Discussion on Basel - Responsive WooCommerce Theme

Discussion on Basel - Responsive WooCommerce Theme

By
Cart 10,887 sales
Well Documented

xtemos supports this item

Supported

This author's response time can be up to 1 business day.

3197 comments found.

Can you suggest a search plugin that we can use on mobile devices. You mentioned that your search widget is not compatible on mobile pages. We want the search on the home page and not hidden in a mobile menu.

Hi,

We meant that search in the header is not hidden but moved to the mobile menu section because it can’t fit the space in the header well. Sorry, but we can’t suggest you any additional plugins for this.

Ok, is it possible to make the search work for a normal woocommerce product attribute, like “brand”?

WooCommerce search doesn’t have this ability. Our theme uses default WooCommerce search form

Hi!

Quick question:

Where can I find the strings to translate “quick shop” and “close” that appear when I choose quick shop in the hover product options? They don’t seem to be in basel .pot template!

Thanks!

Hello,

Be sure that you have the latest version 3.1 installed.

Regards

Hi,

I’m holding back from updating, because I can’t update to WooCommerce 3.0.0 yet and am afraid Basel won’t work perfectly with the one I’ve got.

Is it okay if I update it even if I’m holding on to the previous WooCommerce version?

No major bugs were found after version 3.1 was released?

Thanks!

Hello,

Our 3.1 update is fully compatible with WooCommerce 3.0.

Hello, I have a question before purchase. Can the be set – page brands, filter by brand, the brand name under photos Category page, and marks the product page. Will allow myself to give you an example.https://www.fashiondays.bg/g/%D0%9C%D1%8A%D0%B6%D0%B5-/%D0%94%D1%80%D0%B5%D1%85%D0%B8 Should additional plugin for these functions. If you please recommend one.

Hi,

Unfortunately, there is no such feature in our theme and it may need to find some additional plugin to achieve this.

Regards

Can you choose between what type of search bar you can display in the header?

You are welcome.

Hi – Circling back to this question I asked – I’ve found the solution if anyone else asks. Seems like it is possible to choose search bar type since you’ve guys coded in ‘Widget Area in Header’, you can place a Woocommerce product search in there and voila – Search Bar with Category dropdown in the header. Thanks again!

Exactly :) You are welcome!

In your demo, under the ‘Shop’ mega-menu, is it possible to add images instead of text—> ‘Free Shipping, Buyer Support, Total Security & Return Policy and make these images clickable? Also re: mega-menu, I see that you can feature a product, can this be replaced with an image or product category?

Hello,

Yes, you can add any content to the mega menu using Visual Composer. Including images, categories, products, video etc.

Regards

Ps,

Which theme you recommend to install, main or child theme?

What is the objective installing child theme?

Thanks

Hi,

If you will do any code changes then you need to install both parent theme and child theme and add your code changes in the child theme.

Regards

Hey guys – weird issue my products arent showing in carousel on home page unless logged in! Any ideas? https://www.stepaheadshoes.com.au/

Hello,

Just visited your website and everything seem to work correctly for us. Have you already fixed it?

Regards

Yup thanks!

Hi there, is there an email I can use to ask support questions? I tried posting to the support forum but haven’t received an answer in over 24 hrs. I’ve already purchased the theme—just having some issues.

Next time we suggest you create a topic on our support forum if you have any technical questions :)

1. By default, this header layout doesn’t support login/register links. Add this code snippet to the functions.php file in the child theme

add_filter( 'basel_header_configuration', 'basel_custom_header_configuration', 1, 1 );

function basel_custom_header_configuration() {

        return array(
            'container' => array(
                'wrapp-header' => array(
                    'logo',
                    'main_nav',
                    'right-column' => array(
                        'header_links',
                        'search',
                        'wishlist',
                        'cart',
                        'mobile_icon',
                    )
                )    
            ),
        );
}

2. You can change/translate all theme texts with Loco Translate plugin. Here is a video tutorial https://www.youtube.com/watch?v=tAFq1yTfWfU

Regards

Thank you so much! Sorry for posting here. Will post in the forum next time for sure :)

You are welcome :)

Hey, could you recommend a plugin which allows to set up more filter options, like product-labels or even customized fields?

Hello,

Thank you for using our theme.

Unfortunately, we can’t suggest you any plugins with this functionality.

Regards

Hello,

I would like to change the links colors in the blog posts. I tried using CSS but the color change in more links that i want.

Thanks

Hello,

Could you please send us a link where we can see these links?

Regards

http://wp.thesewingboxmag.com/es/2017/03/26/5-hashtags-para-encontrar-patrones/

I want the links colors like the link in the first line, but I dont want to edit html code to do it. You can find more links searching the word: #modernquilter

Thanks

Try to add this code snippet to the Custom CSS section in Theme Settings

.blog-post-loop a {
    color: #89ae4f;
}

HI

I have following questions.

1. How do I change the icon on the browser tab (default Basel icon as B)? 2. Product zoom is working, some does, how can I adjust the zoom? 3. How to set the filter on the left with colour, price, subcategories of a categories (desktop side) without all categories?

4. When filter set up side filter it also display on mobile site above the footer and it doesn’t look clean, possible not to display the side filter on mobile site.

5. Please refer me to the correct CSS and line number to style the header main menu categories, font size, bold etc

Regards

Hi,

1. Yes, you can add widgets to the sidebar in Appearance -> Widgets. Also enable sidebar in Theme Settings -> Shop.

2. Try to increase the size of the original image uploaded to achieve better result from the zoom.

3. Try to use this code snippet. Add it to the Custom CSS

.mobile-nav,
.mobile-nav .sub-menu-dropdown ul {
background-color: white;
}

.mobile-nav ul li a {
color:#bcbcbc;
border-bottom: 1px solid rgba(92,92,92,.15);
}

.mobile-nav .sub-menu-dropdown ul:before {
content:none;
}

.mobile-nav ul li a:hover,
.mobile-nav ul li a:focus,
.mobile-nav ul li a:active {
color:#5bbc2e;
}

.mobile-nav ul li a:active {
background-color: #f9f9f9;
}

.mobile-nav .icon-sub-menu:after,
.mobile-nav .icon-sub-menu:before {
background-color: #777;
}

.mobile-nav .icon-sub-menu {
height:50px;
}

.mobile-nav .up-icon:after,
.mobile-nav .up-icon:before {
background-color: white;
}

.mobile-nav .searchform {
border-color: rgba(92,92,92,.15);
}

.mobile-nav .searchform input[type=text] {
border: 1px solid rgba(129,129,129,.25);
color:#777;
}

.mobile-nav .searchform input[type=text]:focus {
border: 1px solid rgba(129,129,129,.35);
}

.mobile-nav .searchform button {
color: rgba(0,0,0,.8);
}

.mobile-nav .searchform ::-webkit-input-placeholder {color:rgba(0,0,0,0.4)}
.mobile-nav .searchform ::-moz-placeholder {color:rgba(0,0,0,0.4)}/ Firefox 19+ /
.mobile-nav .searchform :-moz-placeholder {color:rgba(0,0,0,0.4)}/ Firefox 18- /
.mobile-nav .searchform :-ms-input-placeholder {color:rgba(0,0,0,0.4)}

Regards

Hi

I have pasted the above code to the ‘Custom CSS for mobile’ and seem nothing change.

Also when adding widget filter to the sidebar it also show on the mobile site below the products this addition filter makes mobile site unclean. Mobile site already has filter on the top right corner. How do i disable the filter for mobile site and remain enabled for desktop?

Hi,

Send us a link where we can see it, please.

Regards

Hello, is it possible to add image captions for your theme’s PhotoSwipe (Images gallery) module?

Hello,

Sure, you can use “Show captions on in lightbox” option for this element in Visual Composer. But you need to have the latest version of the theme to be able to use it.

Regards

Suddenly, my single product images no longer appear. I know i’m beyond my Support time window, but please help if you can. Example: http://godframe.com/product/frmrz-knit-beanie/

Thanks!

Hello,

Everything work fine for us and we see product images on the link you sent us. Try to clear your browser cache.

Kind Regards

There is one problem with WPML Multi currency, when I change currency, It changes currency of products displayed in listing but no changes in currency of cart (also dropdown and header) and checkout.

Hello,

Thank you for contacting us.

Could you please check how it works with default WordPress theme to see is it our theme issue or caused by WPML?

Thank you in advance

pre purchase question : Is it possible to add two buttons for external products : buy at amazon link and buy at flipkart link.

Secondly is it possible to use external links to amazon and flipkart in variable product instead of add to cart, different link for each variable

Hello,

Thank you for being interested in our theme.

Affiliate products functionality comes with WooCommerce plugin and is not related to our theme. By default, you can set only one external link per product and you will need to find some additional plugins in if you need more buttons.

Kind Regards

Dear SIr, our company is evaluating your good template now. Your template is able to send an order confirmation email automatically to customer once he paid via checkout. However your email doesn’t show product photos. Can we also add company logo into the email ? Is it possible that we can modify the email template so that customer can review what products they bought with photos please? Also under the My Account when showing the order history, can you or we add products’ products in the order detail page after clicking the ‘view’ button please?

Hello,

Email notification functionality comes with WooCommerce plugins and it is not related to our theme. So it may require additional code customization to add thumbnails to them.

Kind Regards Xtemos

Thanks for your reply, may I ask if I add additional code customization to add phtoo thumbnails to the email notification and under the Order detail of My Account , will it affect the future update of your themes? That is, if I add code customization, when I update your theme in future, will my code be replaced by your new themes template again please?

Please, contact us via contact form in our Themeforest profile about additional customization.

May I ask if your template include the WooCommerce Address Validation plugin for USA addresses or other countries please? Or What address validation plugin you have included please?

Dear Sir, how can I share the file to you via dropmefiles.com? Is it you have a password and id please?

Do I have to email the graphic jpeg file to you please? Dropmefiles asked me for an email address after I paste the file.

You can upload images there without email address. If you can’t do this then try some another file transfer hostings like dropbox or google drive.

Hi,

A quick question. We have installed Lazyload on our site but it does not work for the product archive posts. I guess you have made a custom grid solution. Could you guide me to where i can edit the for the thumbnails in the loop?

or maybe you already have a solution to this?

thanks :)

Hello,

Yes, we have changed default WooCommerce hook that displays an image with our custom one. To restore the original function try to add this code snippet to the functions.php file in your child theme

add_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
remove_action( 'woocommerce_before_shop_loop_item_title', 'basel_template_loop_product_thumbnail', 10 );

Regards

You are super! Thanks :)

You are welcome :)

Hi, Can you help me on how to soft crop my product images? All my images are rectangular while your product gallery is square. Can I automatically make it to square?

Hello,

Thank you for contacting us.

Sure, you are able to change your product images sizes in WooCommerce -> Settings -> Products -> Display. You can select “Hard crop” or not there also.

Regards

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey