915 comments found.
I’ve noticed problems after upgrading to 3.6 as well.
1) The homepage slider loads on and off. 2) When you click on the add to cart button products don’t appear in the widget cart to the right. 3) When adding things into the cart I find the page has to actually refresh in order for items to appear in the cart.
I don’t know if these problems are with woo-commerce or the theme itself.
Hello Canada1985,
I am checking the theme daily with latest WordPress and WooCommerce versions. I can confirm the theme is compatible with WP 3.6 and WooCommerce 2.0.13. Regarding your issues, it seems a JavaScript conflict with some other plugin. Or it can also happen due to missing JS files of WooCommerce plugin.
You can try by 1. Deactivating other plugins, 2. Clearing plugin cache (if using any) or 3. Updating to latest WooCommerce version so that any missing files arrive again. If these doesn’t work, kindly send me your site URL. I will check further.
Regards
Getting the jQuery Updater plugin installed fixed my problem. This all happened after updating to 3.6. Looks like a WP problem and not a template issue.
Hello Canada1985,
Yes jQuery Updater plugin solves this issue. Some JS files in WooCommerce 2.0.13 are not yet updated which uses jQuery blockUI. It is not a WP problem, but a plugin issue.
Regards
Hi SaurabhSharma
There seems to be some issues in the latest WP Upgrade I’m unsure if it is the theme or woocommerce.
But now customers are unable to buy products they select as there is no buy now button. https://national-print.com/shop/great-value-budget-presentation-folder/
Hi SaurabhSharma, I’ve just updated some other sites without any issues so im guessing the problem is with the theme.
Hello vaughi28,
The theme is fully compatible with latest WordPress 3.6. WooCommerce 2.0.13 is also fully compatible. I just checked your site and I can see the “Add to cart” buttons (both on simple and variable products).
If you are using any third party extension/plugin for WooCommerce, make sure that is compatible with latest WordPress too.
Regards
I’ve already turned off every plugin on the site and just left woocommerce running still same problem
I’ve also just checked on all browsers inc ipad etc same problem
Hello vaughi28,
That’s strange why you are not seeing “Add to cart” button. I have just purchased some products for testing on your site. Check order #3019 inside your WooCommerce Orders. That’s the one I have placed just now.
Kindly clear your browser cache and make sure JavaScript is turned on in your browser. You can also check from another computer or browser.
Regards
Hi SaurabhSharma I have had to roll back wordpress in the meantime I will link you to a subdomain on the site witht he theme and woocommerce for you to see
Hello vaughi28,
Sure I will check it.
Regards
Hello, 2 questions, the template is compatible with the new 3.6? Is easy to change the language and the store configuration to spanish currency?
Hello iramirez79,
Thanks for browsing the theme. Yes it is compatible with WP 3.6. Language can be changed using Codestyle localization plugin. The theme is translation ready.
Custom currency can also be added using a snippet as shown here. I will help you with that.
Regards
Hi, I have 2 questions, 1) I would like to update this theme but we made some customisations in the Portfolio filter, but I don’t remember exactly how we did. 2) I would like to put the social icons and the search form at the top right corner, is that possible? Tank you Regards Chrystian Szankowski
Hello Chrystian,
1. If you modified portfolio filter, it would be port4-filterable.php or similar file. In recent updates, these files were not modified. So you can update the files selective using FTP, as mentioned inside the version_details.txt file.
2. Social icons and search form can be placed inside the header widget area. They will appear on top right corner. But if you are willing to place them in top black bar, it will require customizing core files and placing the get_search_form() and social icons manually. I would recommend using the widget area though.
Regards
Thank you very much!
How do I disable the default sidebar to have full size posts and pages? thank you
How do I make a post full width, with no sidebar? And how do I translate the phrase “Jump to” in the responsive menu when the site is seen as a mobile site?
Hello szankowski,
Full width can be assigned only to Pages using the Full width page template from the Page Attributes panel. Single posts and archives will show default sidebar.
The “Jump to” phrase is located inside xing/js/custom.js file, line no. 88 and 113:
"text" : "Jump to..."
Regards
Ok, but is it possible make some customisation? I realy need full width in posts in my site structure! how much does it would cost? thank you
Hello szankowski,
Kindly send me mail at xconsau[at]gmail[dot]com. It won’t cost anything, but it only requires to remove get_sidebar() call from single.php and change the content class to full width. I will send you the file.
Regards
Hi,
A long time since I asked for a support query on Xing, shows the strength of this theme.
I am using mega menu. When viewed on a smartphone I can see the Xing menu below the mega menu.
How do i remove the Xing menu?
Thanks
Mark
Hello Mark,
Glad to see your feedback. In order to hide select menu, kindly add this rule at the end of style.css file:
.ss_nav select, .ss_nav_top select { display: none !important; }
This can also me removed by deleting line numbers 81 to 129 inside xing/js/custom.js file.
Regards
Love this theme. We are still in development but can you tell me how to create a FOOTER in this menu?
http://abmbeta.zippysites.com/Hello Tommyland,
Thanks for the purchase and kind feedback. Secondary widget area can be configured inside Appearance > Widgets. Here you will find Default Secondary Column 1, 2 and so on. These are the columns which appear just before footer. You can add widgets in these columns as required.
Regards
hi saurabh, sorry to disturb you again. i am trying for hours to reduce the image size of the single product image. tried to change the size in woocommerce/settings/ no success. tried with the regenerating thumbnail plugin – no success. tried with the plugin simple image sizes – no sucess. so where can we adjust this image size? then: where can we change the text ’ x items in cart’ we tried to make this translations with poedit, all translations are working, except the text inside the cart. thanks and best regards toni
Hello Toni,
Single product images are set at fixed width inside xing/woocommerce/woocommerce-custom.css file:
div.product div.images { width: 372px; }
div.product div.images img { width: 370px; }
In order to override these rules, copy these two lines and paste at the end of woocommerce-custom.css file. Next, change the widths as required.
The text “xx items in cart” is translation ready, but it will be required to add plural forms to it inside poEdit. You can use CodeStyling Localization plugin for that. Or if you wish to change in core files, the text is located inside the following files:
xing/woocommerce/account-bar.php, line no. 31
xing/woocommerce/woocommerce-hooks.php, line no. 13
Regards
hi saurabh, xing theme looks great, only open question is: how can we resize the slider (flexslider)? would like to use smaller images for this…thanks and best regards toni
Hello Toni,
FlexSlider is of auto width. It will inherit the width as provided inside the [slide] shortcode. i.e. simply provide images of lesser width and it will work accordingly.
You can also wrap the entire slider markup inside a column short code like:
[half] [slider]...[/slider] [/half] [half_last] - other content - [/half]
By wrapping the entire slider short code in column short codes, you can control it’s width. In the above example, it will show a slider of half width.
Regards
Hi, the contact page is not sending the email, it says that has sent successfully but it does not! Thank You
Hello szankowski,
Kindly send me your site URL. I will check it. Also make sure you check the junk mail folder. The mail arrives from the mail service of your Hosting account. So it may also not work if your hosting mail service is down or not configured.
Regards
Hi, I install a smtp plugin and it worked, thank you!
Hi, I installed a smtp plugin and it worked, thank you!
That’s great. 
Regards
Hi there,
I’m trying to change the color of the font in my secondary menu bar, but I can’t seem to locate it in the CSS script. Could you tell me where I might find it?
Thanks
Hello libertycoinandgold,
Secondary menu link colors are set inside style.css file’s section 4. Header > Top secondary navigation menu. The selectors are:
.secondary-nav li a { }
.secondary-nav li:hover > a { }
Sub menu colors are located in same section if you wish to change them.
Regards
Thanks so much! I also have one other question: How do I get my lower menu bar to be placed higher up? Right now there is a big gap between my logo and the actual content area. Or is that an entirely different area that I can also customize?
Edit: Basically I would like my primary nav menu to be located in the same are as the xing example one is. So that I only have a logo, search bar, and contact info in between the secondary and primary nav bars
Hello libertycoinandgold,
Kindly send me your site URL. It seems your logo is a bit wide which is causing the widget area to drop on next line. I will check and suggest appropriate fix.
Regards
Hi SaurabhSharma,
Sure thing! The URL is libertycoinandgold.com
Thanks for you help. I look forward to hearing back from you soon!
Hello libertycoinandgold,
The site is under “coming soon” mode. I could not see the front end. You can send me a guest login or appropriate login at xconsau[at]gmail[dot]com.
Regards
Hey SaurabhSharma!
So sorry about that! I have now taken down my construction thingy, so you should be able to view the site now. Thanks so much. I look forward to hearing from you!
Hello libertycoinandgold,
That big gap is caused by the widgets inside header widget area. To fix it, navigate to Appearance > Widgets > Default Header Bar. From this widget area, delete all widgets and add Search, Social Widget and a Text widget with some contact information.
Regards
Thanks so much for your help! That fixed the problem.
...and i would like to remove this message ‘Navigation Menu not configured yet. Please configure it inside WordPress Appearance > Menus” one navigation menu below the below the logo / above bread crumbs is enough for us…
hi, i purchased the xing theme yesterday. everything works fine, except the pictures, there are no pictures available in the shop nor in the portfolio. i installed the dummy content. on my ftp in folder /wp-content/uploads/2012/7/ there are a lot of jps, only 3kb size and blank…so what to do? best regards toni
Hello Toni,
Thanks for purchasing the theme. It will be required to upload your own pictures and set them as featured images on posts. The images shown on live demo are regular license purchases, and are not included with the download. (I have mentioned this on item details section).
For “Navigation menu not configured” message, kindly navigate to Appearance > Menus. Next, create a new menu and assign it to the primary and secondary menus inside “Theme Locations” section. You can find more details on creating menus inside the documentation.index.html file’s section 9. Create Navigation Menus.
Regards
I’m having difficulty with assigning an exclusive sidebar to one of my pages. I am dropping widgets into the sidebar once I have created it but the sidebar reflecting on the page is the Default Sidebar and not the custom one I have created. I’ve double checked that the page template is portfolio sidebar and that the exclusive sidebar is selected and the box is checked – what am I doing wrong?
Hello edgemark,
From your description, all settings seems correct. Sidebars may not reflect immediately if you are using any caching plugin. If not, kindly send me your WP login and page URL at xconsau[at]gmail[dot]com. I will check it.
Regards
Hello, i have a Pre-Sale Question. With this ecommerce template i can sell downloadable content (in a secure way)? ex: photos and books? Thanks.
Hello addwebtech,
Thanks for browsing the theme. All e-commerce features are carried via WooCommerce Plugin. The plugin supports digital downloads. You can test this functionality of plugin on any default theme like TwentyTwelve. Same will be supported by Xing too.
Regards
Can I disable/enable responsive feature or it’s always responsive?
what is the supported language localization? does it support WPML?
Does it have support for RTL languages?
Thanks
Hello littleantz,
Thanks for browsing the theme. It is translation ready with dummy .po and .mo files included. It also supports WPML except for a couple of textarea sections in Theme Options. If you know how to make XML for that, it will support textarea too. Rest of the theme can be translated with WPML.
Edit: RTL CSS is not included.
Responsive feature can be disabled from theme options panel. 
Regards
Hi Saurabh ji, I started working with Xing theme and got few doubts here below.
1.I added responsive select menu plugin.how to update css to get Responsive select menu in place of existing menu?
2. I have 10 categories and In each category, more than 250 products are there.I don’t want to enter each product data manually or change all of them manually for every product.
3.In each category, attributes like..product prices are going to change for every 6months or 1year. .
can we update them(for above) through excel sheet or mysql.Please suggest if there is any short way and how to do?
Thanks , Prasad
Hello Prasad,
The theme already has built in responsive select menu. So I can only tell by looking at your site URL, where the menu is used.
Product categories, products and their data is controlled by WooCommerce plugin. If you have large number of products, you can use a third party extension like WooCommerece Manager Pro. Using this extension you can bulk edit data like a spread sheet.
Regards
Hi Saurabh ji, One more doubt I have . In,products>Quick edit>featured option i selected and updated. I am not getting featured products slider….. and In gallery post, images not coming in actual size. I sen email for my URL And Wordpress Userid & pw. Please see the site suggest how to get featured product slider.. and gallery post.
Actually i need mega menu. In Xing it is drop down menu.
I Thanks, Prasad.
Hello Prasad,
I have created a sample page and replied to your mail.
Regards
Hi saurabh ji.. I Created home page . Thank you soo much for your help.
You’re welcome, Prasad Ji.
Regards
Hi Saurabh first off all I really like your template but before I purchase your theme, I’ve got a few questions because I don’t have much experience in Woocommerce.
-A client of me is a wholesale company in glass products. They want to have a wholesale webshop so its business to business instead of business to consumer. My question is it difficult to transform this template into a wholesale webshop with no prices? So when I client logged in they can make an order and they pay later and mostly they order a huge amount. Is this possible in woo commerce?
- Another important thing is that they want to control the user registrations, only companies (not consumers) can make an account. The wholesale company has to accept the user registration, only then they can order products. When they accept the registration the account will be activated and the client receives an email. My question is it the possible in your template, Woocommerce? or do I need to use a specific plugin?
- They would like to have a website in Dutch and English so my question is this theme translation ready?
I am looking forward to your response. Klif
Hello Klif,
Thanks for browsing the theme. Please find my answers below:
1. Wholesale or bulk pricing can be supported using a third party extension with WooCommerce plugin. Example:
http://www.woothemes.com/products/dynamic-pricing/
http://ignitewoo.com/woocommerce-extensions-plugins/woocommerce-wholesale-pricing/
You can also search for free extension if available.
2. User registrations can be disabled inside WooCommerce Settings. In that case, only those users can log in who already have an account. (May be you need to send them login credentials). Otherwise users can register and log in without your approval.
3. Yes the theme is translation ready, and can be used with Dutch and English.
Regards
Hello Saurabh,
Ajoy here again. I was hoping to not bother you any more, but I need your help once again.
I have a page (let us call it xyzpage) which is set up as a “Shop” base page for product archive in woo-commerce settings (under pages). This however prevents me from changing the Template in the Page Attributes section of “xyzpage”. I want this page to have a “Sidebar – Left” template but instead it is still being displayed as “Sidebar – Right” which is the default for the entire site. I have tried changing the attribute, but the changes are not reflected on the site.
Any help will be much appreciated.
If you need further details about my site, please email me @ ajoylabroo@yahoo.com.
Thanks Ajoy
Hello Ajoy,
The “Shop” based page of WooCommerce is an archive. So the page template doesn’t apply on that archive. On the other hand, if you insert a recent_products short code on any page and choose a left sidebar, it will work. The shop based page is directly loaded as product archive.
However, sidebar can be shown on left side for shop page using CSS. For that, kindly add these rules at the end of style.css file:
.post-type-archive-product #content { float: right; }
Regards
Thanks for promptly replying Saurabh. If I use recent_products short code on a page to display all my products, how can I get sort by drop down box displayed on the page along with pagination? Is there a short code to displaying a sort drop down box?
Thanks
Ajoy
Hello Ajoy,
That sorting drop-down is automatically inserted by WooCommerce plugin on the Shop archive page. It can not be inserted on custom pages with short code. The best option would be to use the CSS fix. For reference, a “left sidebar” page template will do the same thing. It will add a class to the page and then content will be floated right. This can be achieved using CSS as I mentioned in previous comment.
Regards
Hi,
I’ve got a few questions on working with the homepage.
First, how do you change the font sizes of the blog posts in the widget and in the slider images? I can’t seem to increase it.
Also, how do you add products to featured products? We have the widget, but I can’t find a place to add features.
Last thing….how do I add a little dashed divider for sections on the homepage?
Thanks!
Hello BottleFreaks,
Thanks for purchasing the theme. Please find my answers below:
1. Font size for slider can be changed by adding this rule at the end of style.css file:
.flex-caption h1,
.flex-caption h2 {
font-size: 16px;
line-height: 20px;
}
2. Featured products can be shown using [featured_products] shortcode. You can find sample markup for Home page inside your download_zip/dummy_data/home.txt file. Featured products will be shown only if there are some products set as ‘Featured’. You can do so inside Products > Products. Next, click on the star icon in front of each product name. Clicking on star icon will make them featured and they will be available for display.
3. Dashed divider can be added using [hr_dotted] short code.
Regards
Thanks Saurabh! One more question…is there any way to actually take the text and text line out of the slider and just have pictures?
And is there a way to alter the slide transition style? It’s very slow at the moment
Hello BottleFreaks,
Slide text can be removed by simply removing the [slide_text] shortcode from [slide] short code in slider. For that, open/edit your Home page in “Text” mode of editor and remove the slide_text short codes.
For slide transition, you can use ‘slide’ or ‘fade’. Available options are:
[slider effect="slide" easing="easeInQuad" speed="200" timeout="2000"] -inner slides- [/slider]
You can edit speed and timeout parameters, these are in milliseconds. All these options can be configured in options panel which appears when slider short code is inserted from the button in Visual mode of editor.
Regards