778 comments found.
Hello, I have a concern on this topic. When I try to install a demo, this message appears: Invalid byte position (current: 0, received: 0). What should I do?
Hi, It is server related issue make sure server has PHP “CURL” enable. Demo data first download from my server then install your server. So CURL enable & Server Execution time need to increase.
If can not figure then send me admin and Server access I will try. support@radiustheme.com
Thanks
How do I add images to the Gallery? I can add new gallery categories but how I add images to each category? Please help.
Hello, Gallery is custom post type Click “Add New” give a name select category then add featured image see http://prntscr.com/fty8ti
Thanks
So let’s say I have two gallery categories – Equipment and Group Fitness. I want to display 10 pictures in each gallery. Do I need to create a new page for each of the 10 pictures and then set the featured image?
Hello, Gallery we use isotope style here category use a filter button http://prntscr.com/ftyggh
In next update I will add 1 more layout for category wise display no filter button just select category from admin end then that category image will show in front end.
Thanks
Another issue – unable to change the Banner background image on some pages like Shop/My Account. It defaults to the image that comes with the theme.
It is coming from Archive page you can change this image from ThemeOption => Layout default => Shop Archive (See bottom you can set image banner) http://prntscr.com/fu60xg
Thanks
Ok thx. How do I change font color for the Breadcrumb part of the page? Also how to change font for the class schedule Monday, Tuesday etc.
Breadcrumb background is primary color. http://prntscr.com/fue4ev
Day name come from common body font theme font no different font here.
Thanks
how do i change breadcrumb font color from white to black?
.breadcrumb-area .entry-breadcrumb span, .breadcrumb-area .entry-breadcrumb span a {
color: #000;
}
Thank you. How do I get rid of the orange rectangle in the middle of this page. This is right under the main slider. https://prnt.sc/fufw9y
One more question – how do I change font color on buttons on checkout/cart pages from white to black. Thanks.
Which color you use as primary?
Write this custom CSS
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
color: #000;
}
Hi, I purchased this theme and added to a website I’m working on. I sent the demo files over and got an error near the end but the home page was fine and the demo content was there.
But when I re-arranged the menu and tried to click on a page it just gives me 404 error for each page. I have seen in the guide it said to make sure the permalink is set to post name which I have checked and it’s correct but still getting 404 error for all pages apart from the homepage.
Are you able to have a quick look for me to see what I’m doing wrong?
Kind Regards
Hello, Thanks for purchasing our theme. Have you re-set permalink?
Please mail me admin access I will check support@radiustheme.com
Thanks
Hi Radius Team,
Please could you advise as to how I go about having a sidebar for my posts that isn’t the same as the shop sidebar. I am having difficulty registering a new sidebar to seperate the two.
Hello,
This feature can be achieved by using plugin. There are many plugins for that. Here’s a plugin link: https://wordpress.org/plugins/custom-sidebars/ . You can follow the video instructions mentioned in plugin’s page. If you are having trouble with this let us know we’ll set it up for you.
Thanks
Hi, is it possible to create a member’s only restricted page with a login/password access? this way people would have to pay to get certain workout routines and meals plans and things like that.
To either set up a once off payment that blocks them from entering after a certain amount of time has passed or a monthly subscription payment set up?
Hello, You need membership plugin to achieve this requirement then you can set period of time and amount. Please find plugin in Codecanyon you will get in reasonable price.
Thanks
Hello.
How i can make site like this (big screen photo rolling and rolling). I cant change header picture size, and i dont know how make rolling header picture or background.
Hi, Thanks for purchasing my theme. It is Layer Slider you can change image from each slide. Please check slider.
Thanks
Hi,
I am trying to adjust the Logo spacing on the header, no matter what I do, the logo remains the same size. can someone assist me?
Hello, I sent you how to change have you tried that? Send me your site url Or send me admin access I will change it for you in next version I will add it’s control support@radiustheme.com
Thanks
Newbie question. When I install the theme I dont see any of the prebuilt pages that are demoed on this site. I only see one page with no images.
Where can I get all the sample HOME pages?
Hello, Thanks for purchasing our theme. Have you imported demo data? After install Theme install all required Plugins then go to “RT Demo Importer” plugin and click “Import Demo data” http://prntscr.com/fs88s1
If face difficulty then you can make me admin access I will help you to import demo data.
Thanks
Classes:
https://www.dropbox.com/s/w5a8cvsz4xyyaq7/Screenshot%202017-07-05%2010.25.05.png?dl=0I want to send people to www.example.com url when they click on booty. Where do I change this?
Sir Class is custom post type so if click title it will go detail page of that class. It will not go to custom url. In detail page you can manually add link like “Click Here”.
Hope you get this point.
Hei,
I have several questions for the theme.
1) How do I change the banner photo on pages? I have changed it in the settings area, but it doesn’t change on the website. The strange part is, it works for some pages, but not all. I have changed all banner photo in the same way for all pages.
2) How do I change the direct link on a classes section? I want to take people to my live event system and not over the theme page that is built with.
3) Overall a good theme, just a few things that´s hard to find and not in its normal locations 
Hello Sir,
Thanks for purchasing my theme.
1) Please tell me which page banner not changed I will check that pages. Note: Archive page banner come from theme option see each page has settings there. see http://prntscr.com/frttf3
2) I don’t clear this point.
Thanks
Hi there,
Great theme. I have installed the demo data but the navigation is not working? It seems it is not picking up the styling.
Is there a quick fix to this?
Thanks Dan
Sorry guys, I found another comment you had replied to and have now fixed this myself.
Thank you
Nice !!
Thanks
Hi! How do I increase the logo size?
Hello,
First you can increase grid size from Theme Options
http://prntscr.com/fqqe7k This write a custom CSS and increase this max height.
.site-header .site-branding a img {
max-height: 53px;
}
Thanks
that did not work
ok please send me admin access.
Also, how can I reduce the height of tabs ? ie how can i adjust padding?
Hello, You mean inner page banner area? Please send me your site URL I can give you custom CSS class.
Thanks
here is the link http://siva6.brewingfuture.com/index.php/lineage/
I am having difficulty in 3 things: a) remove title from banner b) decrease height and change color of tabs c) reduce font size of tab heading
Thanks
See my previous reply. Please use 1 comments.
TAB styling coming from Visual composer CSS which color you want? You write custom CSS with this class.
.wpb-js-composer .vc_tta-color-black.vc_tta-style-classic .vc_tta-tab>a {
border-color: #222;
background-color: #2A2A2A;
color: #fff;
}
tried with #496f9f for background, but its not working. also, pls suggest how to change the tab padding..
.wpb-js-composer .vc_tta-color-black.vc_tta-style-classic .vc_tta-tab>a {
background-color: #496f9f !important;
padding: 5px 10px;
}
its not working.. will email you the credentials.
sent you an email.. have a look at it.
Please check now.
Is it possible to right align an image in footer widget ?
From Widget Editor you can do this. now support Editor in default text widget. You changed access otherwise I can do this.
Hi,
Is it possible to hide the title on top of banner ? I’d like to have plain banners without page title.
Also, how can i reduce font size ?
Thanks.
Hello, You can disable full banner from the theme settings http://prntscr.com/fp80w1
if you want to hide only title then need to do by CSS
.entry-banner .entry-banner-content h1 {
display: none !important;
}
.breadcrumb-area {
padding-top: 150px;
}
Thanks
that completely removed the banner area.. I want the image to be there without title.
that completely removed the banner area.. I want the image to be there without title.
See my 2nd part of message I told by custom CSS you can do this.
Hi,
Is it possible to hide the title on top of banner ? I’d like to have plain banners without page title.
Also, how can i reduce font size ?
Thanks.
See previous reply.
Hi, my site is www.learnaboutgolf.co.uk
The theme is great thank you. How can I change the logo to fill more of the header space and currently this is as large as it can be.
Many thanks
Nick
Hello, Please write this 2 css in custom CSS box or mail me access support@radiustheme.com I will add this.
Also next version I will try to add it’s control
.site-header .site-branding a img { max-height: 170px !important; } .stick .site-header .site-branding a img { max-height: 50px !important; } Let me know how it work.
Thanks
Hi,
I’m from Brazil and I need to know how to translate de BMI Calculator.
Thanks!
Hello, Translate the “Gymedge core” plugin & Theme you can use Loco translator plugin.
Thanks
Hi, I have this problem about all the page of the them.
The message when I try to open.. cart or shop
Not Found
The requested URL /shop/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
How I can fix it! Thanks
Hello, Have you install woocommerce plugin? Shop page is woocommerce. Is normal page link about, contact is it ok.
Please mail me admin access to support@radiustheme.com I will check.
Thanks
I just give you access. And yes I have de plugin. Thanks
Don’t get any access please mail support@radiustheme.com
Hello, I am using your theme for a gym and have been adding classes. The client wishes to have class bookings available and with limited places. So for example a class for $15 and 10 places available, payment method is Stripe. At the moment I am using a plugin called bookly to do this but it is very complicated. Is there any easier method or would anyone be available to customise the class page to add Stripe bookings?
Hi, Can you please send me your site URL and current plugin demo page then we can discuss? support@radiustheme.com
Thanks
the GymEdge Options don’t seem to be loading properly for me. Any ideas on how to fix this? https://gyazo.com/610ffd951b02ea36f984f98bb8561678
Hello, Is your theme properly uploaded or any file missing?
Can you please send me admin and FTP access I will check it?
Thanks
send to support@radiustheme.com