bikeur62
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] White line on the right (mobile)I have finally foud, that comes from my codex explaining the company: the 6 squares at the bottom of the homepage. However I don’t understand the problem because in my CSS childstyle the width is in %age. 100% for the parent div and 80% with 10% padding left and right for the child div.
Can anyone help me please ?
Forum: Themes and Templates
In reply to: [Customizr] How do I center the nag bar under the logo?So if we don’t want to change all our customisations, we should not update the theme right ?
Forum: Themes and Templates
In reply to: [Customizr] White line on the right (mobile)Sure. With mobile devices, on the right side of the screen, the content is pushed to the left, there is a white margin which would not have to be there.
I don’t find where does it come from.
Does it help you ?
Cheers,
Forum: Themes and Templates
In reply to: [Customizr] How do I center the nag bar under the logo?Forum: Themes and Templates
In reply to: [Customizr] White line on the right (mobile)Sorry for this up ??
Forum: Themes and Templates
In reply to: [Customizr] Modify header information ERRORThank you very much ! That was just that indeed.
Forum: Themes and Templates
In reply to: [Customizr] Modify header information ERRORin my function.php childstyle.
But now I have removed this code which is the problem waiting your answer:<?php /*Add Apple icon*/ add_action('wp_head','Apple_icon',1,20); function Apple_icon() { ?> <link rel="apple-touch-icon" href="https://beauty-chanel-esthetic.fr/wp-content/uploads/2014/10/apple-touch-icon.jpg"/> <?php } ?>
Forum: Themes and Templates
In reply to: [Customizr] Add Facebook Like Box below postFacebook gives you an HTML code, you just have to copy it in your content. No CSS or PHP, just HTML in your WordPress CMS. This solution is ok only if you a few pages, because you have to do it manually (for each facebook like, a new html code).
Forum: Themes and Templates
In reply to: [Customizr] White line on the right (mobile)For sure, sorry for that
https://beauty-chanel-esthetic.fr/Forum: Themes and Templates
In reply to: [Customizr] search form in the navbarSolved
Forum: Themes and Templates
In reply to: [Customizr] search form in the navbarHi,
Thank you for your help but that doesn’t work because you move only the picture before search form. Thus the picture is not clickable anymore.
I have finally found the solution. You just have to had
.my-nav-menu-search .search-field:active, .my-nav-menu-search .search-field:focus { margin: 0 0 0 100px; }
to the CSS that the snippet gives: https://www.themesandco.com/snippet/adding-an-html5-search-form-in-your-wordpress-menu/
So finally very easy because you just have to play with the margin of the search form but I learn by myself so that was not so obvious for me …
I hope that will help someone help.
Bye
Forum: Themes and Templates
In reply to: [Customizr] slider low to chargeI’ve finally found the issue. That’s because in my childstyle I used a class that you have already created (.left and .right)
Forum: Themes and Templates
In reply to: [Customizr] Increase the size of featured pagesNevermind, is it possible to increase the size ?
ThanksForum: Themes and Templates
In reply to: [Customizr] Increase the size of featured pagesNo, I mean: the white square, the circle and the pic.
Thanks for your.
Forum: Themes and Templates
In reply to: [Customizr] Remove the white margin of the footerResolved with:
footer#footer { position: absolute; width: 100%; }