Forum Replies Created

Viewing 4 Topics - 1 through 4 (of 4 total)
Author Posts
February 20, 2015 at 7:17 am in reply to: wpuf_sub_pack for two pages 37177
Beatrice Beatrice

Great solution Ruben Torres, thanks for the tip.

If it helps anyone. This is how to do it:

TIP: First, I installed Page Specific Stylesheets wordpress plugin to make it easier to apply the css code to that specific page only and not the whole site.

Check your source code and find where the subscription ID, e.g. li class=”wpuf-pack-3630″

Add the CSS code – change the ID number to match the ones you want to hide – for example:
li.wpuf-pack-3501 {display:none}

or if you have more than one subscription to hide:
li.wpuf-pack-3501, li.wpuf-pack-3503, li.wpuf-pack-3504 {display:none}

February 18, 2015 at 6:38 am in reply to: Form Specific Payment Settings 36936
Beatrice Beatrice

Bump

February 17, 2015 at 2:26 am in reply to: WPML and WPUF posting issue 36886
Beatrice Beatrice

Hello weDevs team, please advise progress for development of the WPML add-on. Thank you!

February 16, 2015 at 4:57 pm in reply to: Error Illegal string offset 36843
Beatrice Beatrice

The error appears when I post the form shortcode in a page. If I post the form shortcode in a post, it works ok.

Viewing 4 Topics - 1 through 4 (of 4 total)