Sub Pack Display Problem

This topic contains 4 reply and 3 voices, and was last updated by Sekander Badsha 9 years, 5 months ago
Viewing 4 Posts - 1 through 4 (of 4 total)
Author Posts
October 21, 2014 at 11:25 pm 28838
Sekander Badsha Hello - When displaying a recurring subscription sub pack there is a white line area that should display the subscription terms...even though I have mine set to Monthly nothing is showing here. So, I just want to hide this area...but cannot find it on the css. Can you pls tell me what I can add to the frontend-forms css to hide this area or change the background color? Also, is there a way to rearrange the sub packs to show cheapest to most expensive? How is the display order determined? You can find this page here: http://undercoverdiner.net/aa-sub-packs/ Here is a screenshot to better see what I mean... CSS Problem Thank you! Ellie
October 23, 2014 at 4:19 pm 28948
Nayem Nayem

Hi Elizabeth ,

Please open frontend-forms.css and go to line number 548 and then comment out the line to hide that white area.

Can you please describe me in more details about your sub pack rearrange?. This will help me to provide you precise instruction.

Thank you 🙂

October 23, 2014 at 8:42 pm 28971
Elizabeth Elizabeth

Hi there! Thank you will try this today…

If you look at my sub packs they are in order from the most expensive to the least, I want to rearrange them so the least expensive is on top.

What determines the way/order the sub packs are shown?

Thanks!

– Ellie

October 26, 2014 at 5:04 pm 29075
Nayem Nayem

Hello Elizabeth,

I have forwarded this idea to our developer team. Please keep patience. I will get back to you with the solution.

Thank you 🙂

October 30, 2014 at 1:32 pm 29429
Sekander Badsha Sekander Badsha

Hello Elizabeth,

I have discussed with the dev team about this feature.

Subscription packs are custom posts. So we are just querying the posts. The price is stored inside post meta and sorting posts depending on post meta is not a simple task. You have to join left tables and run custom query.

So this is a real complicated task and we are sorry that we could not provide you any code to do that. If you are a developer, you can take the idea from above and work on classes/subscription.php file.

Thank you 🙂

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