flourishdesignstudio

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • in reply to: Adding Custom Field to List View #998735

    oops, sorry… the code was supposed to be:

    <?php echo tribe_997723_append_custom_fields_to_map(); ?>

    but still isnt working

    in reply to: Adding Custom Field to List View #998726

    Thanks George!

    We are almost there! If you go to the link you will notice that the second event does require reservations and it is appearing under the google map link in the list view: http://009.3b2.myftpupload.com/events/

    However, now it also appear by the google map link on the individual event page too, which we don’t want. Is there any way for me to just add it to the list veiw only? I had tried to add in the single line of code

    		<?php echo tribe_get_map_link_html(); ?>
    

    but that didn’t work. Any thoughts?

    Also, if reservations ARE required is it possible to simply have a statement that says:
    “Reservations Required”

    instead of:

    Other
    Are Reservations Required?
    yes

    Thank you so much for your help! I reall yappreciate it!

    in reply to: Event Countdown – Mobile #998518

    Also, it only seems to be a problem in safari on tablets and phones… not chrome….

    in reply to: Event Countdown – Mobile #998513

    Oops, here is the permalink where you can see the timer on mobile: http://009.3b2.myftpupload.com/

    in reply to: Adding Custom Field to List View #997965

    Hi George,

    Thanks for the helpful reply! The date part is great and I have never had to work on that before so I appreciate your explanation and patience! It was such an easy fix!

    Okay, so for adding the custom field into the event list view I am hoping we can just modify the code you sent and instead add it to List > single-event.php file so that it will display in the list view. I like where it shows up in the Single Event page and just want to change it it the list view.

    Here is the live link: http://009.3b2.myftpupload.com/events/

    Here is the code that I *think* will work (the part that pull in the venue name, address, and map link:

    <?php echo tribe_get_venue() ?> <span class="delimiter">  |     </span>
            
                        <?php
    		// This location's street address.
    		if ( tribe_get_address( $venue_id ) ) : ?>
    		<span class="street-address"><?php echo tribe_get_address( $venue_id ); ?></span>
    			<?php if ( ! tribe_is_venue() ) : ?>
    				
    			<?php endif; ?>
    		<?php endif; ?>
    
    		<?php
    		// This locations's city.
    		if ( tribe_get_city( $venue_id ) ) :
    			if ( tribe_get_address( $venue_id ) ) : ?> 
    				<span class="delimiter">,</span>
    			<?php endif; ?>
    			<span class="locality"><?php echo tribe_get_city( $venue_id ); ?></span><span class="delimiter">,</span>
    		<?php endif; ?>
    
    		<?php
    		// This location's abbreviated region. Full region name in the element title.
    		if ( tribe_get_region( $venue_id ) ) : ?>
    			<abbr class="region tribe-events-abbr" title="<?php esc_attr_e( $full_region ); ?>"><?php echo tribe_get_region( $venue_id ); ?></abbr>
    		<?php endif; ?>
    
    		<?php
    		// This location's postal code.
    		if ( tribe_get_zip( $venue_id ) ) : ?>
    			<span class="postal-code"><?php echo tribe_get_zip( $venue_id ); ?></span>
    		<?php endif; ?>
            
            <br>
    
    		<?php echo tribe_get_map_link_html(); ?>
    
    <?php echo tribe_997723_append_custom_fields_to_map(); ?>

    Would adding that last line of PHP accomplish what I am trying to do? Is there a way to make it only appear if the input is a specific value (such as if the event requires registration then the field will appear but if not then it will not show up).

    I realize I am new to php editing so thank you for the great resources and your help!

    Anna

    in reply to: Google Maps Not Working #995341

    In case this is helpful here is the error that I receive:

    <!-- #tribe-events-gmap-<span class=&quot;dms_upd&quot;>An error occurred while updating %1$s: <strong>%2$s</strong></span> -->

    in reply to: Calendar and List Not Displaying Correctly #990956

    Yes yes yes!!!

    Thank you so much for writing in @Michael! Yes, that solved my problem and everything seems to be working correctly now! Our theme still lets us use a sidebar and it is great that the calendar and list view both work now!

    Thank you also Geoff for all your support and helping me try and work through this. I can’t tell you how much I appreciate the assistance from you both!

    Anna

    in reply to: Calendar and List Not Displaying Correctly #990696

    Hi Geoff,

    Yes, your analysis of our position seems correct… unfortunately.

    I have disabled all plugins except the base plugin and pro plugin and the problem persists. I will contact GoDaddy managed hosting to see about what might be causing the conflict. Do you have a sense of anything specific I should be checking with them such as cacheing or permalinks?

    Thanks again for all the help! So so so appreciated!

    Anna

    in reply to: Calendar and List Not Displaying Correctly #990608

    Okay,

    I installed the 3.10 versions and again, it works in in 2014 but not in DMS. So then I installed the old version of the DMS theme that I know it works on from past projects and that didn’t work either. So…. this maybe means it is a problem with the hosting?

    Is that even possible?

    It always seems to be the actual event calendar page and not the individual events’ pages. For example, this doesn’t work: http://542.e71.myftpupload.com/events/ but this one does:http://542.e71.myftpupload.com/event/test-event/

    Does that help at all?

    Thanks!

    Anna

    in reply to: Calendar and List Not Displaying Correctly #990594

    Hi Geoff,

    Great, I will install the 3.10 version of pro but how would I get my hands on the 3.10 version of the basic plugin? Thanks!

    Anna

    in reply to: Calendar and List Not Displaying Correctly #990571

    Hi Geoff,

    It is definitely a theme issue…. I installed a fresh version of WP and the plugin as well as the theme that we are using (DMS). The calendar issue still remains and when I switch it over to the 2013 theme ithe calendar shows up correctly.

    I have used past versions of both the calendar and theme together so my guess is that there is somehow now a problem with their compatibility. Unfortunately, I cannot access the functions.php file since the site is on managed WP hosting. Do you have any idea of why this might be happening? I can certainly give you accesss to this second striped-down site that I just set up if that is in any way helpful. The new site is http://542.e71.myftpupload.com/events/

    Thanks so much for all the help! We are so looking forward to having the calendar events page working correctly and really appreciate all the pro features we hope to use!

    Anna

    in reply to: Calendar and List Not Displaying Correctly #989957

    Hi Geoff,

    Thanks for the response! No, the calendar didn’t work right out of the box before we added the other site plugins and CSS so I am not sure what might be different in this installation versus previous instances of the plugin. Would there be any benefit to uninstalling and reinstalling? I deactivated and reactivated in case that did anything and there seemed to be no difference.

    I am really at a loss as to why this specific installation is having problems. Would having WP-managed hosting make any difference?

    Thanks!

    Anna

    in reply to: Calendar and List Not Displaying Correctly #989511

    Hi Geoff,

    Thanks for the quick reply! I have not performed any customizations besides really simple css so I don;t think that is the problem. When I switch it to a different theme the calendar does seem to work but still does not look normal. I have used this theme in conjunction with your plugin on several other site with no problems so I am not sure what might be causing that. The event widgets seem to function correctly and everything in the backend looks good… it is just the events page that looks strange.

    Also, I checked and I don;t have an ‘Events’ page in Admin<Pages so that shouldn’t be a problem either.

    Is there anything else I can try or any insight you have about what might be wrong?

    Thanks so much for all the help!

    – Anna

    in reply to: Gray Screen, Recurring event #64698

    Thank you!! That did the trick!:) It would probably be good for you to mention which functions.php to edit in your support area for dummies like me!

    Anyway, just one more question… is there a way for AM events to be listed before PM events? You can see my calendar at http://rasaspa.com/calendar/2013-10/ and morning events are listed after evening ones.

    in reply to: Gray Screen, Recurring event #64684

    Great, so I just place that snippet of code at the end of that file?

Viewing 15 posts - 1 through 15 (of 17 total)