This is an updated version of Horizontal Opt-in Form in Genesis using eNews Extended plugin and Flexbox for Genesis Sample 2.6.0. Step 1 Install and activate Genesis eNews Extended plugin. Step 2 Add the following in Genesis Sample’s functions.php: // Registers `horizontal-opt-in` widget area. genesis_register_widget_area( array( ‘id’ => ‘horizontal-opt-in’, ‘name’ => __( ‘Horizontal Opt-in’, ‘text-domain’ […]
Genesis eNews Extended
How to display Genesis eNews Extended opt-in form in a timed popup
A user asked: Is it possible to use eNews Extended as a timed popup like Mailmunch or Sumome? Not out of the box but this is possible with a tiny bit of code. We shall register a widget area, place eNews widget into this, create a custom shortcode that outputs the widget area and add […]
How to add a right arrow directly after email input field using CSS and jQuery
In the members-only forum a user wrote I’d like to add a right pointing triangle to appear directly to the right of the email input field. This can normally be done using ::after with CSS or a background image, but that doesn’t work on input fields. Is there a way to wrap input[type=”email”] in a […]
Recent Comments