3572 comments found.
Hi,
I sent you a private email in regards to the theme cropping / chopping half of the images on the products page. Could you please investigate and advise a solution. Thanks.
Hi,
I would like to use your aurum bookstore theme for our ebookstore but would like to know if customers need to sign in before they can complete their purchase or if there’s the option of a guest check out?
My client is interested in the Fashion Theme. Q: can we change the background images for specific pages? Example, the About Us page he would like wall paper from an event, whereas the Gallery page he may want a landscape background. Please reply and let me know.
Thank you for the quick reply. I know it’s an ask but if you can showcase that this is possible my client will purchase the theme. He wants to know it’s possible prior to purchase through. He likes everything about the theme but is insistent upon this functionality. He’s got this vision for his site. If it “can” do this if you could confirm we’ll buy this.
Thank you for replying, Although I am astute with CSS in conjunction to building a site and can apply the custom css code, we would need some small assistance in developing the corresponding PHP or javascript code to be able to apply a background to a specific page or pages as I cannot just go to, say, about.php and manipulate that specific page as this is wordpress. If you can assist in the coding component that points the CSS that applies the background image to a specific page I can work with this theme otherwise, yes, I’d have to advise the client to go another route as discussed.
Hi kurson,
You just need to go to the page that you want to apply background image and then open Inspect Element.
Go to body section and find that page unique ID (on our example .page-id-328)
Apply this css:
body.page-id-328 {
background: url(www.yoursite.com/image.jpg);
background-size: contain;
}
on all other pages that you want to apply image just reply this procedure and paste their ID.
P.S: Please try this option, and check if that suits your needs, we don’t want to have problems after you purchase our item.
Kind Regards,
—Ylli
Hi Ylli. That works. Looks like you have yourself a sale. I look forward to working with you all. Side note to others, you can source the page ID using Firebug in Firefox as well.
Hi there,
You can change/remove the delay of the box image easily by editing it, see the image and the fields I have highlighted:
http://drops.laborator.co/13bwyKind Regards,
Art
It only works on Firefox and maybe others. But not on Chrome.
Please fix this ASAP!
I can remove the link once you’ve read it to avoid this from spreading.
Hi Arctek
Sorry for this issue, I have fixed it and published it online. However here is the quickfix for you:
1. Download this file: http://drops.laborator.co/1hrfb
2. Replace it in this directory: wp-content/themes/aurum/tpls/
This will fix this issue.
Hello. I’m having trouble with the product carousel in the bookstore version, as it is not showing. How can I make it appear?
Is it possible to add description of product in Jewlery version of theme. Also, can we add twitter stream in footer?
hi can you tell me how to show the full image rather than a cropped version in the cart view? http://lovernleathergoods.com/cart/
Hi Ferg
Please download this file: http://drops.laborator.co/1kBY0
And replace it in this directory: wp-content/themes/aurum/woocommerce/cart/
The reason why I told you to download this file is because this option for showing original images in cart is not available, so I have added it now.
So now to add original image size in cart items, add this custom code to functions.php
add_filter( 'lab_wc_cart_image_size', create_function( '', 'return "medium";' ) );
It should work.
Hi there,
This theme is running horrendously slowly, I can’t change menus or upload images. Every time I make a change, for example adding a price to a product, I get this error
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 30720 bytes) in /hermes/bosoraweb131/b732/ipg.houseofdiptycom/hodperfumes/wp-admin/includes/class-wp-posts-list-table.php on line 79
Can you advise?
Thanks,
If you can install the demo content for me that would be amazing! Email me for log-in details
I tried installing demo content through dashboard but it didn’t all work – errors below
[ErrType: xml-wp-content] Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /hermes/bosoraweb131/b732/ipg.houseofdiptycom/hodperfumes/wp-content/themes/aurum/inc/lib/laborator/laborator-demo-content-importer/wordpress-importer/wordpress-importer.php on line 616
[ErrType: theme-options] Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 18033 bytes) in /hermes/bosoraweb131/b732/ipg.houseofdiptycom/hodperfumes/wp-includes/functions.php on line 380
Hi HoDperfumes
I am really sorry about the issues caused there. In some hosts the memory limit are so low values and doesn’t allow our theme to be fully installed, so you should increase memory limits to the recommended values by us:
http://documentation.laborator.co/kb/general/recommended-php-configuration-limits/If you can’t install it even after changing these values, I will do it for you.
In most of cases Aurum users can install however these errors occur in few hosting platforms.
Hi,
That link you sent doesn’t actually say what to do and I really don’t want to touch any .php files in case anything goes wrong. Can you please take a look, I have already emailed you my details on the same topic.
Thanks,
Arlind, I have emailed you but you keep offering me fixes that don’t work, can you please do as you’ve said above and look at it for me, this is really holding up my site.
Hello, i’ve setup the theme fine and everything works great, the only problem is about the printing of numbers such as 0 1 or 2 into the my-account/view-order/2244/ page, or in all the other orders pages. It look as a debugging stuff, do you remember in which file is inserted? i need to remove it, this is a screenshot: https://www.victorxenialondon.com/bug.jpg
Thank you Marco
Hi Ylli, to arrive to the orders page you need a valid login, i prefer write the details on a private way, could you give your support email and i will write there? thank you
Hello, i have trouble with my fonts!!I want to use font face in my website!!i have put the css file from my font in the server and in the wordpress i put in the typography the url of my font but the font doesn’t change!! May you help me!
Thank you in advance!!!
Hi ria_zidou
If you set the custom font like this (in theme options):
http://drops.laborator.co/PCElIt should work as expected, here are the results:
http://drops.laborator.co/OtqlThis way it will work.
Yes i know, but what about the fonts not included in google fonts??I did your option an it works because i found a font similar to this i wanted to add…Just to inform and the others!
Thank you! 
Hello! Could you add a way to search for FAQ questions on the FAQ page? Like a big search bar at the top and below that the questions? Maybe also a way to organize the FAQ questions into categories? Like Shipping, Orders, Payment, etc
Thanks!
I guess we’ll have to hire a developer then 
Hi there,
I have an issue with the redirect after the ‘Confirm and Pay’ button using eWay, it works well till ‘website.com/checkout/order-pay/’ but when I hit ‘Confirm and Pay’ it make the transaction ok and send the confirmation emails but it redirect to ‘website.com/checkout/order-received/’, with this error message:
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@originalthreads.com.au to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Hope you can give me a hand with this issue, cheers!
Hi frankoriginal
Depending on the error number, it is hard to know what is causing this error, because no information is being shown where the code failed to execute.
However for this I suggest you to contact hosting provider and ask them how can you be able to remove Error 500 and see basic PHP error. Or ask them if there is any error log somewhere in the server that logs the errors during the checkout phase.
This would help me a lot to understand what is the issue.
Hi freem0n
I saw your issues in masonry and I have made a quick workaround for you, so just copy this code:
<script type="text/javascript">
jQuery( document ).ready( function() {
if( jQuery.isFunction( jQuery.fn.imagesLoaded ) ) {
jQuery( '.products.products-masonry' ).imagesLoaded( function() {
jQuery( '.products.products-masonry' ).isotope( 'layout' );
} );
}
} );
</script>
Add it to Theme Options > Footer > Tracking Code
It should fix your issue.
Thanks, for quick reply. Unfortunaly it doesn’t help.(
Hi Dmitriy
The code I gave to you will be executed once when the images are loaded so it will re-order the items and put them in their places.
Please download this file: http://drops.laborator.co/1bmQV and try to replace in aurum/assets/js folder and see if it will work for you. Remove the one I gave you previously.
Hello , I am using the theme in a shop www.alleggra.com.br , I installed a discount plugin . When I add the products into your cart the discount appears equal to the price . Prices are only updated if I click on “update cart ” and yet when I go to other pages the discount back to be equal to the price .
There is an error in the plugin already auditioned installing another issue and it worked properly.
How do I prices in the mini cart and the cart always be updated ?
Hi showroom_kuz,
Can you please update theme to the latest version (currently 2.4.1), and then update all the plugins from WP Dashboard > Appearance > Install Plugins and check if this problem is fixed. If not just write us again and we will check it 
P.S: The easiest way to update our themes is if you use Envato Toolkit. On this link How to update Themes and Plugins
you can learn this easy step-by-step procedure 
Kind Regards,
—Ylli
If I update a theme, am I going to lose all setups I made alredy?
Hi!
I’d like to know how can I remove the gray border that separate the tabs from the content in my account page.
Thanks!
http://cubeupload.com/im/zDOqyN.pngHi i wanted to know on some basics . How can i enable the section that has the ” free shipping in nl over 50 pounds ” ” 14 days return policy ” under the tabs on the website of ontheblock.nl . I would also like to know how to make my links bold and black as ontheblock.nl under there sticky menu logo . also do you know the size measurements they use for there product photos underneath the two pictures on the home page ? and what visual composer widget do i have to use to show my products on my homepage like ontheblock.nl ?
Hi domb18,
1. That is not build-in option, but the user has created that with Visual Composer.
2. Can you please add the code below to Custom CSS
header.site-header div.nav>ul li a, header.site-header ul.nav li a {
font-weight: 700 !important;
}
3. Just upload you best size that you can and the WP will create thumbnails that will fit the image sizes.
4. You can use Products, or Products Carousel element on VC view screenshot
For more, you can visit Aurum Documantation site.
Kind Regards,
—Ylli
Can you help me out with how they made the visual composer option for that to appear ? Also how can i change the color of when i hover over the menu because on the website ontheblock.nl when I hover it appears black and the word changes to white from black and its underlined ?
Do you know which visual composer plugin they used ? how can i change the color of when i hover over the menu like when i hover over ’’ Tops ” on ontheblock.nl and it appears black and it appears underlined ?
Hi domb18,
Can you please ask the user directly on his contact page link because we don’t know how he has achieved it, maybe he can send you the full VC code 
As for the menu colors, can you please add the code below to Custom CSS
header.site-header ul.nav > li > a:hover, header.site-header div.nav > ul > li > a:hover {
color: #ffffff !important;
background-color: #000000;
}
Kind Regards,
—Ylli
Alright Thanks . On my website underneath the sub categories of shop when i click shirts , crewnecks etc. the sidebar won’t show up with the filter price widget . How can i make it display ? http://richclothinginc.com/cases/
Hi domb18,
Can you please send us an email with your WP credentials, and we will check what is the problem there.
To send us email use this link and please write us your request again, because we receive a lot of emails on daily basis and we unfortunately can’t remember all customers requests.
P.S: Please note that we usually do not respond to emails that request support, because here is our primary support forum. We use contact form just for sending sensitive information.
P.S: Please update your theme to the latest version available.
The easiest way to update our themes is if you use Envato Toolkit. On this link How to update Themes and Plugins
you can learn this easy step-by-step procedure 
Kind Regards,
—Ylli
It is completely unclear as to how to get different sizes in a drop down list on the product pages. I tried it the Woocommerce way and all it does is put the list of sizes in the “additional information” tab.. I need this site working asap can you please tell me what to do??
Hi
These are called Product variations, and to add a product variation with a custom size or color or whatever either combined together or just a single choice dropdown you must set product type to Variable product:
http://docs.woothemes.com/document/variable-product/This link contains all information how to set up the variable products.
I hope you will manage to set it up quickly.
May I know if I can set the shipping rate based on weight?
Hi there,
That maybe can be achieved by any plugin, one example that i found was this plugin WooCommerce Table Rate Shipping by Mangohour
Kind Regards,
—Ylli