rcstanl
Forum Replies Created
-
Forum: Plugins
In reply to: [LH Signing] How to print list of names and emails?Resolved and closing.
Forum: Plugins
In reply to: [LH Signing] How to print list of names and emails?Thanks! I didn’t realize that information was at the bottom of the LH page.
Forum: Plugins
In reply to: [iQ Block Country] Settings are Gone in 1.1.18Resolved – I deactivated Plugin then reactivated and received an error about the GeoIP.dat file. I had uploaded the file inside a GeoIP.dat directory to the uploads area. Once I deleted the folder, uploaded the .dat file again, them reactivated the plugin, everything was back and working. Yhanks!
Forum: Plugins
In reply to: [iQ Block Country] Settings are Gone in 1.1.18The options are missing from the Home, Frontend and Backend tabs. I do have settings options on the Pages, Categories and Search Engines tabs.
Forum: Plugins
In reply to: [iQ Block Country] Settings are Gone in 1.1.18I don’t see any options to verify or choose. For example on the Frontend tab, I see the title “iQ Block Country” followed by “Frontend Options”. The rest of the page is blank. So I don’t know if the options I selected are still there or not.
Forum: Plugins
In reply to: [Testimonial Rotator] How to disable bookmark links on RotatorNevermind. I just tracked this situation to another plugin that was doing it. I disabled it and everything in the testimonials look great now!
Forum: Plugins
In reply to: [Decision Tree] Tree keeps disappearingI’m running WP 3.9.1 and PHP 5.3.3.
Forum: Plugins
In reply to: [Decision Tree] Tree keeps disappearingI can’t send you to my page as it’s inside a corporate firewall, but you should be able to do what you want with Gravity Forms. You can send a question to them asking about your specific use case. I sent them one and got a reply within a few minutes. You can also run various demos on their website to get ideas for various uses.
Hope that helps.Forum: Plugins
In reply to: [Decision Tree] Tree keeps disappearingAfter 2 weeks with no response from the developer here or on the Sidecar.tv website, I went to Plan B and built out my tree using Gravity Forms. It’s not the simplest way to do it, but at least that one works and has support. I’d much rather use this plugin and if it’s ever fixed, I may try it again.
Forum: Plugins
In reply to: [Decision Tree] Tree keeps disappearingNo response for a week….Has this plugin gone unsupported?
Rob, It looks like the issue I had reported is fixed! Thanks and I really appreciate your work on this plugin!
Rob, I figured out what the problem was with IE and figured out a workaround. When I looked at the code on page as I noted in the last post, you see an imbedded blank on the last line.
false, }, 'google_language_translator');}
When I looked at the glt_horizontal.php file for that code, I see that it is not an imbedded blank in your code. What is contained there is:$language_choices.'autoDisplay: false, '.analytics().' }, \'google_language_translator\');}
So the term “.analytics().” was being nullified.
I went into the control panel and enabled the Google Analytics box and left the analytics ID blank and retried. It now works fine on all three browsers. So there’s something getting dropped when analytics is not enabled, that only IE gets upset over.Hope this helps!
Thanks! That was exactly what I was looking for. Not sure how I missed that tab…
I was afraid of that. Well, the other tracking will work well to let us know how many people are hitting it. I have another question, but I’ll open it as a new thread.
Thanks!
OK, so I turned on IE9 ability to display scripting errors and I get a message:
Expected identifier, string or number
Code: 0
Line 746
Char 155When I view the source that line of code is:
new google.translate.TranslateElement({pageLanguage: 'en',layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL,autoDisplay: false, }, 'google_language_translator');}
Does that help any?