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.

Hi Saurab, I’m not sure if you have already answered this question but there seems to be a vertical line on the left side of the first button of the primary menu. How can I remove this please? I’m sorry if this is a rehash of an already discussed topic. Any help is appreciated.

C

Hi, I have bought the Xing theme. When I use the full width template for the shop page, the sidebar doesn’t go away. Please help.

Hello umarhmz,

Thanks for purchasing the theme.

The “Shop” page is a products archive and not a page. Page templates will only work for ‘Pages’. But I can suggest you some CSS solution to make a shop page into full width. For that, kindly send me a mail at xconsau[at]gmail[dot]com.

Regards

Nevermind, found it!

So, If you want to add the xing social sharing buttons found in Xing Options > Blog, you will need to :

1 – Create a folder inside “wp-content/themes/xing/” called “woocommerce” and copy the file “wp-content/plugins/woocommerce/templates/single-product/related.php” to “wp-content/themes/xing/woocommerce/” , this way when you update woocommerce, you won’t need to change anything.

2 – Add this code in line 10 :

# Social Sharing
echo do_shortcode('[hr_dotted]');
global $xng_ss_sharing, $xng_ss_sharing_heading; 

if($xng_ss_sharing == 'true') { ?>
<div class="ss_sharing_container clearfix">
    <?php if(!empty($xng_ss_sharing_heading)) echo stripslashes('<h4>'.$xng_ss_sharing_heading.'</h4>');
    ss_sharing(); ?>
</div><!-- .ss_sharing_container -->
<?php }

Good luck everyone!

Edit – Somehow Facebook won’t post things right, any way to fix this?

Actually, that will be a problem.

I disabled that function in functions.php because I’m using Wordpress SEO and the OG tags where being sent twice.

Strangely, It works in firefox, the only browser that seems to have this problem is Chrome.

I will try to enable that function only for products then.

Hello neocorps,

Yes you can try that. Also, there is a built in sharing option in WooCommerce > Settings > Integration > ShareThis. You can use this for sharing on single products too.

Regards

Yeah I tried using ShareThis before, but I didn’t like it, I like your plugin better even if I have to hack my code a littlebit.

Hey SaurabhSharma,

Thanks for the past support, this is an incredible theme I love it, I have a question.

Within Xing Options, I can Show Social icons in Blog posts, How could I do this for Product posts?

I downloaded a plugin for woocommerce but it just doesn’t work well, I like the one you included.

Thanks!

hi,

i have a problem because i cannot save when i select the primary menu. and in the menu option i cannot select the products or categorie etc…

but thanks SaurabhSharma i read your reply …...it solve..thanku

Hello Maninder,

Thanks for purchasing the theme. I’m glad you searched for the solution and fixed it. :)

Regards

Just a heads up I emailed you just now :) Had a couple more questions.

Hello, I was wondering if there was a way to make the Login/Register link visible on the mobile version? Perhaps just swap that in place of the “Welcome Guest” text … anyway, please let me know if this is possible. Many thanks!

Hello Matthew,

Open responsive.css file and look for this rule at around line no. 217:

ul.account-nav li { display:none }

Disable this line or change the rule to display: block. After that, all nav items will appear. If you wish to hide welcome text, add this rule in the same file:

ul.account-nav li.welcome { display: none; }

Regards

Hi, I’ve changed the WooCommerce style colors, but they do not update. I went into the woocommerce hooks css file and changed to: define(‘WOOCOMMERCE_USE_CSS’, true); Only one of the colors changed but the rest stayed the same. The add to cart button is that awful pink color.

Also, I’m having the same issue with my images being too big and blurry. I’ve changed the image height to 999 and the width to what you suggest earlier in the comments, but it still does not work. Please help.

Hello columbiaseo,

The default color scheme of WooCommerce has that pink color button. After enabling plugin CSS, it will also be required to disable theme’s woocommerce-custom.css file (if you wish to use plugin’s color scheme). For that, simply renaming xing/woocommerce/woocommerce-custom.css file will work.

For images, after changing the dimensions, and providing bigger featured image, it will also be required to regenerate thumbnails. If you have already done that and images still appear blurry, kindly send me your WP login and URL at xconsau[at]gmail[dot]com. I will check it. :)

Regards

Hi, how do i change the size of the picture http://anvelopeauto.biz/produs/anvelope-barum-2256517-102h-polaris-3-4x4/

It appears to large and image it’s not clear. I want to set small dimension but i don’t know how.

Hello webrom12,

As I mentioned earlier, single product image viewport is 370px wide. In order to show proper image, the specified featured image should be greater than 200px.

If you wish to show 200×200 image on single product too, it will be required to add this rule at the end of woocommerce/woocommerce-custom.css file:

div.product div.images img {
    width: auto;
    max-width: 100%;
}

This will show image as available. i.e. if it’s 200, it will appear as 200, and so on.

Regards

thanks for your help, i searched every folder in woocommerce plugin and i didn’t find woocommerce-custom.css file… “As I mentioned earlier, single product image viewport is 370px wide. In order to show proper image, the specified featured image should be greater than 200px.” yes, i understand this part and works properly but i want to show 200×200 image on single product like you said.

Hello webroom12,

Sorry I should have specified the complete path. This file is located inside the theme folder as:

wp-content/themes/xing/woocommerce/woocommerce-custom.css

It will be required to add those rules at the end of above mentioned file. After adding rules, clear browser cache and check site. If this doesn;t work, kindly send me your WP login at xconsau[at]gmail[dot]com. :)

Regards

Hey, what is the main font used for the ‘Xing’ logo, on the slider also.

Hello r32jay,

The base font for XING logo is Helvetica Neue Bold, and for the tagline is Arial Narrow. I have tweaked the XING text by converting it into shape.

Regards

I like the carousel function but i am looking for a way to remove the add-to-cart buttons below the products in the carousel. I think nobody will ever click that button without seeing the product details first.

I searched all (template en woocommerce) folders to uncomment: Buy but can not find it anywhere.

The same part of script is used on the product category pages but i want to add-to-cart buitton to stay there of course.

Thanks a lot in advance!

Sorry doesn’t work that way, no change occurs.

I fixed it by disabling the printf rule in \woocommerce\templates\loop\add-to-cart.php. This way it also affects the product category pages but i take that a bad luck.

Hello terrabyteis,

I have tested same CSS at my end and it works. If you send me your site URL / Login at xconsau[at]gmail[dot]com, I can give it a try. Changing plugin core files is not recommended. If you wish to do so, simply copy \woocommerce\templates\loop\add-to-cart.php file and place it inside xing theme as ‘xing/woocommerce/loop/add-to-cart.php and then make changes in it.

For carousel CSS, may be it was only required to clear browser cache to see the changes in effect. I will check it if you send me the URL.

Regards

Thanks for the great support, i appreciate it. If needed i will let you know.

and this new feature does not seem to be there

  • Feature – New layered nav current filters widget. This lists active filters from all layered nav for de-selection.

Mark

Hello again,

Xing theme doesn’t override any widget of WooCommerce plugin. May be this one will work on shop pages only. Right now I am not making any changes to the theme until a final version of plugin is released. As there will still be many changes to the final version.

Regards

hi

just uploaded woo 2.0 rc1 on my test server

https://demo.menupot.com/product/cheese/

seems to be a few things wrong with the layout

Mark

Hello Mark,

WooCommerce 2.0 is still in testing. The main change with the CSS was the class names. All class names starting with woocommerce_ or wc_ were changed to woocommerce- and wc- respectively. Due to this, you might be seeing some non-styled html elements. A quick fix is to search and replace all woocommerce_ with woocommerce- inside xing/woocommerce/woocomerce-custom.css file.

Besides this, an extra “View cart” button is also added on shop pages when a product is added to cart. Including these and some other updates, I will together release next version when a final copy of WooCommerce 2.0 is released. :)

Regards

i find the answer… in the folder theme i paste all the folder decompressed but we must just paste the folder “xing” ....

Hello again,

Sorry I replied to earlier comment without reading this one. :)

Regards

hi,

i have a problem because i cannot save when i select the primary menu. and in the menu option i cannot select the products or categorie etc…

i haven’t got this problem in localhost….

do you know this problem ?

Hello layamod,

Thanks for purchasing the theme.

Menu locations may not save if the theme is installed directly as your download zip. (This problem arises due to long theme name). So the wrong installation directory may look like:

http://yoursite.com/wp-content/themes/your_download_zip/xing/

Whereas the correct location would be:

http://yoursite.com/wp-content/themes/xing/

i.e. unzip your download first. Next, ZIP the ‘xing’ theme folder and install it as theme. This shall solve the menu locations saving issue.

Regards

Morning, first post and I look forward to any support that can be given.

I have installed wordpress on my site here with a Xing Business ecommerce WordPress Theme, horray!

I have got the point in the instructions to create a first post called “Home” which I have done then been asked to go into reading settings and do the following:

Settings > Reading > Front page displays > A static page. Next, set Front page as “Home”

However in the above there is no option for the page I just created called Home??

Also, I have set my logo as the following in the Xing option setting: Custom Logo URL but it is not showing up even though it does in the browser on it’s own. it is 150px.

If anyone can shed light on this that would be great.

Thanks and I look forward to your reply.

Hello merchtone,

Make sure you have created a ‘page’ called Home, and not the ‘post’. Once the page is created, it will be available inside front page settings.

Logo will be shown if the URL is correct Make sure you provide an absolute URL and save settings. It is not dependent on dimension of the logo.

For future support requests, please post a message from the account from which you purchased the theme.

Regards

Nevermind. RTFM…I know. Sorry.

Hello PresentIT,

Thanks for purchasing the theme. I hope you have already gone through the documentation/index.html file inside your download zip. It will be required to unzip the download and install the ‘xing’ folder to the wp-content/themes/ directory of your WordPress installation.

Regards

I’ve just purchased this theme and the installation failed. Wordpress says that the style.css file is missing!

Can I do unit based shipping involving multiple products?

Example…

1 x box-3 product = 3 units 2 x box-5 product = 5 units

Price = 13 units x tiered unit price.

Hello acefastservices,

Sorry for getting late on reply.

I’m not sure about unit based shipping, but you can install WooCommecre plugin on twentytwelve them and test at your end using shipping classes. Since this is plugin specific, if the plugin supports this feature, the theme will support it too. You can find more information on using shipping methods on the WooCommerce docs.

Regards

hello, i put ro_RO in wp_config for translate woocommerce on xing theme and it shows a lot of errors, on other themes or blog it works perfectly this metod to translate woocommerce, message is: Warning: sprintf() [function.sprintf]: Too few arguments in /home/anvelope/public_html/wp-content/plugins/woocommerce/classes/integrations/shareyourcart/class-wc-shareyourcart.php on line 26

and wp-admin doesn’t work and a lot of other problems. i think that is something wrong in the theme, can you check out?

Hello webrom12,

As you can see in the error message, the error refers to the plugin file. This error will also occur on a default twentytwelve theme on the same WordPress installation.

I can assure you that the theme doesn’t override any core functionality of the plugin, and this error could be related to the plugin. You can cross-check it by switching to the twentytwelve theme for a while, and check the translation again.

The theme messages are translation ready via theme language files, whereas woocommerce translation is plugin specific. For that, you can follow the Plugin localization instructions suggested by WooCommerce.

If the error only comes with Xing theme, kindly send me your WP login and URL at xconsau[at]gmail[dot]com. I will check it further.

Regards

it was a bug in the plugin. Thanks again for your amability and great support.

Hello webrom12,

No problem. I’m glad you were able to find the issue and fix it.

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