johandemeijer
Member
Posted 6 months ago #
Hi Dan,
I'm using your plugin for the first time, but I can't get any output...
I have one site set in my portfolio at the admin page.
I want it to show up by the code attached:
<div class="portfolio-website">
<div class="website-thumbnail"><a href="%WEBSITE_URL%" target="_blank">%WEBSITE_THUMBNAIL%</a></div>
<div class="website-name"><a href="%WEBSITE_URL%" target="_blank">%WEBSITE_NAME%</a></div>
<div class="website-url"><a href="%WEBSITE_URL%" target="_blank">%WEBSITE_URL%</a></div>
<div class="website-description">%WEBSITE_DESCRIPTION%</div>
<div class="website-clear"></div>
</div>
Here you can see the output:
http://www.johandemeijer.nl/portfolio/
Here you can see the admin section:
Admin
Can you help me getting things done? Would be great!
Regards,
Johan de Meijer
http://wordpress.org/extend/plugins/wp-portfolio/
DanHarrison
Member
Posted 5 months ago #
Hi Johan
Sorry for the delay in reply, I only just spotted your comment. I can't see anything wrong with the code above, so I have no idea why it's not working.
Did the default work originally? Have you tried copying and pasting the default back into the website template section? What plugins are you using?
Dan
DanHarrison
Member
Posted 5 months ago #
Got a hunch. Are you running PHP4 for your site? If so, try PHP5.
Dan
johandemeijer
Member
Posted 5 months ago #
I am using PHP5! So it should work.. right?
DanHarrison
Member
Posted 5 months ago #
Hmm, I thought it could be an issue with string_ireplace() which is PHP5 only. However, it's not that then.
I did a lot of testing, and I thought I got all of the bugs. Please consider giving me admin-level access to your site and I'll see what I can do. Just drop me an email.
Thanks
Dan
johandemeijer
Member
Posted 5 months ago #
I will..
But I can't find your e-mail anywhere... :)
I need that for registring you at my website!
DanHarrison
Member
Posted 5 months ago #
There's a contact form on my site, but my email is dan at danharrison dot co dot uk.
johandemeijer
Member
Posted 5 months ago #
DanHarrison
Member
Posted 5 months ago #
All fixed,
<!-- ShowMyPortfolio -->
was missing from the page used to show the portfolio.
Dan