jmabluez79
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Contact Form 7] Checkbox multiple select not workingIt is a twenty eleven theme isn’t that a default theme? One thing I discovered was if I increase the height at all it will not work the other is that if works.
Thank you for responding!
Forum: Plugins
In reply to: [Contact Form 7] Creating vertical and horzontally aligned checkboxesI am able to target specific checkboxes for these attributes but the “does not work”
#very-special-field {
display: block;
width: 50%;
color: #f00;
border: 1px solid #f00;
}Is there a different path I should take?
Forum: Fixing WordPress
In reply to: Child Theme not linkingThanks Jose!
Forum: Plugins
In reply to: Contact Form 7Thank you!
Forum: Fixing WordPress
In reply to: Child Theme not linkingThanks for responding Jose. I still can’t seem to get it working. Is this how the new function page should look?
<?php add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'child', get_stylesheet_uri() ); }
Viewing 5 replies - 1 through 5 (of 5 total)