Discussion on Bracket Plus Responsive Bootstrap 4 Admin Dashboard Template

Discussion on Bracket Plus Responsive Bootstrap 4 Admin Dashboard Template

Cart 957 sales
Well Documented

themepixels supports this item

Supported

This author's response time can be up to 2 business days.

144 comments found.

Is it possible to get the PSD files, we want to create some new page layouts based on some of the elements on the other pages -

Hi there!

First I want to congratulate you on the wonderful work you did on the Bracket Template. I’m simply gaping. This is the best of all CMS I have ever seen.

Right now I purchased a license to use in my company.

I would like your help to give me the steps of how best way to use the Bracket Template along with the Laravel Framework.

I ask this because I want to use it in such a way that I can get all Bracket Template updates in the future.

Thank you for your time.

Hi, I to collapse the sidebar on a tablet landscape always ?

How can I do to open the tablet with the sidebar collapsed in landscape view ?

On iPad and Phone I need to click twice on all menu items for them to execute. The first touch highlights the menu item and the second touch executes the link. On mobile I want a single touch to execute the link. Possible?

Curious on the status of the Angular version. Can you provide an update? WOuld consider a purchase of the Angular version. Thanks.

The top menu, when page is set to auto hide left menu, the logo also hides, is their a way to only hide menu but keep logo visible, tried adding the “Br-logo” to center, but not working.

I’d like to buy, but what is the main difference between Bracket 2.0 and BracketPlus ? Thanks.

Dear Sir, Iam not getting font ionics icons in my application.

Please try to solve this problem..

Access to font at ‘http://themepixels.me/bracketplus/1.4/app/lib/ionicons/fonts/ionicons.ttf?v=2.0.1' from origin ‘http://localhost:8090' has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

Hi, you have to upload or put the files in a server. Opening the html files directly from browser does not display icons.

Hello Sir, the ionic icons are not working in my app… Iam getting Error like this for ionic icnos.. Please help me out of this problem..

Access to font at ‘http://themepixels.me/bracketplus/1.4/app/lib/ionicons/fonts/ionicons.ttf?v=2.0.1' from origin ‘http://localhost:8090' has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

Hi, you have to upload or put the files in a server. Opening the html files directly from browser does not display icons.

This theme is amazing, Congratulations on the great job, guys! Here are some adjusts I had to make in bracket.css in order to have dataTables pagination dilplaying properly for those who are experiencing troubles and if you think it should be on next releases:

.dataTables_wrapper .dataTables_paginate { float: right; text-align: right; padding-top: 0.25em; }

.dataTables_wrapper .dataTables_info { clear: both; float: left; padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate .paginate_button { background-color: #e9ecef; border-color: transparent; /original datatables/ box-sizing: border-box; display: inline-block; min-width: 1.5em; padding: 0.54em 1em; margin-left: 2px; text-align: center; text-decoration: none !important; cursor: pointer; cursor: hand; color: #333333 !important; /border: 1px solid transparent;*/ border-radius: 2px; }

Regards, BB.

Hi, what version of datatables are you using? Did you upgrade the version of datatable?

Excellent theme, having 1 difficulty and cannot find the answer, in your demo contacts app, you open a second left hand menu… There are “filter tags” – How do I make this segment scroll vertically should there be a ton of filter tags?

Hi, i don’t really understand what your concern here, please elaborate thanks

Hi, see image: https://ibb.co/64MSDmy

I cannot get either the whole pane to scroll or just the tags bit to scroll…. Any ideas would be greatly appreciated. Thank you.

hi, that sidebar have static position and is not designed to have scrollbar. I can make one for you, just follow up me when you think is taking too long. I am too busy right now

is possible install and use this template without node.js but with jquery and without sass but with css? thanks

yes you can just edit html directly and edit the css files

Good morning,

I am using the Form Wizard and I noticed a couple things…

1. When the form is on the last step, it does not execute the parsley logic to validate the form. 2. If I want to call a submit on the form or execute a ajax call, I do not see an example of how to do this. Is there a special setup?

Hi, please visit parsley docs and their examples, if you can’t find what you need just let me know and i’ll help you what to do.

Thank you, got it. I needed to capture the onFinishing and onFinished event with the parlsey.js logic :-)

Great that you figured it out. Genius :)

Hi there, is there any way to get a vertical menu that used in theme I want to use it on my site

https://serving.photos.photobox.com/745242652aa52698df73da92a377f5980c2e66eac131e1fdac79f4dc78b9ec34ec9a8b0c.jpg

Yes, just use the blank.html

Hi Team,

Please guide, how to create multi-level menu with Bracket Plus theme?

Regards, Lovneet

Hi, the theme is currently supports two level navigation only

Hi. I would like to pull some left menu items to the bottom. It seems relatively easy with absolute positioning but then I have issues with menu items width. I was trying various solutions, but some of them breaks menu, and I’m not that familiar with flex. Can You help with that? I can see similar comment from other user. I hope it’s simple thing to do.

I want to achieve quite simple thing. In yours example INFORMATION SUMMARY is on the bottom of the left menu because there is a lot of items in the menu. But if you start to remove them, this section goes up. what I want to do is to keep it at the bottom, no matter how many menu items I have (see the image attached in the link). It would be great having it work automagically so i can add and remove items without a need to adjust some hardcoded value (margin or something).

https://ibb.co/zfp8gwP – On the left is current state and on the right is what I want to do

Hi, please add this style below to where they are located in your css.

.br-sideleft {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.br-sideleft-menu {
  margin-bottom: auto;
}

I had to make a small change by adding additional class and now it works perfectly:) Thanks. I have adjust my rating as this was only thing that bothered me;)

.br-sideleft-menu.bottom { bottom: 0; margin-bottom: 0; }

Hi In RTL version, In mobile devices with Chrome browser (android), menu doesn’t work correctly and doesn’t show. I think it’s a bug.

I am trying to do a nested navigation menu on the left sidebar. However, I am experiencing problems with the child menu collapsing before I can see it’s child. The example below uses the index.html snippet and I am trying to create another dropdown sub-menu under UI Elements -> Accordion. Essentially, Accordion Parent is of the same class as UI Elements but the problem is that when UI Element is selected it is counted as a collapse action. Then when Accordion Parent is selected, it is also seen as a collapse action causing the entire UI Element menu to close. I want to be able to click UI Element and have it drop down, then click Accordion Parent and have it drop down to Accordion Child. Any help with this would be much appreciated.

  • UI Elements <!- br-menu-link ->
  • &lt
  • UI Elements <!- br-menu-link ->
  • I’m using python 3. In your update v14 I fallowed step by step but what about these errors:

    C:\Proyecto\template-brachet-v14>npm install

    > uws@0.14.5 install C:\Proyecto\template-brachet-v14\node_modules\uws > node-gyp rebuild > build_log.txt 2>&1 || exit 0

    > node-sass@4.7.2 install C:\Proyecto\template-brachet-v14\node_modules\node-sass > node scripts/install.js

    Downloading binary from https://github.com/sass/node-sass/releases/download/v4.7.2/win32-x64-67_binding.node Cannot download https://github.com/sass/node-sass/releases/download/v4.7.2/win32-x64-67_binding.node>

    HTTP error 404 Not Found

    Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g.

    export HTTP_PROXY=http://example.com:1234

    or configure npm proxy via

    npm config set proxy http://example.com:8080

    > node-sass@4.7.2 postinstall C:\Proyecto\template-brachet-v14\node_modules\node-sass > node scripts/build.js

    Building: C:\Program Files\nodejs\node.exe C:\Proyecto\template-brachet-v14\node_modules\node-gyp\bin\node-gyp.js rebuild—verbose—libsass_ext=—libsass_cflags=—libsass_ldflags=—libsass_library= gyp info it worked if it ends with ok gyp verb cli [ ‘C:\\Program Files\\nodejs\\node.exe’, gyp verb cli ‘C:\\Proyecto\\template-brachet-v14\\node_modules\\node-gyp\\bin\\node-gyp.js’, gyp verb cli ‘rebuild’, gyp verb cli ‘—verbose’, gyp verb cli ‘—libsass_ext=’, gyp verb cli ‘—libsass_cflags=’, gyp verb cli ‘—libsass_ldflags=’, gyp verb cli ‘—libsass_library=’ ] gyp info using node-gyp@3.6.2 gyp info using node@11.13.0 | win32 | x64 gyp verb command rebuild [] gyp verb command clean [] gyp verb clean removing “build” directory gyp verb command configure [] gyp verb check python checking for Python executable “python2” in the PATH gyp verb `which` failed Error: not found: python2 gyp verb `which` failed at getNotFoundError (C:\Proyecto\template-brachet-v14\node_modules\which\which.js:13:12) gyp verb `which` failed at F (C:\Proyecto\template-brachet-v14\node_modules\which\which.js:68:19) gyp verb `which` failed at E (C:\Proyecto\template-brachet-v14\node_modules\which\which.js:80:29) gyp verb `which` failed at C:\Proyecto\template-brachet-v14\node_modules\which\which.js:89:16 gyp verb `which` failed at C:\Proyecto\template-brachet-v14\node_modules\isexe\index.js:42:5 gyp verb `which` failed at C:\Proyecto\template-brachet-v14\node_modules\isexe\windows.js:36:5 gyp verb `which` failed at FSReqCallback.oncomplete (fs.js:158:21) gyp verb `which` failed python2 { Error: not found: python2 gyp verb `which` failed at getNotFoundError (C:\Proyecto\template-brachet-v14\node_modules\which\which.js:13:12) gyp verb `which` failed at F (C:\Proyecto\template-brachet-v14\node_modules\which\which.js:68:19) gyp verb `which` failed at E (C:\Proyecto\template-brachet-v14\node_modules\which\which.js:80:29) gyp verb `which` failed at C:\Proyecto\template-brachet-v14\node_modules\which\which.js:89:16 gyp verb `which` failed at C:\Proyecto\template-brachet-v14\node_modules\isexe\index.js:42:5 gyp verb `which` failed at C:\Proyecto\template-brachet-v14\node_modules\isexe\windows.js:36:5 gyp verb `which` failed at FSReqCallback.oncomplete (fs.js:158:21) gyp verb `which` failed stack: gyp verb `which` failed ‘Error: not found: python2\n at getNotFoundError (C:\\Proyecto\\template-brachet-v14\\node_modules\\which\\which.js:13:12)\n at F (C:\\Proyecto\\template-brachet-v14\\node_modules\\which\\which.js:68:19)\n at E (C:\\Proyecto\\template-brachet-v14\\node_modules\\which\\which.js:80:29)\n at C:\\Proyecto\\template-brachet-v14\\node_modules\\which\\which.js:89:16\n at C:\\Proyecto\\template-brachet-v14\\node_modules\\isexe\\index.js:42:5\n at C:\\Proyecto\\template-brachet-v14\\node_modules\\isexe\\windows.js:36:5\n at FSReqCallback.oncomplete (fs.js:158:21)’, gyp verb `which` failed code: ‘ENOENT’ } gyp verb check python checking for Python executable “python” in the PATH gyp verb `which` succeeded python C:\Users\jmamani\AppData\Local\Programs\Python\Python36-32\python.EXE gyp verb check python version `C:\Users\jmamani\AppData\Local\Programs\Python\Python36-32\python.EXE -c “import platform; print(platform.python_version());”` returned: “3.6.2\r\n” gyp verb could not find “C:\Users\jmamani\AppData\Local\Programs\Python\Python36-32\python.EXE”. checking python launcher gyp verb could not find “C:\Users\jmamani\AppData\Local\Programs\Python\Python36-32\python.EXE”. guessing location gyp verb ensuring that file exists: C:\Python27\python.exe gyp ERR! configure error gyp ERR! stack Error: Can’t find Python executable “C:\Users\jmamani\AppData\Local\Programs\Python\Python36-32\python.EXE”, you can set the PYTHON env variable. gyp ERR! stack at PythonFinder.failNoPython (C:\Proyecto\template-brachet-v14\node_modules\node-gyp\lib\configure.js:483:19) gyp ERR! stack at PythonFinder.<anonymous> (C:\Proyecto\template-brachet-v14\node_modules\node-gyp\lib\configure.js:508:16) gyp ERR! stack at C:\Proyecto\template-brachet-v14\node_modules\node-gyp\node_modules\graceful-fs\polyfills.js:284:29 gyp ERR! stack at FSReqCallback.oncomplete (fs.js:158:21) gyp ERR! System Windows_NT 10.0.17134 gyp ERR! command “C:\\Program Files\\nodejs\\node.exe” “C:\\Proyecto\\template-brachet-v14\\node_modules\\node-gyp\\bin\\node-gyp.js” “rebuild” “-verbose” “-libsass_ext=” “-libsass_cflags=” “-libsass_ldflags=” “—libsass_library=” gyp ERR! cwd C:\Proyecto\template-brachet-v14\node_modules\node-sass gyp ERR! node -v v11.13.0 gyp ERR! node-gyp -v v3.6.2 gyp ERR! not ok Build failed with error code: 1 npm WARN bracket-plus@1.4.0 No repository field. npm WARN bracket-plus@1.4.0 No license field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {os“} (current: {os“})

    npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@4.7.2 postinstall: `node scripts/build.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-sass@4.7.2 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

    It seems that the node-sass is not accessible that is why it cannot be downloaded. This is not a problem from the template. Make sure that dependencies are all installed. If not accessible, try again later.

    Hello,

    I want to use the wizard form. I have included correct js files and CSS files, but after loaded, the form has broken.

    here is screenshot: https://prnt.sc/ngtfkt

    and here is code: https://prnt.sc/ngtlpr https://prnt.sc/ngtlwf

    When i removed $(document).ready code the ui is good, but the Next button does not work.

    Hi, make sure that the css path is correct by clicking the path when you view the source.

    by
    by
    by
    by
    by
    by

    Tell us what you think!

    We'd like to ask you a few questions to help improve ThemeForest.

    Sure, take me to the survey