Skip to content
Public Ticket #6517

Radio buttons with Contact Form 7 and Chrome

Conversation thread

Mario replied

Customer Reply

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

PenciDesign replied

Staff Reply

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

Customer Reply

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 

asteriamedia replied

Customer Reply

It works - thank you! :-)

Great theme - great support!

PenciDesign replied

Staff Reply

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

Customer Reply

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

PenciDesign replied

Staff Reply

Yeah, It's Chrome.

Best Regards,

PenciDesign

asteriamedia replied

Customer Reply

Is this Chrome?

asteriamedia started the conversation

Conversation Start

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 :-)

Want to join this conversation or access attachments? Sign in first.