How to apply theme to report builder tablix? - reportbuilder3.0

I created a report in report builder, how do I apply theme to my table?

I find it best to use the wizard and select a theme when using that. Applying a theme after is difficult as it has to be done manually.

Related

Is there a strapi plugin for admin UI customization?

I need to change some stuff about the styles such as the primary color and the project logo. All solutions known to me are just through writing a code or adding an image in project directory. Is there a Strapi plugin that can do these features ?
To my knowledge, there is not.
You don't need to, what you will need is to customize the backend as explained on the following document:
https://strapi.io/documentation/developer-docs/latest/development/admin-customization.html
From that point, you can "override admin files and functions" and do all the customization you need.

CS-CART Themeing

I have been looking into using CS-CART as a shopping cart and started looking through the themes and it appears to me the only way to build a theme is to extend a default theme and use the theme editor and visual designer to construct themes. Is this the only way or is there a way to code custom themes without being limited to designing in the administration section?
The theme editor is intended to be used as a customization tool for the site administrator, not for the theme developer.
A theme may provide configuration for the theme editor - what colors can be changed, etc.
For the deep customization of how the site looks you can create you own theme with your own CSS code.
Check out this guide on how to create your custom theme - http://docs.cs-cart.com/4.3.x/designer_guide/theme_tutorial/index.html
Also there is an official Bootstrap 3 theme for CS-Cart which can be easily customized - https://github.com/cscart/cscart-boilerplate#the-cs-cart-boilerplate-theme
You are not limited, you have all the tools that you need to develop as you desire, the responsive theme is the base because this theme was tested enough so far and have good feedback and for somebody to start from scratch will take to much time and until you finish CS-Cart will do a big change and you will need to do another work ;)
Please check https://www.ambientlounge.ie and let me know if you find any limitations here :D
It's very easy modift cs-cart theme, cs-cart theme base on bootstrap and and smarty engine, firt you need looking for "index.tpl", "common/script.tpl", "common/style.tpl", "view/block_manager/render/grid.tpl || container.tpl || block.tpl || location.tpl. and you will understand cs-cart theme structure
You need to know smarty engine syntax here http://www.smarty.net/documentation
and cs-cart developer doc here http://docs.cs-cart.com/4.3.x/#designer-guide

Custom Theme for NWBC creating issue in Fiori

I've created a custom theme for NWBC (just with a different background image) and it turns out that this is connected to Fiori too. The theme was created just like the tutorial on this link: How to create and assign custom theme to NWBC
When I try to run Fiori, I get the following error:
GET http://<machine_name>/sap/public/bc/themes/~client-200/~cac…p1hMouOcijKd4xZRPUAZhLJ3E/UI5/sap/m/themes/zsap_goldreflection/library.css 404 (Not found)
The name of my new custom theme is zsap_goldreflection and, as it appears, the file library.css (and also library-parameters.json) is not being found.
Any idea why?
Thank you.
Regards, Eva
Custom themes support various clients and frameworks (depending on which SAP theme they are based on).
Your custom theme seems to be based on SAP Gold Reflection: (zsap_goldreflection/library.css).
However, custom themes based on SAP Gold Reflection are not supported by SAPUI5 mobile libraries, which is why there is no css file and the request fails.
One possible solution would be to try to use SAP Blue Crystal as a basis for your custom theme since it supports SAP Fiori (if this is your main use case).
For an overview, please see the following link: SAP Standard Themes.

magento sub theme possible?

i'm creating a magento shop.
I've downloaded a new Template.
The template has an own "package" folder and has its phtml files in the "default" folder inside the package.
Now i begun to add a theme folder in this package to customize the downloaded template.
Everything is working fine.
But now i want to create sub-designs for this customized version, to make some shop-categories look different (I can change the theme for single categories in the backend).
is it possible?
what can you recommend?
I think Aoe_DesignFallback extension will help you http://www.fabrizio-branca.de/custom-design-fallbacks-in-magento.html
You can create as many theme variations as you want inside your custom package
package/default
package/theme1
package/theme2
...
package/themeN
Inside these themes you can customize as many files as you want. For example, you can edit only one specific template for on specific theme. Because of Magento fall-back mechanism all the rest files will be used from 'default' theme of your package and then from 'default' theme of 'base' package
Read this guide:
http://info.magento.com/rs/magentocommerce/images/MagentoDesignGuide.pdf
You need to make different designs for different categories, and at the backend,
Catalog > Manage Categories > for each categories > Custom Design Tab
You can select the design you want for that particular category.
You can also add something in Custom Layout Update as per your need.
You can even give time range that design will be shown and automatically display the default design after that time.
The only fallback mechanism for themes in Magento is between the supplied 'base' theme and your selected theme. That is, Magento will look for files in your selected theme, and, if any specific file is not found, will fallback to the supplied 'base' theme.
So, you can probably merge your desired theme with the 'base' theme, and replace the 'base' theme with this newly-created theme. Then, you can create one single sub-theme that can fallback on the new 'base' theme. I will not recommend you doing this, as this will make upgrading to new versions of Magento very difficult.
If you really want to make this work, I will recommend having a workflow outside of Magento to handle your files in the themes and sub-themes. Perhaps some sort of scripts that take files from the main theme and merge them into the sub-themes before copying all the themes and sub-themes folders into Magento.

VS2010 SDK - Adding Display Items to the Fonts and Colors options dialog

I'm trying to add custom Display Items to the Fonts and Colors dialog. I can successfully save and retrieve colors using the IVsFontAndColorStorage service but the items do not appear in the list of Display Items. I have tried following this blog post about adding a custom category. My category appeared but only with the default display items. My real goal is to add my custom colors to the "Text Editor" category. ReSharper does a similar thing.
Have anyone had experience with this? Is there a nice tutorial out there?
I eventually went a different route. This thread has the details on how to accomplish it: http://social.msdn.microsoft.com/Forums/en-US/vseditor/thread/ed463657-6a36-4e33-b313-b2923cc81a74
I'm writing an Editor Extension and wondered the same thing. It as easy as decorating the attributes you want to appear with UserVisible(true). See this thread for more information.
http://social.msdn.microsoft.com/Forums/en-US/vsx/thread/cef23a9e-db87-4683-a4be-d18561e8bded

Resources