onetime007
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightweight Accordion] load shortcode within accordion?shortcode on page works fine with text.
With Gravityview… loads the table header but no content (jquery errors on reading the properties for the datatable to display content… something isn’t being passed along?).
It’s okay though, was just trying this out.Forum: Plugins
In reply to: [Lightweight Accordion] load shortcode within accordion?Here’s the page code… actual url is behind a staff only section.
[lightweight-accordion title=”My Active Tasks”][gravityview id=”61251″][/lightweight-accordion]
If I take the View shortcode out of the accordion it works fine (pre-existing view… no problems with it).
Forum: Plugins
In reply to: [Lightweight Accordion] load shortcode within accordion?whoops – can you delete this? double entry (first entry gave an error, so repeated but now have two).
Forum: Plugins
In reply to: [Drip for Gravity Forms] Conflict with Member pluginThanks Doug. Unfortunately, that didn’t resolve for my context so I’ll keep hunting. Appreciate the reply.
Forum: Plugins
In reply to: [Drip for Gravity Forms] Conflict with Member pluginHi. Did you ever find a solution on this? I have the same problem between Members plugin and a different plugin (GF WPDB Connect), whereby if Members is activated the necessary submenu in Gravity Forms for GF WPDB disappears.
Forum: Plugins
In reply to: [Google Map] not working anymoreThanks for your help. Turns out it wasn’t a W3/caching issue. I did some other research from other plugins and discovered the multiple libraries that need to be enabled for the API to work properly. There are 4 or 5 libraries needed.
Forum: Plugins
In reply to: [Google Map] not working anymoreThanks for replying. Yes, we had an API on it, and it was working fine.
One day it stopped working. Why? We didn’t change anything.
So I added a new/different API. It still doesn’t work.
Forum: Plugins
In reply to: [Google Maps Plotting] shortcode not reading?I figured it out. The issue is the shortcode example given in ‘Step 4’ of the instruction page at https://phpwpinfo.com/wordpress-google-maps-api-plugin/
The line returns / spaces seem to be corrupting the shortcode. Removing them enabled the shortcode to activate and read the xml file.
Forum: Plugins
In reply to: [Google Maps Plotting] shortcode not reading?Here’s the xml.
<markers> <marker name="Some Place" topic="Some Topic" address="1st Street, City, Country" lat="49.8960599" lng="-101.0241226" date="14-Feb-16" contact="" presenter="Mary" type="event"/> <marker name="Some other Place" topic="Some other Topic" address="2nd Street, City, Country" lat="72.68" lng="79.8632416" date="15-Feb-16" contact="" presenter="John" type="event"/> </markers>