Customize Xtypo...
- Posted by thomaszgz (6) Offline
I have duplicated a theme and customize the css. All of that its ok.
But I haven´t able to find the file where take the themes names.
some help please?
Best Regards.
Thomas C.
11 years 1 week ago #1
by thomaszgz
But I haven´t able to find the file where take the themes names.
some help please?
Best Regards.
Thomas C.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi Thomas, from the administrator page go to :
Plugin manager -> Content Xtypo then you will see option to choose the theme : goo.gl/bvBhRI
Before that don't forget to put your new theme under folder : [root]/plugins/content/xtypo/themes
11 years 1 week ago #2
by TemplatePlazza
Plugin manager -> Content Xtypo then you will see option to choose the theme : goo.gl/bvBhRI
Before that don't forget to put your new theme under folder : [root]/plugins/content/xtypo/themes
Please Log in or Create an account to join the conversation.
- Posted by thomaszgz (6) Offline
Are you sure that there is nothing more to do ?
I already can select my theme in content plugin but doesn´t appear the classes to style.css of my theme..
I haven´t modify the already existing quotes. I created ones like .xtype_xxxx, so I thinking if it will necessary to modify xtypo.php too.
If this is true is there any special character that can vary (I pretend to copy and modify and doesn´t seem complicated. I usually override modules and components.
Any advice ?
Best regards and thanks.
11 years 6 days ago #3
by thomaszgz
I already can select my theme in content plugin but doesn´t appear the classes to style.css of my theme..
I haven´t modify the already existing quotes. I created ones like .xtype_xxxx, so I thinking if it will necessary to modify xtypo.php too.
If this is true is there any special character that can vary (I pretend to copy and modify and doesn´t seem complicated. I usually override modules and components.
Any advice ?
Best regards and thanks.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi Thomas,
Are you trying to add new theme or new tag?
if you want to add a new tag then indeed you need to add your code after line 96 in xtypo.php. It can be something like this :
11 years 6 days ago #4
by TemplatePlazza
Are you trying to add new theme or new tag?
if you want to add a new tag then indeed you need to add your code after line 96 in xtypo.php. It can be something like this :
"xtypo_your_tag_name" => array("<div class=\"xtypo_your_tag_name\">***code***</div>","#{xtypo_your_tag_name}(.*?){/xtypo_your_tag_name}#s") ,
Please Log in or Create an account to join the conversation.
- Posted by thomaszgz (6) Offline
I am sorry but I don´t thiink I am understand you (sorry).
I think what I am trying to do iis create a theme futbval inside themes folder.
I want to create a a blockquote with quotes in the start and end to apply to a selected text.
My code it seems the same (except the name of the tag, called citas like you show me.
I am gonna to attach the files, maybe this help.
THanks again for your quick answer and support.
11 years 6 days ago #5
by thomaszgz
I think what I am trying to do iis create a theme futbval inside themes folder.
I want to create a a blockquote with quotes in the start and end to apply to a selected text.
My code it seems the same (except the name of the tag, called citas like you show me.
I am gonna to attach the files, maybe this help.
THanks again for your quick answer and support.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi Thomas, I have replied your question at www.templateplazza.com/support/forum/extra-button-types
Please try
11 years 6 days ago #6
by TemplatePlazza
Please try
Please Log in or Create an account to join the conversation.