Oxygen89
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] raw html in sidebarThis should be simple. Just, Follow the steps :-
1. Create a new sidebar, name is as ‘Sample sidebar’. Add a text widget inside it.
2. Go to your respective page and under layout options : select layout as right sidebar and under sidebars option select your sample sidebar from the dropdown (this will replace right sidebar with sample sidebar) for your respective page only.
That will do your job. I implemented this in my site on this page.
Cheers
Forum: Themes and Templates
In reply to: [Customizr] Not showing new version of customizrThanks.
Forum: Themes and Templates
In reply to: [Customizr] Not showing new version of customizrThanks, nikeo. When it would be live on wordpress? Plus, is there any reason for not being live (is it in test mode)?
Thanks
Forum: Themes and Templates
In reply to: [Customizr] Maintenance activity pageThanks,will try.
Forum: Themes and Templates
In reply to: [Customizr] logo slider plugin on customizr themeI would recommend to use polylang customizr for multi-language. Could you also provide a link to your site.
Cheers
Forum: Themes and Templates
In reply to: [Customizr] Centralise the main navigation – help!Forum: Themes and Templates
In reply to: [Customizr] Dropdown menu issueThis should fix it.
.dropdown-menu { margin-top: 0; }
Cheers
Forum: Themes and Templates
In reply to: [Customizr] logo slider plugin on customizr themeTo add the slider to the home page, you need to add this to your child theme functions.php (I hope you’re using child theme, if not, then it is recommended to use that)
// To display partners in slider add_action ('__before_main_container' , 'display_shortcode_after_slider', 0); function display_shortcode_after_slider() { if ( ! tc__f('__is_home') ) return; echo do_shortcode('[logo-carousel id=sample-carousel]'); }
Just note that id given here is sample-carousel, you need to create your own slug and add in id = ‘Your slug’.
Cheers
Forum: Themes and Templates
In reply to: [Customizr] logo slider plugin on customizr themeYeah, it is conflicting with the main slider of customizr. I recommend you to use Logo-carousel plugin, which works fine for me.
Hope it helps.
Cheers
Forum: Themes and Templates
In reply to: [Customizr] Featured text one not showingI hope you added featured text one same as other featured text pages. If so, then you could try few things :
1. Try clearing your cache
2. Clearing/empty your cache plugin cache (W3 total cache or whatever you’re using)
This will resolve your issue.
Cheers
Forum: Themes and Templates
In reply to: [Customizr] removing feature pages from home pageDid you mean the images or you don’t need to display featured pages at all?
Forum: Themes and Templates
In reply to: [Customizr] Downloading Child Theme: Checkout cart emptyDownload from here. At the last, click on free download customizr child theme and then you can download the same from the extension link.
Cheers
Forum: Themes and Templates
In reply to: [Customizr] Latest wordpress updateHi Electricfeet: I just run Export function under tools which is just a xml file. Does export behaves the same way as “BackUpWordPress”?
I mean, if i install wordpress and install customizr theme in wordpress, and import the xml file, does it restore my site completely? All the child theme files and every page, everything?
Thanks
Forum: Themes and Templates
In reply to: [Customizr] Featured Pages showing up after being disabledClearing the cache (browser cache + Cache plugin) might work for you. Give it a try.