Discussion on Oxygen - WooCommerce WordPress Theme

Discussion on Oxygen - WooCommerce WordPress Theme

Cart 4,255 sales
Recently Updated
Well Documented

Laborator supports this item

Supported

This author's response time can be up to 1 business day.

3273 comments found.

Hi,

In Home.v4, at the What’s Hot section, how do I make the image clickable rather than just the text? It’s not convenient for users to check the details of the product. Please advice.

Tq

We have removed the linking because of the touch devices, the lookbook was designed for that purpose only to swipe between products and when you want to know more about it you have to click on the title.

Kind Regards,
Art

Hey,

We have been using your theme for some time & experienced the same issue in Internet Explorer as mentioned in a few of the previous comments. When third menu was enabled as a sticky menu, the main menu would stay hidden when scrolling back to the top of the page.

You mentioned you did not have regular access to a computer with IE, so we did a quick debug of the issue, and have included our fix below. In the oxygen-custom.js file from lines 1640 – 1656, the code block for the sticky menu js on the third menu option is included as below.

 
    watcher.fullyEnterViewport(function(e)
        {
            if(isxs() || ! e)
                return;

            $spacer.height(0);
            $header.removeClass('sticky-header visible').addClass('is-hidden');
            $sec_nav.removeClass('hidden');

            window.clearTimeout();

            tm_out = setTimeout(function()
            {
                $header.addClass('show-header');
            }, 50);
        });
    }

On line 1649, window.clearTimeout(); the function isn’t defined as ‘tm_out’ to add the class ‘show-header’ back to the menu.

Once the function is defined in the script, the argument should no longer be optional in IE, and the menu should work as well as the other options without the css workaround. We hope this helps anyone else having the same issue, and that it might be included in a future update to the theme.

Included below is the same code block containing the updated script, on lines 1640 – 1656 in oxygen-custom.js.

    watcher.fullyEnterViewport(function(e)
        {
            if(isxs() || ! e)
                return;

            $spacer.height(0);
            $header.removeClass('sticky-header visible').addClass('is-hidden');
            $sec_nav.removeClass('hidden');

            window.clearTimeout(tm_out);

            tm_out = setTimeout(function()
            {
                $header.addClass('show-header');
            }, 50);
        });
    }

Hi apogeedesign

I am really thankful to you for sharing the fix for this issue, I have updated the theme files and it will be included in the next update as well,

Cheers


Arlind

I need to make my logo and favicon force https:// so in order for my SSL to function properly, these are the only two un secure links in the site. Maybe hardcode it in the logo.php?

site is bineandvine.com

Your theme turned out great after some customization !

Hi

Please try replacing these files and you will not have any problems in https anymore:

1. Download this file: http://drops.laborator.co/1exIo
and replace it in /wp-content/themes/oxygen/inc/

2. Download this file: http://drops.laborator.co/aUkn
and replace it in /wp-content/themes/oxygen/tpls/

This worked fine for other users as well.


Arlind

Replace? Those files don’t already exists in those locations and the second linked file is a screenshot.

Sorry I have mistakenly put that URL (with the screenshot), here is the correct one:

1. http://drops.laborator.co/162bE 2. http://drops.laborator.co/14U7I

These are the files you need to replace, I don’t know how they are replaced, weird!


Arlind

(SUPPORT REQUEST) Hello,I purchased the theme and love it, but I can not seem to get a captcha to work for new user registration. The captcha plugin I use for my contact form works well, but no matter what plugin I try, the captcha can be ignored for new user registration. I currently do not have a registration captcha plugin installed because they don’t work. I am getting robots signing up for my blog and I’m not sure who to delete.

Thank you in advance, Sean

Hi Sean, that is not supported by our theme, but i found one plugin that can do that for you No CAPTCHA reCAPTCHA for WooCommerce.

Kind Regards,
Ylli

Thank you, I will try that.

Great :)

Kind Regards,
Ylli

Hi,

Great theme!

How can I center my product categories? there are now left sided but i would like them to be centered!

Please have a look: http://led4x4.nl/shop/

Hi

Thanks for your kind words.

To center your images in the shop categories please open this file:

/wp-content/themes/oxygen/woocommerce/content-product_cat.php

On 38 replace:

<div class="col-sm-3 col-xs-6">

with this code and save the file:

<div class="col-sm-4 col-xs-6">

The categories will center in the page, and if you create 4 categories then the fourth category will shown in the next row, and if you want 4 categories in the row, then revert back the changes.


Arlind

Just bought this theme today. Awesome work! Thank you :-)

I just have one question. It’s possible to resize product image in the same row automatically? Look at http://i59.tinypic.com/2dp0zb.png

I can manage it manually from the theme options with a code but then some images may look blurry, it would be better if you upload the images in the same height so they will be displayed better and in high quality.

Kind Regards,
Art

Hi, I love the theme, but my client would love it more if there was any chance to activate a breadcrumbs option (for the not-sidebar menus) Is there any plans for create this option in any future soon?

Best regards, David.

Hi David, we’re looking forward to add this feature in the upcoming updates :)

Kind Regards,
Ylli

hi first of all sorry for my bad english and thank you for the great theme. I bought so many themes but this one is amazing.

i have a problem. i searched the comments but i didn’t find any comments for my problem.

i purchased the theme and installed it with wpml for multilingual shop.

if i add a simple product to the shop everything seems ok but if i change it into variable product the drop-down (in the single product page) for the variations works only for the default language. in the second and in the third language it doesnt work.

Here is the site… http://ahsen-ebru.de/ahsen-ebru-beta/

How can i fix it?

Hi! me again:) this time i checked twice if i forgot something:) i have a problem and a question…

Problem: If i use the plugin WooCommerce Variation Swatches and Photos the style of the dropdown box and “add to cart button” disapears(changes).

e.g. the dropdown box for the size attribute and “add to cart” button.. Here.. http://ahsen-ebru.de/ahsen-ebru-beta/shop/ayan-ebru-colour/

Question: In germany it’s required by law that delivery note, price per unit etc. must appear below the price. i found a plug-in named Measurement Price Calculator but it only put the price per unit and it’s too expensive that’s why i wanted to write it manually. Is it possible to add custom text below the price? with plug-in without plug-in doesn’t matter.. (it must be multilingual. i have wpml) if yes how?

Many thanks in advance.

Still waiting for a reply… :crying:

Hi musaakbulut, please forgive us because somehow we didn’t saw your ticket.

That is normal because this plugin removes our code and replaces it with theirs code.

As for your second question, for the moment that option is not possible, because you are the first costumer that want this option, we will try to implement something like that on the future updates.

Can you check this plugin please, it might help you https://wordpress.org/plugins/woocommerce-delivery-notes

Kind Regards,
Ylli

I just purchased the theme, and I love it because its so easy to customize. Anyways, I’m having a problem with one thing. I wanted to change the main header from the original white, to black. I seen in the comments this code, and I applied it to theme option>styling

.oxygen-top-menu > .wrapper > .top-menu { background: #000 !important; }

but it doesn’t seem to work for me… The header is still white. How do I make it work? See here: .

Hi natsv, can you try this code too, just add the code below to Custom CSS

.oxygen-top-menu > .wrapper > .top-menu-centered {
  background: #000;
}

Kind Regards,
Ylli

Hi Ylli! It works well! I just had to add !important after the code to make it work (note it, future users). Thanks! :)

Hi natsv,

Yep, you are right for that, my mistake!

Glad to hear that girls can code :)

It would help us a lot if you could rate Oxygen on themeforest from your Downloads tab, if you don’t know how just open this link :)

Kind Regards,
Ylli

Hello,

I am using Oxygen theme with WPML. (3 languages)

In Visual Composer, I am using the PRODUCTS CAROUSEL module showing products from specific taxonomies (product categories) but it’s ONLY working on the main default language.

In my two other languages, it does not work, with the same settings with specific taxonomies from others languages (products categories in others languages), it does NOT work. It shows 0 products. Specific taxonomies do not WORK on others languages.

Please help me asap.

Thanks.

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.

Kind Regards,
Ylli

Hi, I just sent you an email for the Email box. Waiting for your reply. Thanks.

You should receive reply from us for couple of minutes.

Cheers!
—Ylli

Hey,

I really like your theme but there are two things I need to ask you about:

1. How can I change the products per row from 4 to 3?

2. I got a problem with checkout: I accept bank transfer and paypal and set bank transfer to default. But when I try to change to paypal while checking out, bank transfer gets checked after less than one second. If I change paypal to default its reversed.

I hope you can help me!

Thanks in advance and kind regards Dennis

Hi,

can you send an e-mail from our profile page, there is a contact box.

Kind Regards,
Art

I sent you an email more than one week ago and have not recieved an answer yet. Please I need help urgently!

Hi again,

I replied your e-mail and I am waiting for the login details of your site to fix this issue.

Kind Regards,
Art

I have set up your theme and all was working correctly. But I see its opening two lightbox when I click on product image where it suppose to open only one lightbox. Here is a link you can try

http://www.gispanjewelry.co.il/product/%D7%98%D7%91%D7%A2%D7%AA-%D7%A9%D7%99%D7%91%D7%95%D7%A5-%D7%99%D7%94%D7%9C%D7%95%D7%9E%D7%99%D7%9D-%D7%A9%D7%97%D7%95%D7%A8%D7%99%D7%9D-%D7%95%D7%9C%D7%91%D7%A0%D7%99%D7%9D/

Can you help me fixing the issue??

Thanks

Hi Seogetup,

To fix the lightbox copy the code here:

http://pastebin.com/sTFfVYC4 And place in the end of file:

oxygen/inc/laborator_woocommerce.php

P.S: On the next update this will be fixed automatically!

Kind Regards,
Ylli

Hi, I set up the payment gateway, did some tests I have one question about orders. When I cancel an order at the gateway level and get back to the store why is cart cleared ? Isn’t it possible to keep the product into the cart and then allow the customer to change is mind and purchase the product.

Hi there,

have you tried if other themes have the same problem as this, if they’re having the same issue then it’s the WooCommerce problem. I agree with you about the cart, it should remain in the cart because it is more logical.

We will check this and let you know, if it’s a bug we will fix it in the next update.

Kind Regards,
Art

I am a web developer and use my own custom-made framework. A client of mine is in love with your amazing template, but unfortunately it is only available in the WordPress format. We don’t want to be deprived of it, so could we possibly get it in html format? I hope your answer to my request is positive, or you could at least offer a solution.

Thank you very much in advance.

Hi there,

we have the HTML version of Oxygen even though it is outdated since we have added a lot of new features in the WP version and the HTML version remained the same.

We will provide it for free, here is the download link: http://cl.ly/a2jZ

Kind Regards,
Art

Hello, I’m loving the theme so far! Just get a question about the links to social networks.

How do you add links to 2 Facebook pages and 2 Youtube accounts?

Thanks!

Hi there,

I am sorry but this isn’t possible through our theme options, this is the first request for this feature and if other customers also want it we may add it as a new feature in the upcoming updates.

Kind Regards,
Art

Hello, so I updated the woocommerce plugin but then my pages started looking weird. So then I noticed that you released an update to the theme and I just need to know what steps I should take to update the theme so everything goes back to normal.

-Daniel

Hi Daniel,

Thank you very much for reporting this, we will fix it in the next update.

Kind Regards,
Ylli

Awesome! Any idea of when the next update will be released?

Also it would be cool if the centered header could also have the sticky menu option ;)

Hi Daniel,

We don’t have exact date but i promise you that it will be this month. :)

As for the 2-nd request, we will consider that.

Kind Regards,
Ylli

Hi

I have a problem with the product carousel on the homepage.

I’m trying to build a query for different categories but the system doesn’t accept my query and can’t find the categories?

http://newtownstud.eu/

any idea why that could be?

Have you tried it with another browser, some browsers have problems loading the JS, for me it worked for the first time.

It would help us a lot if you could rate our item on themeforest from your Downloads tab, if you don’t know how just open this link :)

Thanks

ok thanks will try again with different browser

I hope it will work.

H Guys, Several times certain customers get error on my site. I don’t really care what is the problem with their card (there must be something) however the error appears on a very ugly way…

https://lifewear.com.au/wp-content/uploads/gravity_forms/1-c830b8dd8863aeb75bd7663865861032/2015/03/image.jpg

Ho can it be fixed? If someone could help me, I’d really appreciate it. Thanks

Hi marouwing, unfortunately for the moment Arlind is sick and can not reply this question until next week, hope for your understanding.

Ylli

Hi Guys, can you help me to solve this issue please? Thanks

Hi marouwing

Please report this issue to the plugin developer because the error that is coming in your file is from wp-content/plugins/striper/ directory so this is the reason why it doesn’t work. The developers of this plugin can explain this better because the problem is not related to the theme files!


Hi laborator,

I have a weird problem with the links for the top cart – checkout & view cart. they all point to the current page which i am at. i have WPML installed and i noticed the fix that someone posted 2 months ago but it didn’t work. my site’s url is : seventylook.com Please tell me to to fix this

Thanks !

Hi there, we have a lot of tickets and we can’t remember all URL-s :)

I can’t access the site that you gave us, Error establishing a database connection is appearing.

Please fix that and write us again when it’s up and running please :)

Kind Regards,
Ylli

Hi there,

I tried to restore my website without much success so i had to completely build the entire website. Apparently the problem is the same even after i installed a fresh copy of the theme. go to WWW.SEVENTYTLOOK.COM Add a products to the cart and them go to the Cart Ribbon and try to press the checkout link and see that it directs you to the homepage. same goes for the view cart button. they both direct you to the current page. BTW – i have a fresh copy of wordpress without WPML installed or any other plugin. Please look into it…thanks !

Hi there,

We can’t access your site URL, can you please check it?

Kind Regards,
Ylli

I created a website with the oxygen theme. .com works but .nl shows an error: Fatal error: Call to undefined function get_header() in /home/ledsprotect.com/public_html/index.php on line 9

How can i fix this?

Just make sure you save everything before proceeding because it can crash and you may loose your theme design.

Kind Regards,
Art

I looked into it and i remember that it was not possible to upload the .zip file via the wordpress appearance>themes upload. It kept asking if i would like to try again… And i did use the oxygen.zip as you mentioned. So i had to do it with filezilla. My themes folder in ‘wp-content’ shows that i uploaded the unpacked ‘oxygen.zip’ folder. So i did not upload the whole .zip file that i downloaded from themeforest. Off course i would like to try it again but it should be working because its the right folder.

Sometimes some hosts have the problem with the file and folder permissions, that is why you have to try the FTP upload, if you have previously installed the theme you should have uninstalled it from the admin panel because together with the files it also adds some datas in the database of WordPress which need to be cleared.

Kind Regards,
Art

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