Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Thanks for the feedback!
Stiofan
August 9, 2014 at 9:59 am in reply to: Add Listing – view Terms and Conditions wipes entered data #11472You are welcome 🙂
Stiofan
August 8, 2014 at 4:46 pm in reply to: Add Listing – view Terms and Conditions wipes entered data #11404Hi Adrian,
You must create a new page with your terms and conditions and then link to it. so for example
Please accept <a href="http://www.mysite.com/terms-and-conditions/" target="_blank">terms and conditions</a>
Hope that clears it up 🙂
Stiofan
August 8, 2014 at 4:19 pm in reply to: Add Listing – view Terms and Conditions wipes entered data #11402Hi Adrian,
This was a little bug that has been fixed but might be saved in your database.
Please go to GD>Design>Listings>Terms and Conditions Content
Here you can change the link of the page of your T&C’s but also most important please add the = after target
fromPlease accept <a href="" target"_blank">terms and conditions</a>
to:
Please accept <a href="" target="_blank">terms and conditions</a>
Thanks,
Stiofan
August 8, 2014 at 1:14 pm in reply to: A Few Setup Questions (Feature Image, Social Media & SIdebar) #11398Hi Reena,
I have added it as an official but and it will be dealt with but i can’t give an exact time.
Thanks,
Stiofan
Hi Evan,
#1 Just copy the widget function to your child theme and rename it and you will add your own new widget you can use.
#2 easy if you follow #1
Thanks,
Stiofan
You mean on the add/edit post on backend? If so why not just hide with CSS?
Stiofan
I have fixed and will be in the next version.
Thanks,
Stiofan
I have added Success and failure messages now.
Thanks,
Stiofan
August 8, 2014 at 9:16 am in reply to: Popular Post widget on listing page defaults to two colu #11388Yes maybe that could be a plan, some users complain when we release too much and some when not enough lol…
We are aiming for a Monday release now, we don’t want to release with known bugs.
Thanks,
Stiofan
Thanks for that.
Let us know how u get on.
Stiofan
are u using safari by any chance?
Stiofan
I just submitted a 3rd test all from front end with no problems. DO you have a cookie blocker or anything running?
Please try disabling share location plugin and see if that solves?
Thanks,
Stiofan
OK, you can try this…
The PHP output you are seeing is not PHP errors it is PHP warnings, these are very different and until PHP 5.4 they were not shown for most things.
Try adding this to your child theme functions.php (near the top but after the PHP opening tag)
error_reporting(E_ERROR);
Hopefully this fixes it for you, let us know.
Stiofan
-
AuthorPosts