Forum Replies Created

Viewing 30 posts - 121 through 150 (of 150 total)
  • Author
    Posts
  • in reply to: setting menu display #1123126

    Hey Everybody,

    I wrote correctly my code know.

    @media only screen and (min-width: 768px) {
    .page-id-2 div#header_main {margin-top: 40px;}
    .page-id-2 div#header_main_alternate {margin-top: 2px;}
    .page-id-2 .av_header_transparency #header_main, #top .av_header_transparency .avia-menu.av_menu_icon_beside {background-color: rgba(255, 255, 255, 0.25)!important}
    }
    @media only screen and (min-width: 1366px) {
    .page-id-2 div#header_main {margin-top: 20px;}
    .page-id-2 div#header_main_alternate {margin-top: 2px;}
    .page-id-2 .av_header_transparency #header_main, #top .av_header_transparency .avia-menu.av_menu_icon_beside {background-color: rgba(255, 255, 255, 0.25)!important}
    }

    Could someone help to move the banner at the bottom of my slider ? I tried a lot of issue but It doesn’t work…

    Thanks for helping,

    Best Regards,
    Iceman

    • This reply was modified 5 years, 3 months ago by ICEMAN.
    in reply to: WATERMARK #1122684

    Hey Mike,

    I will try It,

    Thanks for helping !

    Best Regards,
    Iceman

    • This reply was modified 5 years, 3 months ago by ICEMAN.
    in reply to: setting menu display #1122683

    Hi Victoria,

    Could you give me an exemple with the code I put above ? I think I make this mistake in my entire css file…

    Thanks for helping…

    Regards

    in reply to: setting menu display #1122149

    Hello everybody,

    I tried but It doesn’t work. I would like my menu , logo and headband stay in the bottom of my slider.
    How can I do that ?

    this is my code

    @media only screen and (min-width: 768px) {
    .page-id-2 div#header_main {margin-top: 40px}
    .page-id-2 div#header_main_alternate {margin-top: 2px}
    .page-id-2 .av_header_transparency #header_main, #top .av_header_transparency .avia-menu.av_menu_icon_beside {background-color: rgba(255, 255, 255, 0.25)!important}
    }
    @media only screen and (min-width: 1366px) {
    .page-id-2 div#header_main {margin-top: 20px}
    .page-id-2 div#header_main_alternate {margin-top: 2px}
    .page-id-2 .av_header_transparency #header_main, #top .av_header_transparency .avia-menu.av_menu_icon_beside {background-color: rgba(255, 255, 255, 0.25)!important}
    }

    If I change 40px or 2px by 400px, nothing is happening. if I change margin-top by margin bottom, nothing happeneing too…

    With px definition, elements are static but they stay in the same place whatever the value (define 20px or 160px
    do not change anything)

    Thanks in advance

    Iceman

    • This reply was modified 5 years, 3 months ago by ICEMAN.
    in reply to: setting menu display #1121258

    Hi Victoria,
    I will try and come back to you.
    Regards,
    Iceman

    in reply to: setting menu display #1120319

    This way, I will be able to set the menu in the container.

    Currently, the menu is set as a percentage of the page and this is unreliable

    in reply to: setting menu display #1120316

    the first image is ok and the second is bad.

    I would always like to have the right version whatever the pc.

    Could I put slider and menu in a container ?

    in reply to: setting menu display #1120216

    Hi Jordan, how can I send you screenshot pictures ?

    in reply to: 2 different H1 style #1115763

    I tried your example and H1 still appear like H1 by default

    in reply to: 2 different H1 style #1115489

    Hello Rikard, I tried your solution but It doesn’t work…
    Regards

    in reply to: 2 different H1 style #1114912

    Thanks Rikard !!

    Best Regards,
    Iceman

    • This reply was modified 5 years, 4 months ago by ICEMAN.

    Hi Jordan,
    The block on the bottom left is already centered horizontally but not vertically compared right text bloc..
    It’s my problem…
    I misspoke, what I wish is that my two columns (1/2 left and 1/2 right) which are next to each other, have the same dimensions and so, to center the block of text inside. Or, if it’s possible, to align 2 columns with different dimension vertically.

    Sorry for my bad english, I hope you understand what I mean…

    Regards

    in reply to: google font doesn\'t work in my theme #1111022

    Hi Rikard,
    Thanks for your kindness, you can close this topic and thank you to all participants !!
    Regards

    in reply to: google font doesn\'t work in my theme #1110507

    I just found the solution.

    I add this code in my child theme header.php like Jordan suggest me before and It works now.

    <meta charset="<?php bloginfo( 'charset' ); ?>">
    	<meta name="viewport" content="width=device-width, initial-scale=1">
    	<link rel="profile" href="http://gmpg.org/xfn/11">
    
    	<link href="https://fonts.googleapis.com/css?family=Amatic+SC&display=swap" rel="stylesheet">
    
    	<?php wp_head(); ?>

    So thank you Jordan and thanks to everyone for your help and your advice !

    Regards

    in reply to: google font doesn\'t work in my theme #1110493

    Ok, I understand. Thanks to all ! (Victoria, Rikard, Jordan and Guenni007)
    Guenni007, the code below doesn’t work

    add_action('wp_head', function() {
    ?>
      <link href='https://fonts.googleapis.com/css?family=Amatic+SC&display=swap' rel='stylesheet' type='text/css'>
    <?php
    });
    • This reply was modified 5 years, 5 months ago by ICEMAN.
    in reply to: google font doesn\'t work in my theme #1110376

    Hello Guys,

    when i create a function.php in my child theme, my site does not work anymore. I am a novice. Does my function.php file of my child theme need to have any other syntax?

    • This reply was modified 5 years, 5 months ago by ICEMAN.
    in reply to: google font doesn\'t work in my theme #1110092

    If possible, I’d prefer not to modify header.php (parent file)
    Do you have another idea ?

    Regards

    in reply to: google font doesn\'t work in my theme #1110087

    I have just tryed to add import in quick css but It doesn’t work…

    in reply to: google font doesn\'t work in my theme #1110084

    Hi Jordan,
    Thanks for your answer. No, I add the import in my style.css. I already have other imports in this file and It works well…

    in reply to: Column size #1103386

    Ok , thank you Jordan,
    Best Regards

    in reply to: Column size #1101696

    Thanks you Nikko, It’s perfect.
    Is it possible to edit these lines in a file of my child theme instead of quick css ? I’d like to have all my changes in my child theme.
    Regards

    in reply to: Column size #1101563

    How do I do to apply your solution for an entire page ? and for the entire website (if necessary) ?

    Is it possible to apply your solution from style.css or other file of my child theme ?

    • This reply was modified 5 years, 6 months ago by ICEMAN.
    in reply to: Column size #1101559

    Thank you Nikko, It works but just for the first part of my page…

    The second part is with exactly the same column settings

    • This reply was modified 5 years, 6 months ago by ICEMAN.
    in reply to: body background #1101441

    Thanks Rikard

    in reply to: scrolling text transparency #1096883

    and the text “fade me in and out” here https://ihatetomatoes.net/demos/parallax-scroll-effect/

    in reply to: scrolling text transparency #1096882

    like the fourth in https://codepen.io/whatthephuc/pen/LjPBZa but just for the text and not the background

    • This reply was modified 5 years, 6 months ago by ICEMAN.
    in reply to: transparent footer for home page #1095459

    Ok, but where do I edit my custom.css ?

    Regards

    in reply to: transparent footer for home page #1094166

    It works when I put it in quick css but not in my style.css

    in reply to: transparent footer for home page #1093400

    Sorry Rikard, I would say “file”…

    in reply to: transparent footer for home page #1092671

    Thanks Rikard, I’d prefer to create a field in my child theme instead of quick css. How do I name It ?

Viewing 30 posts - 121 through 150 (of 150 total)