915 comments found.
Hello there again!
Please check the last two product rows: http://www.urvalg.dk/ur-tilbud/There seems to be tiny vertical lines added which I can’t even find in HTML codes. See the photo here: http://pho.to/4LWTt
How can I fix this?
Fixed it 
No problem. 
Regards
How to add this?
Hello jpBenfica,
WooCommerce supports only Sale icon on product thumbnails. For customized sale icon you can check out this free extension.
Regards
Hello Saurabh,
So I have just upgraded my entire wordpress install and also Woocommerce, and I noticed I needed to upgrade Xing too.
What is the best way to upgrade Xing?, do I just replace the existing template? will that override every change I’ve done to the site?
I think I made some core changes on the theme, if that is the case, how can I make the changes without having to worry about new upgrades?
Thank you!, By the way my website is http://4dageek.com
Hello neocorps,
You can update theme files selectively by looking into the ‘changelog’ folder of your main download. This folder contains list of files that were modified during each update. You can upload those files selectively via FTP.
Alternatively, upload the latest theme + child theme on your server and copy all your customized files into the child theme. By doing so, your theme will be updated and will also retain customization. In future you can directly update parent theme because all your customization will be in child theme.
Regards
Ok it took some time to add all previously modified files to the child theme, the only issue I have right now is in the Price Range Filter widget. It’s not styled correctly.
I might have messed up there, what could be the issue?
http://4dageek.com/tienda/I also found out that when I see the website in my phone (the lowest responsive width) I can’t click on anything when looking inside a product, nothing from the breadcrumbs untill the sidebar, basically the entire page isn’t clickable.
Should I just remove my entire installation and reinstall Xing? and add the changes again in xing-child? I’d hate to do that but it seems to be the only way since I haven’t updated since v1.5
Hello neocorps,
The price filter uses JavaScript for functioning. Right now there is a conflict on some background image plugin used on the site. You can check by disabling that plugin.
For non clickable content issue, kindly add these rules at the end of user.css file:
@media only screen and (max-width: 411px) {
.post-type-archive-product #content { float: none; }
}
Regadrs
I made it work in Firefox, it appears that jquery.easing.min.js was loading after something else and was causing a problem, I found a fix online and made it work. BUT, I can’t still make it work in chrome, which makes me think it’s probably something else.
I disabled the background-manager plugin and apparently wordpress 3.8 has another background manager but I don’t think that’s the issue here.
I’m getting tired of this, so I will probably end up re-installing wordpress, installing the newest version of xing and start from scratch with all the tweaks I had already made, but this time from xing-child theme so I can track everything, right now it’s all messed up and I’m getting a lot of errors and warnings in firebug.
Hello neocorps,
Updating the theme to fresh copy will be better. If the problem persists, kindly send me a mail at xconsau[at]gmail[dot]com, along with your WP login and URL.
Regards
Hi,
What ever try, i can’t change the Top horizontal menu background color and footer color from default black to my own color (Yellow), i have tried to edit header section on syle.css file. still dose not work for me. hope you can show me exact place to change top menu and footer color.
www.allcase.com.au
Thank you abdu
Hello Abdu,
Kindly add these rules at the end of style.css file:
.ss_nav, #footer { background: #ffde00; border: none; }
.nav1 > li > a, #footer { color: #000; text-shadow: none; }
Next, clear browser cache and check the site again.
Regards
Hi, I pass the codes and clear the caches, but nothing happened, i did not see any changes.
kind regards
abdu
Hello Abdu,
I just checked the CSS. Kindly only copy the text part. Right now it also contains the pre tag inside CSS. Remove that pre tag from the rules and save the file. It will work.
Regards
i did pass following codes only ”.ss_nav, #footer { background: #ffde00; border: none; } .nav1 > li > a, #footer { color: #000; text-shadow: none; }”
But i really did not see any changes,
Hello Abdu,
The pre tag is still there. You can check style.css.
It also seem that your files are served through CDN. So it may take time in updating the files on server.
If you are unable to remove the tag, kindly send me your WP login and URL at xconsau[at]gmail[dot]com.
Regards
i have sent you admin details, have you received? Basically i want to get some color pattern from http://www.otterbox.com/
What i wanted to change are:
1) change back ground color of Horizontal Menu (categories) to Yellow color as similar to otterbox 2) change background color of footer widgets section to Yellow, and text to white as otterbox.com 3) change Add to cart button to Yellow 4) Change “View cart” background at top right from black to yellow 5) Remove Default side bar from Product page and show only current product without sidebar as otterbox.com
I would really appreciate if you can help me on these changes or show me how to do it.
Kind regards
abdu
Hello Abdu,
I have sent you an email.
Regards
Hello, is compatible with 3.8? Thanks
Hello iramirez79,
Yes it is compatible with WP 3.8. Since some new admin skins are introduced, I will have to re-style the theme options page to match with latest version.
Regards
Hello Saurabh,
I am the developer for the site where your theme is being used: http://www.urvalg.dk/
I need to display two things:
1. Total number of published WooCommerce products 2. Total number OF attributes from a term
I can add this in account-bar.php Just need the required inbuilt Woocommerce codes.
How can I achieve this? Thanks.
Hello Manoj,
Total number of published products can be counted as shown here. For counting attributes, the code is a little mor ecomplex. You can find a sample inside plugins/woocommerce/classes/widgets/class-wc-widget-layered-nav.php at around line no. 72.
I would have preferred a simpler hook if available on official site of WooCommerce.
Regards
Hello Sharma,
How to adjust 5 colume display at secondary area like this?
At the moment the image is smaller on the right wrapping, 1 would like to move the image at top. Thank you.
Website: http://ibabyonlineshop.com/
Hello webspacenet,
Image can be made 100% width by adding these rules inside user.css file:
#secondary .woocommerce ul.product_list_widget li img {
width: 100% !important;
margin: 0 0 0.5em;
}
Important: This will blur the image because source image is only 90px wide. To change image size, navigate to WooCommerce Settings > Catalog > Image Options, and increase Product Thumbnail size. Next, regenerate thumbnails so that new sizes can come into effect.
Regards
Thank You
Alignment problem on my Tablet Acer Iconia 7.9”, (vertical reading).
Hello jpBenfica,
In the first screen shot, the input field for email is falling on next line due to long label. It is not CSS issue. While translating the text, it became too long to fit in one line.
For second screen shot, the buttons are set to show at 40% height from top. This can be changed to around 30% or 20% by adding these rules at the end of style.css or user.css file:
.flex-controls-container { top: 30%; }
Regards
Hello Sharma,
Fixed the issue! I was missing
tag on each slider image.
Thank you for your help
Regards Sri
You’re welcome, Sri. I’m glad you fixed the issue.
Regards
Hello Sharma,
On my home page there are seven images on the slide, only the first image caption showing correctly but the rest are in out of order.
Thanks
Hello Sri,
It seems the short codes are not placed at complete line break. If they are separated by single line breaks, you may see br tags. Kindly send me the page markup of your Home page in text file at xconsau[at]gmail[dot]com. I will fix the line breaks.
Regards
Hello Sharma,
I update the theme but still not solve the problem with caption on the slider. www.zipkart.com
Hope to hear from you
Sri
Hello Sri,
Kindly let me know what particular issue you are facing in slider. In latest update I have fixed an issue in which if two or more sliders were used on same page, they had conflict with captions. But on your site I can see only one stand alone image.
Regards
Update Log for 1.0.8?
Hello cmsadmin,
I just updated the log section. There were mainly CSS style fixes.
Regards
I am trying to add the featured products on the front page like the example given in the demo. How do I do this?
Hello sgtfarrar,
Featured products can be shown using [featured_products] short code of WooCommerce. If you wish to show it in carousel, use the following short code in Home page:
[carousel easing="easeInOutExpo"] [featured_products per_page="20" columns="4" orderby="date" order="desc"] [/carousel]
This will work only if there are some ‘featured’ products. You can set normal products as ‘featured’ products by clicking on the star icon in front of each product inside WooCommerce product list.
Regards
Hi…Me (AGAIN!)
I am trying to add a four column layout to a page but when I view the page each column content steps down instead of being inline…it also does this if I use your code supplied with the theme.
[one_fourth] <h3>1/4</h3> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus leo ante, consectetur sit amet. [/one_fourth] [one_fourth] <h3>1/4</h3> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus leo ante, consectetur sit amet. [/one_fourth] [one_fourth] <h3>1/4</h3> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus leo ante, consectetur sit amet. [/one_fourth] [one_fourth_last] <h3>1/4</h3> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus leo ante, consectetur sit amet. [/one_fourth_last]
Hello catnip_uk,
I just tested the same code at my end, and it works fine. The columns are shifted due to line breaks <br /> caused after each column. This happens if one of the plugins or theme is overriding the wpautop functionality. Kindly send me your site login and this page URL at xconsau[at]gmail[dot]com. I will check the page and plugins too.
Regards
On it’s way…
Hi
How can I add the product sorting dropdown (ie: sort by price lowest, highest etc etc) AND pagination to a page outside of the main ‘shop’ assigned page?
Many thanks in advance…
Hello catnip_uk,
The product sorting dropdown is inserted by WooCommerce plugin only on Shop based page. It can not be added manually in a custom page. I have searched for a similar feature and found this plugin. May be this one can work, but confirm it from the plugin Author too.
Regards
Hi
Thanks, looked at that plugin and does not work and also need pagination. Can’t the shop based template be modified to work with a custom page (with left sidebar)? ie: elements of whatever page has the sort dropdown and pagination in woocommerce copied into ‘page-sb-left.php’?
Hello catnip_uk,
‘Shop’ based page is an archive (not page itself), and it can not be edited. i.e. WooCommerce takes this page as base page for adding product items through a loop.
If you wish to add products on a custom page with left or right sidebar, you can make use of [recent_products] or other category short codes. In that case too, pagination doesn’t work. It works only for archives.
Regards
Thanks…but what I wanted was to have the category product pages individual with text and icons, but I’ve now solved this with a plugin that allows me to add content to each category.
Thanks for your help anyway…
Hello catnip_uk,
Thanks for solving the issue. It would appreciate if you can share plugin name. It will help others too. 
Regards
Yes sorry…plugin is called CategoryTinymce once installed you can add any html to display above any items in that category…you’ll see a edit window when you click on a category in Woocommerce.
That’s great. Thanks for sharing. 
Regards
Hello, I would like to know how to show image posts between the search result page, the one you get using the search box widget. Maybe it is simple but I can’t really find a way to do that unfortunately… For reference my website is: http://www.g-kappa.it/
Thank you and great job with this theme!
Hello wiredkappa,
Thanks for the purchase and kind feedback. if you wish to show search results like archives (images, content, etc.) then simply rename search.php file to search1.php. By doing so, WordPress will take index.php as default search file and will show content in Grid style.
Regards
Hi SaurabhSharma!
I would like to increase the width of sidebar to fit my vertical menu. If I add above 176px it’s breaks the design. Here is the website http://ibabyonlineshop.com/ Thank you
manage to solve the issue, tq
Hello webspacenet,
No problem. I’m glad you fixed it. 
Regards
Hi
I am interested in purchasing this theme and i would like to know if it supports any type of currency convertor feature.
Hello babat40,
Thanks for browsing the theme. Currency converter feature is not built in, but you can use an extension/plugin for such feature. For example, check out the following links:
http://codecanyon.net/item/woocommerce-currency-converter/4545063
http://www.woothemes.com/products/currency-converter-widget/
These will be supported by the theme.
Regards
New Problem
If you add this
#secondary .product_list_widget li { padding-right: 1px; } Google Chrome does not add the product to the cart, on the product page.
Hello jpBenfica,
This CSS code should not affect cart functionality in any manner. It could be a caching issue or a plugin conflict. Kindly send me a URL of that product. I will check in Chrome.
Regards
Hello jpBenfica,
I just replied to your email.
Regards
Another Problem.
Hello jpBenfica,
Kindly add this rule at the end of user.css file:
#secondary .product_list_widget li { padding-right: 1px; }
Regards
Ok now, thanks.