tomaja
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Langue bug with Featured Page TextThat is why I told you to copy the file and make the change in child theme, so any update of Customizr will not affect any of the child theme files.
Forum: Themes and Templates
In reply to: [Customizr] Langue bug with Featured Page Text@startwebsiting – Cyrillic text consume more character space then latin one, that is why you have less then 200. You could enlarge limited number of characters to 250 or 280, or so… you need to copy class-content-featured_pages.php file from Customizr theme to your child theme root folder and make the change (about lines 135-136).
Forum: Themes and Templates
In reply to: [Customizr] How do I create a floating text box?Hi @tradedog
did you check Twitter Bootstap components that Customizr theme supports. Maybe these boxes will make those tips of yours show up quite nicely.
CheersForum: Themes and Templates
In reply to: [Customizr] Changing font in site titleHi @visionarywriter
you can change your logo font with.brand.span3 { font-family: Garamond; /* you can change this to Verdana, Avant Garde,...*/ }
you can change your tagline font with
.navbar-wrapper .navbar h2 { font-family: Garamond; }
Of course, you can add
color: red;
and all other font releated rules to existing ones above, depending what you want to change.
BTW, if you want to place custom Google font instead of standard fonts check this snippet.Forum: Themes and Templates
In reply to: [Customizr] The social media icons do not appearHi @lozzny it seems that everythig works well now, did you managed to solve the problem with social links ?
Forum: Themes and Templates
In reply to: [Customizr] Reposition Social Media Icons in HeaderHi cs0rpiongirl
you can use this function (you need to paste it to functions.php of your child theme) to place social icon block from header to the upper right position
add_action ( 'wp_head' , 'move_my_social_icons'); function move_my_social_icons() { remove_action ( '__navbar', array( TC_header_main::$instance , 'tc_social_in_header'), 10 ); add_action ( '__before_header', array( TC_header_main::$instance , 'tc_social_in_header'), 0 ); }
and also you need to add this to your custom css
.social-block.span3 { float: right; }
Forum: Themes and Templates
In reply to: [Customizr] How to add buttons to the the headerHi @kamillesaabre
check this thread for solution.Hi @philippec2n, I cant reproduce this at my test site. Did you make changes in the header ?
Forum: Themes and Templates
In reply to: [Customizr] Change location of call to action button@rdellconsulting – once more almost at the same time ??
Forum: Themes and Templates
In reply to: [Customizr] Change location of call to action buttonHi waypoint,
you can move button with this e.g..carousel-caption a.btn { position:relative; bottom: 120px; /* change to fit your needs */ left: 80%; /* the same, but stay with % */ }
Forum: Themes and Templates
In reply to: [Customizr] change content footer without child theme@apestaartje I agree that if you have only few css changes than custom css is good enough, but still, if you have little more time to spare – read this nice article about child themes. You never know, maybe you will make one after all.
BTW, you can make this thread [resolved] if you like. Thanks.Forum: Themes and Templates
In reply to: [Customizr] Remove rectangle from call to action button@waypoint, I think that your my-style.css is in confilct with default Customizr css. You should make your css changes thru custom css or child theme style.css file
You need to remove.carousel-caption { background-color: rgba(0, 0, 0, 0.7); }
from my-style and try adding
.carousel-caption { background-color:none!important; }
to your custom css field
Forum: Themes and Templates
In reply to: [Customizr] cuztomizr – custom header imageHi @quickbuck you need to create Customizr child theme. After that you will adjust and place the above code to child`s theme functions.php file. Here is how you can create child theme, its quite easy.
Forum: Themes and Templates
In reply to: [Customizr] Slider Links No Longer Working?Did you maybe made same changes before ?
Forum: Themes and Templates
In reply to: [Customizr] Slider Links No Longer Working?As far as I know default Customizr slider dont work that way, check default demo