tomaja
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Change default image (notebook looking thing)@saveongolf, @chappie it is possible, please check this thread for solution
@chappie for better and filtered search results use this snippet
Forum: Themes and Templates
In reply to: [Customizr] Blog posts on seperate page?That means you need to create another page (to be set as static page) with the content you wish to show on the front page. If you dont want to show anything more on the front page except maybe featured box and slider choose “dont show any posts or page” in front page display option. Your new blog page should be showing posts, but now separated from the front page. See this front page documentation too
Forum: Themes and Templates
In reply to: [Customizr] Remove Page Links off of Front PageFront page setting can be found at Customize option in WP admin area, e.g. yourdomain.com/wp-admin/customize.php
Basically, your setting for front page is set to “your latest posts”. You can remove those posts by setting front page display to some static page or even nothing. Also, I recommend to you this great documentation page.Forum: Themes and Templates
In reply to: [Customizr] Featured Pages as Outside LinksYou can use the redirection plugin, by creating empty page (as one of the featured pages) which will be redirected whatever URL you want.
I hope this may help you.Forum: Themes and Templates
In reply to: [Customizr] SliderYou can read customizr slider documentation, its quite good and easy to follow
Forum: Themes and Templates
In reply to: [Customizr] Main nav menu not linkingThank you @nikeo for such a great theme !
It would be an honor for me, thanks again.Forum: Themes and Templates
In reply to: [Customizr] Customizr button and change size one thingI really dont understand your first problem, can you explain some more. For second you can use the redirection plugin, by creating empty page which will be then redirected to whatever custom URL you want.
Forum: Themes and Templates
In reply to: [Customizr] Main nav menu not linkingSee this snippet
Forum: Themes and Templates
In reply to: [Customizr] Disappearing SidebarDid you try to remove some of the widgets ? Maybe some of the plugins you use dont work with wp 3.7.1
Forum: Themes and Templates
In reply to: [Customizr] Slider HeightYes, it is, check this snippet
Forum: Themes and Templates
In reply to: [Customizr] Featured pages : Remove the title and "read more"For title
.marketing h2 { display: none; }For “read more” button
.btn.btn-primary.fp-button { display: none; }Forum: Themes and Templates
In reply to: [Customizr] Customizr – custom menu (link hover effects)I think you need to add modernizr javascript library to make the effects to work, css alone is not enough. You can download source files (with that js library) here
Forum: Themes and Templates
In reply to: [Customizr] Move the button box on slider to the rightYou can try with
.carousel-caption .btn { float: right; }Forum: Themes and Templates
In reply to: [Customizr] moving menu to centerCheck this snippet for answer
Forum: Themes and Templates
In reply to: [Customizr] Blog posts on seperate page?What I did to achieve this was to create an empty page with name “blog”. Then select in options (yoursite.com/wp-admin/options-reading.php or yoursite.com/wp-admin/customize.php look at Front Page tab) that static content is shown on the front page and your new blog page to act as post page.
Only thing you have to do after that is to add link to the same page in your main menu.