Forum Replies Created
-
AuthorPosts
-
That did not make any difference. It has the same resulting error. It will only work if I comment out the “session_start” line (line 6) of that file.
Never mind. I fixed it myself just now. I forgot to add the 2 pages in the property settings on the general tab and search tab. Once I did that, it worked. Thanks and sorry for any inconvenience caused.
This is a test site as the actual site is not open to public yet. It does the same thing and is on the same server though.
http://www.edevpros.com/bande1/
http://www.edevpros.com/bande1/search-properties-page-2/
I hate to reopen an old thread but I am having the exact same issue with the search redirecting back to the home page. I have tried the fix here and it does not fix the issue. I tried your demo and it works fine for some reason. I am not sure why it works there and not on mine. Any ideas?
September 26, 2019 at 6:39 pm in reply to: real estate : show only selected/checked amenities #131475Awesome! That worked. Thank you Chris! 🙂
September 25, 2019 at 6:57 pm in reply to: real estate : show only selected/checked amenities #131359I think I found the code. I just need to know what to change there. Its looks like it is in…
templates/single-property/amenities.php
Sending the credentials will not do anyone else any good. I am the only one that has access to it right now. It is in development and is not accessible to the public. It is in a local development environment (e.g. like wamp running on a flash drive that is attached to a local computer behind nat and software firewalls. The development site is not accessible from the outside world).
Yes, Dave. That is what it looks like but it only counts to midnight according to the date set in the shortcode. There is no setting for the hour and minute, etc.. It only has the year, month, and date. I am wanting this to go to a particular time during a particular date. Like, say 2 pm on a particular date, not midnight. Here, maybe this will help…
Think time, not just date.
Instead of…
[arrow bgcolor="#ec365a"] [countdown count="1" year="2019" month="07" date="27" color="#ffffff"]
Have something like…
[arrow bgcolor="#ec365a"] [countdown count="1" year="2019" month="07" date="27" hour="14" minute="00" color="#ffffff"]
Note the hour & minute entries above. Also the 14 for hour signifying 2 pm.
Does this help to explain what I am looking to try to do here? I am trying to have the countdown more precise to a certain time of a particular date, not just to midnight of that set date. Looking to use the countdown to a set time of a certain date, not just to midnight of the date itself.
It will not do you any good. It is that it is not available publicly right now. It is still in development.
Yes, I have that on the page. That only counts down to midnight of the particular day. I am asking for it to count down to a specific time, like an hour and a minute.
The site is not open to the public yet so there is no way for you to view it. It’s the stock wedding rituals theme using the standard countdown on the front page right at the bottom of the slider images. It is using the countdown shortcode where you enter the year month and date into on the page.
-
AuthorPosts