Viewing 30 results - 1 through 30 (of 37 total)
  • Author
    Search Results
  • #1442608

    Topic: Glitch on mobile

    in forum Enfold
    northorie
    Participant

    Hi, I guess my custom css produces a glitch on mobile: The underlined font is not displayed properly and the cookie banner appears misplaced (at the far bottom of the page).
    On Desktop everthing looks great. Can you help me please?

    This is my custom css:

    /* Header mobile */
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header {
        position: fixed;
      }
    }
    @media only screen and (max-width: 767px) {
    .responsive #header_main .container {
        height: 50px !important;
    }
    .responsive .logo a {
        vertical-align: top !important;
    }
    .responsive .logo img {
        max-height: 50px !important;
    }
    }
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .main_menu {
        top: -15px;
        height: 45px;
        left: auto;
        right: 0;
        display: block;
        position: absolute;
    }
    }
    @media only screen and (max-width: 500px) { 
    .responsive #top #wrap_all #main {
            padding-top: 50px !important;
        }
    }
    /* Farbe Nachrichtenversand */
    h3.avia-form-success{
     color:#99a502!important;	
    }
    /* Header Button Mobile*/
    @media only screen and (max-width: 767px) {
    .home .avia-fullscreen-slider .caption_bottom .slideshow_caption {
        bottom: 325px;
        left: 300px;
    }
    .home .slideshow_inner_caption .avia-slideshow-button.avia-button {
        background-color: #a37652;
        color: white;
        border-radius: 10px;
    }
    }
    @media only screen and (max-width: 767px) {
      #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button {
        background-color: #a37652;
        color: white;
      border-radius: 10px;
      }
    }
    /* Text mit Foto*/
    .avia_textblock p img {
    	  border-radius: 100%;
    	  box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 4px 4px;
    }
    .avia_textblock img.alignleft {
      margin-right: 40px;
    margin-bottom: 20px;
    }
    @media only screen and (max-width: 767px) { 
    #hello .avia_textblock img {
    	width: 50%;
    }
    }
    /* ScrollDown Pfeil */
    #top .scroll-down-link {
    	color: #a47654;
    }
    /* Blog Leerzeile entfernen */
    .page-id-691 #after_section_2 {
      display: none; 
    }
    /* Blog Postdatum entfernen */
    .page-id-691 .av-masonry .av-masonry-date {
      display: none; 
    }
    /* SocialMedia Icons*/
    #top #wrap_all .av-social-link-instagram:hover a, #top #wrap_all .av-social-link-instagram a:focus {
        color: #fff;
        background-color: #c82161;
    }
    /* Icon Circle schneller*/
    .avia_start_animation .avia-icon-circles-inner {
      transition: all 0s cubic-bezier(0,0,0,0);
    }
    /* Desktop Menu*/
    @media only screen and (max-width: 2500px) {
      #top #header.av_header_transparency .av-main-nav > li.menu-item  {
          display: none!important;
      }
      #top #header.av_header_transparency .av-burger-menu-main {
          cursor: pointer;
          display: block!important;
      }
    }
    /* Header Button Desktop*/
    @media only screen and (max-width: 450px) { 
    .slideshow_inner_caption {
    	top: -40px;
    }
    }
    @media only screen and (min-width: 768px) { 
    #top .caption_bottom .slideshow_caption .slideshow_inner_caption {
        position: relative;
        text-align: center;
    }
    #top .slideshow_inner_caption .avia-slideshow-button.avia-button {
        width: 500px;
        height: 56px;
        font-size: 22px;
    }
    @media only screen and (min-width: 768px) { 
    .slideshow_inner_caption {
    	top: -125px;
    }
    }
    #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button {
        background-color: #a37652;
        color: white;
        border-radius: 10px;
    }
    #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button:hover {
        background-color: #c79a52;
        color: white;
        border-radius: 15px;
    }
    /* CookieBanner*/
    #top .avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn,
    #top .avia-popup .avia-cookie-consent-button.av-extra-cookie-btn {
        background-color: #484f5d;
        color: #ffffff;
        border-color: #484f5d;
       border-radius: 10px;
    }
    #top #wrap_all .header_color #menu-item-1628.av-menu-button-colored > a .avia-menu-text,
    #top #wrap_all .header_color #menu-item-1627.av-menu-button-colored > a .avia-menu-text {
        background-color: #484f5d;
        color: #ffffff;
        border-color: #484f5d;
       border-radius: 10px;
    }
    .html_elegant-blog #top .avia-content-slider .blog-categories {
      display:  none;
    }

    Website-Link on private content.

    Thank you in advance an best regards!

    Thanks, I guess I fixed my css by coping each code one by one back in.
    On Desktop everything looks good again.
    But the button on the mobile slider just won’t change.
    Here is my current full css.

    /* Header mobile */
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header {
        position: fixed;
      }
    }
    @media only screen and (max-width: 767px) {
    .responsive #header_main .container {
        height: 50px !important;
    }
    .responsive .logo a {
        vertical-align: top !important;
    }
    .responsive .logo img {
        max-height: 50px !important;
    }
    }
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .main_menu {
        top: -15px;
        height: 45px;
        left: auto;
        right: 0;
        display: block;
        position: absolute;
    }
    }
    @media only screen and (max-width: 500px) { 
    .responsive #top #wrap_all #main {
            padding-top: 50px !important;
        }
    }
    /* Farbe Nachrichtenversand */
    h3.avia-form-success{
     color:#99a502!important;	
    }
    /* Text mit Foto*/
    .avia_textblock p img {
    	  border-radius: 100%;
    	  box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 4px 4px;
    }
    .avia_textblock img.alignleft {
      margin-right: 40px;
    margin-bottom: 20px;
    }
    @media only screen and (max-width: 767px) { 
    #hello .avia_textblock img {
    	width: 50%;
    }
    }
    /* ScrollDown Pfeil */
    #top .scroll-down-link {
    	color: #a47654;
    }
    /* Blog Leerzeile entfernen */
    .page-id-691 #after_section_2 {
      display: none; 
    }
    /* Blog Postdatum entfernen */
    .page-id-691 .av-masonry .av-masonry-date {
      display: none; 
    }
    /* SocialMedia Icons*/
    #top #wrap_all .av-social-link-instagram:hover a, #top #wrap_all .av-social-link-instagram a:focus {
        color: #fff;
        background-color: #c82161;
    }
    /* Icon Circle schneller*/
    .avia_start_animation .avia-icon-circles-inner {
      transition: all 0.2s cubic-bezier(0.175,0.885,0.320,1.275);
    }
    /* Desktop Menu*/
    @media only screen and (max-width: 2500px) {
      #top #header.av_header_transparency .av-main-nav > li.menu-item  {
          display: none!important;
      }
      #top #header.av_header_transparency .av-burger-menu-main {
          cursor: pointer;
          display: block!important;
      }
    }
    /* Header Button Desktop*/
    @media only screen and (max-width: 450px) { 
    .slideshow_inner_caption {
    	top: -40px;
    }
    }
    @media only screen and (min-width: 768px) { 
    #top .caption_bottom .slideshow_caption .slideshow_inner_caption {
        position: relative;
        text-align: center;
    }
    #top .slideshow_inner_caption .avia-slideshow-button.avia-button {
        width: 500px;
        height: 56px;
        font-size: 22px;
    }
    @media only screen and (min-width: 768px) { 
    .slideshow_inner_caption {
    	top: -125px;
    }
    }
    #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button {
        background-color: #a37652;
        color: white;
        border-radius: 10px;
    }
    #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button:hover {
        background-color: #c79a52;
        color: white;
        border-radius: 15px;
    }
    /* Header Button Mobile*/
    @media only screen and (max-width: 767px) {
    .home .avia-fullscreen-slider .caption_bottom .slideshow_caption {
        bottom: 250px;
    }
    .home .slideshow_inner_caption .avia-slideshow-button.avia-button {
        background-color: #a37652;
        color: white;
        border-radius: 10px;
    }
    }

    I’m just not looking through in my css anymore. I’m afraid to make it worse
    Can you please help me?

    /* Header mobile */
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header {
        position: fixed;
      }
    }
    @media only screen and (max-width: 767px) {
    .responsive #header_main .container {
        height: 50px !important;
    }
    .responsive .logo a {
        vertical-align: top !important;
    }
    .responsive .logo img {
        max-height: 50px !important;
    }
    }
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .main_menu {
        top: -15px;
        height: 45px;
        left: auto;
        right: 0;
        display: block;
        position: absolute;
    }
    }
    @media only screen and (max-width: 500px) { 
    .responsive #top #wrap_all #main {
            padding-top: 50px !important;
        }
    }
    /* Farbe Nachrichtenversand */
    h3.avia-form-success{
     color:#99a502!important;	
    }
    /* Text mit Foto*/
    .avia_textblock p img {
    	  border-radius: 100%;
    	  box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 4px 4px;
    }
    .avia_textblock img.alignleft {
      margin-right: 40px;
    margin-bottom: 20px;
    }
    @media only screen and (max-width: 767px) { 
    #hello .avia_textblock img {
    	width: 50%;
    }
    }
    /* ScrollDown Pfeil */
    #top .scroll-down-link {
    	color: #a47654;
    }
    .html_header_transparency #top #main .caption_bottom .slideshow_caption {
        padding-top: 0;
    }
    }
    @media only screen and (max-width: 767px) { 
    	#top .caption_bottom .slideshow_caption .slideshow_inner_caption {
        position: relative;
        text-align: center;
    }
    #top .slideshow_inner_caption .avia-slideshow-button.avia-button {
    	padding: 10px 6px;
    	font-size: 10px;
    }
    }
    .html_header_transparency #top #main .caption_bottom .slideshow_caption {
        padding-top: 0;
    }
    }
    /* SlideShow Button Desktop*/
    @media only screen and (min-width: 768px) { 
    #top .caption_bottom .slideshow_caption .slideshow_inner_caption {
        position: relative;
        text-align: center;
    }
    #top .slideshow_inner_caption .avia-slideshow-button.avia-button {
        width: 500px;
        height: 56px;
        font-size: 22px;
    }
    @media only screen and (min-width: 768px) { 
    .slideshow_inner_caption {
    	top: -125px;
    }
    }
    /* SlideShow Button Mobil */
    @media only screen and (max-width: 767px) {
    .home .avia-fullscreen-slider .caption_bottom .slideshow_caption {
        bottom: 250px;
    }
    .home .slideshow_inner_caption .avia-slideshow-button.avia-button {
        background-color: #a37652;
        color: white;
        border-radius: 10px;
    }
    }
    /* SocialMedia Icons*/
    #top #wrap_all .av-social-link-instagram:hover a, #top #wrap_all .av-social-link-instagram a:focus {
        color: #fff;
        background-color: #c82161;
    }
    .page-id-691 .av-masonry .av-masonry-date {
      display: none; 
    }
    .avia_start_animation .avia-icon-circles-inner {
      transition: all 0.2s cubic-bezier(0.175,0.885,0.320,1.275);
    }
    @media only screen and (max-width: 2500px) {
      #top #header.av_header_transparency .av-main-nav > li.menu-item  {
          display: none!important;
      }
      #top #header.av_header_transparency .av-burger-menu-main {
          cursor: pointer;
          display: block!important;
      }
    }
    .page-id-691 #after_section_2 {
      display: none; 
    }

    Hi,

    Is it possible that the message i appears in white letters on a white field and is therefore not visible?

    Yes, that is the case.

    I changed the code to following one

    
    #top h3.avia-form-success {
      background-color: transparent;
    }
    

    Please review your website :)

    Best regards,
    Yigit

    Hey Nic_007,

    Please try the following in Quick CSS under Enfold->General Styling:

    h3.avia-form-success {
      color: green;
    }

    Best regards,
    Rikard

    #1360885

    In reply to: spam in contact form

    Hi Josephine,

    Please try the following in Quick CSS under Enfold->General Styling:

    h3.avia-form-success {
        color: #329c6b;
        font-family: 'ttnorms-light',Helvetica,Arial,sans-serif;
        font-weight: 300;
    }

    Best regards,
    Rikard

    #1333609

    Hi,

    Please try this CSS instead:

    #footer h3.avia-form-success.avia-mailchimp-success {
      background-color: #163248;
    }

    Best regards,
    Rikard

    • This reply was modified 3 years, 3 months ago by Rikard.
    #1333337

    Hey havi,

    Please try the following in Quick CSS under Enfold->General Styling:

    h3.avia-form-success.avia-mailchimp-success {
      background-color: #163248;
    }

    Best regards,
    Rikard

    #1308441

    Hi,

    Please try this CSS instead:

    h3.avia-form-success {
      font-size: 30px !important;
    }

    If that doesn’t help, then please post admin WordPress login details in private.

    Best regards,
    Rikard

    #1179952

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    h3.avia-form-success {
        font-size: 14px;
    }
    
    

    Best regards,
    Yigit

    #1157482

    Hey berniedidit,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .main_color h3.avia-form-success {
        font-size: 16px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1148613

    Hi,

    Add this to quick css:

    h3.avia-form-success {
    border-color:#e0aa3e!important;
    }

    Best regards,
    Jordan Shannon

    #1148579

    Hi,

    Add this to quick css:

    h3.avia-form-success {
    font-family:Helvetica!important;
    font-size:14px!important;
    font-weight:normal!important;
    }

    Best regards,
    Jordan Shannon

    #1006995

    Hi Carsten,

    Well, will have to send another test email, now I’m spamming you :)

    Here is the complete code:

    
    #top #wrap_all .all_colors h3.avia-form-success {
        text-transform: none;
        font-size: 18px;
        border: none;
        background: transparent;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1006749

    Hi Carsten,

    Oh, sorry, I missed that part.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .all_colors h3.avia-form-success {
      text-transform: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #745913

    Hey SimoneAmara,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    h3.avia-form-success{
     color:#000!important;	
    }
    

    Best regards,
    Vinay

    #680387

    Hi,

    Use this code instead:

    h3.avia-form-success {
    color: #eeeeee !important;
    }

    font-color is not valid.

    Best regards,
    Josue

    #678685

    Thanks again Rikard!

    Now I tried to change the color of the font myself:

    h3.avia-form-success {
    font-color: #eeeeee !important;
    }

    But that doesn’t work: the font color stays black.
    What do I do wrong?
    Thank you in advance for your reply.
    Kind regards
    Ronald

    #676185

    Hi Ronald,

    Please try the following in Quick CSS under Enfold–>General Styling:

    h3.avia-form-success {
    font-size: 16px !important;
    }

    Thanks,
    Rikard

    #585367

    Hi!

    Please add following code to Quick CSS

    h3.avia-form-success {
        background: transparent!important;
    }

    Cheers!
    Yigit

    Hey kaisneuron!

    1.) Use this code in Quick CSS field:

    h3.avia-form-success {
    color: black !important;
    }
    

    2.) Seems as your server is blocking those emails. Ask your host about it.

    Best regards,
    Andy

    #555124
    WP Turned UP
    Participant

    Hello. Trying to customize this by changing the text color, text transform and background color. Here is what I’ve tried.

    .avia-form-success {
    background: transparent !important;
    text-transform: uppercase !important;
    color: #fff !important;
    }

    h3.avia-form-success {
    background: transparent !important;
    text-transform: uppercase !important;
    color: #fff !important;
    }

    Thank you,
    Ryan

    #543260

    In reply to: search icon

    Hey!

    If you would like to remove the message, please add following code to Quick CSS in Enfold theme options under General Styling tab

    h3.avia-form-success {
        display: none;
    }

    If you would like to make the background transparent, please use the code as following

    h3.avia-form-success {
    background: transparent !important; 
    }

    Best regards,
    Yigit

    #542707

    Hi!

    Use this to get rid of the white box.

    h3.avia-form-success {
        background: transparent !important;
        border: 0px !important;
    }

    Cheers!
    Elliott

    Hi easeupjosh!

    Try adding this to your custom CSS.

    h3.avia-form-success {
        color: black !important;
    }

    Regards,
    Elliott

    Hi hjwill!

    Please add following code to Quick CSS

    h3.avia-form-success {
        background: transparent!important;
        border: none;
    }

    If that too does not help, please create a temporary admin login and post it here privately.

    Best regards,
    Yigit

    hjwill
    Participant

    I have a contact form on a dark background with color scheme set to Light transparent. The form itself looks fine, but when I click Submit the response message is white text on a white background. I have tried changing h3.avia-form-success in Quick CSS with several variations after reading the support posts listed below (and several others that I didn’t bother including), but nothing seems to work. Can you tell me how to change the font color?

    https://kriesi.at/support/topic/changing-the-color-of-the-ajaxresponse-text-in-the-contact-form/
    https://kriesi.at/support/search/?bbp_search=h3.avia-form-success
    https://kriesi.at/support/topic/changing-the-color-of-the-ajaxresponse-text-in-the-contact-form/

    Thanks!
    ~Heidi

    #536153

    Hi!

    Add this to your custom CSS.

    .home h3.avia-form-success {
        color: black !important;
    }

    Regards,
    Elliott

    #533494

    In reply to: Contact Form Issue

    Hey Portfoli0CSG!

    Can you please post a screenshot and show the alignment issue? I could not reproduce it.

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    h3.avia-form-success {
        color: white;
    }

    Best regards,
    Yigit

    Hey kgersony!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    h3.avia-form-success {
      color: white;
    }

    Regards,
    Yigit

Viewing 30 results - 1 through 30 (of 37 total)