915 comments found.
hi, i need remove version ‘mobile’ how fix???
Hello guiaforte,
Please post a message from the account from which you purchased the theme.
Regards
Is there a way I can set up the home page with a full page slider but a sidebar left or right below the slider?
Hello edgemark,
That can be done by duplicating page.php, saving it as a page template and then inserting the slider manually above content + sidebar. You can email me at xconsau[at]gmail[dot]com. I will help with that.
Regards
Thanks for your help! Everything worked like a charm!
You’re welcome, edgemark.
Regards
Hello,
I have one more question:
I changed the logo for my header. The header looks fine on Google Chrome, but on Firefox and Internet Explorer the logo is too big and is zoomed in. Do you know how to fix this?
The website is libertycoinandgold.com
Thanks for your help.
It looks like I figured it out, so never mind!
Hello libertycoinandgold,
Thanks for fixing the issue. 
Regards
any chance to contact with You via email?
Hello karolgorny,
You can contact me from my profile page message box or at xconsau[at]gmail[dot]com.
Regards
I would like to add the Indian Rupee (Rs) symbol for the store. I used the following codes in functions.php in other themes and it worked fine. However when i try in XING its not working and showing some these codes on the header. Please revert urgently
add_filter( ‘woocommerce_currencies’, ‘add_inr_currency’ ); add_filter( ‘woocommerce_currency_symbol’, ‘add_inr_currency_symbol’ );
function add_inr_currency( $currencies ) { $currencies[‘INR’] = ‘INR’; return $currencies; }
function add_inr_currency_symbol( $symbol ) { $currency = get_option( ‘woocommerce_currency’ ); switch( $currency ) { case ‘INR’: $symbol = ‘Rs.’; break; } return $symbol; }
Hello keralainfo,
As of latest WooCommerce 2.0.13, Indian Currency is already added. You need not add any custom code. Further, if you are adding the code, it is appearing as text in header because of wrong php tags. i.e. when php tags are not closed or opened properly, this code displays as plain text.
I would recommend deleting this custom code and use the Currency as it is already available in WooCommerce.
Regards
I am using WooCommerce by WooThemes version 2.0.13 and selected in woocommerce-setting-general Base location : India and Currency as Indian Rupee. However when displayed on the site / store its shows just as a small box. Please check http://www.jeekart.com/shopping . This is the reason i used the above codes.
I would also like to know how do i add a side widget only on the Product Details Page
Hello keralainfo,
I just checked your site. The Rupee symbol is displaying correctly in major browsers except IE. This seems a known issue with WooCommerce. https://github.com/woothemes/woocommerce/issues/3529
For adding the code in functions.php, kindly send me your functions.php and the code at xconsau[at]gmail[dot]com. I will help with that.
Single product pages will use default sidebars. Currently exclusive sidebars are not supported on. You can use this plugin though.
Regards
Hello Mr. Sharma
Hello Mr. Sharma
I would like to have the product title in colour #D77714 and the button colours of a combination of #B41826 and #85080E
Also the search on the top require to be little more bigger and the results should the products. Now its showing the blog page
http://www.jeekart.com/shoppingHello keralainfo,
For title and button styles, kindly add these rules at the end of user.css file:
ul.products li.product h3 { color: #d77714; }
a.add_to_cart_button, a.add_to_cart_button:hover, a.add_to_cart_button:active { background-color: #B41826; color: #fff; border-color: #85080E; text-shadow: none; }
For product search, navigate to Appearance > Widgets. From default header bar, remove the search widget and add “WooCommerce Product Search” widget. That will give products in search results.
Regards
Thanks for the Support. Just another query more.
1. How do i change the button text “ADD TO CART” to BUY NOW”
2. I would like to place some icons on the header in between the logo and the search field. How can acheive that
Hello keralainfo,
1. Add to cart text can be changed by adding a snippet at the end of functions.php file as shown here. Copy those two snippets and paste at the end of xing/functions.php file.
2. Icons can be placed using a Text widget. For example, add a Text widget inside header widget area and place the icons in it. After that, it will be required to float this widget left side so that it appears next to logo. Once you add icons, kindly send me the URL at xconsau[at]gmail[dot]com. I will suggest CSS for next part.
Regards
Thank you very much.
1.Can i restrict the product title shown below the items to 25 chrs and then show some dots (...) so that all items align in same line.
2. Please give me css for showing product title in the prodyct detail page also in #d77714
3. Product price colour #800000 both in product listing page as well as in the details page
Hello keralainfo,
1. Titles are generated via Plugin code. We can not restrict them to particular character length.
2 and 3. Kindly add these rules at the end of user.css file:
div.product span.price, div.product p.price, ul.products li.product span.price, .price ins { color: #800000; border: none }
h1.product_title { color: #d77714; }
Regards
How do i increase the number of products shown on the shop page / product archives page
Hello keralainfo,
Number of products on shop/archive can be controlled inside Settings > Reading > Blog pages show at most. Change this number and save changes.
Regards
Thanks for he update Sharma.
One more query. I am using the woocmmerce Filter By Price (http://www.jeekart.com/shopping/product-category/mobiles-tablets/mobile-phones/) on the right side panel. Is there a way i can change the colour of this sliding price filter (#d77714)
One more query Sharma
Once we click on Proceed to Checkout, the page loads with Billing Address & Shipping Address in 2 separate columns. Instead of that Can i make it show the billing address first in two columns (so that it fits on one screen) and the shipping address below the billing address (with ship to billing address selector)
The above will enable users not to scroll to fill the fields. Also if possible, instead of showing the field label and then the label below it, filed label and filed can be on the same row which again will reduce the scrolling
Thanks in advance and i have tried many major themes but with your XING theme, i am almost done with the store the way i wanted
Kerala
Hello Kerala,
The form is entirely generated by plugin. It can be styled as you described, but some elements will not work well. I will try with the CSS and will email you if it can be done. For price filter, you can add this rule at the end of user.css file:
.widget_price_filter .ui-slider .ui-slider-range { background: #d77714; }
Regards
Hello Sharma
1. How can i format the Invoice and Delivery note as per the client requirement.
2. Is there some plugin which can easily have the shipping details provided by the courier companies
Hello Kerala,
1. You can find the following plugins useful for changing invoice format:
http://www.woothemes.com/products/pdf-invoices/
http://wordpress.org/plugins/woocommerce-delivery-notes/
2. Sorry I haven’t came across any such plugin. Knowing that each Country can have so many courier companies, I don’t think any plugin will have that much database information.
Regards
Hello,
Is PayPal Pro supported in this theme?
Hello bigbear238,
Thanks for browsing the theme. Payment gateways are supported via WooCommerce plugin. By default, paypal pro is not supported in WooCommerce, but you can install a paid extension which supports it.
Regards
Hi,
Do you have a guide on how to make the site like your demo?
I imported the xm dummy data but there is no images added.
I also want to know how you format your demo. What section needs to place where?
I select home page mix as my home page but it does not resemble like the demo. Please provide more info in achiving site like the demo.
Thanks
Hello afasweb,
Just replied to your email.
Regards
can change the background with one own picture
Hello midlandslawnandgarden,
Yes background can be changed from WP admin. You can upload a picture or set any custom color.
Regards
Hi,
It seems like the main product image (on the product page) on my WP site is using a thumbnail and its kinda blurry. I noticed the product on your demo site isn’t on a ‘thumbnail’ but the actual product image itself.
How can I fix this?
i.e. http://labs.saurabh-sharma.net/themes/xing/wp/?product=khaki-cargo
Hello silentkiller,
Main product image size can be set inside WooCommerce > Settings > Catalog > Image Options > Single Product Image. Provide 370 as width, 999 as height and uncheck the hard crop mode. After saving settings regenerate thumbnails and check the site again. Your main product image shall display correctly.
Regards
Hi. Great theme!
I am experiencing a very strange issue where the width of the site is not as wide as the demo.
As a result, all images – including the logo image – are being scaled down automatically.
In fact it appears the whole site is automatically narrowed down.
I have the latest version and have worked with many wordpress templates before and this is the first time I have experienced this issue.
I sent you an email with the site URL as well.
Please advise.
Thanks,
John
Hello John,
Just sent you an email. I think the issue was with browser zoom as the site is looking proper at my end.
Regards
Thank you. You are right. Somehow the zoom setting was changed – probably due to an accidental key command. Thought I was going nuts! Thanks again for checking.
I am having some cross-browser problems with the sidebar. It seems to be working fine on my Chrome 28 but on my clients computer it breaks. I am trying to do some other cross browser testing and am seeming to have a problem in a few other versions too like Navigator. Any updates for this?
Hello aarondm,
Kindly send me the URL of your site. I will check the code and suggest appropriate fix. Sometimes a wrong HTML markup inside Text widgets, or in other plugin widgets may also break the layout. Such HTML errors are ignored in modern browsers but not in IE.
Regards
We’ve updated to the latest version and now something seems to be wrong with the productimages. Before we could upload a featured image 600×600px and the image is resized for the product-page, but not anymore. Now it’s shown at 370px wide and 600 px height??
Regards
Hello PresentIT,
Kindly check image settings inside WoooCommerce > Settings > Catalog > Image Options. Here, the single product image might have 600px height and ‘hard crop’ enabled. Change this to 999 height and disable hard crop.
After saving settings, regenerate thumbnails and check the site again.
Regards
Hi Sharma,
I faced a problem when I configure this Theme. its actually with woocommerce plugin but Im not sure hot to fix it. Hope its more clear for you if I send you the screenshot than explain in word
please take a look at the below link and help me to fix it.
Appreciate your assistant.
I have tired to update both WooCommerce 2.0.13 plugin and Wordpress 3.6 but I still have the same problem.
Thanks in advance.
Hello webcart,
It will be required to update the theme to latest version. Those layout issues were caused when WooCommerce 2.0+ was released and class names were changed. This has been solved in updates since then.
Regards
Hi Sharma,
This time woocommerce price filter slider does not display. After hours of troublehsooting I have not been able to isolate the cause.
Similar issue with the layered navigation widget. Is there anything I should do to fix this issue?
regards
Hello webcart,
Kindly send me your site URL. May be the theme is not updated properly. I will check the CSS.
Regards
www.gracianaluxe.com
Hello webcart,
I just checked the site. It seems like the default sidebar has no widgets in it. The shop pages and archives will use default sidebar. So make sure you place widgets in it. Also, shop related widgets like “Cart” and “Price filter” displays only on shop pages. They will not be displayed on regular pages.
Regards
Finally its working. Excellent.
Hi, how do I add the built in social sharing to product page? thanks
Hello tomaionut,
Product pages use social sharing provided by WooCommerce plugin. You can enable that inside WooCommerce > Settings > Integration > ShareThis.
Regards
Is there a way to have all the products appear on one page? I have 12 products total and it shows the first 10 on the initial page, then 2 on the second.
Hello edgemark,
Thanks for purchasing the theme. You can control number of products per page inside Settings > Reading > Blog pages show at most. Change this number to 12 and save settings.
Regards
Hi SaurabhSharma
I have disabled all plugins bar woocommerce and I am still having issues customers are unable to place any orders etc.
www.national-print.com
Hello vaughi28,
Your web site seems down. It is saying “Account has been suspended”. Kindly let me know if the URL is different.
Regards
Hi SaurabhSharma Sorry there was a domain issue sorted now please feel free to try placing an order. as none of my customers currently can
Hello vaughi28,
There is a JavaScript conflict on product pages. Most errors are shown from ShareYourCart feature. May be the JavaScript for these features are not yet updated as of WordPress 3.6. There were also known issues in some plugins for jQuery blockUI as of WordPress 3.6.
So you can do two things: 1. Disable the ShareYourCart and social share inside WooCommerce > Settings > Integration. and 2. Check by updating jQuery to latest stable version using jQuery Updater.
Regards
Hi, is it possible to show more than just one image on product detail page? Can you show any examples of it?
Thank you!
Hello lookat,
Thanks for browsing the theme. Multiple images can be shown by attaching more images to a product post. You can check one example here.
Regards
Hello,
Is it possible to have following options in xing theme ?
1. Order Cancel option. One can cancel 48 hours before the deliver date 2. desptach intimation by Email
Thank You.
Hello Ashwini,
Thanks for purchasing theme. Currently both these features are not available in WooCommerce plugin. The theme uses this plugin for all e-commerce related features.
To cancel an order, it is required to email the admin/owner of site. Orders can only be cancelled from admin. You can find a similar thread here.
Similarly, order confirmation mails are delivered automatically. Additionally, you can send an intimation mail manually before the delivery. That is not automated in WooCommerce.
Regards
Hi,
I’ve purchased the theme about 5 month ago. Is it possible to upgrade, because of worpress and woocommerce upgrade? Or I have to purchase it again?
Thanks in advance!
Hello indijan,
Thanks for purchasing the theme. Updates are free, and you can re-download the latest version from your downloads link inside ThemeForest account.
Regards
Hello,
That sounds great! Kind regards, indijan
Hi,
We are using XING theme for some time and we are very happy, it’s clean, fast…
As a side menu we used “WooCommerce Product Categories” widget to narrow the selection in the store.
My question is, how do I change the color of active category/subcategory currently selected in the widget?
I only found way to change the hover color in style.css: ”#sidebar ul a:hover {”.
Thank you very much in advance.
Hello mkahanek,
Thanks for the purchase and kind feedback. You can target current category item in Product Categories widget by adding this rule at the end of stye.css file:
#sidebar ul.product-categories li.current-cat a { color: #000; }
Regards
Worked like a charm! Thank you very much for quick response.