1801 comments found.
Hi, I don’t see the string for translating the “Return to shop” link shown on the Shopping cart page when the cart is empty.
Hi,
If this is only one string you can’t find then you can use this snippet:
add_filter( 'gettext', 'change_woocommerce_return_to_shop_text', 20, 3 );
function change_woocommerce_return_to_shop_text( $translated_text, $text, $domain ) {
switch ( $translated_text ) {
case 'Return to shop' :
$translated_text = __( 'Return to Store', 'woocommerce' );
break;
}
return $translated_text;
}
Regards
Many thanks Woss, it seems it’s another plugin I installed what is interfering
You’re welcome! Feel free to contact us if you should need some another help
Regards
Hi I want the demo theme for http://wossthemes.com/artday/ How can I get that?
Hi,
You need to import our demo content, detailed instruction how to do that you can find in our documentation.
Regards
Hi,
I’m having some problems on my website “www.kommandobroen.dk”.
No matter what I do I can’t change the size of the logo. I want the logo to be at least twice the size as the current one..
The logo is 908×99
Thank you in advance 
Regards Rasmus Larsen
Hi,
Open menu.php file and change line 246, replace col-sm-1 with col-sm-2
And then line 260 replace col-sm-10 with col-sm-8
Regards
Hello,
That worked for the desktop version, but when we get near the tablet version the logo start to change position and size again.?
Regards
If I understand you correctly then it’s obvious, otherwise on very small screens you’ll get only the logo on half screen. Well it’s not user friendly at all and it will annoy your users.
Regards
Yea, I know it’s obvious that the logo have to change size a bit, but it’s also changing it’s position (it’s not centered with the menu)
It’s due to some CSS styles. Take a look at ”.ws-header-fourth .navbar-brand” class, there is 28px at top. You can change this value from your style.css
Regards
Okay, I’ll try that.
Thank you 
Hi,
I can’t find ”.ws-header-fourth .navbar-brand” with 28px top in the Style.css – where exactly is this located?
Sorry there is 22px. Well it’s located in your style.css file as I see is line 1945
Regards
I’ve tried changing the padding from 22px to 26px – but nothing is changing.
As I understand you try to make changes for mobile devices. In any case will be much better if you’ll send an email to us with some screenshots of the issue.
Regards
I’ll do so. Thank you
Hi, the theme is great, thanks a lot. Is there a “Out of stock” button designed for this theme? I have out of stock items in my shop but there is no button…thx, Michal
Hi,
when you have 0 products in stock automatically appear notice in your single product page, that product is out of stock.
Regards
Hi, thanks for your reply, but as you can see here, that is not the case:
http://www.svetlansa.com/product/abstract-painting-blue-2/Also, it would be great if the button appeared in catalog view:
http://www.svetlansa.com/shop/Any suggestion?
Michal
You simply forgot to add price for you product. But if you’ll go to Inventory=>Stock Status and will switch to “out of stock” you’ll get Out of stock notice in your single product page under the price.
Regards
OK, thanks for that. As per the black circular buttons, only the items on sale get one, right?
I think you meant the badges. As I remember by default you can have Sale and New badge, but there are many plugins that will allow you to add much more badges for your products.
Regards
Yes, badges
Thanks a lot for your quick answers!
You’re welcome! 
I do not find it easy, but I am succeeding. Now I want to place text and block (shop the collection) on the slider of the homepage, as in the demo. How and where do I do that?
Hi,
I think will be much easier for you import demo data and to get at once entire website with exactly the same structure as in our preview.
Regards
Ik think I’ve allready worked out what to do and I am now working on making a layer over the slider. But how can I link a page to the button I made? And how do I add a ‘navigation aditor’ to the slider. Where can I find that in the documentation? In which chapter?
Demo data of the slider should be imported separately. So it also is included with the theme. But if you want I can send you Revolution Slider documentation, just send me an email to support@wossthemes.com
Regards
Dear Woss Service, I installed the Art Day Theme for a Poster Shop of my wife but the version doesnt look at all like in the preview. What do I have to do now to get the same frame like you showed ??? Very complicated to handle for me, I was trying 15 hours and have no success. thank you Jürgen
Hi,
We’ll be glad to help you, just send an email to us with link to your website and login details. You can send it through contact form on our profile page or directly to this email support@wossthemes.com
Regards
Hi Art Day / Woss Team, thanks to your great support the team is now in a great state to start with, appreciate the customer friendly and quick service very much !
best regards
You’re welcome!
Dear Team,
I have the issue with the Instagram widget: Instagram has returned invalid data
As I’ve understood I should update the parent theme. Why I’m not able to update it through my admin panel? Just don’t want to screw all my customization up.
P.S.
And yes, I have a child theme installed.
Thanks!
Hi,
yes you need to update your theme and Artday shortcodes plugin. Simplest way to do that is to delete and to install again the theme and the plugin.
Regards
Thank you for your reply. I’ve downloaded and re-uploaded both the main Artday theme and the Artday shortcodes plugin. However, now I have 12 photos there instead of 3 (and I still have only 3 to display in my widget settings)
Send please an email to us with link to your website and login details, we’ll be glad to debug it for you.
Regards
Hi, I would like to remove the ws-big-product class from the shop page and keep all products the same size, what page is the code for this on please?
I seem to have done this by editing some code out of the woocommerce/content-product.php via child theme 
I’m really glad you got it solved 
Instagram widget is showing an error “Instagram has returned invalid data.” I think plugin needs an upgrade. Please can you advise.
Hi,
Seems Instagram changed the rules to show the images. We just updated the theme with fix of this issue. Please update Artday to the latest version 1.5.2. And don’t forget to update Artday Shortcodes plugin it also should be updated.
Regards
I am receiving the dreaded “Instagram has returned invalid data” error on a client’s side, which is reportedly happening because Instagram made some API changes. Do you have a solution in the works? Other themes appear to have a fix through amending functions.php in a child theme.
Hi,
Seems Instagram changed the rules to show the images. We just updated the theme with fix of this issue. Please update Artday to the latest version 1.5.2. And don’t forget to update Artday Shortcodes plugin it also should be updated.
Regards
Thanks for the response. I’ve updated to version 1.5.2 but the Artday Instagram widget still renders the same error “Instagram has returned invalid data.” Please advise.
And don’t forget to update Artday Shortcodes plugin it also should be updated.
Regards
I had updated Artday Shortcodes, as well.
That’s to odd. Well send an email to us please, we’ll be glad to debug it for you.
Regards
Hello. I work with webdesign in EU, and now GDPR is a big issue when it comes to our clients that are ranging between major and minor companies. I went through much of your documentation, but didn’t get any information about GDPR and if your theme(s) will have issues with it.
In other words, I want to know: Are you getting any kind of information from websites through your themes? Are they forwarded to second or third parties? If you do, I need to know what, since that has to be included in the GDPR disclosure for the users and especially the companies.
Thank you for clearing things up for me.
Hi,
Themeforest don’t allow authors to include some tracking scripts with the theme. Well we don’t get any information about you or your business or website 
Regards
hi there, I keep getting error on the instagram widget. (Instagram has returned invalid data) could ytou tell me how to resolve this thanks
Hi,
Seems Instagram changed the rules to show the images. We just updated the theme with fix of this issue. Please update Artday to the latest version 1.5.2. And don’t forget to update Artday Shortcodes plugin it also should be updated.
Regards
784f9076-0c1d-407a-9226-f34bb4bf3792 – 13 Mar 2018 REGULAR LICENSE
Hello, Thank you for your reply. You have asked for login details in order to debug the installation problem I have. The installation stops at 99% What do you exactly need? Could you provide me with files that install properly ?
Thanking for you help, Best regards,
Andrea
Hi,
we need your login details from wordpress admin panel. But not here, it’s a private information well send it in PM please or directly to email support@wossthemes.com
Regards
Running WC 3.3.3 and WP 4.9.4. The Shop page does not display products, only the category links. Please have a look at https://artprints.me/shop – it used to display everything correctly. Is there a fix for this? Thanks.
Hi,
That’s too odd. It would be much easier if you’ll send an email to us with your login details. We’ll be glad to debug it for you. You can send an email through contact form on our profile page.
Regards
Hello,
I have just purchased your Art Day theme and it simply doesn’t install. The process stops at 99%. Please kindly advice.
Best regards,
Andrea
Hi,
It would be much easier if you’ll send an email to us with your login details. We’ll be glad to debug it for you. You can send an email through contact form on our profile page.
Regards
I would like to setup the demo of ArtDay. But when I import the demo data, I get the notice: ‘failed to import’. Maybe because I already made new pages and posts. How do you advise me to solve this problem?
Hi,
I guess all the demo data already was imported and you simply get this message because try to replace already existing data.
Regards
Unfortunately, that is not the case. The beautiful slider is not there, for example, and it does not look as in the preview. How do I show our website as in your preview? https://tpi.koalapy.com/ I would like the website to look like in this preview http://preview.themeforest.net/item/artday-creative-artist-wordpress-shop/full_screen_preview/14396982?_ga=2.248940487.11021476.1520515549-2138656670.1510824471
As I see all the posts are already imported that seem that all the rest data was already also imported. Now you need to change some settings on your website. At the moment you have set at home page your latest posts, you need to change that thing from Settings=>Reading. Set the page you want to be as your home page, for example in our preview is Creative Slider.
Then you need to import the sliders, they everytime should be imported separately.
Well all these steps are described in more details with screenshots and additional tips in our documentation. I think it will be much easier for you follow the steps from there. But if you’ll have some issues feel free to contact us.
Regards
Hi WossThemes, We’re thinking of buying your theme, because it fits our client’s project. However, support and longevity is key, therefor we need to know what policy do you practice regarding themes support. We see that your theme updates regarding Artday are quite spread out since 2016, but the fact that’s a two year’s old theme with a 800 sales had us wonder about your plans of maintaining the theme alive in the future. Hope to hear from your soon. Best, NG
Hi,
all our themes are supported and regularly updated. Also at the bottom of each theme, under main description you can find a changelog with all the fixes and updates, well from this changelog you can see that last theme update was at 10 January 2018. Well do not worry about that 
Regards
Thanks for your quick response. I don’t see WPML compatibility. Could you provide more info on that aspect (language strings?). Thanks in advance. NG
The theme is fully compatible with woocommerce and String Translator from WPML.
Regards
Hello, as indicated by my tag, I’ve purchased the template. I’m a bit surprised by the quality standards of the PSD provided, showing a website @1170px while the website is @1140px. The grid layer provided doesn’t fit the content layers beneath it either. Regarding the theme itself, the CSS strucks me as surprising. The home page “one page” 3 columns product preview right side fells short of being aligned with the right side of the row, resulting in miss-alignment between the two blocks above “new prints” and “illustrative prints” of a good 7px in wide view. Products are widthed at 32.888888% and not 33.33333% in the 3 column setup, “first” and “last” classes show up on items 1, 2, 4, 5, etc… It seems the whole layout is barely holding together (repetitive use of !important CSS exceptions) I’m quite concerned by the consistency of the layout and overall quality of the CSS and would like to know if you are considering fixing those layout flaws in the near future. Thanks in advance. NG
It’s little odd and nice at the same time that you pay attention to such small details. 
Well to be short in the answer, I will draw your attention that the theme is built in bootstrap, but there are many things and details such as issue you’ve found with 1240 instead of 1270px the answer is simple when container contain row then width of the container will be 1270px, if not then 1240 (15px goes to padding). The same thing is with 7px and 32%.
Well with important rules is another thing, sometimes you really need to use it, is nothing scare here. If you want to customize your elements you can do that at any part of the theme, and sure if you want you can simply override the styles in child theme for example.
And sure another thing is if you’ll have some issues on display, but that is another story, well running ahead I will say that you can feel free to contact us and we’ll be glad to help you.
Regards
Dear sir, I would recommend you compare your PSD files with your demo’s front page. From grey square to grey square, you will measure 1170px on the PSD (padding asides) ; on your demo, from grey square to grey square, it counts 1140px. Most simply put, and more easy to test, your PSD homepage simply doesn’t superpose with a screen capture (because of those missing 30px). May I add that padding being what it is, “inside spacing”, you can – and should – maintain 33.3333% wide a set of 3 single columns – with 7, 15 or whatever inner padding pleases you – and not change the % sizing of the columns themselves. Again a simple screenshot of your demo home will show you that because of those changes made on bootstrap’s grid, the blocks above and below the “Featured Collection” title only align on the left, not on the right (7px off to be exact). As I was able to fix it in 10 minutes using simple CSS hacks in my web-browser’s inspector, my question is quite simple: Do you plan on cleaning those issues on a CSS level, either individually – on my install, by providing a CSS file – or as an update. I do pay attention to this type of details, because in the worst case they tend to be indicators of broader and more hidden issues all across the theme. I really do hope it is not the case. Best, NG
I’m really glad you got it solved. We’ll look on it closer, thank you for reporting.
Regards
I have no doubt about it. Keep me posted is you fix the structural issues related to woocommerce elements and make those changes available in a near future. Best, NG
Hi! I have chosen the sidebar layout for my Shop page (Gallery) and added WooCommerce product filtering widgets for price and category to the Shop sidebar but nothing shows up. What am i missing? My Shop is here: http://elliemansokane.com/gallery
Hi,
There can be few things that could be missed. First of all make you sure that you add widgets to Shop widgetized area not to Blog.
Regards
The “primary category” is not used by default to display in the navigation slugs at the top of the item’s page. For instance: HOME / PHOTOGRAPHY / DAISIES rather than HOME / GARDENS & GARDENING / DAISIES as the primary category has been set for this item as “Gardens & Gardening”. Let me know how to fix this please as some items will have to belong to more than one category. Thanks.
Hi,
I’m not quite sure that I understand correctly what you meant, could you send please an email to us with link to your website, we’ll be glad to help you.
Regards
What’s your email address?
You can send an email through contact form on our profile page.
Regards
To explain further: If you select multiple categories for a product – let’s call this product “lions” – (say nature, wildlife and africa) and you choose “wildlife” as the Primary category, the category “breadcrumbs” would show “HOME / AFRICA / LIONS” rather than put in the primary category: “HOME / WILDLIFE / LIONS”
Oh now I understand what you meant, well by default in wordpress when multiple categories are assigned to a post, the primary category is automatically chosen first of all set categories in alphabetic order.
As I know sometimes SEO plugins as Yoast can help with that issues.
Regards
I’m getting an error while downloading layeredpopups that it is not authorised. Please let me know how I can update this plugin. The error is “An error occurred while updating Layered Popups: Download failed. Invalid Item Purchase Code!”
Hi,
We try to keep all the plugins and all the files up to date with each theme update, so you don’t need to worry about license keys plugins ask you for. simply use them, all the main functionality is working properly. However we’ll update them on next theme update. But if you want to update the plugin and update is not coming you can request it via email, we’ll be glad to help you at any time.
Regards