684 comments found.
Hello, Is the react template updated completely from class components to functional components. I have a version of the template but the SIdebar is still on the old version of react.
Hello,
I am sorry about the late reply.
You are correct about Sidebar, we have somehow missed it. We will include functional version with our next update.
All the best.
Hi,
Where in the config can I disable the strictmode that is used? During development it is quite annoying that compilation fails on every error. Even unused variables make the compilation fail.
Hi,
The problem is not related to strictmode, we are able to get builds while having unused variables and etc.
The prettier and eslint configuration setting of the IDE/Editor you are using may be working via global. If you point the configuration on which the plugins will work, and the .eslintrc and .prettierrc files in the project, the problem will be solved.
All the best.
Merhabalar. Temanız içeriğinde bulunan Card, image card, yada diğer sizin oluşturduğunuz component’lerin kullanımına ilişkin bir index var mı ? kontrol ettiğim kadarı ile https://gogo-react.coloredstrategies.com/app/ui/components/cards bu sayfa ve https://gogo-react-docs.coloredstrategies.com/docs/gettingstarted/introduction bu sayfa mevcut bilgi alabileceğim. Daha ayrıntılı kullanıma ilişkin hangi görsel ui hangi component isminde ve görüntülendirmek için hangi data’ların gönderilmesi gerekiyor gibi bir anlatımınız yada dökümantasyonunuz varmı ? Teşekkürler.
mail : arsivcix@gmail.com
Merhabalar,
Maalesef bahsettiginiz konuda bir dokumanimiz yok. Fakat ui elemanlarini oldukca basit tasarladik. Bu elemanlar hic bir zaman son urun olmayacagindan, alicilarin kendi gelistirmelerine acik bir sekilde parametreleri de basit tuttuk.
Iyi calismalar dileriz.
Hi,
I just bought the Gogo Admin and getting several errors after yarn install. example
src/components/carousel/GlideComponent.js Line 50:5: Definition for rule ‘react-hooks/exhaustive-deps’ was not found react-hooks/exhaustive-deps
src/components/common/ColorSwitcher.js Line 1:1: Definition for rule ‘react-hooks/exhaustive-deps’ was not found react-hooks/exhaustive-deps
src/components/common/react-notifications/Notification.js Line 1:1: Definition for rule ‘react-hooks/exhaustive-deps’ was not found react-hooks/exhaustive-deps Line 2:1: Definition for rule ‘jsx-a11y/click-events-have-key-events’ was not found jsx-a11y/click-events-have-key-events Line 3:1: Definition for rule ‘jsx-a11y/no-static-element-interactions’ was not found jsx-a11y/no-static-element-interactions
Hi,
We can’t replicate the problem on our end but if you share your npm and yarn versions we may take a better look.
I change firebase data but how can handle the firebase login and firebase google login authentication. Which file must change after that. I check documentation. but its not enough for me.
I can login with firebase email. but registration is not working. I think // call registerUserAction() I need to change this comment line. but if I comment out like that “registerUserAction(); ” it shows an error.
‘registerUserAction’ is not defined
furthermore what can I do in order to google login/register via firebase ? I checked the redux files, login and register files but I cannot find.
Hi,
Related functions are available in the ‘src/redux/auth/saga.js’ folder.
All the best.
is there any youtube video or something how can I add new menu? how can I add functionality to user menu (upper right corner ). How Can I add my api etc ?
Merhabalar,
Guzel yorumlariniz icin tesekkurler.
Bahsettiginiz islemleri yapmak icin oncelikle redux tarafinda asenkron islemler nasil tetiklenir sorusuna yanit aramalisiniz. Bu konuyu arastirirken karsiniza Redux Saga cikacaktir. Projede redux saga kullanilmakta ve ornekleri mevcuttur. Sizin icin faydali olacagini dusundugum bir kac link paylasiyorum.
https://redux-saga.js.org/docs/basics/DeclarativeEffects https://medium.com/swlh/asynchronous-with-redux-sagas-b43c9630f218PS: Profilimizden gonderdiginiz mesaji cevapladim ancak mail adresinize ulastirilamadigi icin buradan aynilarini yaziyorum.
Kolayliklar dilerim.
harici api olayını çözdüm teşekkür ederim.
Hello,
If I want to be connected to our API, is there such a service?
Hi,
Unfortunately no.
All the best.
Data list shows as 0-8 with 8 items while 0-8 would include 9 items so it should show as 1-8, 9-16, etc. Also why is “of” in “0-8 of 21” hard coded to english?
Hi,
Thanks for your feedback. We have released a new version.
- Hard coded text has been removed. - The startIndex in the pagination field has been fixed.
All the best.
Sir / Madam
After viewing the “Your Gogo – Administrator Response” template, I got the impression that the product that you offer included the code shown on the sample site. After the purchase I was surprised to find that the code of the three apps was not included. In addition the code provided is verry buggie, major example: src>redux>todo>reducer.js the loading state on TODO_GET_LIST is set to false, and on TODO_GET_LIST_SUCCESS the loading state is set to true.
Please Advise Sincerely Rafael
Hi,
Thank you for your feedback.
While developing Gogo, our priority has always been to provide users with a clean and beautiful UI. Therefore, our priority when adding an application was to be able to present all the UI elements. We have released a new version by correcting the typo in the Redux code.
All the best.
I recently purchased a the Gogo theme and when i try to build it i get lots of errors. Are there specific version of node that this only supports? otherwise this is very upsetting that i can’t even use it.
I’ve done npm install—dev and have verified all packages are there and created eslintrc that wasn’t mentioned that is required and still non stop errors
on npm start example:
ine 1:1: Definition for rule ‘import/no-cycle’ was not found import/no-cycle
src/redux/auth/actions.js Line 1:1: Definition for rule ‘import/no-cycle’ was not found import/no-cycle
src/redux/chat/actions.js Line 1:1: Definition for rule ‘import/no-cycle’ was not found import/no-cycle
src/redux/menu/actions.js Line 1:1: Definition for rule ‘import/no-cycle’ was not found import/no-cycle
src/redux/settings/actions.js Line 2:1: Definition for rule ‘import/no-cycle’ was not found import/no-cycle Line 5:1: Definition for rule ‘import/prefer-default-export’ was not found import/prefer-default-export
src/redux/store.js Line 10:1: Definition for rule ‘import/prefer-default-export’ was not found import/prefer-default-export
src/redux/surveyDetail/actions.js
Hi,
Thank you for your feedback. We have released a new version.
- ‘no-cycle’ error fixed
All the best.
Hi! after installing all the dependencies, I’m trying to deploy the unedited React code to Heroku using ‘git push heroku master’ but it won’t push and I’m getting an Application Error:
FATAL ERROR: MarkCompactCollector: young object promotion failed Allocation failed – JavaScript heap out of memory
Any idea how I should do it or what I should look at? Looking forward
Hi,
Unfortunately we have no experience with Heroku. The following instructions will help you.
https://create-react-app.dev/docs/deployment/All the best.
Hi, How do I compile a scss file that i have edited
Hi,
When you run the ‘npm run start’ command, scss is compiled.
All the best.
Thank for support
when a run the site with yarn star there’s an error: Uncaught SyntaxError: Unexpected token ’<’ bundle.js line 1
Hi,
The following instructions will help you.
https://create-react-app.dev/docs/deployment/All the best.
If you release a new build with the fixes you just deployed I won’t request a refund.
In case anyone wants proof that its broken and being fixed as I write this https://recordit.co/sVbcDlwFQz
hi,
There is only a linking error in the video you sent. Anyone with little React experience knows the cause of this issue and also knows that it’s not actually a real issue.
Please request a refund.
All the best.
Hi, I am interested in buying in theme. What kind of details are included in the PSD files of the bundle? If you can give us the screenshots? 
And just to be clear, the bundle includes the front-end HTML/scripts etc and PSD files too? Of all pages?
Hi,
We used Photoshop only to design some of the pages to create the concept and decided not to include them since people might expect psd file for every page.
All the best.
So there are no PSD files in the bundle?
Hi,
There are but we don’t have every page. Here is the list of the pages included within the zip file: 01-Dashboard.psd 02-Chat.psd 03-Details.psd 04-Library.psd 05-ListImage.psd 06-ListThumbs.psd 07-Login.psd 08-Mailing.psd 09-Survey.psd 10-RightModal.psd 11-Profile-Social.psd 12-Profile-Portfolio.psd 13-Profile-Portfolio-Detail.psd 14-Details.psd 15-Coming.Soon.psd 16-Knowledge.Base.psd
Cheers.
Hey, Where can I see the survey app front page?
Hi,
Survey application does not have front pages. All pages about the related app are in the src/views/app/application folder.
All the best.
Good morning, I would like to clear a question about the authentication system.
I’m using Firebase everything is OK, but if I publish a new version of the project, how do I bring down all sessions and force the User to re-authenticate?
Thanks so much!
Hi,
There may be a setting on the firebase side for session durations. Unfortunately, I cannot be of great help as your request is very specific and not directly related to the theme.
All the best.
Hi, ok I,ll check in Firebase. Thanks so much!
In this GoGo React template, can this be used to make a mock up / prototype that would work just like this page does where we could select the types of charts, graphs, icons and such? https://gogo-react.coloredstrategies.com/app/dashboards/default
Hi,
Yes. It is possible, as seen in the example you sent.
All the best.
I’m not a developer I’m a product manager that will make a mock-up. How does this functionality work with the admin template? Can you just setup pages like the demo in a custom way (like home, dashboards, graphs, and such on the left panel, then putting the graph types you want on those pages? Also maybe choosing which of the icons on the pages from your demo icon page? Can you do this without actually coding? Are there any tutorial articles or videos for this that I could see before purchasing to ensure I can do what I want from purchasing the admin template?
Hi,
Unfortunately, it is not possible to create the prototypes you mentioned without writing code and intervening with basic html knowledge. With Gogo or any admin panel theme, it will not be possible to produce prototypes without writing code.
All the best.
I have a problem with userRole. My menu my menu is not displayed
My UserRole export const UserRole = { Superadmin: ‘ROLE_SUPERADMIN’, Admin: ‘ROLE_ADMIN’, };
My Menu id: ‘mentorship’, icon: ‘simple-icon-user-following’, label: ‘menu.mentship’, to: `${adminRoot}/mentari`, roles: [UserRole.Superadmin, UserRole.Admin], subs: [ { icon: ‘simple-icon-briefcase’, label: ‘menu.default’, to: `${adminRoot}/dashboards/default`, roles: [UserRole.Superadmin, UserRole.Admin], }, ], },
and my user={ firsName: “test” id: 4 isConfigured: true lastName: “test” personality: “Protagoniste” role: “ROLE_ADMIN” }
Please can you tell me where is the problem?
Hi,
Everything seems done right. I wonder if you did not set the “isAuthGuardActive” value to true in the path “src/constants/defaultValues.js”
All the best.
When I set isAuthGuardActive to false, It’s work but the LOGOUT doesn’t work
Hi,
The following guidelines may help you
https://gogo-react-docs.coloredstrategies.com/docs/guides/changing-auth-apiAll the best.
In my setup I am using the primary menu but not the secondary menu. I widened the menu from 120px to 200px (through _02_variables.scss). However, upon reducing the window width to test responsiveness, I noted that I lost the synchronization between when the primary menu collapses, and when the burger button appears. The burger button visibility seems to be controlled by a bootstrap class (d-md-none). Can you guide me how I can change the breakpoint at which the primary menu collapses to restore the synchronization?
Hi,
Changing menu breakpoints is not a straightforward job since it has effects on top nav and page content. You may need to make some additional changes but here is the basics of it, plase open app/menu/types page and set menu to subhidden before and then follow below steps.
1. defaultValues.js Change menuHiddenBreakpoint value from “768” to “992”(as an example) which switches main hidden breakpoint from sm to md.
2. main.scss Change ”@include respond-below(sm)” to ”@include respond-below(md)” to reflect these changes to main content area.
3. Topnav.js Change first menu button class from “menu-button d-none d-md-block” to “menu-button d-none d-lg-block” and second one from “menu-button-mobile d-xs-block d-sm-block d-md-none” to “menu-button-mobile d-block d-lg-none” to make mobile menu button appear under lg.
-
These changes will update the breakpoint but you might need to make some tuning with other elements as well.
All the best.
Hi! Thanks a lot for this very good theme I like it a lot.
I’m currently struggling on something that makes me mad so I ask for your help.
Do you have any idea why my charts are behaving like that : https://i.imgur.com/c1iA9R2.gif ?
Several things : 1. When the page is loaded for the first time, chars are displayed correctly but the IconCardsCarousel are not showing at all. 2. When I click on the sidebar button I unlock the IconCardsCarousel but the charts starts to flicker/glitch on mouse over. 3. Every time I click on the page, all components are reloaded as you can see it when the PieChart is refreshed.
Your help would be much appreciated as I have no clue on what is happening.
Thanks!
Hi,
First of all, I would like to state that we have not seen this glitch problem before. I have a few experimental suggestions for the solution, though I’m not sure. I would appreciate it if you try them and give feedback on whether the problem is solved or not.
- I see you are using IconCardsCarousel inside a tab. You can conditionally render the IconCardsCarousel component to overcome the problem of not appearing on the first boot. For example:
{activeTab=="currentYear" && < IconCardsCarousel />}
- You can try by checking and changing the size of the columns where the charts are located. like col-5 instead of col-6
- by checking your console, if there is a feedback such as a bug report or a warning, they can guide you or share them with us.
- You can try using a different menu type. Like “subhidden”.
All the best.
Hi!
Thanks for your answer!
Thanks to you I was able to find solutions. In fact, I wasn’t setting my data properly so I re-worked all of them correctly to get rid of the flickering. And, the conditional rendering worked well for the IconCardsCarousel aswell!
So thanks again for your help and again for this theme! Hope to see more updates /upgrades of it soon!
Have a nice day!