Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Contact Form #938236

    Thank you for taking a look.

    in reply to: Enfold 4.2.6 update problem – have not been solved #937416

    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.

    in reply to: child theme css not working #913732

    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?

    in reply to: Blog Posts Element #872916

    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 6 years, 10 months ago by timbright.
    in reply to: Footer Issue #781808

    What is the best way to do this? Sorry never created a temp admin before.

    in reply to: Content Slider Boarder #752725

    Hey Mike,

    Thanks for the help, that worked.

    in reply to: Contact form 7 & Enfold contact form: identical styling #744161

    Is 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, 7 months ago by timbright. Reason: Added more info for the issue
Viewing 7 posts - 1 through 7 (of 7 total)