Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: [FormBuilder] Captcha Error
    Thread Starter uta

    (@uta)

    I wouldn’t say this issue was resolved but I did get the form working with the Captcha option included. What I did was export a form from a working FormBuilder form and import it to create a new form and that got it working. I have no idea why that made a difference since I very concisely recreated a new form with the exact same settings previously that didn’t work. Additionally I did contact tech-support for the domain and explained the issue, suggesting that I thought there was a permission problem on their end since the form wasn’t parsing the Captcha input. I noticed in the server’s error log that it was trying to write to a tmp/directory file that it said didn’t exist — which was also reflected in the php.ini file but after reloading the php.ini later the url to the correct directory was included. I’m guessing they corrected something on their end as I did on my end. I’d rather this be more concise but will settle for the fact that it is functioning. Hope this is helpful for others trying to use this plugin. Cheers!

    Thread Starter uta

    (@uta)

    Okay– since posting my question I made a little progress but need help focusing the conditional to the specific h1 logo area.

    Placing this in my child’s theme header.php I can get the header to change the way I want but I don’t want to use a header image I want to place the image at the top in the h1 title area. How can I adapt this code to target the h1 title area. Thanks!

    <?php if ( is_page(array('home','resources','about','contact','services')) )   { echo '<img
    src="http://marypetrie.dev/wp-content/uploads/2014/05/top-header2.png" />';
    }
    else { echo '<img src="http://marypetrie.dev/wp-content/uploads/2014/05/blog-header.png" />';
    }
    ?>

    OKay– I figured it out and answered my own question. I removed my conditional code from the bottom of the header.php file and placed it between the <h1 class=”site-title”></h1>
    Very happy–

Viewing 2 replies - 1 through 2 (of 2 total)