Extra Paragraph Tags in Calendar Month View

Home Forums Calendar Products Events Calendar PRO Extra Paragraph Tags in Calendar Month View

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1080232
    sciotomile
    Participant

    The php code is generating for extra paragraph tags above the numbers for each of the days of the month on my calendar… I’d like to eliminate that extra space. Any suggestions? Thanks!

    http://www.sciotomile.com/events/

    Here is a screen cap of the site with the code inspector open in the browser that illustrates what I am talking about:
    http://imgur.com/pnzKuFQ

    I tried looking at loop-grid.php and content.php in the month folder, but didn’t see where these <p></p> were being generated.

    Thanks!

    #1080274
    sciotomile
    Participant

    I was able to resolve this issue myself by adding the following CSS to my theme’s style sheet:

    
    .tribe-events-othermonth p {
    	margin-bottom: 0;
    	font-size: 14px;
    }
    
    .tribe-events-thismonth p {
    	margin-bottom: 0;
    	font-size: 14px;
    }
    #1080314
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    We are not sure what changed, but it appears this issue is coming from a conflict with Beautiful Math Module of JetPack.

    If you disable that module does it fix the issues?

    On my testing site if turn on the module I see the issue you are having and if I turn it off it goes away.

    I know you have your solution, but does this work too?

    Thanks

    #1086293
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Extra Paragraph Tags in Calendar Month View’ is closed to new replies.