wpuf_sub_pack for two pages

This topic contains 4 reply and 3 voices, and was last updated by Beatrice 9 years, 2 months ago
Viewing 4 Posts - 1 through 4 (of 4 total)
Author Posts
February 16, 2015 at 2:10 am 36769
Beatrice Hi, I want to display in two different payment options page. A page can buy post to a category and another to purchase for another category. There is the possibility of, for example: [wpuf_sub_pack id = "23,24"] and another [wpuf_sub_pack id = "25,26"] ?? Thank You
February 16, 2015 at 11:28 am 36787
towhid towhid

Hello Ruben,

I am really sorry to say that we do not have this kind of feature right now. I will forward this idea to our developer team. Hope they will implement this feature in near future.

Thank You 🙂

February 16, 2015 at 4:32 pm 36841
Ruben Torres Ruben Torres

The only solution I can think of is playing with css. Is assigned to <li one class for each element. For example:

<li class = "wpuf-pack-171">
<li class = "wpuf-pack-172">

….

With CSS you can hide and show depending on the product. In case anyone needs it while we waited a possible improvement in this section.

Thanks for replying

February 18, 2015 at 4:22 pm 37014
towhid towhid

Hello Ruben,

Thank you for sharing the solution. Hope it will help someone if they need. 🙂

February 20, 2015 at 7:17 am 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}

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