alexzien
Forum Replies Created
-
Ok, thank you!
I tried to create a new form without an upload field and then it works.
But, is it possible to just exclude the upload field from the export instead of removing it completely?
I don’t have access to the files on the server right now, but I will try to disable WP_DEBUG and error_reporting when I do.
Thank you for your quick response.
Sorry, I don’t know how to fix that but I will try. Do you know where to start looking?
I don’t think another plugin uses that function.
I use the latest version of WP (4.8.2) and GF (2.2.5).
- This reply was modified 8 years, 5 months ago by alexzien.
Forum: Plugins
In reply to: [Widget Logic by Path] Is there a is_front_page option?I don’t get <home> to work for me. It works when I use page names, but not <home>, <blog> etc.
Forum: Plugins
In reply to: Image gallery?No one?
Im interested in this photo gallery that Within Temptation is using: http://www.within-temptation.com/photo-gallery/. What plugin is this? Its exactly what I’m looking for..
Forum: Themes and Templates
In reply to: Problem in IE with thumbnails.I’m using the theme “scarlett”.
The missing thumb is pointing to this address: http://www.myhomepage.com/wp-content/themes/scarlett/scarlett/timthumb.php?src=&h=60&w=100&zc=1
But what thumbnail could be missing? I haven’t removed anything since I installed the theme.
Heres some code from the rightcolumn:
<div id="rightcol"> <div id="postlist"> <ul class="spy"> <li> <img src="http://www.myhomepage.com/wp-content/themes/scarlett/scarlett/timthumb.php?src=&h=60&w=100&zc=1" alt=""/> <h2><a href="http://www.randomrssfeed.com" title="rssfeedtitle">Rss feed</a></h2> <div class="fcats"> Rss feed from ... </div> <div class="auth"> 2010-04-01 </div> </li> <li> <img src="http://www.myhomepage.com/wp-content/themes/scarlett/scarlett/timthumb.php?src=&h=60&w=100&zc=1" alt=""/> <h2><a href="http://www.randomrssfeed2.com" title="rssfeedtitle2">Rss feed 2</a></h2> <div class="fcats"> Rss feed from ... </div> <div class="auth"> 2010-03-24 </div> </li> </ul> </div>