This topic is locked

Phprunner template responsive

10/29/2020 11:25:18 AM
PHPRunner General questions
K
Khampol author

Hello,

How I do to use template responsive with phprunner project please?
https://xlinesoft.com/articles/css/best_sites_to_find_bootstrap_themes.htm

Admin 10/29/2020

Unfortunately, you cannot use a random Bootstrap layout in PHPRunner. Here is what you can do though:

https://asprunner.com/forums/topic/26144-modifyingcreating-a-new-bootstrap-theme/
Also check this:

https://www.facebook.com/groups/121465711664/permalink/10158732424046665/

T
tetter 11/20/2020



Unfortunately, you cannot use a random Bootstrap layout in PHPRunner. Here is what you can do though:

https://asprunner.com/forums/topic/26144-modifyingcreating-a-new-bootstrap-theme/
Also check this:

https://www.facebook.com/groups/121465711664/permalink/10158732424046665/


I did already make multiple bootstrap themes for ASPR.NET ... by using the above tools and many changes I have to do in the tweaks.less file. Then I have to build the application in order to find out how this looks now and whether the "tweak" worked.
Is there a possibility to generate the multiple css-Files wihtout doing a re-build of the whole ASPRunner.NET application?
Thanks for feedback ... or other useful tips.
Rgs Thomas

Admin 11/20/2020

If you want to see how it looks you need to build the whole project. Maybe create a small test project specifically for this purpose.

T
tetter 11/20/2020



If you want to see how it looks you need to build the whole project. Maybe create a small test project specifically for this purpose.


Or what I do, I manipulate the output css file ... and then take the changes to the bootswatch.less / variables.less / tewaks.less files ...
Would be so nice, if one could just build the theme/css :-) However, I see that you have a lot of custom-css in the pages ... an therefore it might not be that easy.