Installing Bootstrap theme make menu Disappear - yii

I have problem when I finished Installing the bootstrap theme in my Web.
Before I installing the theme, the menu is still there.
But after I installing the theme, menus that I make is Disappeared.
menus that appeared just the default menus, like home, about, contact, login.
For Information, I Installed the bootstrap theme from this link
http://www.yiiframework.com/extension/bootstrap/
I download the newest from the link.
Did anyone ever have experienced like me?
or Anyone Can help me?
Thanks.

Try this:
Go to -->
/Applications/XAMPP/xamppfiles/htdocs/classgenerator/themes/bootstrap/views/layouts/main.php
Add new item to items array of: bootstrap.widgets.TbNavbar

Related

Heroicons not appearing in chrome for TailwindUI, but appears broken in Firefox

I bought and installed TailwindUI. I copied and pasted one of the Navigation components just to see how it looks in the app and the hamburger menu and the notification bell (both part of Heroicons) aren't appearing.
When I click on the part where the menu should dropdown it works. But all that's present is a little square that sort of looks like a checkbox.
Here is what it looks like in Firefox (mobile debugger):
Testing on Safari and it looks like Chrome.
In node_modules I can see heroicons are present:
The app uses Elixir/Phoenix, Vue, Webpack, and Tailwindcss.
Anyone know what the issue is or how I'd go about debugging it?
If you are not using SVG syntax, you have to install and import #heroicons/react package into your project using npm/yarn
npm install #heroicons/react
TailwindUI supports Vue 3, which does not appear to include #vue/compat. #vue/compat is a compatibility build for when one wants to migrate from Vue 2 to Vue 3. the compat build (aka, migration build) is supposed to be Vue 3 compatible but I guess it's still not enough for TailwindUI.

How to fix VS Code extension cash issue?

I installed some extensions in VS Code, but after that my all code looks none-style.
How to fix this issue? Which extension should I install for this? Color mode is not working. All code looks white.
This is uncolored code.
This is original code.
It was solved. Click the settings icon(bottom left) in VSCode and tap Color Theme or press Ctrl+K,T. And then choose the right theme according to your env.
Default theme of VSCode is Dark+ (default dark).
This solved problem.

FontFamily "Material Design Icons" is not a system font and has not been loaded through Font.loadAsync

* I am just a student and I am new to expo, react-native and mobile developpement *
So here's what happens
I am building a react-native app using Expo and react-native-paper for my Icon and everything was going fine with my application until I woke up yesterday and Expo started telling me the same error.
I have not load any Font in my app so I really dont understand where this error came from.
What is very interesting is that when I control Save one files of the project on VScode while running, I can see my app like this without the Icon, and when I switch to a different page, the App is replace by the same screen error.
My friend is working on the exact same code and he does not see the error so I am lost ...
App.js look like this
I use my Icon like this
The problem is clearly the icon because my login page work just fine, so I know the problem have somethings with https://materialdesignicons.com/, what should I do ? delete all my icon and recreate them with react-native-elements?
Honestly I just don't get it and I have been stuck on this for several hours and I don't want to lose any more time so here I am asking for help
Thanks guys,
Have a blessed day and stay safe you all
So there is a bug right now using Expo with using custom fonts. Check your node_modules/expo/node_modules folder and delete expo-font if it is there. That has been working for me.
Make sure to delete the expo-font inside the node_modules/expo/node_modules NOT the one in node_modules.
I know you said you are not using custom fonts but maybe it is an issue regardless.
Note: if you run expo install or npm install it will come back so you'll have to delete again.

How can I change crashlytics ID which is set on Eclipse

I started to work with a computer which on its eclipse crashlytics is setup by someone else's email.
How can I change it. I uninstalled and installed crashlytics plugin but it is still on the other account.
I need to change the ID and continue working with my own ID.
Hemal from Crashlytics here, love to help out with this! When the plugin is in focus, just hit Ctrl+L to logout :)

Changing the icon of a console application vb.net

How to change the icon of a console application of vb.net? I changed the icon on project properties->Application->icon. But the old default icon remains..Any idea on how to do that please?
When i copied the exe to a new folder, the correct icon displayed. It could be a caching problem with explorer.exe then.
You probably just need to recompile. Clean the whole solution, then rebuild.