Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1860986
Radio buttons with Contact Form 7 and Chrome
Closed

Comments

  • asteriamedia started the conversation

    Hi,

    in Chrome I cannot see the radio buttons from contact form7.

    I tried this, but it only works in Opera:

    .wpcf7 input[type="checkbox"]{
    -webkit-appearance: checkbox;
    -O-appearance: checkbox;
    -moz-appearance: checkbox;
    }
     
    .wpcf7 input[type="radio"]{
    -webkit-appearance: radio;
    -chrome-appearance: radio;
    -ie-appearance: radio;
    -edge-appearance: radio;
    -O-appearance: radio;
    -moz-appearance: radio;
    }

    What can I do?

    Thanks you :-)

  •  2,699
    PenciDesign replied

    Hi,

    I still can see it on your page:

    http://prntscr.com/m9b0o1


    Best Regards,

    PenciDesign

  • asteriamedia replied

    Is this Chrome?

  •  2,699
    PenciDesign replied

    Yeah, It's Chrome.


    Best Regards,

    PenciDesign

  • asteriamedia replied

    I cannot see it in Chrome... I am confused... see attachment please (Chromo incognito mode)
    Best regards!

  •  2,699
    PenciDesign replied

    Hi,

    Strange, I still can see it on my end: http://prntscr.com/m9cp5j

    Ok, please try add more this code to Customize > Custom CSS to fixed it:

    input {
        -webkit-appearance: inherit;
        -moz-appearance: inherit;
        appearance: inherit;
    }
    

    After that, clearly all the cache and check it again.


    Best Regards,

    PenciDesign

  • asteriamedia replied

    It works - thank you! :-)

    Great theme - great support!

  • Mario replied

    Hi again,

    I have a few questions (Theme Redux Child):

    A) I tried to fix the header "sticky", but both codes dont' work in the child's customer's "additional css":

    header {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0px !important;
    }
    .drop-down #menu {
    position: fixed !important;
    }

    neither

    header {
    position: -webkit-sticky !important;
    left: 0 !important;
    right: 0 !important;
    top: 0px !important;
    }
    .drop-down #menu {
    position: fixed !important;
    }

    B) If I click on the main site of www.eronite.com
     on "Mehr Beiträge" (=show more posts) I can see more posts but I cannot click them, the links disappeared (screenshot_1)

    C) The search I can only see I click first the menu button. How is it possible to show this search button next to the menu button? (see screenshot_2)

    Thanks in advance for your great support!

    Yours,
    Mario 

  •  2,699
    PenciDesign replied

    Hi,

    Seem you're put questions on wrong forum. Please check it again - it's forum for Soledad theme - not Redux.


    Best Regards,

    PenciDesign

  • Mario replied

    Of course you're right, my fault, sorry!