Sevar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Как поменять эффект увеличения кругов?I just answered him, sorry.
Forum: Themes and Templates
In reply to: [Customizr] an issue in IE10Forum: Themes and Templates
In reply to: [Customizr] Как поменять эффект увеличения кругов?Для этого php надо знать. Если поверх этих круглых вставить блок с другими фото и всё это оформить в дочерней теме.
Forum: Plugins
In reply to: [Meteor Slides] Responsive full width featured area Child ThemeResolved! I just increased the height to 460px and regenerated thumbnails of the images and that was it!
Forum: Plugins
In reply to: [Meteor Slides] Responsive full width featured area Child ThemeIt seems that I have found what is it. It is all about computed style. It can be seen in the chrome tools, the most top item in the css on the right. But I still can’t override it. I put the div.mslide img{ height:310px !important;} to the child theme css but nothing happened.
Forum: Plugins
In reply to: [Meteor Slides] Responsive full width featured area Child ThemeHi! Now I have the code <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?> in the front-page.php in the child theme and I did many things since, re-uploaded images, regenerated thumbnails etc. but nothing worked. Maybe it’s because my domain name in Russian lang https://чинильщик.рф/ ?.
Forum: Themes and Templates
In reply to: [Responsive] Meteor slider in the child themeOk.
Forum: Themes and Templates
In reply to: [Customizr] search field in the nav menuEnjoy it! Yes it would be good as an option.
Forum: Themes and Templates
In reply to: [Customizr] I just translated the theme to Russian lang but…Send you everything! Have a good day!
Forum: Themes and Templates
In reply to: [Customizr] I just translated the theme to Russian lang but…Thank you! Everything works now. Of course I will give you the translation. As soon as I have fixed the “No”.
Forum: Themes and Templates
In reply to: [Customizr] search field in the nav menuOnly now it is not in the nav menu but a little above. Here but it is not finished yet: https://video-walks.ru.com/
Forum: Themes and Templates
In reply to: [Customizr] search field in the nav menuSolved by adding following code and styles:
This in the header.php after <div class="navbar-wrapper clearfix row-fluid"> : <form method="get" id="searchform" action="<?php bloginfo('home'); ?>/"> <div><input type="text" size="18" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Найти" class="btn" /> </div> </form> <p class="forhelp"></p> This is CSS: #searchform{ width: 200px; float:right; margin-top: 20px; margin-right: 70px; margin-left: 430px; margin-bottom: -10px; } #searchsubmit{ position: absolute; margin-left: 4px; } .forhelp{ width: 1300px; float: left;}