* bemethavinci please,how do i create my own stylesheet design using xtgem template.css and the global stylesheet.css for my blog...please help i dont know where to start...i really need your help.
2017-02-07 22:58 · (0)
* Graham * bemethavinci
You can add any css you like in xtgem_templates.css
the preset templates use a variables system that allows you to 'tweak' the template from the 'Tweak colors for current template' option
setting this up is quite complex but do-able
when using xtgem_templates.css you can set different css for mobile or web using the xt_touch class
ie:
.class_name {...} for mobile devices
.xt_touch .class_name {...} for web devices

If you want certain classes to appear in the building tools 'class' selector
add those classes (or at least a dummy repeat of the class) to global_stylesheet.css
ie if you have a class .box {...} in xtgem_templates.css add .box {} in global_stylesheet.css and the class name will appear in the list
Note: the 'class' selector is fussy about a space between the class name and the {}
global_stylesheet.css is loaded after xtgem_templates.css
if you want to set your own blog css (standard non twig) then the preset templates are a good starting point
2017-02-08 02:20 (edited 2017-02-08 02:25 by Graham ) · (0)
* bemethavinci * Graham waw...thank you so much sir graham...am hiqhly pleased with this help...im understandinq it now...
2017-02-08 02:36 · (0)
* bemethavinci * Graham waw...thank you so much sir graham...am hiqhly pleased with this help...im understandinq it now...
2017-02-08 02:37 · (0)
* bemethavinci * bemethavinci what if i want to change the structure of the blog posts body and the inner page of the blog body where the post and the social share buttons apears...how do i design them.
2017-02-08 02:42 · (0)
* Graham * bemethavinci if you want to change the actual structure that is in the standard twig file under {% block entry_post %}
all the html is embedded in the script I suggest you start with simple changes and keep multiple backups in case of errors (and you will have errors)
It is not easy and redesigning it in my templates gave me a headache and took ages
The actual post body is in
<div class="xt_blog_content xt_text normal">{{ data.post.content|raw }}</div>
The 'social' buttons are in <div class="xt_blog_social"> and <div class="xt_social_shares">
with different versions for 'web' or 'mobile'
2017-02-08 03:21 (edited 2017-02-08 03:51 by Graham ) · (0)
* bemethavinci * Graham thank you so much sir graham...im now satisfied...GOD bless you...
2017-02-08 04:03 · (0)

Online: Guests: 1