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 saurabh ji, I want to add auto suggest for search box. Please suggest which plugin will be better and necessary additions in user.css thanks

Hello Prasad,

You can install the Search Autocomplete plugin. This works good with the theme.

Regards

Thank you saurabh ji, and I have one more Question… Which plugin is better for spam & Hacking ? Is it Safe by adding on plugins for this theme.Please suggest sir.

hello, sorry if my english is bad

i want ask you before i buy this theme

whether I will get a sample contents including its image

thanks

Hello yudiboy,

Thanks for browsing the theme. Sample content is included in .xml and .txt format. Images are not included with the download. They are regular license purchases from stock sites, only for demo.

Regards

Hi,

Can you tell me how I can change the fonts to this font? http://www.typography.com/fonts/gotham/webfonts/gotham-thin/

Thanks Paul

Hello Paul,

There are a couple of problems:

1. The CSS styles are not added properly in the file. While pasting the code, you have included the pre tags. Kindly remove those tags from user.css.

2. Inside user.css you have assigned Open Sans font for headings. But this font is not included in the header part. It will be required to include font file either via Google Fonts or any webfont kit. In order to include the font in head section, navigate to Appearance > Xing Options > Header. Inside “Custom head markup” add the following code:

<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>

Next, save settings. This will include open sans font from Google. This can be used in CSS as in point #1.

Regards

Thanks again for your help – that all worked! Will we need to save a copy of that user.css file when we update the theme, or is that file unaffected??

Hello Paul,

It will be required to keep a backup of user.css. This is a blank file for user side customization.

Regards

Hi!, In regards to the products attributes. Do I have to put a price for every single variation? ie. If Im selling a pair o shoes. I add the sizes which i could be 10 different sizes. Why is require to put a price to each size. there is any way to avoid this? is the same product just a different size. the same with the colors…

Thanks for your help.

Hello hablapro,

It is required to add price for each variation. Without price, it can not be purchased. However, if your concern is that why edit each variation for same price; then in that case you can edit prices in bulk manner. For that, open/edit your product. Next inside Product Data > Variations (tab), choose Bulk Edit > Prices > Go. This will ask for a bulk price. Enter a price, it will apply to all variations.

If you have many attributes, you can create automatic variations by clicking on link all variations button, and edit them in bulk manner using the “Bulk edit” feature.

Regards

hi sorry my english are very bad. i have 2 questions:

1. how can i change the search.php site for the same design like the product category page?

2. i want on the index page with the slider normal product on the side. but not with the slider. what the code for the normal product design

Hello seraph1976,

1. If you use the “Product Search” widget, it will show results same as the product archive. If you want other search results to display in grid style, simply rename search.php to search1.php, or remove search.php file. Upon doing so, your site will show search results in default archives style which is the grid style.

2. Simply remove the carousel short code, and use the short code as:

[recent_products per_page="8" columns="4" orderby="date" order="desc"]

[featured_products per_page="4" columns="4" orderby="date" order="desc"]

If you are asking about the main slider, currently product slider is not available. instead of that you can use a carousel or simple product list.

Regards

Hi,

How can i create new Color Scheme Variation for my website .

Thanks.

Hello jaa3864,

You can use any existing color scheme and modify it’s CSS file. For example, choose blue color scheme from theme options and edit xing/css/schemes/blue.css file. This file contains only color scheme specific selectors. So it will be easy to edit the file.

Regards

Ok, thanks Saurabhsharma.

How can I style woo commerce messages like the following?

“Unfortunately your order cannot be processed as the originating bank/merchant has declined your transaction” I want to wrap that in red box.

“Thanks you! Your order is successful” I want to wrap it in green box

Thanks

Hello afasweb,

Unfortunately those messages do not have any unique class names or ID to target. It will be required to copy a template file from plugin into the theme and change class names. For that kindly send me a mail at xconsau[at]gmail[dot]com. I will send you the fix.

Regards

Hi,

See me message above. Could you supply code that I can insert in to user.css which will also me to alter the font / colour / size on h1, h2, h3. h4 and paragraph?

I would really appreciate it.

Thanks, Paul

Hello Paul,

Headings and paragraphs can be targeted using simple h1, h2 tags as shown below:

h1 {
    color: #333;
    font-size: 2.5em;
    line-height: 1.2;
    margin-bottom: 0.6em;
}

Duplicate the same code and change h1 to h2, h3 and so on. Also change their font size and colors.

Regards

On the product pages, do you know if we can remove the links labeled:

-Description – Additional Information -Reviews

Thanks!

Hello edgemark,

Kindly add this code inside your functions.php file, at the end before closing php tag ?>

Regards

Thank you, but now it it showing a large Related Products text area. Can we remove that too?

Hello edgemark,

Do you wish to remove the “Related product” heading only, or the entire related products section. This can be disabled in two ways:

1. By adding this rule inside user.css

.related.products { display: none; }

2. Or by adding this code in functions.php:

function woocommerce_output_related_products() {
    return;
}

Regards

On the product pages, do you know if we can remove the links labeled:

-Description - Additional Information -Reviews

Thanks!

Hello Evian260,

Kindly post a message from the purchase account.

Regards

Hi

How can I change the background colour of the widget area?

Thanks

Thank you! One last question for now, how do I customise the roll over effect on the Cart button in the top right of this page? http://saferemedies.com/saferemedies/ It is orange and should be green :)

Hello VivaDigital,

Hover color for green is set inside scc/schemes/green.css file, line no. 14:

ul.account-nav li.cart_status a:hover { background:#eb6633 }
ul.account-nav li.cart_status a:hover span.amount { color:#eb6633 }

Regards

THANKS!

Can you please provide instructions on how to install the slider as it is setup in the live demo on theme forest? I can’t seem to get it setup…

I am confused about how to enable the slider. I have created a gallery page in the correct category with images and published it as per the documentation and still do not see how to get the slider to show up. Thanks for your help!

Hello atstickel,

For setting up content slider, open / edit your page and insert the slider using Slider short code button. Alternatively, you can copy Home page markup from your main download/dummy_data/home.txt file and paste into the “Text” mode of your Home page in editor. Next, replace image URLs inside the slide short codes with the actual ones you have. If you find any difficulty, you can send me your WP login at xconsau[at]gmail[dot]com.

Regards

Hi,

How can I change the HEX colour of ‘Green’ in the theme?

Thanks

Hi,

I am afraid that didn’t work? I would like to have all paragraph text grey, not just on product page but throughout the site. Is this possible?

Thanks

Hello VivaDigital,

For entire site, you can use any of the following CSS rules:

body { color: #777; } /* For entire body copy */
p { color: #777; } /* Only for paragraphs */

Regards

thanks

I need this notification here.

http://i.imgur.com/0qNshsl.jpg

New order notification.

help

Hello jpBenfica,

It is a WooCommerce Plugin specific feature in WordPress admin. It can not be changed from theme unless there is some hook or code to change notifications.

P.S. Please do not flood or bump comments. I try my best to respond on time.

Regards

Hi!

i need your help: Where must the <?php echo tag_description(); ?> be pasted in the template / which file?

i want to show the category / tag descripiton if is on standart list view, bevor the articles appear.

Hello djmaki,

This can be pasted inside xing/archive.php file after line no. 9. Wrap this code in conditional statements as:

if ( is_tag() )
    echo tag_description();
if ( is_category() )
    echo category_description();

Regards

Hi,

On my shop page, when I click on the product image the lightbox/fancybox seems to load too low to view. I have no idea why this is happening.

Here’s the link http://www.vividcharms.co.uk/product/little-rose-princess/

Please help :)

Hello eclectic3,

There are two issues. 1. The Google Analytics code is added at wrong place inside header.php file. Kindly remove it from top of file and add between the head tags. 2. Kindly update the theme to latest version. As of WooCommerce 2.0, there were some style changes inside woocommerce-custom.css file.

Regards

THANK YOU THANK YOU :)

Hi, I am using WPML to switch languages EN / FR / DE.

It is not detecting string “Welcome, Guest” in the top right account section, or the default footer text added via the Theme Options menu.

Please could you let me know how to update these texts ? Thank you :)

Hello lafranglaise,

Thanks for purchasing the theme. Most of the text strings are translation ready except the ones inside Option panel text areas. These text areas need an XML configuration file for WPML using variable names. Kindly send me a mail at xconau[at]gmail[dot]com, I will send you the file.

Regards

Hi, I tried sending to that email address (using @ and .) and got a bounceback “The email account that you tried to reach does not exist”.

Hello lafranglaise,

I am extremely sorry. It’s xconsau[at]gmail[dot]com. (Missing s). You can also send a mail from my profile page message box on bottom right corner.

Regards

Hello SaurabhSharma,

I have one more question… I update WP version 3.6 and i have a trouble for Jquery, “blockUI requires jQuery v1.2.3 or later! You are using v1.10.2” , this themes compatible Wp 3.6 or no?

Thanks u :)

Hello ardi99zor,

The theme is fully compatible with WP 3.6. The jQuery is loaded from the WordPress installation. if it shows 1.10.2 means your WordPress installation has this version of jQuery.

Important: For future support requests, kindly post message from the purchase account.

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