Re: [TYPO3-english] Custom CSS

2018-08-13 Thread Wieslaw Golsz
You have right, thank you very much.I removed from Constant, now, in Setup is only: page.includeCSS.styleCSS = fileadmin/intense/css/style.css It's "almost" okay, http://remax-prestige.pl/typo3/ only the width is set incorrectly, it should be on the whole:

Re: [TYPO3-english] Labels missing at custom fields in TCA

2018-08-13 Thread Mikel
Hi Jeppe, have you flushed the caches? The caches are very strict regarding the TCA and translations. If so, have a referenced your translation file and identifier in the TCA correct? E.g.: 'title' => [ 'label' =>

Re: [TYPO3-english] Custom CSS

2018-08-13 Thread Luis E. Suarez
Wieslaw Golsz wrote: You have right, thank you very much.I removed from Constant, now, in Setup is only: page.includeCSS.styleCSS = fileadmin/intense/css/style.css It's "almost" okay, http://remax-prestige.pl/typo3/ only the width is set incorrectly, it should be on the whole:

[TYPO3-english] Custom CSS

2018-08-13 Thread Wiesław Golsz
Hello, I made a copy of the original "Introduction" template. The original one was hidden. I removed from the test template "includeCSSLibs" and "includeCSS" -  was cleared. I have includ the line to "Constant". page.includeCSS = fileadmin/intense/css/style.css But TYPO3 does not load

Re: [TYPO3-english] Custom CSS

2018-08-13 Thread jeppe
Hi Wieslaw Try page.includeCSS.myCss = fileadmin/intense/css/style.css I think it need a "name" Then you can include another css file with page.includeCSS.anotherCss = fileadmin/intense/css/style.css Regards Jeppe Donslund Wiesław Golsz skrev den 13.08.2018 14:28: Hello, I made a copy

Re: [TYPO3-english] Custom CSS

2018-08-13 Thread Wieslaw Golsz
Thank you very much for your answer. I tried:page.includeCSS.styleCSS = fileadmin/intense/css/style.cssbut not positive results...W.Od: jeppe@donslund.netDo: "TYPO3 English" typo3-english@lists.typo3.org; Wysłane: 14:36 Poniedziałek 2018-08-13Temat: Re: [TYPO3-english] Custom CSS Hi Wieslaw

Re: [TYPO3-english] Custom CSS

2018-08-13 Thread Luis E. Suarez
Wiesław Golsz wrote: Hello, I made a copy of the original "Introduction" template. The original one was hidden. I removed from the test template "includeCSSLibs" and "includeCSS" - was cleared. I have includ the line to "Constant". page.includeCSS = fileadmin/intense/css/style.css But TYPO3

Re: [TYPO3-english] Custom CSS

2018-08-13 Thread Wieslaw Golsz
Thank you, it's better, but not everything, there is no division (in this case 50/50). It is:http://remax-prestige.pl/typo3/Should be:http://remax-prestige.pl/htb/novi/projects/template/test2.htmlOd: "Luis E. Suarez" nos...@please.comDo: typo3-english@lists.typo3.org; Wysłane: 14:50

[TYPO3-english] Labels missing at custom fields in TCA

2018-08-13 Thread jeppe
Hi I have added some some extra fields to fe_users with my own extension. I the fe_user TCA he fields are shown, but there is no labels at the fields. I have tried with both Description and id="tx_befmembers_domain_model_befmembers.tx_befmembers_description"> Description

Re: [TYPO3-english] Custom CSS

2018-08-13 Thread Wieslaw Golsz
In Constant page.includeCSS.styleCSS = fileadmin/intense/css/style.css In Setup page.includeCSS.styleCSS = { file1 = fileadmin/intense/css/style.css } page.includeCSSLibs page.includeCSS.styleCSS Result:http://remax-prestige.pl/typo3/Where is the mistake?W.Od: "Wieslaw Golsz"

Re: [TYPO3-english] Custom CSS

2018-08-13 Thread Luis E. Suarez
Wieslaw Golsz wrote: Thank you, it's better, but not everything, there is no division (in this case 50/50). It is:http://remax-prestige.pl/typo3/Should be:http://remax-prestige.pl/htb/novi/projects/template/test2.htmlOd: "Luis E. Suarez" nos...@please.comDo: typo3-english@lists.typo3.org;