170 comments found.
Hi there, I am thinking about purchasing this theme for a client. Just wondering how the ‘Next Games’ section is managed in the backend? For example how do you put the data in?
Hi,
Thanks for contacting us.
Please note that Oxigeno does not feature custom post types related to games, clubs, team members, coach staff etc. All the layouts on our demos are static pages with static page elements.
So, Next games would also be a static page, meaning that you would have to edit the page elements within it to update it.
Kind regards,
BoldThemes team
Shame as everything else about the theme is perfect for our client. If I were to add the “The Events Calendar” plugin what issues would you foresee I may have integrating it into the “Next Games” widget with CSS styling etc… and also creating a calendar page?
It’s for 2 lawn bowls clubs that joined with dozens of teams and events to track. Some days they have up to 10 games on the same day so updating static content slider would be a bit tedious for end users… They currently use a calendar system so I could abandon the home page next games slider and go with a list widget or something.
Hi,
Probably most of the work would be to style the widgets (shortcode output) in line with the rest of the theme. As far as we can see, the events calendar plugin should work fine in terms of functionality.
If you are willing to give it a try, we offer a money back guarantee. If the theme does not meet your needs for whatever reason, just let us know and we will approve your refund request.
Kind regards,
BoldThemes team
@media (max-width: 780px){
xxxxxxxxxxxxxx {
-webkit-flex-basis: 50% !important;
flex-basis: 50% !important;
max-width: 50% !important;
}
}
For two column… I don’t know if it function becouse I don’t find what should I put instead of x
Can you help me? or is there a different solution? tnx
Hi,
Can you please send us the url of the page from the screenshot so we can take a closer look at its current structure?
Kind regards,
BoldThemes team
stgfirenze.it tnx for interest… problem is in home and in contact page
Hi,
Please try the following:
1. Add custom class name to all three columns of the section – for example mycolumn
2. Add the following code to additional css panel of Appearance > Customize
@media (min-width: 768px) and (max-width: 992px){
.mycolumn {
-webkit-flex-basis: 33%;
flex-basis: 33%;
max-width: 33%;
}
}
It should do the trick.
Kind regards,
BoldThemes team
does not work. I also tried to change the dimensions in pixels, but on ipad pro in portrait mode the columns still show one under the other …
Hi,
Please try adding important clause to the statements:
@media (min-width: 768px) and (max-width: 992px){
.mycolumn {
-webkit-flex-basis: 33% !important;
flex-basis: 33% !important;
max-width: 33% !important;
}
}
Kind regards,
BoldThemes team
nothing…
Oh, darn it.
Can you send us wp-admin credentials using the form at the bottom of the sidebar on our profile page – https://themeforest.net/user/boldthemes and we will take a closer look at the issue.
Thanks in advance.
Kind regards,
BoldThemes team
just sent, I await thanks
Hi,
We have just replied to your email, we had problems logging in 
Please advise.
Kind regards,
BoldThemes team
sorry… try now…
Hi,
Thanks, we have resolved the issue and sent you the explanation.
Kind regards,
BoldThemes team
thank you!
Hello,
the images of the slideshow in the home on mobile are cropped and too high. They do not resize. I found this answer and followed the directions but nothing changes in the slideshow.
https://boldthemes.ticksy.com//ticket/2815028/I also tried creating a new slide by hiding it in the desktop version and inserted resized photos but nothing changes. How can I solve the problem? Thanks
Hi,
The solution with the slide visible only on the desktop resolutions should be valid.
Can you please send us the site url and the credentials using a message box (bottom right side of the sidebar) of our profile page – https://themeforest.net/user/boldthemes or even better, leave a ticket with the site url and wp-admin credentials on our support site – http://boldthemes.ticksy.com/ and our theme will take a closer look at the issue.
Kind regards,
BoldThemes team
Hi. Just purchased and love it. Quick question for the mobile menu….How can I get the mobile menu icon to appear on the right, and also have it open the menu on right side instead of left?
Hi,
Thanks for the purchase,
Unfortunately, this can not be achieved out of the box, but try adding the following to Appearance > Customize > Additional CSS
.btMenuVerticalLeft.btMenuVerticalOn .btVerticalMenuTrigger {
float: left;
}
.btMenuVerticalLeft .btVerticalMenuTrigger {
float: right;
}
.btMenuVerticalOn.btMenuVerticalLeft .mainHeader {
right:0 !important;
left: initial;
}
.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap, .btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop, .btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
}
.btMenuVerticalLeft .mainHeader {
right: 0;
left: initial;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.btMenuVerticalLeft.btMenuVerticalOn .btVerticalMenuTrigger {
float: right;
}
It should do the trick.
Should you need additional assistance, please submit a ticket at our support site – https://boldthemes.ticksy.com//ticket/2869941/ and our support team will be glad to assist you.
Kind regards,
BoldThemes team
Worked PERFECT!! THANKS SO MUCH!
dear team,
we created new portfolio in the theme , the portfolio are not visible on the website , but its visible inside wp- admin view page but not on the actual website
Hi,
Can you please send us the site url and the credentials using a message box (bottom right side of the sidebar) of our profile page – https://themeforest.net/user/boldthemes or even better, leave a ticket with the site url and wp-admin credentials on our support site – http://boldthemes.ticksy.com/ and our theme will take a closer look at the issue.
Kind regards,
BoldThemes team
send in the message box
Hi,
Unfortunately we haven’t received the notification from ThemeForest with the messagebox content yet.
Can you please send the email to info@bold-themes.com and info.bold.themes@gmail.com and let us know once you do?
Kind regards,
BoldThemes team
Hi,
We have received the credentials and replied to your email.
Kind regards,
BoldThemes team
grid view in your demo not works why? How I can see grid view?
Hi,
Thanks for the heads up – we have updated the caching plugin on our demo site and the grid view should be visible without issues – https://oxigeno.bold-themes.com/soccer/blog/blog-grid/
Kind regards,
BoldThemes team
Hi BOLDThemes Team, in a usage of the blog feature we get on the bottom area (by the navigation next & previous) the follow error:
Notice: Trying to access array offset on value of type bool in /var/www/vhosts/xyx.de/httpdocs/wordpress/wp-content/themes/oxigeno/views/prev_next.php on line10
A google search for these issue show us that these problem general on multiple pages: https://www.google.com/search?q=wp-content%2Fthemes%2Foxigeno%2Fviews%2Fprev_next.php&oq=wp-content%2Fthemes%2Foxigeno%2Fviews%2Fprev_next.php&aqs=chrome..69i57j69i58.746j0j7&sourceid=chrome&ie=UTF-8 (For blog entries without a main images)
My offical license / support is over, but it is possible to resolve these general issue?
Hi,
Thanks for the heads up and sorry for inconvenience.
We will release the fix with the next theme update (in next 24 hours).
Kind regards,
BoldThemes team
Thanks for the quick response!
It looks now a bit better, but not perfect – now we get one error: Notice: Trying to access array offset on value of type bool in /var/www/vhosts/xyx.de/httpdocs/wordpress/wp-content/themes/oxigeno/views/prev_next.php on line 39
Best regards!
Hi,
Can you please send us wp-admin credentials using the contact form on our profile page – https://themeforest.net/user/boldthemes (bottom of the sidebar) so our developers can take a closer look?
Thanks in advance.
Kind regards,
BoldThemes team
issue is resolved, and the publication is planned for the next release – thanks!
Hi guys. how can display products on shop page as in your demo “soccer” with same graphic and layout? thank you
Hi,
The easiest option is to import the the soccer demo into the separate WordPress instance and replicate its shop settings.
The alternative is to submit a ticket at our support site – https://boldthemes.ticksy.com/ with the wp-admin credentials and our support team will take a look at the current setup and suggest changes in the current settings.
Kind regards,
BoldThemes team
does it have rtl ?
Hi,
Thanks for contacting us.
Yes, the theme does support rtl.
Kind regards,
BoldThemes team
Hello – I cannot get anything to import. It is stuck at “Importing… 0%” Please help. Thank you.
Once I installed a number of PHP modules it began working. I had to install these: xmlwriter xmlreader The optional module, curl, is not installed, or has been disabled. The optional module, dom, is not installed, or has been disabled. The optional module, mbstring, is not installed, or has been disabled. The optional module, imagick, is not installed, or has been disabled. The optional module, zip, is not installed, or has been disabled. The required module, gd, is not installed, or has been disabled.
Hi,
Thanks for the purchase – great that you managed to resolve the issue and install the demo.
Should you need any additional help in the process, please submit a ticket at our support site – https://boldthemes.ticksy.com/ and our support team will be glad to provide assistance.
Kind regards,
BoldThemes team
Where do I go to edit Page titles on pages. I do not want them to show.
Hi,
Thanks for the purchase.
You are most likely referring to the page excerpt text – please take a look at the following article for the explanation https://boldthemes.ticksy.com/article/7341/.
Should you need any additional assistance, please submit a ticket at our support site – http://boldthemes.ticksy.com/ and our support team will be glad to assist you.
Kind regards,
BoldThemes team
Anyone know how to change headline styling background to a solid colour? I can disable the headline and create my own but I prefer to keep the default one as like to use the breadcrumbs feature.
Hi,
You can add the following custom css to Appearance > Customize > Additional CSS panel:
.btLightSkin .btPageHeadline, .btDarkSkin .btLightSkin .btPageHeadline, .btLightSkin .btDarkSkin .btLightSkin .btPageHeadline {
background-color: #ff0000;
}
It should do the trick.
If you want to remove the gray overlay as well, add this as well:
.btPageHeadline:before {
display:none !important;
}
Kidn regards,
BoldThemes team
Hi, theme looks great. I’m interested in “SOCCER” (https://oxigeno.bold-themes.com/soccer) and I have a pre-sale questions: is it possible to see how the theme becomes once I set the accent colors to “red”? Is there a simulator that allows you to see a preview of how the site looks like (and if I will like it)? Thanks in advance.
Hi,
Thanks for the purchase – we guess that the answer to the question is not relevant any more 
Should you need any help in the process of customization, please submit a ticket at our support site – http://boldthemes.ticksy.com/ and our support team will be glad to assist you.
Kind regards,
BoldThemes team
Hi there,
I am having some difficulties with editing the top area of my pages in the editor. I have tried everything and there doesn’t seem to be a way for me to add at least either add in a banner or just a different block of colour.
The section I am referring to is where the name of each page appears on the left hand top corner of each page. Can something be done with this or am I stuck with a grey rectangle forever?
Thanks
Hi,
Thanks for the purchase.
There is more than one solution to this. You can set featured image for the pages, you can change the background color globally using custom CSS or you can remove the header altogether and replace it with the section of your own.
Please submit a ticket at our support site – http://boldthemes.ticksy.com/ with the detailed description of what would you prefer to do with the default header and our support team will be glad to assist you achieving it.
Kind regards,
BoldThemes team
Hey, Great theme! I’ve got one question.
Can i add products with variants? So the variants could be size, colour etc. If so, how will it be displayed on the page? I’m unable to see an example on the demo site. Are you able to help?
Kind Regards
Hi,
Thanks for the purchase.
Oxigeno supports WooCommerce and all its native features including variants. By default they will be displayed in WooCommerce manner, using dropdowns. If you wish to display them differently, you can use third party plugins which allow that.
Should you need additional assistance in the process, please submit a ticket at our support site – http://boldthemes.ticksy.com/ and our support team will be glad to help you.
Kind regards,
BoldThemes team
I am wondering where can I delete the VK social media share button on the posts?
Hi,
Thanks for the purchase.
Yes, you can remove VK share button on Appearance > Customize > Blog and Appearance > Customize > Portfolio panels respectively.
Should you need additional help in the process, please submit a ticket at our support site – http://boldthemes.ticksy.com/ and our support will be glad to assist you.
Thanks in advance.
Kind regards,
BoldThemes team
Help! My website is down and I can’t login. I get a lot of error messages saying things are deprecated. www.garstonsc.co.uk can you help?
Hi,
It seems that you have malicious code on your site – you should revert to the original theme code (download and reinstall the theme) and make sure that your hosting has not been compromised in terms of third party code (plugins etc…).
Kind regards,
BoldThemes team
Is this something you could help support if we provide logins?
Hi,
Unfortunately, we can not help here
We can only help in relation to the theme issues / questions / bugs.
Kind regards,
BoldThemes team
Hi! Pre-sale question:
1) Can i make similar website with your theme? Please check – https://rugby.ge/
2) When will be next theme update? Here we got WordPress 5.7, Woocommerce 5.1, tons of new updates of plugin. Any ETA? We want to purchase it, but we need new items. So, can you updated theme?
Kind Regards Henry & Rugby Team
Hi,
Thanks for contacting us.
Yes, you could create a fairly similar site with Oxigeno.
Oxigeno is compatible with WP 5.7 and WC 5.1 so you are safe in terms of the hosting environment.
Kind regards,
BoldThemes team
How do I change/update the icons that appear on the bottom of a post used for sharing a blog post?
Hi,
Can you tell us in what way do you want to update the icons from the post page?
Kind regards,
BoldThemes team
Are there other options for sharing? And if I would like to disable that option to share, how do you do that?
Hi,
If you go to Appearance > Customize > Blog, you can turn on and off individual sharing options which are available out of the box – Facebook, Twitter, LinkedIn and VK.
Kind regards,
BoldThemes team
Perfect, exactly what I was looking for. Thank you!!
Great,
We are glad we could help.
Kind regards,
BoldThemes team
hi, isn’t there a way to align the entire block of text right instead of left in the home page slider? That is, I don’t want just the text to align to the right, but the whole block to move to the right as much as possible … if yes how?
Hi,
It really depends on the current setup on your site – generally you can align the elements in the single column by setting the alignment property of that column.
On the other hand if you have two columns in the slide, left being populated and right being empty, you can drag the left one to the right and then set the column alignment to the right again to make sure that all elements are of the slide are aligned as you wish.
Kind regards,
BoldThemes team
tnx, two other questions please… Question 1) in the “headline” block I have set the size of the “headline” and “subheadline” section perfectly for the desktop version. However from mobile I need to reduce the font size … how can I do that?
Question 2) the link that expands the menu from mobile is white as the background and is not visible (in mouse hover instead it changes color), how can I change the white color with another color? I can’t find the references in css
Hi,
You can do that by assigning a custom class name to the headline block you want to modify and by overriding the font sizes using custom css. You need to reference the set class name in the media query.
Related to the lines for the mobile menu – can you please send us the url of your site so we can see the current setup?
Thanks in advance.
Kind regards,
BoldThemes team
connessionestetica.com
Hi,
First try removing alternative logo on Appearance > Customize > General Settings panel. You do not need it since the sticky header and the normal header have the same color scheme.
Having alternative logo means that you have some content beneath the header and you need a white color scheme when not sticky. This also makes the menu trigger turn white on mobile.
If this does not help, you can always add:
.btVerticalMenuTrigger .bt_bb_icon:before,
.btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btVerticalMenuTrigger .bt_bb_icon:after {
border-top-color: #000 !important;
}
Kind regards,
BoldThemes team
Thanks for the help, it works fine. I took the liberty of leaving you 5 star review for support. Thanks
Hi,
Thanks! We are glad we were able to help.
Kind regards,
BoldThemes team