xTypo button is not working properly on my website.
- Posted by TemplatePlazza (5310) Offline
You are using the download style, please use the button to convert url into clickable button as I mentioned earlier.
9 years 8 months ago #25
by TemplatePlazza
The topic has been marked as resolved.
- Posted by lovedigit (22) Offline
The topic has been marked as resolved.
- Posted by TemplatePlazza (5310) Offline
Hmm It because the link/url block is not highlighted/selected properly. Please have alook on this video to see the workaround : www.dropbox.com/s/2by9g41yjh012dj/properse.mp4?dl=0
9 years 8 months ago #27
by TemplatePlazza
The topic has been marked as resolved.
- Posted by lovedigit (22) Offline
It is working now, thank you man. 
One last thing, I have changed the theme to "bootstrap," everything looks perfect except the list style. how to change the list style to default on bootstrap theme? Also, can i choose bootstrap theme css for jce editor, right now the preview shows the default styles in jce.
9 years 8 months ago #28
by lovedigit

One last thing, I have changed the theme to "bootstrap," everything looks perfect except the list style. how to change the list style to default on bootstrap theme? Also, can i choose bootstrap theme css for jce editor, right now the preview shows the default styles in jce.
The topic has been marked as resolved.
- Posted by TemplatePlazza (5310) Offline
No problem at all, glad could help
The code for it is started around line 340 :
/*@group List */
.xtypo_list ul,
.xtypo_list_left ul ...
until the line 400
.xtypo_list_right {
float: right;
width: 50%;
margin-left: 20px;
}
/*@end */
Yes you can do that by copying the content of plugins/content/xtypo/themes/bootstrap/style.css to your editor.css. Don't forget to hard refresh your browser after you have copied it, to see the changes. Also please note that editor.css has a couple of lines in the beginning of the file those are note xtypo related (it's used for html editor), please do not overwrite those lines
9 years 8 months ago #29
by TemplatePlazza

You can do that by copying the css code for the list style from the file plugins/content/xtypo/themes/default/style.css to plugins/content/xtypo/themes/bootstrap/style.css.One last thing, I have changed the theme to "bootstrap," everything looks perfect except the list style. how to change the list style to default on bootstrap theme?
The code for it is started around line 340 :
/*@group List */
.xtypo_list ul,
.xtypo_list_left ul ...
until the line 400
.xtypo_list_right {
float: right;
width: 50%;
margin-left: 20px;
}
/*@end */
Also, can i choose bootstrap theme css for jce editor, right now the preview shows the default styles in jce.
Yes you can do that by copying the content of plugins/content/xtypo/themes/bootstrap/style.css to your editor.css. Don't forget to hard refresh your browser after you have copied it, to see the changes. Also please note that editor.css has a couple of lines in the beginning of the file those are note xtypo related (it's used for html editor), please do not overwrite those lines
The topic has been marked as resolved.
- Posted by lovedigit (22) Offline
Hello,
That is great. I found it really easy to come up with my own custom styles. The CSS codes are well formatted and easy to modify.
I would like to know if I can make my own custom theme and add it to the options in the plugin backend? I want it to be persistent over the future updates of this plugin.
I was able to create a custom styles on bootstrap style.css file. I replaced buttons from Lytocolora, list from default, code from darko and alert box from stitched. everything is perfect except I couldn't get the icons on the buttons and code to work. Please see the screenshot.
9 years 8 months ago #30
by lovedigit
That is great. I found it really easy to come up with my own custom styles. The CSS codes are well formatted and easy to modify.
I would like to know if I can make my own custom theme and add it to the options in the plugin backend? I want it to be persistent over the future updates of this plugin.
I was able to create a custom styles on bootstrap style.css file. I replaced buttons from Lytocolora, list from default, code from darko and alert box from stitched. everything is perfect except I couldn't get the icons on the buttons and code to work. Please see the screenshot.
The topic has been marked as resolved.