Page 1 of 1

Contact Page is Blank

Posted: 13 Dec 2014, 20:57
by alexhenes
With the new release 0.7 my contact page looks like this...
contact-new.JPG
contact-new.JPG (5.76 KiB) Viewed 3643 times
It looked like this before before the release...
contact-old.JPG
contact-old.JPG (11.86 KiB) Viewed 3642 times

Re: Contact Page is Blank

Posted: 14 Dec 2014, 01:24
by mjau-mjau
Hmm strange indeed ... Can you check the file extensions/twig.imagevue.inc.php, and tell me what you have from line 91 to 113? I may need FTP to check this issue ... We did't change anything in regards to the contact form in last release.

Re: Contact Page is Blank

Posted: 14 Dec 2014, 11:39
by alexhenes
Here is line 91-113 of twig.imagevue.inc.php
Code
 // Filter: shortcode
  function shortcode($value) {
    return str_replace('[contact]',
    	"<form data-abide class=contactform>
		  <div class=honey>
		  <input type=text class=honey1 name=honey1 placeholder=honey1>
		  </div>
		  <div class=honey>
		  <input type=text class=honey2 name=honey2 placeholder=honey2 value=googooforgaga>
		  </div>
		  <div>
		  <input required type=text name=name placeholder=Name>
		  </div>
		  <div>
		  <input required type=email name=email placeholder=Email>
		  </div>
		  <div>
		  <textarea required rows=6 name=message placeholder='What's up?'></textarea>
		  </div>
		  <button type=submit>Send</button>
		  </form>",
		  $value);
  }

Re: Contact Page is Blank

Posted: 14 Dec 2014, 23:34
by alexhenes
my contact page is back... not sure why... the only action I can think of is that I cleared by app/_cache folder