Forum Replies Created
-
AuthorPosts
-
Thank you for taking a look.
Hello, I too am having an issue with the update. Mine might be a bit different so please advise if I need to post in a different thread. When I check my current version on my child theme it still shows 4.2 for one of my sites and 4.2.6 for the other. I have the right username and API Keys inserted. Any reason why the one site did not update? Site which is still on 4.2 is listed in private content. Thank you for the help.
UPDATE: Got it to work by adding this code to Funtions 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-style’, get_stylesheet_uri(), array( ‘parent-style’ ) );
}However I have noticed when I am setting a custom CSS tag within an element if it starts with a number it does not work. If I start with a letter it does. Is this a known issue or something with my setup?
Hi Rikard,
I was able to solve the problem. I forgot to close this or delete my question. Thank you for the reply though.
- This reply was modified 7 years ago by timbright.
What is the best way to do this? Sorry never created a temp admin before.
Hey Mike,
Thanks for the help, that worked.
February 8, 2017 at 2:43 am in reply to: Contact form 7 & Enfold contact form: identical styling #744161Is there a way to make my background of the fields where info is typed/selected to be white. Also, I cannot type inside the Name Field. And, I cant figure out why the send button is on top of the reCAPTCHA.
- This reply was modified 7 years, 9 months ago by timbright. Reason: Added more info for the issue
-
AuthorPosts