Forum Replies Created
-
AuthorPosts
-
tomb1800
ParticipantOk, the issue seems to be the theme’s coding !
Regardstomb1800
ParticipantHi !
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
tomb1800
ParticipantThis reply is private.
tomb1800
ParticipantI 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!
-
AuthorPosts
