I have this exact same issue. When the plugin is upgraded to 3.4.1 it causes the output to be surrounded by HTML comments. Using version 3.3.1 still works for now.
Thread Starter
flow__
(@flow_)
Strange huh. Too bad nobody is replying here and I can’t believe we are the only 2?!
Getting the same issue. Any find a fix?
I’m getting the same result. The entries are not showing up.
WordPress version: WordPress 3.5.1
Gravity Forms Directory version: Version 3.4.1
I did this: installed as instructed, created entries using gravity forms, added shortcode to page, approved all entries, viewed page. I tried disabling other plugins which did not help.
I expected the plugin to do this: display entries
Instead it did this: entries are missing
Here’s a link to see what I mean: http://landlordology.com/associations/
I’m getting the same result. The entries are not showing up.
WordPress version: WordPress 3.5.1
Gravity Forms Directory version: Version 3.4.1
I did this: installed as instructed, created entries using gravity forms, added shortcode to page, approved all entries, viewed page. I tried disabling other plugins which did not help.
I expected the plugin to do this: display entries
Instead it did this: entries are missing
Here’s a link to see what I mean: http://landlordology.com/associations/
Mine disappeared too after upgrading the plugin
Here’s a solution:
I experienced this issue when displaying multiple directory shortcodes on a page. The first should work correctly, but the rest will not.
Open the gravity-forms-addons.php file. On line 1410 you’ll see:
require_once(WP_PLUGIN_DIR . "/" . basename(dirname(__FILE__)) . "/template-row.php");
Changing this to the following resolved the issue for me:
require(WP_PLUGIN_DIR . "/" . basename(dirname(__FILE__)) . "/template-row.php");
TomHarrigan, thanks.
That solution works for me.
Hopefully this is just integrated into the plugin soon.
I’m also experiencing this issue and will try the resolution mentioned above.
Cheers
I didn’t want to start a new thread about this, but I’m experiencing this issue as well.
I just updated the plugin yesterday, and now nothing is being displayed. I thought the issue was being caused by an outdated GF version, so I updated that to the latest version.
You can check it out here: http://armyonitsknees.org/?page_id=988
I tried the above recommendation regarding the php edit, but it didn’t work for me.
Gravity Forms v. 1.7.4
Director Add-on v. 3.4.1
Hmm I just checked the source code on your page that you posted FusionSA and there is no code commented out which is the issue that I was having. You are experiencing another issue that is unrelated to the fix in this thread. I would say start another thread 🙂
Thanks, tabboy. Will start a new thread now!
I’m seeing the same issue..
PHP Version 5.3.13
MySQL Version 5.0.67
WordPress Version 3.6
Gravity Forms Version 1.7.7
Directory 3.4.1
The search box apepars
the top headers
the entry count
the bottom headers
and even the credits..
but no entries.
http://test.momcomlife.com/business-directory-4/
No idea what i’m doing wrong.
Resolved with Tom’s suggestion above.
Now the issue seams to be when you click on a link it opens a new page but the entry detail is not shown.