3570 comments found.
I keep getting this error message every time I upload the theme. I did some research and it had me look in the FAQ’s of the theme but I saw nothing that helped.
MESSAGE: The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.
Hi empireofgiants ,
A common issue that can occur with users new to installing WordPress themes is a “Broken theme and/or stylesheets missing” error message being displayed when trying to upload or activate the theme. This error message does not mean that the theme you have purchased is broken, it simply means it has been uploaded incorrectly. Luckily, there is a very easy fix.
Kind Regards,
Ylli
Whats the best way to update the theme on my server? Check the changelog.txt on the latest version the will download. The 2.1.2 ain´t listed.
Will the updates be on the envato toolkit plugin?
I am a theme author myself, and purchased Aurum a couple of weeks ago to help a friend build his website. After working with it for some hours I must say that the team has done a tremendous job.
Total flexibility, and highly customizable. If you are still thinking to buy it, just do it. Uncluttered, great performance and very well thought-out.
Thanks for a great theme guys 
Hi Ylli,
Can you help me with this?
My shop is online yet. But when you go to the shop that’s what you see http://wandat-shirt.com/pantallazos/03.png. You have to reload the page to see it well http://wandat-shirt.com/boutique/?lang=fr
Do you know why it happens? What can I do to avoid this? I have updated the theme and all the plugins.
thank you nath
I’m still getting duplicate images on product categories/homepage even with the latest version.
Is there a fix?
What’s the issue around? I can’t go live with this site until it’s resolved, seems like a really major issue others should be aware off.
Hi
I get some dead space between the menu and my slider on the startpage. I want it to look just like the demo slider does. How do i fix this?
How do i change the cart thumbnail image size?
Here are the slider settings http://cl.ly/image/3f2Z382n2f2R set them up just like in the image to make it like in the demo, which thumbnail size do you want to change? The mini cart or the view cart page?
Kind Regards,
Art
Hello,
when I add the Woocommerce Plugin to my website working with aurum, the prices are displayed two times on the product details page (see screenshot http://bodenseele.com/wp-content/uploads/2015/03/Double_Price.jpg
How do I remove the lower price?
Hi Macmikesch, are you using Aurum 2.0, please update to the latest verison (currently 2.1.2).
Please update Aurum, the easiest way is through Envato Toolkit, if you don’t know how it works, you can read that on our documentation site http://documentation.laborator.co/kb/general/how-to-update-themes-and-plugins
Make sure to update all the plugins too. And if the problem is still present then write to us again 
Kind Regards,
Ylli
Hi, I updated everything, but the problem still appears.
The page is hidden behind a maintenance page. Please give me an email, that I can sent login details to.
Hi, I wrote the mail about one week ago, and did not get any response
Hi there, we can’t find any email from your name. Click here to go to contact form and there you send the credentials. Please don’t forget to explain the problem again.
Cheers!
Ylli
Hello.
We’re interested in buying the AURUM theme, However, before we do, we have a few questions and will appreciate if you could respond as quickly as possible:
A. We prefer the Aurum theme but we want to make the size of the homepage slider side ONLY, to look like you have have in your oxygen theme here in Home V2 http://demo.oxygentheme.com/home/home-v2/ In other words, we want to use have 1 image/video slider + 2 images on the right side. Can you advise how this can be achieved in the Aurum Theme if we go for Aurum homepage style V1?
B. In the Blog section, is it possible to hide the blog author box via ‘Theme Options’?
C. We can see that the theme offers sale of INTERNAL PRODUCT listed directly by store owner in the store, and also allows display of EXTERNAL PRODUCT. Can ‘EXTERNAL PRODUCT’ be applied for some products only instead of all store products?
D. In the single product page, the product ‘quantity’ option has a plus and minus icon, is there a way to hide the icons so that people can simply type in the quantity they want to buy?
E. Does the theme allow user to add a ‘category featured image or video’ above products display sections? For example below the ‘MEN’ title on the far left side on this page http://themes.laborator.co/aurum/fashion/product-category/men/
F. Is it possible to add external font (not google fonts), a font we purchased, into this theme? If so how can it be added and is it easy for a person with no programming skills to do?
I will appreciate a fast response.
Thank you!
Hi there,
thank you for your interest in our theme, I will answer your questions one by one.
A. This is easily achieved with the Visual Composer, you have to split it into columns and use the right elements.
B. Yes, it is possible – see screenshot: http://cl.ly/image/0j1i1o1b3Y01
C. I don’t know if I understood you right but you can use the sale badge on internal and external products.
D. We can do this with a small modification by hiding the icons manually.
E. Are you talking about this: http://themes.laborator.co/aurum/fashion/shop/?show-shop-categories=true
F. Adding your own fonts requires a little more experience, you will need to modify some files in order to make it work.
Hope I was clear enough.
Kind Regards,
Art
Hi,
I added some custom fields to checkout form and there are not style on that fields. I add too types: text, select. I added code in functions.php file like this:
add_action( ‘woocommerce_after_order_notes’, ‘my_custom_checkout_field’ );
function my_custom_checkout_field( $checkout ) {
echo ' ' . __('My Field') . '
';
woocommerce_form_field( 'my_field_name', array(
'type' => 'text',
'class' => array('my-field-class form-row-wide'),
'label' => __('Fill in this field'),
'placeholder' => __('Enter something'),
), $checkout->get_value( 'my_field_name' ));
echo ' ';
}
Thank U!
I tried to add css class but problem not resolved. I have a border around a field now and that’s all
Help me please.
add_action( 'woocommerce_after_order_notes', 'my_custom_checkout_field' );
function my_custom_checkout_field( $checkout ) {
woocommerce_form_field( 'my_field_name', array(
'type' => 'text',
'class' => array('form-row-wide form-control'),
'label' => __('Fill in this field'),
'placeholder' => __('Enter something'),
), $checkout->get_value( 'my_field_name' ));
}
Screenshot http://prntscr.com/6en6nl
Hi Kirill
Please use this code, it will style properly the form elemens:
add_action( 'woocommerce_after_order_notes', 'my_custom_checkout_field' );
function my_custom_checkout_field( $checkout ) {
woocommerce_form_field( 'my_field_name', array(
'type' => 'text',
'class' => array('form-row-wide'),
'input_class' => array('form-control'),
'label' => __('Fill in this field'),
'placeholder' => __('Enter something'),
), $checkout->get_value( 'my_field_name' ));
}
Hello I found a bug, for you guys im sure youll find fast a fix but i wanted to report this…if you go on a single product you can put quantity in – (minus)
This also happens on your demosite…just to let you know guys and maybe you can reply with a fix until new update?
best regards
Hello, i saw there was an update but i think still not fixed? Can you pls tell me how can i fix this? until u update it. Regards
Small display bug. On the the display results for a tag or a category (like this one: http://themes.laborator.co/aurum/fashion/product-category/accessories/), while viewing in Firefox on a Mac, the carat on the Sorting drop down is misaligned. It’s way too low.
Hi so I have a few questions. My theme sometimes repeats the products for some odd reason. Its like it showcases the same product over and over again? Also I know I have the slider plugin updated and activated. But It’s not showing up on my dash board? Is this a I need to update the theme problem or a another problem? I can’t create any sliders or edit any sliders because of this problem. Please let me know what my options are asap.
Thanks..
Hi how do I email you? I tried to send you a reply email but it came back. I really need my site fixed asap!!
Hi there,
We have released a new update (current version 2.2), please can you update Aurum if you haven’t do so, and if you still have that problem you can send us email from Profile on themeforest, on the right side you will see “Email Laborator” box, please don’t forget to explain the problem again and send us WP and FTP credentials, in case we need them.
Kind Regards,
Ylli
How do I do an update the theme without losing my settings? My store opens today? This is a huge problem for me because I don’t have time to redo everything on the site. The main problem I am having is the slider not showing up in the dash. Any help I can get to fix the problem now would be great!!!
Hi LeTiciaF, if you have not touch something on core theme files, you can update theme, and it will not break anything.
Remember, if you want to modify core theme files you must use Child theme every time.
Head to this link to learn How to update Themes and Plugins
Kind Regards,
Ylli
Ok so your saying it won’t change any of my settings when I update? I worked so hard on getting the site how I want it. So I want to make-sure nothing will change once I update. I ask this because it says make-sure you back up before updating and I don’t understand how to back up. So I assume that means the site will change my set up when I update it!! ?? I am afraid to update it with out having it backed it I guess because of the message that pops up. But you are saying it will not change how I set the site up correct? Also what is core theme files?
You have the option to backup your site on Theme Options, see the image below:
By core the files, i mean if you have touched files inside theme, such as .php op .css files.
If not then you can update it without worry!
Kind Regards,
Ylli
Thank you I updated the site. The slider is still missing from my dash? I am unable to load any files to my slide ??
Dissapointed.
We still have the same error. The products have a repeaated loop over and over again. This is very frustrating.
When are you going to fix this!
Hi
Please try this one:
Download this file: http://cl.ly/a6eE and replace in aurum/woocommerce/ directory and see if problem persists.
P.S. Your rating doesn’t mean we will take you in priority if you set a lower rating, so this is the last response I am going to give you if you continue playing with your opinion about our theme.
Hi businessadviser, i saw that you have rated us with 2 stars, please can you explain us what problems do you have with Aurum theme?
We are trying our best to continuously update our theme with new features and bug fixes, that problem that you faced with product loop was causing because WooCommerce 2.3 was a mayor update and changed almost all of it’s core theme files, we did our best to update our theme the next day, but we didn’t saw all of the problems, “product loop” was one of them. But with the report from our costumers we fixed that issue.
Please if you don’t have any problem with our theme can we ask you kindly to improve your rating?
We would be happy to help you if you still are facing any problem.
Kind Regards!
Ylli
“Your theme has bundled outdated copies of WooCommerce template files. If you notice an issue on your site, this could be the reason. Please contact your theme developer for further assistance. You can review the System Status report for full details or learn more about WooCommerce Template Structure here.”
I am a bit of a newbie – how am I able to update the theme?
Hi Ylli, I started up the web. But when I try to buy, the buttons to continue shoping (below Your Order information ) disappear as you can see on the attached link. http://wandat-shirt.com/pantallazos/02.png
All I’ve done is to change the routing domain. I also updated the permalinks.
Can you help me with this because the store is now online. thank so much
nath
Ylli, for your information, the server asked me to update PHP to 5,5 version. I don’t know it is important..
Hi nath, i found your site URL from your screenshot,
You are using old version of our theme, and very old copy of WooCommerce.
We won’t be able to provide support for outdated versions. We want you to experience the best we have to offer while keeping your site safe.
Staying updated is the way to do it!
Kind Regards,
Ylli
Hi Ylli, I don’t understand. I updated the theme last week! I bought the theme a couple of monts ago. So the WooCommerce can’t be so old.. I will updated all. Thank you
Hi Ylli. I have updated WooCommerce and it works. But in the Envato Tool Kit there is no information that your theme have to be updated (?). In another hand, can you look at this link? that’s the way I see the page everytime I go. http://wandat-shirt.com/pantallazos/03.png I have to reload to see real information that is http://wandat-shirt.com/boutique/?lang=fr Do you know why? Thank you for your help again.
Hi,
I have bought this great team and created a site for my client, but we encountered a strange bug on the success page.
The header and footer menu on this page do not show the normal menu titles, but all have the same words: the title from success page.
The menu still works, so you still go to the home and the different categories, but the text is wrong. Overwritten with the words ‘Order received’. This only happens on the succes page.
Please advise
Regards,
Wietske Smid
Hi Laborator. Wietske (my colleague) is talking about: http://studiosuz.nl/afrekenen/order-received/
Hi thordar, you are using old version of our theme (1.5.1, but the latest version is 2.1.1), and very new copy of Woocommerce, you need to update theme also to support Woocommerce 2.3.
We won’t be able to provide support for outdated versions.
We want you to experience the best we have to offer while keeping your site safe.
Staying updated is the way to do it!
Kind Regards,
Ylli
Hi Guys, I found a bug. I’m building a homepage and I want to have a products carousel and show the latest 3 posts, so I used the Post grid element. I like this styling very much.
But when using the Products carousel and the Posts Grid toegether on one page, the website breaks down and the carousel isnt shown and Post grid isn’t loading.
Console: Error: Permission denied to access property ‘toString’ <onbekend> Error: Syntax error, unrecognized expression: {‘status’:’Nothing found’}
Can you help me out?
Aah I see, any idea when this will be fixed and the new update will be released? Would save me a lot of time.
Another question, sorry, I should have included this in the first message. I’d like to have the mobile and tablet view of a categories/tags results page to have two products per row, rather than one. I’m putting together a book site and making the book covers 100% is overkill.
I know I need to add a class “col-xs-6” to the div, but I don’t know where to find that template.
Thanks!
I see what you did there. Very clever! I had to change it a bit, but got it work (the body didn’t have the post-type-archive-product class, so I just went with body.archive, which may mess other stuff up; and the bootstrap class on that row was different).
Thanks!
Did you see my question above about product meta?
Great that you solved that 
We are working part time support because unfortunately for the moment Arlind is sick and can not reply this question until next week.
I hope for your understanding 
It would help us a lot if you could rate Aurum on themeforest from your Downloads tab, if you don’t know how just open this link 
Kind Regards,
Ylli
I’m receiving this msg when i try to import demo content:
Failed to import pa_color Black Failed to import pa_color Blue Failed to import pa_color Green
Waiting for help! ;))
Hello,
Just picked up this theme. So far, I think it’s really nice and clean. One question. I’m trying to figure out how to add the “Published on” date to the product meta. I’m using that to represent the date a book has been published, and I’d like it to be included along with Categories, Tags, and Product ID.
I located the PHP file (/aurum/woocommerce/single-product/meta.php), but I don’t know PHP! Could you supply me with the code I’d need to have it display something like. “ Published on: DATE ”?
Thanks!
Hmm,
this seems to be not a very easy issue to deal with, as our programmer is sick now and what I can help you is by giving you this tutorial to test it on your own:
http://gerhardpotgieter.com/2013/09/17/woocommerce-custom-product-fields/The easiest way to do it would be by adding attributes and displaying the date in the Product Information Tab.
Kind Regards,
Art
Not quite what I’m looking for. It has nothing to do with woocommerce, actually. I did figure it out though, so will post my solution for anyone else looking to do this.
In this file: ~/aurum/woocommerce/single-product/meta.php
Find <?php do_action( 'woocommerce_product_meta_start' ); ?>
You’ll want to add the following code somewhere under there (depends on the order in which you want it listed. I put it after the “tags” line):
<span>Published: <?php the_time('F j, Y'); ?></span>
This will add a line to your produce page that’ll read: “Published: March 6, 2015” (or whatever date you published the product on). For other formats, check out this page: http://codex.wordpress.org/Template_Tags/the_time
Hope that helps!