1258 comments found.
Without custom modifications it is not possible. The switcher in our plugin is available only in a form of dropdown.
trying to upgrade to latest version and it is not loading my tables. just turns and turns. using old version below. Please advise. thanks!
cat version.txt CSS3 Responsive Web Pricing Tables Grids For Wordpress version 8.7 (20/02/2013)
Please try to clear browser cache. If that won’t help, please create new topic on our Support Forum and our support team will help you.
Is there a backend demo?
I need a multi-section pricing comparison table with headings that you can click a + or something to expand that section, or – to collapse it, still no plans to do this feature? Others seem to be looking for the same feature and no other pricing table plugins have this, seems would be good to add it.
We’re not providing backend demo. There is expand/collapse functionality available. Please check example 4 here: http://quanticalabs.com/wp_plugins/css3-responsive-web-pricing-tables-grids/ You can expand/collapse a number of rows in the table, anyway you can’t have multiple expand/collapse sections.
Hi, I use Generate Press with Elementor Page Builder, will this work?
Hi,
The plugin is using shortcode, so you should be able to use it with any builder. You just need to place [css3_grid] shortcode in your page content to display pricing table.
i am wondering in what file i can change the background colors. because i went to the plugin style.css (under admin) wich doesnt work. I have the codes ready but everything i try doesnt work.
Do i need to ad this in an other style.css or from the plugin?
The styles are inside plugin directory in table1/css3_grid_style.css file or table2/css3_grid_style.css file (depends on the table type which you’re using). So please make changes there. If you will have problems with that, please create new topic on our Support Forum and our team will help you.
Hi, Do you have any really basic Black and White versions of the pricing table available? E.g I like the styles this website has (both the top and bottom tables) https://www.ecwid.com/pricing
Hi,
The simple version is not available. Please check available ones here: http://quanticalabs.com/wp_plugins/css3-responsive-web-pricing-tables-grids/ You can customize one of them with some css code to change backgrounds to white.
Hi can your plugin do something like this, under the PRICING PACKAGES section: http://www.rsaweb.co.za/connectivity/ftth/
Hi,
You can have only 1 filter for the pricing table. It is not possible to put separate dropdown for each column.
Hello, Can your plugin do something like thes?
https://trustedpornsites.com/Hello,
We have dedicated plugin for vertical tables, please check it here: https://codecanyon.net/item/css3-vertical-web-pricing-tables-for-wordpress/884301
Hi,
I am in need of some customization, are you available for that?
I need to have the URL of the Pricing Cycles links to be able to handle javascript. Like this for example adds the item to the cart and checkout:
<!- Button/Link for aMember Shopping Cart ->
<script type=”text/javascript”>
if (typeof cart == “undefined”)
document.write(”<scr” + “ipt src=’/ams/application/cart/views/public/js/cart.js’></scr” + “ipt>”);
</script>
Monthly
<!- End Button/Link for aMember Shopping Cart ->
Can you do this for a fee? Please let me know asap
Thx
Hi,
Please send me a message via contact form – https://codecanyon.net/user/QuanticaLabs#contact in my profile with detailed description of what you need. I’ll send you a quote in response.
Hi,
Iam looking forward to buy this but iam using my own design of pricing tables , so is it possible to work with those. Also what iam looking for is an option of monthly and recurring option the pricing should change with their buynow links. Currently iam using these pricing tables. https://themeforest.net/item/flathost-wordpress-hosting-theme-whmcs/9764230?utm_source=flathost-htmlThanks!
Hi,
If you would like to use your own design, you’ll need to modify the html and css code. Yes, in the pricing cycles (weekly, monthly etc.) you can set different button url for each cycle.
Currently in your demo i could see there is a dropdown through which pricing gets changed , is it possible to replace that dropdown with either button based or toggle based to change the prices with buy now links?
Plugin is providing only dropdown layout. If you would like to change its styles, you will need to do that on your own.
Hi, I think this is an awesome plugin! Quick question – I can see the Ticks I use fine in my table, but I’ve heard from a customer before they can’t see them (which I put down to their issues) BUT today I saw on a video recording they can’t be seen by some users – Desktop (4098×1986) Chrome 61.0.3163 Windows 10. I have screenshots if that helps? Now I’m concerned so I’d love it if you can let me know what I can do so all Ticks can be seen. Thanks.
Hi,
Support for all our items is conducted through our Support Forum.
Please register an account and search the forum or create a new topic, we’ll answer as soon as possible. Thank you!
It’s such a shame you can’t answer here but redirect people to somewhere else… I’m sure people considering your program might be wondering many of the questions that are asked here. For instant my issue is probably a bug – so will people be wondering if your program doesn’t work, have you fixed it – well guess what they will have no idea as you never answered here… I’ve already bought your program – but when I do buy new ones I tend to see what the replies are like and someone that doesn’t reply with a name and also just copies and pastes some generic answer and probably hasn’t even read the customer comment.. it does make me hesitant to buy. Wonder how many more customers you might have if you read and answered here 
It is rather not a bug as this functionality works well on my end. It’s probably a conflict on your end. We prefer to provide support via our own system as we have there an ability for the users to share site url and login details which will be visible only to our support staff. There are also many questions already answered there.
Anyway if someone reports a bug here, via email or on our support forum, we’re confirming it and fixing it as soon as possible. We’ll check also your case closely and find our what is the reason of this issue.
Hi Support,
I have a theme that uses the SiteOrigin Page builder. Does your plugin integrate with the Page Builder? If not, how can be integrated on a page built with the Page Builder?
Thanks in advance.
Hi,
It is integrating with Visual Composer. If you would like to use it with your Page Builder, you just need to use some text component or raw html component and put the [css3_grid id=’pricing_table_id’] shortcode in it.
Hi – I bought this a year or 2 so do not have forum support access. So a quick question please. The 7 columnwidth table I have that looks OK on desktop is all jumbled together on mobile phone width. I have played with all responsive options , they make no difference. So I plan to split table. Is there a clone table option to save me having to do it all again? I tried the export/import but just overwrites same shortcode name and cannot find a duplicate/clone option, thanks
Hi,
If you would like to clone the table, please simply change the id of it and save it again under another id. Your previous one won’t be removed. You will find some help about responsive here: http://support.quanticalabs.com/forum/topic/14974/responsive-mode-configuration (the forum should be still available for you in read only mode).
Dear QuanticaLabs, I am having issue adding a custom color to the table. I saw your previous comment .column_1 .row_style_1 { background-color: #yourHexColor; } .column_1 .row_style_3 { background-color: #yourHexColor; } .column_1 .header_row_1 { background-color: #yourHexColor; } .column_1 .header_row_2 { background-color: #yourHexColor; } .column_1 .footer_row { background-color: #yourHexColor; } However this is not working. Could you please provide me more detail on this.
Hello,
Support for all our items is conducted through our Support Forum.
Please register an account and search the forum or create a new topic, we’ll answer as soon as possible. Thank you!
I have multi tables on my website, but I found that I can only use one style once and the the other tables that I have to pick another style… why is that? how can I create all the tables on my site using all the same styles. thanks.
Support for all our items is conducted through our Support Forum. Please register an account and search the forum or create a new topic, we’ll answer as soon as possible. Thank you!
hi – is there any way in medicenter table to disable leftmost column, so it just shows price columns?
hi, nevermind; I found where to toggle hidden on
Hi,
I’m glad that you have found the solution. Thank you for an update!
Where can I download and import the demo tables?
OK, i found it … 
Thank you for an update 
Hi ! My support has expired but I have found a bug. Where shall I explain it ?
Hi,
You can do this here in comment section. Thank you!
Thanks, if you look at the page : https://www.jinvestismoinscher.fr/etf/nos-offres/synthese-offres/ with your smartphone, the display would be different if it is horizontal or vertical. In the first case, the 1st column data are filled in every column. That is not what I want. Could you help ? Thanks
This is not a bug but an option. Please check example 3 here on your smartphone: http://quanticalabs.com/wp_plugins/css3-responsive-web-pricing-tables-grids/ You’ll see that first column will still be visible. Please extend your support period and create new topic on our Support Forum, our team will help you to set this up. Thank you!
I understood the problem and it was NOT a bug. Thanks for your quick answer
You’re welcome!
Is it possible to make the footer cell full width ? what i see now is that the footer cell has the width of the column , but what if i want to add something in the footer cell that goes across all the columns ?
You can prepare the footer as some html element just below the table, to emulate full width footer. By default each column has own footer.
Not sure what you mean. If i purchase the plugin will you be able to tell me how ?
Hi,
I am redesigning my pricing table and for some reason the first column does not line up with the other columns.
So for example if the first column has a feature in it the rest of the columns, with the ticks and minuses, do not line up and you can’t tell which feature is included or not :-/
Hi,
Support for all our items is conducted through our Support Forum.
Please register an account and search the forum or create a new topic, we’ll answer as soon as possible. Thank you!