Moviehour
Forum Replies Created
-
Forum: Plugins
In reply to: [WRC Pricing Tables - Responsive CSS3 Pricing Tables] Duplicate Pricing TableDuplicate pricing table is available only for pro version. There are also 8 ready-made pricing table templates to create a pricing table instantly.
Forum: Plugins
In reply to: [WRC Pricing Tables - Responsive CSS3 Pricing Tables] Good, butIn the previous version there was a little bug in Firefox! you cannot edit any feature items in Firefox. In Chrome it was OK. Then I fix it and update it. That’s all!! You surely do not want users to be on the error if it is created by you.
Can you provide a workable link of the plugin so that I can check what is going on there? Keeping bullets or not just a simple matter, you just need to edit CSS. If you are uncomfortable with CSS, give me the link, I’ll do it.
Hello q-leads,
I have added this option in version 1.4. Update to version 1.4 and you will get this option under Pricing Table Settings.Thanks
IftekharFor the name we are using
preg_replace
function which is creating this problem. I have no idea about how to support Cyrillic forpreg_replace
! I’m giving you a solution but I can’t assure you that it will work. First, open process_table-option.php file in the lib folder. Go to line 288 and replace the code with the below code:$pricing_table_name = $_POST['pricing_table_name'] != '' ? trim(preg_replace( '/[^A-Za-z0-9-\w_]+/u', '_', sanitize_text_field( $_POST['pricing_table_name'] ))) : $pricing_table;
Let me know if you still having problem.
Forum: Plugins
In reply to: [WRC Pricing Tables - Responsive CSS3 Pricing Tables] Disappearing table?Hello jsloan,
Sorry to see you in trouble. I think may be somehow you did any mistake! That’s why this kind of error is showing. My suggestion is delete the pricing table and create another again. Let me inform about the result.Thanks
IftekharCurrently, this feature is not available. Thanks for your suggestion.
You can do whatever you want by editing CSS if you know CSS. I’m helping you a little bit. Open wrcpt-front.css file and find div.wrc_pricing_table .center, remove
text-align: center;
, again find div.wrc_pricing_table div.package_details li.feature_style_1 and addpadding-left: 15px;
. Hopefully, it will help you to understand about editing CSS.Forum: Plugins
In reply to: [WRC Pricing Tables - Responsive CSS3 Pricing Tables] Duplicate Pricing TableCurrently, this feature is not available but surely I will keep it mind for the next update. Thanks
Yes! it’s a solution! but not the proper way. The button still is not working. Hope the plugin author will solve this is in the next update. By this time you get 100 marks to share the solution. Thank you very much.
I’m really sorry that I shocked you! Its not the settings of WordPress! it will be the settings of the plugin. Click on the name of pricing table, in the next page you will find General Settings at the bottom.
Thanks
Currently, you have to do it by yourself by tweaking CSS. I am giving you some idea, try to do that. At first open your theme’s style.css file and follow the below tricks:
- To increase the height of features add the following code in style.css file:
div.wrc_pricing_table div.package_caption li.feature_style_3 { height: 60px; line-height: 60px; }
adjust the height and line height with your choice.
- Also add the following code in style.css file:
div.wrc_pricing_table div.package_caption li.feature_style_3 span.caption { line-height: normal; display: inline-block; }
- You can also set the width of caption column by Disabling Auto Column Width under General Settings.
Hopefully, you can solve your problems.
Forum: Plugins
In reply to: [WRC Pricing Tables - Responsive CSS3 Pricing Tables] Export / Import optionNo, there are no ways to do this.
Thanks for your suggestions. I know about these issues but due to my illness currently I am not able to update all of these. I will try my best to solve all these problems in the next update. Till that u have to do it by yourself and if u know CSS, than it will be not a big deal for u.
You have to do some CSS tweaks to solve this problem. Open wrcpt-front.css file and find “div.wrc_pricing_table div.package_details div.text_tooltip, div.wrc_pricing_table div.package_details div.icon_tooltip”, then add the following line:
font-size: 14px;
hopefully, it will solve your problem.Thanks
- To increase the height of features add the following code in style.css file: