915 comments found.
Hi Saurabh, i’m one small step away from buying your very nice theme (i personally like themes with a clean style) – but i’ve a question which i didn’t found in the comments.
(1) how do i get products from amazon listed with starratings, price and number of reviews? is this a build-in feature or do i need a special plugin for that? maybe the “product retailers” from woocommerce?
example what i want to build is the productlisting on the frontpage: http://www.multifunktionsdruckertests.de/Regards from germany, canyone
Hello canyone,
Sorry for getting late on reply. All eCommerce functionality is carried via WooCommerce Plugin in this theme. There are several extensions and plugins which allow Amazon affiliates feature. For example this one.
You can also create an external product in simple way as described here.
Regards
Hello Sharma
How can i eliminate the blank space (grey space) on top of the shop pages. if that area is eliminated we will get little more space on top. Also if the logo can be aligned little more up then also we will get more space and can avoid blank space (http://deals.jeekart.com )
Hello Faizal,
Kindly add these rules inside user.css file:
#container { margin: 0 auto; }
#callout { display: none; }
.brand { margin: -30px 0 0; padding: 0 0 20px; }
Regards
I sent an e-mail a while back asking about the images coming out distorted and blurry. How can I remedy this problem? I have attached images so that you may have a visual reference through an e-mail that I sent yesterday. Please advise.
Or if anyone else knows how to overcome this issue that I’m struggling with please advise. Thank you in advance.
Hello isytes,
I already replied to your email yesterday. Kindly let me know if that solution didn’t worked.
Regards
I’ve read online that your template allows a customer to reorder the last order placed, can you confirm that for me?
I’m looking to use this for a restaurant as an online ordering system.
Thanks!
Hello DSchragg,
Thanks for browsing the theme. It uses WooCommerce Plugin for all eCommerce functionality. In WooCommerce, orders are created when a user proceeds to checkout. Each order has a unique order number. Your customers can request a re-purchase by giving a reference of order number. You can find more details on this link.
Regards
Dear Sharma
How can i have the category pages in full width without sidebars so that i can show the mages in bigger size 290×290
Faizal
Further to the earlier question, You helped me getting this result on the home page by adding the following to user.css
ul.products li.product, ul.products li.product a img { width: auto; }
ul.products li.product.first, ul.products li.product.last { clear: none; margin-right: 20px; }
However i need the same layout as of home page for the inside/category pages
site : http://deals.jeekart.com
Hello Faizal,
Kindly add these rules at the end of user.css file:
.archive.woocommerce #content {
width: 960px;
float: none;
}
Regards
Hello
How can I fix at once the size of the images in the category
The shop is displaying many diffrent sizes.
THANKS ADVANCED,
Patrick
Hello Patrick,
Shop/catalog image sizes can be set inside WooCommerce > Settings > Catalog > Image Options. You can provide width, height and cropping for catalog images. After enabling hard crop mode, regenerate thumbnails as described on that page.
Regards
How can I hide the shopping cart / login / register in the upper right corner?
Hello bootsrfun,
Thanks for purchasing the theme. Shopping bag and login links can be disabled from core files or via CSS. You can add the following rules inside user.css file:
#account-bar { display: none; }
If you wish to remove it permanently from core files, delete all contents of xing/woocommerce/account-bar.php file.
Regards
Hello Mr. Sharma
Can you please help with the code for adding in USER.CSS for the Drop-down (sub) menu text colour #FFFFFF and teh hover colour #146EBD
Faizal
Hello Faizal,
Kindly add this code inside user.css file and then change the values as required:
.nav1 ul a {
color: #777;
background: #fff;
}
.nav1 ul li:hover > a,
.nav1 ul li.current-menu-item:hover > a,
.nav1 ul li.current-menu-ancestor:hover > a,
.nav1 ul li.arrow:hover > a {
color: #333
}
Regards
Hi
Is it possible to show a specific product category instead of ‘featured products’ or ‘new arrivals’ in product carousel? Any idea how to do it?
Regards, Learner
Hello Learner,
Yes it is possible to show product categories, or products from particular category. Kindly post a message from purchase account so that I can help further.
Regards
Hi – thanks for your great support and earlier fixes – I haven’t done them yet but am sure they will do the trick for my earlier questions.
Before I do update those fixes, do you know why when clicking on a product thumbnail no caption/description appears in the lightbox for the image (I have entered them when uploading the photo)? See http://www.papersprinkles.com.au/product/printable-camo-army-party/
Also, I can’t navigate using my keyboard arrows (only by clicking on the arrow image in the lightbox).
Thanks for any suggestions you might have.
Hello Simone,
The lightbox shown on product pages is controlled by WooCommerce plugin. It is set to show a product title, irrespective of attached media images. So far, I am not aware of any hook for overriding this default functionality. On the other hand, if you use the portfolio template and updated JS code (which I sent earlier), that will show titles per image.
Regards
Thanks – the titles themselves are fine. It’s the caption (or description?) down the bottom that I am missing from the prettyphoto lightbox (even though both captions and descriptions are entered when uploading the photo).
Hello Simone,
If it’s with the portfolio template or gallery code which I sent you on mail, kindly send me a page link. I will check it further.
If it is with WooCommerce pages, we can not control the plugin code without any known hook. 
Regards
Hi, I’m setting this theme up for a client and I’m having trouble creating the main menu. I go about creating it, setting it (as per documentation) then when viewing the site, it’s not there?
When returning to the settings page, the saved settings appear to have not been held.
I’m guessing this might be a permissions issue, but where do I look?
Site is http://www.theproteinguys.com.au
Hello ramone_johnny,
The theme is installed in wrong directory. Currently it resides as:
http://www.theproteinguys.com.au/wp-content/themes/themeforest-2953363-xing-business-ecommerce-wordpress-theme/xing/
The actual path should be:
http://www.theproteinguys.com.au/wp-content/themes/xing/
This happened because the main download zip was installed as theme. Kindly unzip this main download and look for the folder named ‘xing’. This is the actual installable theme which you can upload to WordPress.
For more details and instructions, kindly refer to the documentation/index.html file inside your download zip.
Regards
Ahh, thank you. That might explain why I had ‘2’ Xings!
Hi Mr. Sharma
Thanks again for all the support extended. Just want to know whether Infinite Product Scroll works with XING theme. Do i need the plugin
Hello Faizal,
Yes Infinite Product Scroll works with the Xing theme. But why do you want it. A simple pagination works good as well. Simply increase the products per page inside Settings > Reading > Blog pages show at most.
Regards
You are right Mr. Sharma.
One more query. How do i change the menu dropdown colours (background as well as menu items)
Hello Faizal,
Sub menu colors are set inside style.css file’s section 4. Header > Primary Navigation Menu. The selectors following .nav1 ul are for sub menu styles.
Regards
One more quick question—where do I adjust the text size that is entered into forms? Thanks
nevermind—got it. thanks!
No problem. 
On a Gallery blog post the slider doesn’t work (http://www.papersprinkles.com.au/2013/10/08/army-party-customer-party-smart-parties-canada/) – this is actually ok as I am happy with the thumbnails.
However, how do i get my text to appear above the gallery thumbnails?
Also, how would I get my caption to appear in the lightbox image when a thumbnail is clicked? I have inputted the Title, caption and description when uploading the image.
Thanks for your help! Simone
Also, how would I go about moving the blog post meta data to the bottom of the post rather than the top? Thanks in advance
Hello Simone,
Kindly send me your xing/single.php file at xconsau[at]gmail[dot]com. I will send you the fixes.
Regards
Just sent. Thanks so much
Another question, do you know why my third “you may also like” up-sell product is on a new line?
Hello Simone,
I have sent you an email with fixes.
Regards
Where do I go to adjust the maximum number of columns in a carousel? I widened up the page by 100px and now it’s showing “part of a 5th” item and I want it to only show 4 per scroll please…
Thank you for your help!
One more quick question—where do I adjust the text size that is entered into forms? Thanks
Hello samborlo3,
Item width is set inside xing/includes/shortcodes/shortcodes.php file at line no. 444 and 445:
itemWidth: item_width, itemMargin: item_margin,
You can change item_width to 180 or 200 (without any unit). For example:
itemWidth: 200, itemMargin: 20,
Regards
Hi
I need to be able to hide the featured image of a product and make the product page description go full width within its a container.
I need to then assign this to a certain catergory
Any ideas?
Thanks
Mark
Hello Mark,
Kindly add these rules at the end of user.css file:
.single-product .onsale,
.images {
display: none;
}
.summary {
float: none !important;
width: 100% !important;
}
Regards
Thanks, how can i apply that to only certain product categories?
Mark
Hello Mark,
Kindly send me those category page links at xconsau[at]gmail[dot]com. I will suggest appropriate selectors.
Regards
Thanks, there is only one category i need for this to be done.
Mark
Hello Mark,
No problem. You can send me the link of that category.
Regards
can you advise me how to change followings on the theme 1)”Add to Cart” button on both categories and Product page, (need to replace with image button)
2)”Product Price” font size and Color
3) top horizontal menu background color, (I want to have other colors than changeable color given at xing option. for example to Red background or Orange backgournd
Thank you ABdu
Hello ABdu,
1. For showing an image in add-to-cart button, add these rules at the end of user.css file:
.woocommerce a.add_to_cart_button.button,
.woocommerce-page a.add_to_cart_button.button {
text-indent: -9999px;
width: 80px;
height: 20px;
padding: 0;
background: url(images/button_image.png) 0 0 no-repeat;
}
make sure you upload button_image.png file to the images folder of theme.
2. For price, add these rules at the end of user.css file:
.price {
font-size: 18px !important;
color: #333 !important;
}
3. Do you mean the top most secondary menu, or the main primary menu. Both can be changed inside style.css file’s section 4. Header.
Regards
I just updated to the latest version of the theme…it appears the “recent products” and featured products” carousels are not working properly. The arrows are off center and the images are coming all the way through on the right. Please help. Thanks!
Hello samborlo3,
Kindly also update xing/includes/shortcodes/shortcodes.php file. I have forgot to mention this file in v1.0.7.txt file.
Regards
I did that—thank you!
Hi Mate
I need to allow a JavaScript file to work on the site
were am I best to place this in the header file
<script type=”text/javascript” src=”https://national-print.com/5workingdays.js”></script>
Thanks
iain
Hello Iain,
You can place that code inside Appearance > Xing Options > Header > Custom Head Markup. Paste your script code in this text area and save settings. This will be included inside the head node of the site.
Regards
Hi SaurabhSharma,
Do you know a way to use the Infinite scroll plugin? http://wordpress.org/plugins/infinite-scroll/
Hello Greenfielt,
This plugin works with the theme if used on list or classic style blog layout. It won’t work well with masonry layout. If the plugin is installed, it is required to provide content selector IDs and navigation link class names.
Regards