enkelst
Forum Replies Created
-
Thank yoooou. That helped 🙂
Hi Lap, for some reason I had to add the code in the Functions again, and although the code looks right, and the name field appears, the name won’t register in Mailchimp.
See it here: http://bloggbar.no/
Have I forgotten something in the code? It looks like this:
add_action( 'mctb_before_email_field', function() { echo '<input type="text" name="*|FNAME|*" placeholder="Fornavn" />'; }); add_filter( 'mctb_data', function( $vars ) { $vars['*|FNAME|*'] = ( isset( $_POST['*|FNAME|*'] ) ) ? sanitize_text_field( $_POST['*|FNAME|*'] ) : ''; return $vars; });Thank you for any help.
Hi,
Sorry, had to close the site because it’s still not ready for launch, but your answer helped, and the problem is solved. Thank you so much 🙂
Forum: Fixing WordPress
In reply to: Change comment design in cssThank you 🙂
Forum: Fixing WordPress
In reply to: I only want links in post entries to be boldSolved!
Forum: Fixing WordPress
In reply to: I only want links in post entries to be boldNevermind, problem solved, but thanks anyway 🙂
Forum: Fixing WordPress
In reply to: I only want links in post entries to be boldI managed to get the links bold, but then all the other links became underlined, even though I can’t find it anywhere in the css saying I want them underlined…
Forum: Fixing WordPress
In reply to: Sidebar dissapears when looking at postI figured it out. I have to add the widgets to two of the three sidebars. Thanks 🙂