Home › Forums › Joomla Templates › Cashemir – Responsive One Page Joomla Template › Editor don't
This topic contains 24 replies, has 2 voices, and was last updated by CTHthemes 1 year ago.
-
AuthorPosts
-
January 10, 2018 at 10:16 pm #18291
Hi there i tried to make a single side and an imprint.
But i my jce or tiny don t work. Must things are ok but i can t change the font size, and font color.
And i can t say the text should be flush right.I tried to disable the template font because i thought that the css says what h2 and co is but that didn t work too.
Greets Andree
January 10, 2018 at 10:17 pm #18292Do you need data to login ?
January 11, 2018 at 11:36 am #18307Ok, send me the page link ( with the problem ) and administrator account to check.
Thanks.
January 11, 2018 at 1:08 pm #18314This reply has been marked as private.January 11, 2018 at 2:02 pm #18316This reply has been marked as private.January 12, 2018 at 10:03 pm #18339As you can see in this screenshot ( http://prntscr.com/hzi2z3 ) your text used editor style ( text-align: center; )
If you want them right align please change them with the right value.January 12, 2018 at 10:10 pm #18344hi yes now it is using center….
but when i change left or right in jce or tiny it doesn t work…..
I can t change the color there too nothing opens to choose the color….
Please try that with the editor.Font size
Font color
allign rightWhen i do it in the editor window looks ok, but on page than awfull.
Thx
Andree
January 12, 2018 at 10:41 pm #18355Ok, what’s this info: http://prntscr.com/hziofc
January 12, 2018 at 10:57 pm #18358should be gone now sorry
January 12, 2018 at 11:23 pm #18359here it should like this and when i copied the code it is overwrittten by h1 codes and co from the template….
and it is centered and andAttachments:
You must be logged in to view attached files.January 12, 2018 at 11:27 pm #18361oh this was the wrong one this was for the other side i sent you before… but look is the same….
here is the right one….
Attachments:
You must be logged in to view attached files.January 15, 2018 at 5:51 pm #18391Ok, try this
1 – add the code bellow to Custom Code tab on template style manager: http://prntscr.com/i0ndpe
<style> .text-right { text-align: right; } .text-left { text-align: left; } .text-center { text-align: center; } </style>
2 – then add text-right class to Extra Class field on tab settings window to make it right align.
January 15, 2018 at 5:57 pm #18394ok this a way but it changes all things than in the whole homepage.
But the problem is that the jce editor don t work right, i cant use font color, font size and co.
Some things in the editor works some not.
Is there a fix ?If it is one text or two it would be not the problem for me to use html tags and change it in the editor code.
But if i have a blog or single sides it would be hard if things like color size are not working.Thx
Andree
January 31, 2018 at 9:51 pm #18658Hi I can t use my editor …..
I send a request 15. january. My JCE or any Editor doesnt change font color and font size.
I need this to finish the page.And now i have a problem too….
If i want to make a headder pic in a single side and make a new Intro Slider it doesnt save.
I just want a pic 1920 px 435px and not as in the Home 1900 * 1200px.
Just a small where i can make a headder pic with name of the site.Please look at my site. The pic I wanted is in the folder Headder / Footer.
When i copied and paste the section it works but i can t make a new one.
I need a small headderpic on a few single pages.Thx and greets
Andree
February 2, 2018 at 3:28 pm #18681Hey people i really need the help with the editor and the headder….
I’m waiting 15 days for an answer and i have to finish my project on monday.Thx
February 5, 2018 at 1:06 am #18695The editor doesn t work as usual in this theme….
It is awfull to create a single site with k2… i tried to make text around a pic as usual… it changes fonts and and… so people what now ?
I installed K2 German language on page it works on admin sometimes yes sometimes no…. i put so much time in this…-
This reply was modified 1 year ago by
Chilli-Key.
February 5, 2018 at 3:45 pm #18707Hi, please try using TinyMCE editor instead of JCE. I am unable to edit the global configuration options to check if it work.
February 5, 2018 at 3:53 pm #18710Hi there it is the same problem….
But now i fixed the things by using html code.
but for my customers it isn t a good way if the editor don’t work.
Can you tell me where to change the breadcrumb pic and if i can use a smaller size than 920 high ?
I tried to find a headder position and and made a new site and edit pic nothing works because this section has a definited space.February 5, 2018 at 5:31 pm #18723You have to use custom code for the page or in template manager screen
.simple-page-head { background-image: url(images/bg/2.jpg); } .simple-page-head .content { paddding: 460px 0; }
February 5, 2018 at 6:31 pm #18724i tried this in the page….
padding is unknown property there ….Attachments:
You must be logged in to view attached files.February 6, 2018 at 9:51 am #18739Oh sorry, this is the correct one
.simple-page-head { background-image: url(images/bg/2.jpg); } .simple-page-head .content { padding: 460px 0; }
February 6, 2018 at 8:53 pm #18749thx i will try it now can you say me where i can change the background pic -> blog and is it possible to change there the high too for the headder ?
February 7, 2018 at 5:00 pm #18766Use the same code with itemid-116 pre selector for blog page only: http://prntscr.com/ibap72
.itemid-116 .simple-page-head { background-image: url(images/bg/2.jpg); } .itemid-116 .simple-page-head .content { padding: 160px 0; }
February 7, 2018 at 5:04 pm #18768thx a lot it works with the code before and module….
can i change everywhere the backgroundpic from breadcrumbs in the theme or do i have to do this in ftp and where there ? there are many with this dimensions.. ?February 7, 2018 at 5:57 pm #18776You can add the code to Custom Code tab field on the Template Manager screen.
-
This reply was modified 1 year ago by
-
AuthorPosts
You must be logged in to reply to this topic.