Forum Replies Created
-
AuthorPosts
-
Conor
ParticipantHi,
Sorry for the delay in getting back to you, I would like to know if you would be willing to make this customization and if so how much would it be?
Conor
ParticipantHi,
I left a screenshot of the issue I need to modify, it is the ticket count as outlined in red in the screenshot. Can you tell me what I need to do to take this out please?Conor
ParticipantHere is a screenshot, thanks
Conor
ParticipantThat sorted it. Thanks.
Conor
ParticipantThis reply is private.
Conor
ParticipantDOH!
I was looking at events calendar pro folder! Found the template files and have edited them, the single event is good, the way I want it but the list/single-event.php is acting funny,as you can see here, http://wai.adessowebs.com/events/list/
This is what I changed, put the image and description in div columns, but the image has shrunk, any ideas?
<div class="two-thirds first"> <!-- Event Content --> <?php do_action( 'tribe_events_before_the_content' ) ?> <div class="tribe-events-list-event-description tribe-events-content"> <?php echo tribe_events_get_the_excerpt(); ?> <a href="<?php echo esc_url( tribe_get_event_link() ); ?>" class="tribe-events-read-more" rel="bookmark"><?php esc_html_e( 'Find out more', 'the-events-calendar' ) ?> »</a> </div><!-- .tribe-events-list-event-description --> </div> <div class="one-third"> <!-- Event Image --> <?php echo tribe_event_featured_image( null, 'medium' ) ?></div>FYI, the problem with moving the ticket form and the error it was returning (Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM, expecting ‘)’ ) when I put it into the functions.php was down the PHP version, 5.2 was installed, I updated to 5.4 and all is fine. PAAMAYIM_NEKUDOTAYIM is Hebrew for double colon, :: you learn something new every day!
Conor
ParticipantOK, this is driving me mad, I have read the following Themer’s Guide Customizing Template Files and the instructions do not match what I have. I do not have this file, /wp-content/plugins/the-events-calendar/src/views/default-template.php ????
I really need to edit the layout of my single events page but the instructions are not making any sense, sorry. Please help.
Conor
ParticipantHi,
I have put the code snippet into functions.php but it is returning an error,
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM, expecting ‘)’ in /home/adesso09/public_html/wai/wp-content/themes/atmosphere-pro/functions.php on line 59
I looked in the forums for this and someone said to move it to the top of the functions, but no help. Any ideas?
Conor
ParticipantOK, The above comment is not really important, I have purchased the tickets plus and see how it works. My question now is this, can you tell me how I edit the template for the event page, see here, http://wai.adessowebs.com/event/level-2-sicilia-10-02-16/
I want to move the tickets part up to the top of the page and change the layout. I have read through the help on your site but I cannot figure out where the file is.
Conor
ParticipantCheers George, all clear now.
Conor
ParticipantHello,
That does not solve my problem, I thought by reading the description on your site that I could use the plugin in a development site and my live site at the same time, is this not the case? As I said we are developing a new site while the current site is live, I need to make sure the dev site is functioning properly hence I need, one of the major plugins, the Event Calendar to work properly.
You are correct, I am using the plugin now on the live site which is http://www.wineacademyitalia.com
and I need to use it on our Dev site also which is here, http://wai.adessowebs.com/Can I do this?
-
AuthorPosts
