wenjyun

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Page Title #1273893
    wenjyun
    Participant

    I understand the “Page Title” is a header from our theme.
    However, how come event page’s page doesn’t have a self-generated title?

    in reply to: Testing Plugin before purchasing #1268653
    wenjyun
    Participant

    We purchased Event Aggregator, is it different than a a Event Calendar Pro license?
    Is it two separate bill? or having Event Aggregator is as a pro version?

    in reply to: Testing Plugin before purchasing #1267986
    wenjyun
    Participant

    Hi Geoff,

    Glad you told me the pro version would allow me to use shortcode on a page to generate calendar so I can get rid off this funky looking footer generated by the page itself. Thanks!

    When using shortcode, am I able to call for Google Map links to be included in the Monthly view?
    (We like the monthly view, but it’s crucial to have map link so people can find us) Can Pro do that?

    in reply to: Testing Plugin before purchasing #1267435
    wenjyun
    Participant

    Can you please see why your event page has a strange footer following it: http://rhythmspace.net/blog/events/
    How do I remove all footer from your event page?

    Here is the template code I am using, please advice?

    <?php
    /**
     * Template Name: Landing Blank Page
     *
     **/
    get_header();?>
    	<div id="main-home-content" class="home-content home-page container" role="main">
    		<?php
    		// Start the Loop.
    		while ( have_posts() ) : the_post();
    			the_content();
    		endwhile;
    		?>
    	</div><!-- #main-content -->
    </div></div></div>
    <?php wp_footer(); ?>
    
    in reply to: Testing Plugin before purchasing #1257131
    wenjyun
    Participant

    So you are saying both issues that I am having is due to the default design of the plugin?
    In order to make it the way I am looking for, we need to do customization?

    Do you have manual / documentation to make these changes?
    What does it take (cost wise) to customize it?

Viewing 5 posts - 1 through 5 (of 5 total)