thomross
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Styling first_as_label of select menu.I have the same issue…
Can you please tell us how you did?I tried several things:
div.wpcf7 select[option=”Your Country*”]{ /* doesn’t work */ }
div.wpcf7 select[selected=”Your Country*”]{ /* doesn’t work */ }
div.wpcf7 select option[selected=”Your Country*”]{ /* doesn’t work */ }
div.wpcf7 select option[value=””]{ /* doesn’t work */ }Forum: Themes and Templates
In reply to: [Dara] No Social Menu ‘Container’I did some investigations, and checked in the theme files.
In the site_branding.php file, the function ‘dara_social_menu()’ is called.I looked for it and found it declares in dara/inc/jetpack.php
function dara_social_menu() { if ( ! function_exists( 'jetpack_social_menu' ) ) { return; } else { jetpack_social_menu(); } }I believe the issue comes from it returns nothing if there’s no jetpack.
But I don’t want to install jetpack. (and it’s said nowhere that it’s required, so I don’t think i need to)What can I return here in order to display the social menu? I know enough to kind of investigate on things, but not enough to know what to write here.
I hope i’m in the right direction, i’d love to have this sexy social menu ^_^
- This reply was modified 9 years, 1 month ago by thomross.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Trigger group display rule via JSIt works perfectly !
Thank you very much 🙂