Michael Aronoff
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] shipping calculator stopped workingI have a client site with the same exact problem.
Wp-ecommerce 3.8.12.1 works just fine but when I try to upgrade shipping stops working.
I have disabled plugins set theme to twenty-twelve and still it will not work.
Anyone have any ideas?
Forum: Plugins
In reply to: [Contact Form 7] Spinning arrow gif looks bad on some backgroundsI realized it is an animated gif rather than using jquery to do the spinning.
Here is a spinning png with perfect alpha transparency.
Click to download animated spinning pngForum: Plugins
In reply to: [Very Simple Google Maps] Center map on pageIf you look at the FAQ you will also see I wrap the iframe with a css id so you can also use css to do things like this.
.vsg-map iframe { margin-left: auto; margin-right: auto; width: 400px }
Note that the width should either be 400px which is the plugin default or match what you use in the shortcode.
Forum: Plugins
In reply to: [Very Simple Google Maps] How to change different aspects of mapYou must put in an address. So in your case you would use:
[vsgmap address=”street address to display” width=”300″ height=”300″]
All your options go between the one set of brackets for the shortcode.
Forum: Plugins
In reply to: [WP Glossary] Tooltip doesn't workI have the same problem. No tooltips at all any longer.
The item Minux uncommented simply uses an older tooltip library that I assume was disabled for a reason, so that is not a fix even if it worked.
Anyone have this working on 3.6? I have been trying to figure out the problem but have not had any luck.
Forum: Plugins
In reply to: [Broken Link Checker] Known Malware Site In Translation FilesIt is sending out an alert about a URL, however that url does not link to any content in the plugin. It is simply a link back for the author of the translation files in question. It appears that whoever did the Arabic Translation has a url that is flagged for malware.
If you are not using that translation simply remove the files in question and you will be fine. The plugin will still work and there will be no more alerts if you run a new scan.
The author should remove that URL however to remove the problem.
Forum: Plugins
In reply to: [Contact Form 7] How to add progress bar in file upload on submit form.These instructions work quite well.
Note the fix offered by davepyro on line 47.I also found an easier way to embed the script in step 2.
Simply past the code from that step at the bottom of you Contact Form 7 screen for the form you are using.Then the script only gets loaded when that for is called instead of on every page of your site.
I also have never been able to get Contact Form 7 to take files larger than 10MB or so. But that is unrelated to this hack.
Forum: Plugins
In reply to: [Font Awesome More Icons] List of available iconsYea, the site link in the description works but there is no icon list there and the page it links to has none either.
Thank you so much!
Sure, how can I contact you privately?
OK, I have done that and still no go. I left the settings in place so you can have a look.
OK, I have upgraded to 3.0 again. It stopped working right away.
I hope it helps debug.Forum: Plugins
In reply to: [Appointment Calendar] Position of Text vs. Calendar on PageRemove the plugin folder via ftp. That will get your site back.
Then when doing PHP edit’s I suggest you use a PHP editor or a program like Dreamweaver that checks your code for problems as you work. That way if you miss a comma, semi-colon or anything that would break your code it sill show you that before you upload.
Forum: Plugins
In reply to: [Appointment Calendar] Date FormatPerfect! Thanks.
Forum: Plugins
In reply to: [Appointment Calendar] Position of Text vs. Calendar on PageI want to put text above the calendar and I tried to follow what Bailey88 wrote but it broke the page and I got only a blank screen. So for now I have used your method of editing appointment-calendar-shortcode.php however that will be lost by plugin updates to I prefer to find a solution that will not be lost.
Other than this issue I love the plugin.