779 comments found.
Hello, I am configuring the slides on de website. When I attach a link to de CTA it disappears in the frontend. What am I missing??
https://www.screencast.com/t/xcGfsLjTjand https://www.screencast.com/t/GmwjoDkbQLE
regards
Hi, Please mail me WP admin access support@radiustheme.com I will check.
Thanks
Hi.
Does the theme allow classes bookings? How would be the process to enable it?
If not, any clue of how getting it for the web?
Hello,
Sorry booking option not available but by any other booking plugin you can implement it. We have Join now button so you can add the url there of the booking.
Thanks
There are updates to the theme. What is the process of updating the theme without losing any data?
Hello, Thanks for purchasing our Theme. Please check https://radiustheme.com/demo/wordpress/gymedge/docs/#update
Thanks
I own the theme….how can I get it to save page revisions…items that WP Bakery doesn’t allow this?
Please help.
Rob
Hello, Thanks for purchasing our Theme
Sir Revision is default WordPress feature which is enabled by default. If not then its possible to enable it by editing wp-config file. Also if its enabled but not visible, you have to tick the “Revision” option from “Screen Option” inside a page editor on top. Screenshot: http://prntscr.com/i5rc61
Thanks
Hi there. In the theme one can choose per page in the layout settings the menu. But in de blogpage and the shop page this does not work. How can I choose a menu there
Hello,
See Theme Option Archive Page shop & blog page will get there.
Thanks
Hi.
I don’t know the reason but I cannot acces all the classes that I’ve already created even tought I can still edit them.
Maybe something is wrong with url (only happens with the classes)
Can you please assist?
Hello,
Are you trying from admin end or font end?
Please send me admin access I will check support@radiustheme.com
Thanks
Solved. Thx a lot.
ok Thanks too !!
Hi there, in the Gym Edge theme I’d like to change the colour of the menu background. I don’t see an option to do this. What would you recommend? I need the full width to be a different color.
I changed the background color of but this only changed the set width and had white sections on either side. It’s like the width needs set to 100% possibly?
Thanks.
Hello,
Header is now which color you want different color? Write this css
.site-header, .stick .site-header {
backgroud: #222222 !important;
}
Thanks
Hello, good afternoon, I am editing the classes and this picture hinders me. I want to know if any way to remove it or that it is in the whole width of the page, attached photo http://prntscr.com/i4fjij -> https://prnt.sc/i4eahn
If I remove the highlighted image, delete http://prntscr.com/i4fmzt in the page of all the classes—-> http://prntscr.com/i4fm7h
Hi,
If you want to delete the image everywhere from classes, you can just remove the thumbnail image. But if you want to hide it just from single class page, you can do it by editing template files or adding css. If you prefer CSS then you can add the following css code from theme options:
.single-gym_class .entry-thumbnail { display:none; }
Screenshot: http://prntscr.com/i4sfu8
Or if you want us to do it for you please send your site’s Admin access to support@radiustheme.com
Thanks
Good morning I have put the CSS code but the image of the class thumbnail is deleted http://prntscr.com/i4t5tr http://prntscr.com/i4taia I want to delete the image of the pages of the classes, that is to say this http://prntscr.com/i4t6x8
I DO
Thanks
Hello,
You want image in class thumbnail but don’t want in class detail page?
Try this
.single-gym_class .entry-header-single .entry-thumbnail {
display: none;
}
Please send me url from which page then I can give you css for that.
Thanks
Hi there. Just bought your wonderfull theme. Many compilments. To reassure my client, can you tell me of parts of the demo content can be used legally in the definite website.
Regards
Hello,
Thanks for purchasing our Theme.
Yes Sir it is demo data you can import after import you can replace by your own data.
Thanks
Hi. Sorry… that was not my question. Question is, can I keep using some photo’s of the demo content. Can one free use them without violating rights.
Sir all images are free so I think no problem.
Hi!
I have a question, where can i translate the days of schedule table???
Thanks!!!
Eugenio info@metdissenyweb.comHello,
Thanks for purchasing our Theme. please translate both “gymedge-core” and Theme files.
Thanks
Hello,
Can you tell me the route that can i find this files???
GYMEDGE-CORE: //wp-content/plugins/gymedge-core ??? THEME FILES: //wp-content/themes/gymedge ????
All of this i have to translate?? can you tell me the file to translate only the days of classes???
Thanks.
Yes sir all are translatable. Please use Loco Translator Plugin to translate the text.
Thanks
Thanks!!! 
Hi! I have two schedules on my homepage, with different activities, but I need the “Upcoming class” shows only one of these. Some clue?
Hello,
Sorry sir right now upcoming class coming from all classes. I noted will add category option in next version.
Thanks
Hi.
In one of the clases “Crossfit” there are 3 different types (Performance, Open Box and football).
The thing is only un class but hast to show the three different types in the schedule area.
Is there any way to do this?
Hello,
Sir I am not fully clear about your question. You want 3 different schedule in one class?
Thanks
No, let’s say there’s basketball as a class. We want to show customers that they can practise/learn basketball with us.
But imagine that all regarding basketball at 09:00 is scheduled “Rules”; at 10:00 is scheduled “3 point shots”; at 11:00 is “defense in area” ... whatever.
We’ve one sport but scheduled are different types of techniques to learn/practise all related to basketball.
Hello,
Sorry don’t have this option directly but you try alternative way like this.
1. Create 4 classes as Crossfit, Performance, Open Box and Football 2. Create a class category and put Performance, Open Box and Football under that category 3. Now on schedule addon choose that category, that way you can display just those 3 classes and exclude Crossfit 4. Optionally you can use any redirection plugin so that if anybody looks up at Performance class page then they’ll be redirected to Crossfit class automatically
Thanks
Thx. I’ll investigate that way.
Hello, is it possible in the latest update to remove one category from class schedule page, you had said previously that this option would be added in next update..
Hi, We don’t added in last update. Will do next update. If you need now then please send me WP admin and FTP access to support@radiustheme.com I will add this feature for you.
Thanks
how can I edit the coaches and classes section with Wpbakerky page builder http://prntscr.com/i3i8ou -> Only in the pages I have Wpbakerky page builder http://prntscr.com/i3ia7t
Hello, Coaches & Classes data come form two post type please see admin end left menu bar. First add trainers and class there then can call it by visual composer addon into page see https://prnt.sc/i3romc
Please take a look of documentation https://radiustheme.com/demo/wordpress/gymedge/docs/
Thanks
How to change the color of the paragraph and h1 of the theme
Hello, Thanks for purchasing our Theme. Sir please send me link which page H1 then I can tell exactly how to change custom CSS or anything need.
Thanks
They are all the pages that I want to change in the section from paragraph to black # 00000 I want to know how I can change the color
Hello,
In page banner title you can change by this css
.entry-banner .entry-banner-content h1 {
color: #000;
}
From Page content you can set color from Editor
Thanks
please send me a photo where is page banner
Another question please as I change this color of the menu. I attach a photo http://prntscr.com/i3tyca -> color ok http://prntscr.com/i3tzqr
Menu color & submenu color you can change from theme option 2nd screenshot I see color ok.
Thanks
I have changed the color to blue but it still appears orange in a part of the menu http://prntscr.com/i3uc46 -> ORANGE COLOR https://prnt.sc/i3tyca
How do I change that orange color please
Hello, Have you changed sub menu color? I just tested sub menu color work. Please send me site url and admin access to support@radiustheme.com I will check.
Thanks
Ok I open it for a few moments I open it, I have it coming soon, please when you finish watching, let me know as soon as possible url: https://akrostraining.com/
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
background-color: #3353fc;
}
Please where I have to write you could you send me a picture? I wrote an email with my keys I do not want to touch code and annoy the radius theme
Please check now.
Hi. Developing https://goo.gl/JNpRNP
Like the classes module as appear in the page BUT, is there any possibility diferent schedules on HOVER?
Sorry meant no schedules on HOVER
Sorry sir I don’t get your question different schedule on hover?
I see in hover your schedule list is big so by css can make it two columns.
Thanks
Hi. Would prefer to remove schedules on hover because some classes will have a huge amount. Can you please assist with that?
.rt-class-grid-1 .vc-item .vc-overly ul.vc-grid-ul-parent {
display: none;
}
Thanks
thanks a lot.
Thanks too !!
Hello I can not see the SKU field on the single product page on backend.
Hi, Back end or front end? I see if SKU entered then it show in front end see It is Woocommerce default field https://radiustheme.com/demo/wordpress/gymedge/product/gym-product-1/
Thanks
On the gallery it automatically shows up with the all category. Having a lot of photos there are more displaying than I would like. Is there a way to change the category that shows first so I can pick one with less photos?
Hello, Thanks for purchasing our Theme. Don’t have this option please provide FTP and admin access I will apply this feature in your site by child Theme.
Thanks
I have this Theme installed and have version 6.5.7 of LayerSlider. How do I update or get the newer version 6.6.7?
We release new version please update Theme.
Thanks
Hi how can I translate the BMI reference table?
Hello, Please translate “gymedge-core” plugin.
Thanks