Discussion on Xing - Business / ecommerce WordPress Theme

Discussion on Xing - Business / ecommerce WordPress Theme

Cart 967 sales
Well Documented

SaurabhSharma supports this item

Supported

915 comments found.

Problem in version 1.0.7

http://i.imgur.com/K0DcGFu.jpg

Hello jpBenfica,

Before 1.0.6, there was a border on each product image. As of 1.0.7, I am using the box shadow. Since the shadow lies outside the visible area, it is hiding from last end. I will update a fix for it. Meanwhile, you can add the following rules at the end of user.css file:

.carousel li.product,
.carousel li.product.last {
    margin-right: 18px !important;
}

Regards

Ok now, thanks.

Problem with update 1.0.7

http://i.imgur.com/Ji1h1Ag.jpg

This is the problem includes/shortcodes/shortcodes.php

Hi! I have bought the theme recently, I have setup the carousal however the ‘New Arrival’ is working fine but ’ Featured Products’ not showing. How to do the setting? Thank you. website: http://ibabyonlineshop.com/

Yes, the symbol after each menu item. Thank you.

Hello webspacenet,

Sorry for the late reply. In order to show a border on right side, kindly add these rules at the end of xing/user.css file:

.nav1 > li > a { border-right: 1px solid #999; }

Border color can be changed from #999 to any other color if required.

Regards

Thank you

Version 1.0.7 with Woocommerce plugin has a very serious bug. Visitors with iphone can never give an order because “check out” button is not visible. I had to go back to version 1.0.6 which works just fine. You need to anounce this to your customers who have been probably loosing customers right now. thanks in advance…

Hello roger911x,

The button is visible but with some clipping on right side. I will add a CSS fix for it.

Regards

Hello, did you have a chance to make revision to clip the button on the latest release ? (See our earlier correspondance) thanks in advance…

Hello roger911x,

Yes I have implemented these changes in latest update. i.e. Enabled checkout link on top nav, fixed cart table styles on checkout page, and aligned the buttons on left side.

Regards

Hi

We are experiencing a lightbox issue on our site. When you select an item such as http://www.phonehero.co.uk/shop/apple/apple-iphone-5-white/ and click on the gallery images, the lightbox loads however it appears out of sight. If I disable your theme and apply the default wordpress twenty twelve theme the lightbox works fine.

Appreciate your help.

many thanks

Hello Comm-Tech,

I just checked your site. There are a coupe of issues.

1. There is a script tag on the top of source code, which is invalid. I think it is generated by some tag generator plugin. It shall appear within head node, and not on the top of page.

2. The theme’s prettyPhoto.css seems disabled on your site. Kindly make sure this file is enabled and is located as xing/css/prettyPhoto.css. he livedemo works properly with prettyPhoto.

For point #2, the theme’s prettyPhoto css only creates a black background instead of white. So I suspect the issue is with one of the tag generation plugin as mentioned in #1.

Regards

Hello! How to change colors in this theme?

Hello KUZNETSOFFAND,

Thanks for purchasing the theme. You can choose built in color schemes from Appearance > Xing Options > General > Color Scheme Variation. Apart from these schemes, if you wish to change colors, those CSS rules can be added at the end of style.css or user.css file.

Kindly let me know if you want to locate CSS selectors for particular sections.

Regards

Hi,

May I know what is the shortcode you use in your demo site in the register page. http://labs.saurabh-sharma.net/themes/xing/wp/?page_id=9

My site are all setup excep for this page. I use this shorcode [woocommerce_my_account]

and I only end up having login boxes. Your demo page however have a registration boxes on the right side.

Thanks

Hello afasweb,

Inside WooCommerce > Settings > General > Cart Checkout and Accounts, enable “Allow registration on the My Account page”, and save settings.

Regards

Hello Mr. Sharma

Can i add 2 or 3 items to the menu which comes left of cart snippet n top of the page. Currently i have Account | Checkout | Logout

Faizal

Hello Faizal,

That section is located inside xing/woocommerce/account-bar.php file. If you wish to add any links, those shall go inside the account-bar.php file.

Regards

Dear Sharma

How do i control the regular price colour (the price which is stroked out)

Faizal

Hello Faizal,

You can add the following rule inside user.css file:

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del { color: #999; }

This is for the del text.

Regards

@Saurabh, i’m currently working on a german .po file for your theme. Would be nice if no category-id on the blog-page is specified, then all articles (from any category) are displayed – or using * as “show all” wildcard. minor bugfix should be if you specifiy the blog-page (settings > reading) the style from that page (grid or list) is used.

Hello canyone,

1. When no category ID is specified, it takes default category ID=1 which is for “uncategorized” category. if you use “-1” it will exclude uncategorize category and will show all other categories. So you can use -1 to show all.

2. When you set a blog page inside reading settings, that page is treated as default blogroll, and inherits the style of index.php. It doesn’t take the template assigned to that page. So if you wish to use a custom template, do not set that page as posts page.

Regards

Is the theme WP 3.7.1 ready? Are there any issues to be expected?

Hello Wolf,

Yes the theme is compatible with WP 3.7.1. No known issues yet.

Regards

Hi, how can I edit the single product page to display the price of the current product variation selected rather than showing the “From $XXX” text at the top?

Many thanks!

Hello Matthew,

Single product variation price appears below the select box depending upon the variations chosen. This is completely handled by the plugin code. We can not edit or modify this feature via theme. But if you wish to change plugin core files, there is a similar solution.

Regards

Me again….

I have text widgets in secondary columns 1,2,3. Each widget contains the logo of another website and you are able to click on the logo to be take to the other site—at least you used to. The logo’s are still visible but you are no longer able to click on the logo to be take to the other site. The code I used is:

Moto Skinz

Why does this no longer work? Am I confused with something else and these links never worked and I just don’t remember?

You help is once again appreciated. Bryan

Hello Bryan,

The last column inside secondary area has some incomplete styles. May be you changed that column to two_fifth but didn’t assigned any styles to it. For that, kindly add these rules at the end of user.css file:

#secondary .two_fifth { width: 372px; float: left }

Regards

That is exactly what I did. Thanks again.

Dear Mr. Sharma

Please help with the following:

1. Remove the ‘Have a coupon?...’ option from the CHEKOUT page

2. Remove Returning Cutomoer option from CHECKOUT page

3. Make the Font Colour (global) to Black instead of the grey

4. Make the Product Search bigger and wider

5. Add Product Star Rating below product name in category pages

Faizal

Hello Faizal,

1. For yellow color, kindly add this rule inside user.css file:

.woocommerce .products .star-rating, .woocommerce-page .products .star-rating { color: #ffcc00; }

2. On product details page, star rating will show only inside Reviews tab. This is controlled by the plugin.

Regards

Thank you Mr. Sharma

Stars are aligned to the left how to make the in middle

Faizal

Hello Faizal,

Kindly check your email.

Regards

Hello Mr. Sharma, I am having some type of display issue that I can’t fix quickly. The main menu navigation is not resting at the top of the page like in the template. Can you help me resolve this issue? http://stuff4boats.com/

Hello CussinSailor,

Thanks for purchasing the theme. Kindly navigate to Appearance > Widgets > Default Header Bar. From this widget area, delete all unwanted widgets and place a search widget in it. You can also place social widget if required. This will fix the issue.

For reference, when the theme is loaded first time, all the widgets of your earlier theme reside in the first widget area of theme (which is the header widget area). I have covered this in documentation file too. :)

Regards

hi

what the process for installing an update xing

Thanks

Hello Mark,

If you are using a child theme, you can update the main theme entirely with the latest one. If you have made changes to core files, you can update theme files selectively by checking the list of files inside ‘changelog’ folder in main download. This folder contains version details for each update.

Regards

Hello Mr. Sharma

How can i integrate SMS packs with XING which automatically sends sms upon order completion, order updation etc

Faizal

Hello Faizal,

There are some paid extensions by WooThemes. You can check them:

http://www.woothemes.com/products/sms-notifications/
http://www.woothemes.com/products/clickatell-sms-notifications/

Also search if there are any free plugin/extension available.

Regards

Thanks you Mr. Sharma.

Does all sms api (Indian) works with the above plugins

Faizal

Hello Faizal,

Being paid extensions, I haven’t tested them yet. You can read their description or send a message to the plugin Authors, confirming the availability of service in India.

Regards

Hi Mr. Sharma

How do i change the colour of the footer (where default secondary column 1 – 5)

Regards Faizal

Hello Faizal,

Secondary area colors can be changed by adding these rules inside user.css file:

#secondary {
    background:#f9f9f9;
    color:#777;
    border-top:1px solid #e9e9e9;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.5)
}

Regards

befor i buy, i want ask..

can i change the color scheme with color i like

thanks

Hello yudiboy,

Thanks for browsing the theme. Color scheme can be changed through CSS files. There are no color picker options in Admin panel. The theme comes with some color scheme variations as shown on live demo. You can edit one of those scheme files too.

Regards

I am trying to add a Product Carousel and have a question. I can sort the products by “featured” and by “newest”—but I wanted to have a section called “Cheap” with my low price items featured in it. Is this a possibility with this theme? Thanks.

Hello tvstoreonline,

Thanks for purchasing the theme. You can show products with cheap prices in a carousel. For that, create a new product category called “economy”, or “cheap”, and categorize all cheap price products in it. Next, this category can be called inside a carousel as:

[carousel]
[product_category category="economy" per_page="20" columns="4" orderby="date" order="desc"]
[/carousel]

The product_category short code will pull “economy” category and show all products.

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