having different bootstrap versions in a laravel project - laravel

I'm currently working on a Laravel project.
I have a different theme for the admin panel and website theme.
both themes use bootstrap but in different versions.
the theme of admin panel has bootstrap version 4.1.0
the theme of website has bootstrap version 4.3.1
and also the bootstrap version in package.json of laravel is 4.0.0
in some cases, bootstrap classes do not work properly in the admin panel.
I have included each bootstrap library in related views with the correct path.
can anyone know how can I fix this problem?
Is there anything wrong?
Thanks in advance,

Related

drupal8 module webform location geocomplete with bootstrap theme

I have an issue with module webform location geocomplete when i use theme bootstrap is not working fine . but when i use core theme like theme seven is working fine .
issue here with bootstrap theme (map not appear)
https://i.stack.imgur.com/R5tUv.png
Here no issue with theme seven
https://i.stack.imgur.com/TTCDr.png
i found solution .
install module webform bootstrap .

How to integrate metronic theme with DNN9?

We have a DNN9 platform for our Business2Business website. It has basic look of reports however we wanted to show some advance look to reports and charts so that we are planning to integrate metronic theme in DNN9. I tried multiple ways to do it but failed. kindly help regarding this for the same.
Not sure what you have tried but we succeeded in displaying reports module data using Mandeeps Porto css and boostrap classes.
We achieved this using the xsl stylesheet option in reports module settings.
If the theme resources are part of your portal skin on the page that the reports module resides then xsl elements will display fine. If not part of the portal theme, you can either declare the resource in page setting header or in the xsl stylesheet itself.
Hope this helps

How to install new downloaded backend theme in odoo 9

I have downloaded a theme from odoo backend theme market named artarad_theme_v9. I tried to install the theme and failed to install.
Now when I googled, I got the response to update apps module after changing to developer mode. I did that too.
Where should I keep the downloaded folder? Will the theme also be shown in the app list itself?
You need to keep your theme folder inside the addons folder. Then you update the App list, search for your theme in the apps list, install it.

Add new project as an Article in joomla 1.5

I have a joomla project now currently running on.I need to add a separate php project to my joomla project as an article.here what i tried on article;
<?php
// You can place PHP like this
include "newprojectfolder/index.php?m=projects&uname=admin&pass=passwd";
?>
When I run stand alone new project on that joomla folder it works fine.
http://server/Joomlaproject/newprojectfolder/index.php?m=projects&uname=admin&pass=passwd
but when it using as a joomla article, it not shows anything...
how can i go through this?
thanks
Use Sourcerer to place any code anywhere. This module is very useful and solve TinyMCE editor problems!
view this:
Sourcerer
Joomla uses the TinyMCE editor which doesn't support writing pure PHP. Therefore you will need to download an extension that allows you to do so. Personally, if it's just PHP you want to use in an article, then I would recommend using PHP Direct

Facebook like button not showing after installing new theme?

I added a like button extension,it is perfectly fine as it was showing in the default theme but it is not showing anymore after installing a new theme.
can anyone tell me the reason please..?
I am using magento 1.6.
You should probably move the template files of your plugin to the directory of the new extension.
Move them from /app/design/frontend/default/default/template/ to /app/design/frontend/newtheme/default/template/ ...

Resources