Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
alexhenes
Experienced
Topic Author
Posts: 568
Joined: 28 Sep 2006, 16:13

Contact Page is Blank

13 Dec 2014, 20:57

With the new release 0.7 my contact page looks like this...
contact-new.JPG
contact-new.JPG (5.76 KiB) Viewed 3037 times
It looked like this before before the release...
contact-old.JPG
contact-old.JPG (11.86 KiB) Viewed 3036 times
Attachments
contact-new.JPG
contact-new.JPG (5.76 KiB) Viewed 3037 times
Alex
https://www.merelyafleshwound.com
https://www.goldenbikeshop.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Contact Page is Blank

14 Dec 2014, 01:24

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.
 
User avatar
alexhenes
Experienced
Topic Author
Posts: 568
Joined: 28 Sep 2006, 16:13

Re: Contact Page is Blank

14 Dec 2014, 11:39

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);
  }
Alex
https://www.merelyafleshwound.com
https://www.goldenbikeshop.com
 
User avatar
alexhenes
Experienced
Topic Author
Posts: 568
Joined: 28 Sep 2006, 16:13

Re: Contact Page is Blank

14 Dec 2014, 23:34

my contact page is back... not sure why... the only action I can think of is that I cleared by app/_cache folder
Alex
https://www.merelyafleshwound.com
https://www.goldenbikeshop.com