3273 comments found.
Hi, I went to install the WP Bakery Visual Composer plugin. When I tried to activate it, I got this message:
Warning: require_once(/home/joyof092/public_html/demo/wp-content/plugins/js_composer/include/helpers/helpers_factory.php): failed to open stream: No such file or directory in /home/joyof092/public_html/demo/wp-content/plugins/js_composer/js_composer.php on line 161
Fatal error: require_once(): Failed opening required ’/home/joyof092/public_html/demo/wp-content/plugins/js_composer/include/helpers/helpers_factory.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/joyof092/public_html/demo/wp-content/plugins/js_composer/js_composer.php on line 161
Please, help me. I just purchased your theme and need to get it properly installed fast.
Thanks !!! Lucia
Hi Lucia,
how did you install the plugin? If you installed the plugin together with the theme installation this shouldn’t happen, you can write us an e-mail with the login credentials on our profile page on the right side.
Regards,
Art
Hi, I like the oxygen theme, before buying this,I have some presale queries. 1. Is this theme support Multilanguage, especially Arabic(RTL alignment) Language 2. My website contains some variable products and events ticket booking ,is it possible for to add ticket selling in this theme.
Hi there,
the theme is multi-lingual but it is not RTL, I’ve seen some users have used the theme with RTL.
Regarding the ticket selling, you can add tickets as products and sell them, I don’t know any better way to do this.
Regards,
Art
Hello everybody. I realized that is not showing the coupons when I type the cósigo. Set up another subject only to test and the problem is over. I returned the theme and the problerma continues.
I need my store have the discount coupons working .. what might be happening?
www.r3books.com.br/
Hello and thanks for the reply .
I created a coupon with the name ” test” and it does not work in the Shopping Cart page . Works in Checkout. I activated another issue and it worked . Returning the subject stopped working. In version 2.8 was working perfectly .
Another thing that is not working is top in Cart…
If they can fix quickly … my store is ready and I wanted to inaugurate today .. and was hoping to solve for I would like to give a discount coupon for customers.
on the other issue is when it comes into pages and the cart appears on top. It’s not working.
Hi roccosta
To fix cart coupon code, please download this file:
http://cl.ly/aTCGAnd replace it in this directory:
/wp-content/themes/oxygen/woocommerce/cart/
It will make cart coupon code work.
HI, I have 2 problems :
1- http://u.cubeupload.com/jimvapoze/Capturedecran2015032.png Impossible to create an account ! why ?
2- http://u.cubeupload.com/jimvapoze/a70Capturedecran2015032.png on this picture, i have the slider and 2 video on the right side ( on my working server ) http://u.cubeupload.com/jimvapoze/Capturedecran2015032.png On this picture ( official on line ) my videos are under the slider and the slider take more place ! Why ?Thanks for your help
Jim
Hi Jim, i don’t see that you have added any video on your online site, just the slider, http://vapoze.com/?post_type=product. I can’t reproduce that situation because it is not showing the same as in the images you have uploaded.
Kind Regards!
Ylli
Hellou!
I can’t find file where I can edit shop sidebar (widgets)! I just want to add a widget without title and with image or just image without widget.
Thanks you! Cheers!
I just found another two problems in Main Menu!
1. When I press first Main Menu link the hover box left side is cropped. 2. I changed another Theme Skin to aqua blue and when I press anyone of links in Main Menu the text remains red.
Thank you again!
There is an image!
Hi MartinChillz,
If you want to remove widget title please add this code to Custom CSS:
.shop_sidebar .sidebar h3 {
display: none;
}
To change hover color of links, just go to Custom CSS and add the code below:
a:hover {
color: blue !important;
}
- you can change blue color to the colot that you prefer
About the menu question: That is normal because the Home is first menu and don’t have padding on the left side, but if you want you can remove that by going to Custom CSS and adding the code below:
.oxygen-top-menu>.wrapper>.main-menu-top>.main .main-menu-env .nav>li:first-child a:before {
left: 10px;
}
.oxygen-top-menu>.wrapper>.main-menu-top>.main .main-menu-env .nav>li:first-child a {
padding-left: 10px !important;
}
Cheers!
Ylli
Hey guys! first of all: great theme!
I have an issue with the product image size. I’m unable to change the size of the product images that display in the catalog pages. When I go to the WooCommerce Settings > Cagalog page I see that the width/height can be changed within the Image Options category. However when I apply the changes, my images do not change size on the website. I’m also regenerating my thumbnails with “Regenerate Thumbnails”. I would like to have them squarish and non cropped. Any Ideas?
Thank you! Cheers
unfortunately not. i already did some custom css, thats why maybe you didn’t understand what i want.
i reseted all original settings. please have a look at this screenshot: http://www.directupload.net/file/d/3942/r69lbc8j_png.htmas you can see the image size is 263px x 315px i want it to be 263px x 263px withouth any cut, do you understand?
please help!
no i didn’t. they are still 263×315px. please empty your cache and try again. i need a quick solution please!
okay! that worked. but now: how do i get the thumbnails to be “non-cropped”? because at the moment they are trimmed on all sides. these are CD Covers and should actually fit exactly in 263×263px.
thanks!
They can help me fix it?
Thank You.
Hi!
I have bought the theme, I follow the instructions and when I want to install demo, the images don´t appear. Just appear revSlider, but not the theme images… What can I do?
Thanks!
Hi squindos, you will need to import sliders that are included on the theme when you download it from themeforest, just go to Extras folder then revslider, and you will see 2 files “homepageslider1” and “slider2”.
Those 2 sliders you have to import by going to WP Dashboard > Revolution Slider > and Import Slider.
Is easy procedure and i hope that it will be easy for you too 
Cheers!
Ylli
Hello guys! I just finish to create my website but I’m having two issues. The first issue is sometimes my dropdown menu from the main menu will disappear, yo can only see the first link from the dropdown menu(so far on chrome). The second issue is, in the product page when I select and option to add to my car it should show the “active” image selected and for some reason shows the items picture but blurry and cropped. I have regenerated the images but it won’t work.
Thanks for the help in advance.
Here is the link by the way: http://www.camararentabeta.blacklightexperience.com/equipo/canon-mark-iii/Hi horwath85
The first issue based on how you described it could be related to JavaScript because only when JavaScript has errors or its not loaded fully will cause submenus not to show, this is how the menu works and some kind of plugin in your site may be doing this, the time you encounter this issue please open Inspect Element and tell me the errors that appear in console.
To fix your second issue please add this code to functions.php in the end of file:
add_filter( 'single_product_large_thumbnail_size', create_function('', 'return "shop-thumb-1-large";') );
add_filter( 'single_product_small_thumbnail_size', create_function('', 'return "shop-thumb-1-large";') );
I hope this will help you.
Thanks Arlin for the response. I will keep you updated on this. Thanks again.
Ok, so I haven’t been able to recreate the first issue with the menu so I guess we can scratch that one out until it happen again. For the second problem, I used the code you gave me and it worked for the blurriness but not for the cropping. The funny thing is that I use the same images for the “active” image selected as the one for the product gallery. If you see the link you will be able to see what I’m taking about.
Thanks again for the help.
Hi
To make images not cropped you must edit functions.php line 110:
add_image_size('shop-thumb-1-large', 500, 596, true);
replace last argument:
add_image_size('shop-thumb-1-large', 500, 596, false);
And then regenerate the images using this plugin:
https://wordpress.org/plugins/force-regenerate-thumbnails/I hope this will work for you.
is It possible to make 2 Column Shop Page ?
maybe with custom css ?
and one more question is there any url query to make sidebar menu expanded ?
i want to use expanded links instead collapsed in certain pages…
never mind with 2 columns product… i manage to use VC…
one question left bout expanded menu links in certain pages…
btw Great theme ! keep up the good work !
Hi there, as art explained to you we don;t support 2 column shop for the moment, but you can achieve that with Custom CSS, just add the code below:
.laborator-woocommerce .items .product {
width: 50% !important;
}
and as for the expanded sidebar menu question, please add this code to Custom CSS:
.sidebar-menu>.nav li.opacity-hidden {
opacity: 1 !important;
}
.sidebar-menu.collapsed-subs>.nav>li ul {
height: auto !important;
}
have a nice weekend 
Cheers!
Ylli
Hello – I have a couple of questions.
1. Is there any way to reorganize the product categories that display on the side bars. Currently it is set to alphabetical, but we’d like to re-arrange that.
2. In safari 8.0.5 (10600.5.6) when we are in a single item, the product image slider makes the page “fuzzy” during the transition. It doesn’t happen on any other browser. Have you run into this before? It looks terrible – almost like the fonts are changing styles or something.
3. After we placed a test order on our website, the same items that we just ordered appeared in our cart indicator on all other pages except for the home page – is there an update I can do to fix this?
Thanks,
Jon
Additionally for Item #1 – I found a section that says this is drag and drop to reorganize for the front end, but the changes don’t appear to be populating on the front end. To add a bit here, I would also like zero quantity categories to not display by default. Is this an option somewhere?
Need to create a #4 – when adding a variable item to the cart, the “cart preview” (when clicking the ribbon) has overlapping text. adding display:none to the variations doesn’t remove them as it get’s greyed out.
Hi Jon
1. If you want to achieve this you should create categories as menu, go to Menus create new menu, add your links in your preferred order, then in Widgets add menu widget.
2. I am sorry but I couldn’t see this I have safari but this didn’t happened version 8.0.4, this should be an issue with plugin we use in the theme (image slider) and I saw that plugin is not updated till the time we included in in the theme, I am sorry about this.
3. This seems to be an issue with WooCommerce so I searched the internet and saw this thread:
https://wordpress.org/support/topic/cart-doenst-clear-after-paymentThere are several users that had this issue too.
4. I am sorry about this but I don’t have it clear can you please send me a screenshot of this issue?
1. This won’t be the same as the auto product categories since it won’t list the number of items, etc. Is there any way to add code to simply HIDE the zero item categories?
2. Do you have the plugin details so I can look into updating it?
3. Thanks I’ll look into this.
4. attached image in new thread since I can’t attach in a reply.
4. Never mind sorry –
Hi
1. I don’t have any idea about this, the one I gave you I thought it would help you, so maybe there is a plugin because wordpress doesn’t provide such an offer
2. Please try cleaning WC transients, go to WooCommerce > System Status > Tools and clear “WC Transients, Expired Transients, Customer Sessions” and try again. If this is not going to work, any plugin that you have installed may cause that!
4. For this I need URL of your site to fix it.
I my answers hope will help you.
1. I have handled this by deleting the parent category when there are no items associated with it. I would however like to be able to organize this automatically – You can see the product category sidebar here: http://www.bogue-milk-soap.com/shop/ – you will see gift sets first because of alphabetical – any way I can rearrange this?
2. Are you answering a different question here? I was asking about the fuzzy single product image slider: http://www.bogue-milk-soap.com/product/n-16-shaving-soap-kit/ it makes the screen go crazy on safari.
3. Fixed.
4. http://www.bogue-milk-soap.com/ is the URL
Hi Jon
1. After reading about this topic I found the only solution for this widget:
Category Order If you need to show your categories in a certain order, you can build a Custom Menu then add a Custom Menu Widget instead.
2. Sorry for misunderstanding. I was trying it in Safari but it all looks normally, is it possible for you to send me a video which describes how this bug happens.
4. For this issue apply this fix in Custom CSS:
.header-cart .cart-items .cart-item .details .variation {
display: none;
}
This is the only solution for this error, because “FOUR BAR GIFT BOX ” product has 4 variants which add extra text and that box cannot contain them all.
1. Thank you but we would like to use the auto-populating one as it shows the number of items in each category. We’ll deal with it for now.
2. I will have to see if I can get my client to do a screen capture video.
4. Thank you – wasn’t working in dev tools but does in code.
Now I am getting this error for the Wish List. I am going to be honest, this theme has been really unstable and I keep finding issues. Is this always going to be a problem every time there are new releases
Parse error: syntax error, unexpected T_ENDIF in /home/content/47/9748747/html/wp-content/themes/oxygen/woocommerce/wishlist.php on line 1
After looking in the comments I downloaded the wishlist.php file and uploaded it via FTP and still the same problem.
Hello I wanted to follow up on this?
Hi I already sent it to you guys through contacting you on the profile its for idiom – the site is under maintenance mode so you have to login.
Hi
Its not the issue of the theme but your server is causing this file to corrupt, here are the files:
http://cl.ly/aOdiPlease download them and replace in aurum/woocommerce/ folder.
Ok, it is working again now, thank you. Is there a way to have an actual button that says add to wishlist from each product?
Great, thank you – I am sorry one last question I promise. Is there an easy plugin to use to change the colors of the buttons for example the Wish List one etc
The add wish list to #00a48b, Add to Cart #00a48b it has some other dark green – and also WooCommerce messaging I was able to customize one color but when you remove something from the cart it is this ugly bright green can we change it #00a48b so it is consistent across the site.
Can we change the join our emailing list and Product search buttons #8b8b8b
yes I will because I do appreciate the customer service but I do have to say this is the most issues I have had with any theme
So hopefully for the next release it won’t be so buggy
Here is button for wishlist:
/* for yith wishlist button */
.yith-wcwl-add-button {
background: #00a48b;
color: #fff;
padding: 5px 10px;
display: inline-block;
}
/* for add to cart */
.single_add_to_cart_button {
background: #00a48b !important;
}
/* for success message green color */
.woocommerce .woocommerce-success {
background: #00a48b !important;
}
For the mailing list I don’t know the class so you can follow the same steps as I gave to you.
We do not do anything, these crashes when the plugins change the way they work, and thus they do the troubles that we need to solve, its like the fight between the good and the bad. But you cannot understand this until you are developer by yourself and see how complicated this is.
Thank you that worked. I understand and thank you for such a fast response and fixing everything so quickly. I will update my review.
Your theme is looks good. But its stability is terrible. http://i.cubeupload.com/F5VKhh.png You need to check your demo by your self. I have marked the problem on the picture. Help me soon!
Hi roneybike
Sorry about the inconsistencies in Oxygen most of them are introduces in the newest version in WooCommerce because they have made huge changes and it has affected oxygen files so we had to fix them all to make them compatible with the new version.
We are aware of the coupon form that is not working, in the next update it will be fixed.
As for the quantity, please note that the quantity is not updated until you click “Update cart” button, see results here: http://cl.ly/aN7O
This is not bug its default woocommerce functionality.
Hello,
I have an issue with the categories that are shown in the product carousel under the name of the product.
how can I remove them from the visualization?
Thank you
Hello,
thanks it works!
Hello,
Great theme, I am having an issue with the pagination. On the product category page – when I click Page 2 it does nothing. It shows ”;paged=2” in the URL but nothing happens.
P.S. I would love infinite scrolling / lazy load, is that coming soon by any chance?
Thank you
Hi zatt,
Can you please send us your site URL first?
As for the second question, we are testing that and we think that it will come next month
. So now you have another reason to celebrate 
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 
Cheers!
Ylli
Yes, here is the url: [link removed]
Awesome, that is great news! No worries, I will be sure to rate Oxygen 
Hi Zatt
This seems to be an issue of WooCommerce ( see here https://github.com/woothemes/woocommerce/issues/6407 )
Can you please update WooCommerce to the latest version if you didn’t already. If your WC is up to date then I will try another solution.
I just updated WC to the latest 2.3.7 and sadly nothing has changed.
I changed the Permalinks to “Numeric” and that fixed it, thanks for your assistance.
Hi,
The content isn’t imported properly
I’ve tried to import it 4 times following your doc files (with clean install at each time) however wordpress displays at the end either an error404 page or a this message “the content hasn’t been imported”;
The page of the website http://www.urbanikconcept.com/ (godaddy server)
Could you try to import it if I send you the login access and password ?
Thanks 
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@urbanikconcept.com 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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Hi guchik178,
Hmm that should not happen, Click here to go to contact form and there you can send us your FTP and WP credentials and we will install it for you. Please don’t forget to explain the problem again.
Cheers!
Ylli
Message sent 
hi
I want to know if you have received the details of ftp and cpanel account for the wp theme we bought thanks for your reply
The page of the website http://www.urbanikconcept.com/ (godaddy server)
Could you try to import it if I send you the login access and password ?
Thanks 
The informations:
[EDIT: Private info hidden]
Another issue I just found the style options are gone – for example to choose what color links should be. Again, I disabled all plugins and the problem persists.
Under theme styling – I selected what color I want the links to be and they are showing red not the correct color – http://www.stacykfloral.com/finger-lakes-wedding-flowers/
I noticed a bug in the theme, when i add a product category to the main menu and hit save , i have to reset the main menu Manage locations, any idea why this would be doing this?
thanks.Anthony
Hi Anthony
I just tried the same thing but in my computer works fine, I am not sure how do you encounter in this problem, maybe record screen and send me how that happens, this site can help you with screen recording:
https://www.screenr.com/Hi. Its possible to make “sticky” the menu in mobile version? Thanks
Hi zeroku
Currently this feature is not supported, but we will consider adding it in the future.
However you can do this with custom CSS, its simple:
@media screen and (max-width: @screen-sm-min){
body {
padding-top: 90px; /* Based on the height of menu in mobile mode */
}
.top-menu {
position: fixed;
left: 0;
right: 0;
top: 0;
}
}
I hope this will work for you.
Thanks. Can you help me? what valor i put in @screen-sm-min? cause i test many numers, but not works. the webpage is www.ekiosalud.com Thanks
Works!!! I write:
@media only screen and (max-width: 990px){ }
body {
padding-top: 250px; /* Based on the height of menu in mobile mode */
}
.top-menu {
position: fixed;
left: 0;
right: 0;
top: 0;
}
Buts, its posibble make menu short (- height)?
www.ekiosalud.com
Thanks again