I can't upload my custom theme. I want to upload a theme from the themeforest How to upload my custom theme?
Can anyone please tell me how to install the themeforest theme on react js and use it full demo
I'd like to install a jobboard theme form themeforest. Please I'm facing the problem installing
Related
Whenever I tried to install material UI in react js and I cant able to install reactjs globally in my machine I got this error how to remove all vulnerabilities in my project
Please tell me the solution to it.
I am currently building a component based app using angular fullstack, and am having trouble installing an admin template like blur-admin (https://akveo.github.io/blur-admin/) inside my project.
How to install an admin theme easily inside my angular fullstack app??
Has anyone done this, or is it always done running the admin side separately and routing it on a subdomain?
Thank you :)
I recently bought an Angular admin dashboard theme
(http://flatfull.com/themes/angular/angular/#/app/dashboard-v1) and I'm interested in using it in an existing angular app. This seemed straightforward till I realized that the angular theme is an independently operable app with its own bower,package,grunt files. I guess one way to integrate the theme is to copy the html/cs/jss files into the existing app manually, but is there a better way to do so? Like installing it via bower or something?
I used Sencha Cmd to generate workspace, app, package, custom theme, and edited my custom theme package.json to extend ext-theme-gray.
But when I refresh the app and build the package, my app does not reflect the gray theme.
I should mention that the ExtJS 4.2 docs on themes mentions the standard theme folders should be in my workspace packages folder by now, but they were not, though I followed the instructions to generate workspace/package exactly.
So I copied the ext-theme-gray folder to my packages folder and then did app refresh and package build.
But my UI still does not reflect the gray theme.
Am I missing something?
I needed to specify the custom theme here:
extApps/usx/.sencha/app/sencha.cfg
You have to specify your new/custom theme on your project's config file found on .sencha/app/sencha.cfg.
app.theme=my-custom-theme
#app.theme=ext-theme-classic
Then execute sencha app refresh from your project's root directory.
I am using a drupal community theme, slightly customized as per requirement. I am facing problems when I am porting the theme with a distribution.
On installation that distribution does not load the custom theme, but downloads the theme from drupal community.
Please help.
Don't use Drush for that because Drush will fetch the files (modules, themes etc) from the online repositories.
Just follow the normal installation method. Download the installation profile, override the theme folder with your customized theme folder and then run the install.php through browser.