tomaja
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] How to Increase Size of Logo?link to your site ?
Forum: Themes and Templates
In reply to: [Customizr] Sticky Header on Android deviceActually, it works. I just tested the code with Android mobile phone and with viewport resizer in normal desktop browser, header is fixed only for 768px wide screens and larger.
It must be something else in your custom code that make that part of the site hidden. Can you share a link to your site ?Forum: Themes and Templates
In reply to: [Customizr] How to localize comments titleIn fact I just saw that this could be an error in translated string, in
msgstr "Jeden komentarz do “%2$s”"and thats the reason why you dont see it translated on your site. If you want I can send you corrected file.Forum: Themes and Templates
In reply to: [Customizr] How to localize comments titleHi Piotr,
editing any of the default theme files is not advised. Those strings should already be translated in the theme *.mo files for your language, like#: ../parts/class-content-comments.php:63 #, php-format msgid "One thought on “%2$s”" msgstr "Jeden komentarz do „%2$s”"If not, you could translate them in default.po file for your language and then convert it to *.mo file with poEdit or even with online convertor. Then you should place your mo file into the ../customizr/lang folder.
I guess wordpress is set to show your language in wp-config.php with WPLANG, e.g.define ('WPLANG', 'pl_PL');Forum: Themes and Templates
In reply to: [Customizr] bbPress Forums page won't workAbout next release, when it will be and what it brings.
Forum: Themes and Templates
In reply to: [Customizr] Move the button box on slider to the rightOps, sorry I just saw your reply. It should be
.carousel-caption a.btn { float: right; }Forum: Themes and Templates
In reply to: [Customizr] With submenu, main navigation button doesn't workI hope that this feature will be added in the new version of Customizr, but until then you can use this snippet.
Forum: Themes and Templates
In reply to: [Customizr] How can I just make my Images square.round-div { display: none; }should do the trick. Hope it helps.
Forum: Themes and Templates
In reply to: [Customizr] Sticky Header on Android deviceYou need to wrap your “sticky” css code in @media query, e.g.
@media all and (min-width:768px) { /* <your css goes here> */ }Also see this snippet for clarification
Forum: Themes and Templates
In reply to: [Customizr] How to Increase Size of Logo?You can do that by disabling “Force logo dimensions…” in the customizr options for Logo&Favicon (at yoursite.com/wp-admin/customize.php)
Forum: Themes and Templates
In reply to: [Customizr] Changes Aren't SavingLooks like a caching problem . Maybe this will help you
Check this snippet for solutions. I hope it will help you
Forum: Themes and Templates
In reply to: [Customizr] Featured Pages button linkYou can use redirection plugin, check this thread
Forum: Themes and Templates
In reply to: [Customizr] Change default image (notebook looking thing)@acub you are probably right, I was mislead with “default logo”
Forum: Themes and Templates
In reply to: [Customizr] Remove Page Links off of Front PageDont worry to much, its perfectly normal problem. Enjoy using Customizr & WordPress lol