rpvp
Forum Replies Created
-
Forum: Plugins
In reply to: [Pricing Table] How to move table to new site?ok, figured it out. I’ll post here in case anyone else needs to do this.
1. in WP admin go to tools/export and tick pricing table and download file.
2. on second install, in WP admin go to tools/import. Choose the wordpress importer and install. Once done browse to your saved file and import. That’s it — your pricing table from the first site has been completely copied to new site.
Forum: Plugins
In reply to: [Pricing Table] How to remove the gap above the table?I had a similar issue on the green template. I found it in the file:
pricing-table/tpls/price_table-green.php
It’s defaulted to:
<div id="shaon-pricing-table"> <div class="pricing-table" style="margin-bottom: 80px;" >
I changed it to 40px and reduced by half and I’m happy with it. Even though it says, “margin-bottom” it does control the top.
Forum: Plugins
In reply to: [Pricing Table] Width problem on different browsersI solved my problem by just slightly altering the text length in my features — basically subbed in a smaller word for a couple of the items. Tables look great now across all browsers.
Forum: Plugins
In reply to: [Pricing Table] Width problem on different browsersI’ll look for the table width and try that — is that in the style css? I appreciate the help, but I’d rather not post my urls in the forum.
I was thinking though as a last resort to just build the table exactly as I wanted, and then create an image of it and display the image — so it would be the same across all browsers. I’d have to slice in the clickable buttons though, but might be worth the effort if I can’t get it to work.
Forum: Plugins
In reply to: [Pricing Table] Cannot get features (multiple lines) to line up package.Yes, adding html tags has really allowed me to create some nice tables. I have a problem though I outlined in another thread, and that is that my tables don’t look the same across multiple browsers. If I find a fix I’ll post in that thread.
Forum: Plugins
In reply to: [Pricing Table] Cannot get features (multiple lines) to line up package.Yes, I understand your problem.
I add:
<br />
in the fields. By “fields” I mean the space you enter data.
So, for example, if I’m doing a new feature and I want the line of words to break at a certain point I’ll enter it like this:
My really long feature<br /> is blah blah blah
Then my feature will be on two lines broken after the word feature.Then in the field columns to the right of the feature column, I add in the same code so it looks like this:
<br /> Get 1 blah
The piece of code makes it drop down to a line and line up with the feature column. You have to do that with all fields to the right of that feature.Sometimes if I’m doing a big feature with 5 or 6 lines, then in the fields to the right of that feature I’ll have something like:
<br /><br />blah blah<br /><br />
That way I can center the details in the column. It just looks better when there are 5-6 lines in a feature for it’s details to the right to be in the center of it.Sorry for the long post, just trying to make it clear.
Forum: Plugins
In reply to: [Pricing Table] Cannot get features (multiple lines) to line up package.I add a
into the details to drop down lines.Forum: Plugins
In reply to: [Pricing Table] Can't delete Featuregot it. The $str in the replacement code is not $str as the first code snippet appeared to me. Just leave the values as they are and change the rest.
Forum: Plugins
In reply to: [Pricing Table] Can't delete FeatureCan someone help me out — I’m not quite understanding this hack. I see 3 instances of str_replace @ lines 76, 90 an 96.
So like 76, for example is:
str_replace(" ","",$value);
I replaced it with:
preg_replace("/[^A-Za-z0-9]/","",$str);
And line 90 is:
str_replace(" ","",$value1);
and I replaced with:
preg_replace("/[^A-Za-z0-9]/","",$str1);
Line 96 is:
str_replace(" ","",$value);
And I replaced it with:
preg_replace("/[^A-Za-z0-9]/","",$str);
What am I doing wrong? Can someone show me in more detail?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table press and cacheing problemI noticed it was only happening in Firefox so I disabled/deleted some of my addons. The problem seems to now have corrected itself. So far so good. If it occurs again I will let you know.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table press and cacheing problem“Can’t get to the page” just means when I click the nav link to that page, it stalls or gets stuck. I can see it working trying to get to the page, but it never does.
No error messages, just continually working.
By cacheing I mean my computer’s cache. Not using any cacheing plugin.
This only happens for me on Firefox, by the way.
I will contact you, thanks.
Forum: Plugins
In reply to: [FireStorm Professional Real Estate Plugin] Maps not showingIt was a theme issue apparently. Ended up changing themes and they now show up.
Mine has the exact same issue and I have v2.06.02. Is there something later than that?
It’s been over two weeks since I submitted a paid support ticket and have gotten zero response.
This is a great plugin, but if you need paid support don’t bother donating because it’s non-existent. And since it’s a donation, I doubt I can get money back from paypal.