92 comments found.
Hello, how can i add my owns aside-right-open i try if ( $(“body.aside-right-open”).length > 0 || $(“body.aside-left-open”).length > 0 || $(“body.nuevo-congregante-aside-right-open”).length > 0 || $(“body.mail-compose-open”).length > 0
but it doesnt show de form thanks
Hi – The right sidebar needs to have the class .sidebar-right around it. Then to open and close it, you’ll toggle the .aside-right-open class on the body tag.
Hello, how can i add my owns aside-right-open i try if ( $(“body.aside-right-open”).length > 0 || $(“body.aside-left-open”).length > 0 || $(“body.nuevo-congregante-aside-right-open”).length > 0 || $(“body.mail-compose-open”).length > 0
but it doesnt show de form thanks
Hi – The right sidebar needs to have the class .sidebar-right around it. Then to open and close it, you’ll toggle the .aside-right-open class on the body tag.
Good day. I can use your analytics to take into account views of posts created by users on my web site. I need an account of views for each user. I also want to convert views into money that the user will receive for the post created. thank
Hi – Yes you can do that with QuantumPro!
Thanks for the great theme! I love it. I am requesting access to the github repo? nicholas.francioso@gmail.com
Hi – thank you for your support! Please email me your GitHub username to support@authenticgoods.co
I noticed on the Mega Menu, if you have a column with only 2 list items in it, it’ll puts them side by side. Is there anyway to make those items list vertically?
Hi,
Yes, that’s pretty easy to do. Just look for the class .list-items class inside of that menu and overwrite or change the column-count: 2; to column-count: 1; Let me know if that works for you!
Hi is there a way to have the sidebar fixed with the compact menu? I saw an earlier comment to use the fixed.css for the menu but nothing for using the compact menu? I was able to modify the following css and it seems to work fine.
<nav class=”main-menu” style=”position: fixed;”>
However I wanted to know if there was a way already built in using no inline styling?
Hi – There’s not a compact + fixed combo built-in. However, if you’re looking to avoid the inline-styling, you can use the built-in BS utility class of .position-fixed
Is it possible to remove the padding around a table so it fills a column/card?
Here’s the top portion of the card I’m using:
Road Trains
Ah, just figured it out.
div class=”card-body p-0”
Hello,
Thanks for this great theme, I’m loving it.
I’m attempting to use demo2 as the base theme for a Rails app.
If I copy all CSS and JS files linked to from index.html for that demo, would that be all I need for that specific version of this theme?
Or am I better off including every single asset in /html5jquery-bs4/dist/assets?
Thank you, Cody Fitzpatrick
Hey Cody,
I’m glad you like it! I separated out the Global from the Page Level scripts and styles so the theme wouldn’t get bloated. Starting with the JS at the bottom of the index.html in the source code you’ll want to use everything under “Global Vendor Scripts” and “Global App Scripts”. Anything titled “Page Level…” will be any 3rd party plugins and/or custom script for that page only. As for the CSS you’ll want everything except for the “Page Vendor Styles”.
Hope this helps!
Hey authenticgoods,
Thanks for the quick response.
I certainly appreciate the separation of global vs page-specific stylesheets & scripts—highly valuable for developers new to your code. 
While working within demo2, to change major components like menus etc, I would simply change out which CSS files we are linking to (from the theme download) for layout, menu-type, and themes, correct? (With utilize a menu-type and theme within the chosen layout of course.)
Sorry for that confusing final question. Got everything figured out! Thanks again.
Hi there, checking out this theme and had 2 questions. Would I
1) be able to make the sidebar width a little smaller
2) add badges to the sidebar menus (top level and sublevels)
thanks!
Hi – Yes you can, and if you need help with any of that…I can walk you through it.
Hi there, I just picked up theme tonight. Would you be able show what css I need to edit to make the demo1 sidebar width a little smaller? thank you!
Hey,
Awesome, thanks for your purchase! You can change the width on this class .sidebar.sidebar-left {} and on this file dist/assets/css/layouts/vertical/menu-type/default.css It’s currently set to 255px for the width and min-width, you can change both of those values to what you need.
Thanks! For the Tooltip, is it possible to set it to be wider on certain links? If I a long string of text, it’s a tall, narrow tooltip. Wondering if I could widen it some.
Hi – Yes, that can be wider if you like. By default Bootstrap has a max-width of 200px on it. So you can overwrite that by adding .tooltip-inner{max-width:400px;} or however wide you want it.
Hi,
When I add messages into the chat panel (apps.messages.html) with javascript, the header of the chat div hides, so I cannot see the search bar or user bar. Let me know if you face the same issue and how to solve it.
Cheers
Hmmm….I’ve not seen or heard of that issue. Can you provide a demo of how you’re adding the messages? Please send to support@authenticgoods.co
I realized the problem was the function that I was using to scroll down in order to show the latest message. What is the best way to do scroll down in this template?
The best way is to use the built-in methods provided by the custom scrollbar that’s on there already….”malihu custom scrollbar”. I ran into the same issue you’re having once before and used there scrollTo method to solve the problem. http://manos.malihu.gr/jquery-custom-content-scroller/#methods-section-scrollTo
Thanks, it works perfectly.
Sweet!
Hey authenticgoods,
are there any plans for new apps or pages (Update)?
Best
Sure, what are you interested in…what do you need?
Thank you for the fast response.
I would be interested in features like: - footer - example of mega-menu with images - page header examples - maybe a simple landing page?
We would like to use quantum-pro also as a Landingpage. Thank you for creating this great template.
Best
Hi, how does your theme work as a CRM. Where is the customer database? Is it built in?
No db it’s front-end only…would it help if I wired it up to one? Like Firebase or something?
Hi Great theme and I am actively considering purchasing. I do have a few questions. Is there an easy way to make the sidebar fixed (the main sidebar and the additional left side bar ‘aside’ ? (quantum-pro/demos/demo3/layout.left-sidebar.html). Are there plans to add alert popups (toastr etc.) or a tour plugin or split sign on screens?
Hi,
Yes there are existing classes that can be added to the body tag that’ll make the sidebar fixed.
There’s currently “SweetAlert2” popups under the components sections. Hope this helps, let me know if you have any more questions.
Hi ,
Thank you for great theme.
For login page and forgot password page , the page is scrolling, i dont need scroll bar as there is not much content so how to prevent scrolling
thank you
I’ll take a look at this…thank you.
Ok,but i want to implement it now so how can i do this
Change the margin on the .sign-in-form class from 15% auto to 15% auto 0 auto
It works !!!! thank you
Awesome! Glad I could help!
Hi, I need to integrate bootstrap notification on a button click with this design
Hello, Iam facing an another issue … I converted your design into a mobile app , using web view technology.. but when it comes to responsive | the menu buttons (sidebar ) not working , Not only side bar all the clickable icons (sidebar , navbar) not working , but all others inside content area working fine.
Hi – Do you have your click binds tied to a hide/show on the Bootstrap notification? As for your second question, when you converted the design please check and be sure your binds are still there for the sidebar and navbar.
Hi, The conversion is nothing, Its just creating a web view in android. I directly copied the link of your product demo for the web view in android for testing after buying product. i didn’t customized anything, just copy pasted the link of your product demo into web view. the thing is , this method is working for all other templates and free designs. Can you please help me to resolve this. I mainly purchased this template is for creating web views, But now Iam blocked with this issue. I will give you the link that shows how I created this, First download sketchware mobile app from play store , Then follow this tutorial. It will only take maximum 3 minutes. https://www.youtube.com/watch?v=PMZW6LCvrFo Thanks
Is the demo working in your mobile browser without the Android Webview App? Also which demo are you referring to?
yes the menus and buttons are working fine in mobile browser. I tested some other pages too. some feature in this link also not working. http://www.authenticgoods.co/themes/quantum-pro/demos/demo2/cards.basic-actions.html , this is the demo I used to create web view. Do you tried the webview as I mentioned in previous comment. also sorry I forgot to say one thing, Your design is simply Awesome. It will be great if you give me solution for this asap .. Thank you
I would really like to help, but unfortunately no one here owns an Android device to download the sketchware app. We’re an Apple shop, and we only test Android web browsers through Browser Stack. That gives us a real device experience for testing web pages but we’re unable to download Apps on it to test web views in Android Apps.
Thats Ok . But now how can I resolve this. If you want I will send you apk file which I have made with your demo link for checking. Give me your mail id or send me a “Hi” to akhilaptvm@gmail.com . I need to resolve this at any cost.
You can email us at support@authenticgoods.co
Please check your mail, .apk file send
I have not received your email, and it’s not in my spam folder. Please verify you’ve sent to the correct address.
DO you checked ? if not please look in to this.
Hi – We only test and support all major web browsers and not native apps.
Hi, Very good replay. If you not support then why you said to me, to send the .apk file for reference for you. please be note that i didn’t requested you to give support for my mobile app. I showed a issue in your design, All other designs I purchased from evanto is working very perfectly. Check all the conversant we made based on this, Finally you saying we do not support native apps, Any way thank you very much, If you cant fix this just say that, I will go for any other designs.
1)view this link in your mobile (Any browser) and try to scroll down, It will not scroll down, If i touch in the graph area and try to scroll , It will not scroll
2) The header name of graph div overlapping text, so I cant give a Long name on the Graph, The demo text also overlapping
That’s right we don’t support and can’t fix your native app issues. I took a look to see if I can help, to try and offer help beyond what we offer…and after review I cannot fix it.
A) I have tested in every major browser and can’t duplicate B If your text is to long, make shorter text…at some point you’re just gonna run out of space
Ok. Thanks for the support. Is there any solution for scroll issue in dashboards?
Typically that’s best handled natively by the browser, I found that adding custom scrollbars cause too much jank and overhead.
Its not about scroll bar, no any scroll bar needed, Just try these step. Open the dashboard which contain graph in any mobile browser, touch up on the graph and try to scroll down, It will not scroll, If i touch at right end side of screen It will scroll, thats the issue.
Hi – I’m sorry but I’m not seeing that issue. I’m currently testing on Chrome on Android v9, and Safari on iOS v12. Can you tell me which Mobile OS version and browser you’re on?
How can I disable side bar from auto mouse over effect. Which means , when I hover on side bar It will show menus . I want to disable the hover effect for disabling side bar menu view (aside-toolbar)
So are you wanting to show just the mini-side bar at all time…icons only? So when you hover over the icon the full-text menu does not display?
Yes you are right, But not at all time, Only in some pages only.
None of the themes work that way, that would take some customizing.
Ok! Can you support for that
I don’t know that I can, it seems like something that may be custom to your app. You may want to start with Demo 3 the compact menu style. That one has the icon only view, if the icon has sub-menus then those will get that hover effect. However, without sub-menu items like the Calendar icon…nothing will pop-out, since there’s nothing to show. So that would be like disabling the mouse over effect.
Hope this helps!
Hello Author
Can we get PSD files of the design. Was wondering of importing them to sketch and do some custom designs.
Hi – psd files are not included.
Hi, I’m using demo7 and I want to auto-hide the left nav bar so that it’s hidden on default and expands with the user clicks the hamburger icon.
<body class="content-menu content-menu-close">
Works beautifully. Thank you.
You’re welcome!
purchased it today. playing around with it right now its looks really good
thanks
Thank you! 
Hi, great theme. Is there a way to make it so that if you’ve implemented fixed layout that the left aside doesn’t scroll with the main content? It is fine in mobile view, because the mini-scroller takes effect, but in desktop view a long page will cause the menu to scroll off page.
Hi,
Thank you very much! Yes, that’s possible. All you’ll need is to add a couple of classes to the body and include another provided css file. I’ve taken a screenshot of what you’ll need, please let me know if you have any questions.
https://snag.gy/Fae8LY.jpgGreat – thanks for the quick response!