- This topic has 1 reply, 2 voices, and was last updated 9 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
1. I’m trying to place 3-4 different pricing tables in one page but use different template (color) for each. Problem is, the first ones gets the color of the last one making them all the same template/color. I use this syntex:
[ahm-pricing-table id=378 template=style1-green]
[ahm-pricing-table id=398 template=style1-blue]
Any solution?
2. You have two templates listed on your website as:
light (color=blue)
light (color=red)
Yet, when I use them in the syntex, they don’t come up any different than the default (no template):
[ahm-pricing-table id=398 template=light (color=blue)]
[ahm-pricing-table id=398 template=light (color=red)]
Any solution?
correct short-codes:
[ahm-pricing-table id=398 template=light color=blue]
[ahm-pricing-table id=398 template=light color=red]
but you don’t need to write those manually, as you can use tinymce button to select templates, color schemes and insert short-code from there.