Forum Replies Created
-
AuthorPosts
-
March 15, 2013 at 7:45 am in reply to: Mini calendar to show actual month in full instead of Month abbreviation #42771
clubbingpriest
ParticipantI resolve it by putting the time rule of WordPress with the full month and change to
$tribe_ecp->monthsFull[date(‘F’,$date)]
and now its work
Thank youclubbingpriest
ParticipantHI Casey,
Ace It works paerfect perfect
Thanks a millionclubbingpriest
Participanthere the screenshot http://theclubbingbible.net/?attachment_id=1418
clubbingpriest
Participantthe field names in the code are exactly the same on the back end
here the submission form
http://theclubbingbible.net/events/community/add
and a paste bin of the event-meta.php
http://pastebin.com/Te3Rh0mi
I put back the single.php with my mod without conditional php statement so you can see hoe it look
one event with the 4 fields entered in the event
http://theclubbingbible.net/events/ims-ibiza-grand-finale-festival-day-1/
On this event the links are perfect
one event with just one field entered in the event
http://theclubbingbible.net/events/ims-ibiza-grand-finale-festival-day-2-3/
on this one only the field Add a ticket have a link the other have not
and here a paste bin of the single.page the way i did my mod
http://pastebin.com/TQrhTLtG
When I implement your mod the page only generate the title all the rest is gone because of a php problemclubbingpriest
Participantdone now + a pastebin of teh single.php
http://pastebin.com/3sAUzFWsclubbingpriest
Participantnot it’s the calendar event one
plugins/the-events-calendar/views/single.phpclubbingpriest
Participantit do not work as when past into the single.php the event detail page only show the title an the rest show empty
clubbingpriest
ParticipantHI Jonah, You are right , it was a wrong mod on /wp-content/plugins/the-events-calendar/lib/widget-list.class.php
Just fixed
Thank youclubbingpriest
ParticipantI cannot find the The View All Events function in the widget
and no code related in the events-advanced-list-load-widget-display.phpclubbingpriest
Participantas example
one event with the 4 fields entered in the event
http://theclubbingbible.net/events/ims-ibiza-grand-finale-festival-day-1/
one event with just one field entered in the event
http://theclubbingbible.net/events/ims-ibiza-grand-finale-festival-day-2-3/clubbingpriest
ParticipantHI Jonah
i am talking about
events-advanced-list-load-widget-display.phpMarch 4, 2013 at 9:50 am in reply to: Warning: Creating default object from empty value in /www/htdocs/w0101e77/wp-con #41505clubbingpriest
ParticipantWarning Error – creating default object from empty value
I did find the fix
it is due to a setup on the virtual server
solve the problem by adding the line
ini_set( ‘display_errors’, 0 );
in the wp-config.php
Just tell in case it helps somebody else
shared hosts always have display_errors on, helps keep the support costs and log size down. By default PHP has this set to 0 for production serversclubbingpriest
ParticipantHello, Samuel,
I did deactivate the 2 plugins (calendar and calendar pro) , deleted all the folder and FTP again all the files without result
Than I switched to the Event default template and it work OK now, i was a conflict with my theme default page template.clubbingpriest
Participantas you can see too on the calendar category view we got no problem so it is not a database problem but something to do with the script itself
http://theclubbingbible.net/events/category/ibiza/2013-05/
http://theclubbingbible.net/events/category/miami/2013-03clubbingpriest
ParticipantHI Barry.
You can check now I got no other plugins than yours did switch to a default & unmodified theme and got the same bug
Any idea? -
AuthorPosts
