tomb1800

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Duplicate text on event page #1054648
    tomb1800
    Participant

    Ok, the issue seems to be the theme’s coding !
    Regards

    in reply to: Duplicate text on event page #1053571
    tomb1800
    Participant

    Hi !
    Thank you for your reply.
    I’m still somehow struggling ! Apparently it is not a plugin conflict issue.
    As I’m catching a former developper’s actions, I try to get my way through all this !

    First of all, I found a file in my theme’s directory, this page’s name is events-page.php
    question : is it a page generated by the events calendar ?
    Here is the code :

    <?php
    /*
    Template Name: Events Page
    */
    
    get_header(); ?>
    
    	<div class="fix-width">
    		<div class="main-holder">
    			<div id="content">
    				<div class="content-holder">
    					<div class="content-frame">
    						<h2><?php wp_title(''); ?></h2>
    								<?php the_content(); ?>
    						<?php while ( have_posts() ) : the_post(); ?>
    						
    							<?php get_template_part( 'content', 'page' ); ?>
    							
    						<?php endwhile; // end of the loop. ?>
    						<div class="content-bottom-link">
    								<a href="#">Back to top</a>
    							</div>
    					</div>
    				</div>
    				
    			</div><!-- #content -->
    			<?php get_sidebar(); ?>
    		</div>
    		<section class="bottom-links">
    			<ul>
    				<?php dynamic_sidebar( 'Bottom Links' ); ?>
    			</ul>
    		</section>
    	</div> <!-- .fix-width -->
    	
    <?php get_footer(); ?>

    Obviously ?php the_content(); ? & ?php get_template_part( ‘content’, ‘page’ ); ? are the origin of the duplicate. I temporarily deleted the first one Is it the proper procedure ?

    On the date’s font size, I’m also struggling : I tried your css code, nothing changed, I tried to amend the single-event.php file that I added in wp-content/themes/vagabond/tribe-events/ nothing changed !

    Can you help on these issues ?

    Best regards

    in reply to: ‘AK’ showing in venue name on event page #63351
    tomb1800
    Participant

    This reply is private.

    in reply to: ‘AK’ showing in venue name on event page #63005
    tomb1800
    Participant

    I have upgraded to the latest version and am still getting AK before the postcode!! Please can you tell me how to fix this issue so that I don’t have to tear the plugin out of my wordpress install. This is the only issue I have with this excellent plugin… but it’s fatal!

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