CustomizrLuvr
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] copyrightPaste this in themefunctions.php:
add_filter('tc_credits_display', 'my_custom_credits', 20); function my_custom_credits(){ $credits = ''; $newline_credits = ''; return ' <div class="span6 credits"> <p style="pointer-events:none"><font color="663399"> · ? '.esc_attr( date( 'Y' ) ).' ENTER COMPANY NAME HERE · All Rights Reserved ·</font></p></div>'; }
Forum: Themes and Templates
In reply to: [Customizr] Adding 1 line of text under a post titleSite link?
Forum: Themes and Templates
In reply to: [Customizr] Modify 'Sample Page'Step 1
Create 3 individual pages.
Step 2
In Customize! “Frontpage” settings, set to each respective Sample page.
Forum: Themes and Templates
In reply to: [Customizr] Move Three Line Button and Menu to Left SideTry this CSS:
.navbar .btn-navbar { position:relative;float:left; }
Forum: Themes and Templates
In reply to: [Customizr] Replace homepage slider with videoYes.
However, I would recommend using a slider plugin. In my experience, it is quite difficult to setup.
It would be great if this were a feature in future versions. I would love to upload a video and let Customizr automatically compress and format it to work seamlessly in a slider. It would add so much to theme, which is dang good already – don’t get me wrong hahaha. I use it for most of my sites.
Forum: Themes and Templates
In reply to: [Customizr] change to boldSave this code snippet into Custom CSS:
.navbar .nav > li > a, .navbar .nav > li > a:first-letter, .navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-ancestor > a { display: inline; font-weight:bold!important; }
Forum: Themes and Templates
In reply to: [Customizr] Adding Search to main menu or headerSee this snippet
(Edit: nvm, you already have it in your post)
Forum: Themes and Templates
In reply to: [Customizr] How to centre the menuCSS:
/* CENTER MENU */ .navbar-wrapper .navbar.resp ul.nav.tc-hover-menu { display: block; float: none; width: 100%; margin: 0 10%; /* Adjust +/- % if needed */
PHP:
add_filter( 'tc_navbar_wrapper_class', 'rdc_navbar_wrapper_class' ); function rdc_navbar_wrapper_class() { return array('navbar-wrapper', 'clearfix', 'span12'); }
Forum: Themes and Templates
In reply to: [Customizr] Social IconsSomething like this happened on one of my previous sites.
Forum: Themes and Templates
In reply to: [Customizr] Social icons colourWelcome
Forum: Themes and Templates
In reply to: [Customizr] Social icons colourForum: Themes and Templates
In reply to: [Customizr] Transparent Block Behind Slider TextPaste the following code into Custom CSS:
.carousel-caption { background:transparent!important; }
Forum: Themes and Templates
In reply to: [Customizr] Social IconsWorking here on both Chrome and IE. We see all your social media icons perfectly.
Forum: Themes and Templates
In reply to: [Customizr] Images are blurry on mobile after updateTry enabling “Enable support for high resolution devices” in customize Image settings.
Forum: Themes and Templates
In reply to: [Customizr] Move shopping cart icon to the main menuYou could simply disable your tagline.