I am using Version 6.5.16 (Build 1082) of community edition sugarcrm, I will need to change the current theme without purchasing it, may i know the steps of changing the theme ?
You can create your custom theme using theme framework of SugarCrm.
Please check the developer guide
http://support.sugarcrm.com/02_Documentation/04_Sugar_Developer/Sugar_Developer_Guide_6.5/02_Application_Framework/Themes
Related
Basically I've installed the Moove 3.11.05 theme and everything seems to work except the breadcrumbs. I've done the research and didn't find any solution. Has someone else encountered this problem and how can it be fixed?
Moove for Moodle 4.0 is already available. You can donwnload it from its page: https://moodle.org/plugins/theme_moove/versions
There are significant changes to the user interface in Moodle 4.0 - many of which will require changes to any custom / third-party theme.
If you want to use any such themes with Moodle 4.0, then the best advice would be to hold off upgrading until the maintainer of that theme has released a Moodle 4.0 version.
In the meantime, you may find some useful information at: https://docs.moodle.org/dev/Moodle_4.0_developer_update
Is it possible to install themes created for Visual Studio Code to IntelliJ products such WebStorm or PhpStorm? If yes, how?
There is no way to directly import VSCode color schemes into JetBrains IDEs.
But you can look for similar WebStorm/Phpstorm themes on the web. For example, you can try the theme with the UUID 57b63a1c849f3a1800dc1a1f from https://github.com/sdvoynikov/color-themes or https://github.com/lenny1882/vscode-dark-plus-webstorm; I'd also suggest looking at Material Theme UI plugin - it's a UI theme + a set of editor color schemes
I have Qlik Sense Desktop installed and trying to create a custom theme based on 'highvis' theme that's built in. my question is that what is the directory should I put my theme in? please note that i am using desktop version which does not have XXX/Qlik/Sense/Client/themes as in server version.
also since we can access through localhost:4848/resource/theme/highvis/... i guess that those resource files are published to some directory, does anyone know the directory?
Thanks!
The local theme folder is:
C:\Program Files\Qlik\Sense\Client\themes\SOMENEWTHEMENAMEFOLDER
then add the new theme name to the URL like you do with High Vis theme as described on this useful blog post:
http://webofwork.com/qlik-sense-high-vis-mode/
This is not a supported way of doing themes.
Thanks,
Adam
Pretty old post, but in case you need it for Qlik Sense 3 here is a good community post:
https://community.qlik.com/docs/DOC-13517
On Sense Server themes are found here
C:\Program Files\Qlik\Sense\Client\themes
On Sense Dekstop (>= 3.0) themes are found here
C:\Users\\AppData\Local\Programs\Qlik\Sense\Client\themes
Hope it helps, cheers!
Azucena
I am working in a project to create a Moodle 2.7 from scratch. I have done few theme customizations for Moodle 2.6 but I can't find any reference for Moodle 2.7. Any suggestions are welcome.
There is no difference between creating a theme for moodle 2.6 and moodle 2.7.
In moodle 2.7, the way of creating theme is same as it was earlier.
You may already knew this, For Creating moodle theme
Before moodle 2.7 there is a standard theme in moodle is called 'standard', and in latest moodle 2.7, the standard 'theme' is called 'clean' which is based on bootstrap.
There is a difference between creating a moodle's simple and bootstrap theme, because:-
In simple theme you can get the layout file like "frontpage.php", "general.php" etc and
In bootstrap theme you can get the layout file like "columns1.php", "columns2.php", "columns3.php" etc.
But version makes no difference, you can choose a way to make a theme for moodle 2.7 as you have chosen for moodle 2.6.
I would like to enhance the social office theme for liferay : so-theme.
I tried to create a new theme with the liferay IDE but the default theme is still used.
Has anyone modified the social office theme?
Thanks a lot for yours answers
Ok, I found the answer on the liferay forum, answer from Liferay staff:
Unfortunately, changing so-theme is the only way to do it. We locked down the ability to deploy a theme because the majority of (most likely all) of the portal themes would be incompatible with the way we do a few things in SO.
Suggestion in the same forum post by Liferay Staff:
My suggestion for now would be to add another "include" line in the main.css at the very end and keep your changes there. I think this will make maintainability easier for you until we find a permanent solution for theming Social Office.
So it's not possible to create a new liferay theme based on so-theme. The only way is to directly modify the deploy theme.