Forum Replies Created

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter smielock

    (@smielock)

    Andy:

    Thanks for the reply. I will have to pass on the ‘Default Events Template’ because I am encountering issues with the side bar being placed at the bottom and completing throwing off the asthetics of the overall site format. I have reviewed many post with many “solutions”, but nothing I could get value from. If someone would like to assist with that aspect I would be open to solutions.

    However, I do agree that the design of the calendar is CSS related. Since it only occurs in July 2013 that I am aware of makes it interesting. Even July 2014 is good to go that I know of. Does anyone know the code location which controls the data of each calendar? Perhaps there is an open code as it relates to Month configuration. Thanks.

    Thread Starter smielock

    (@smielock)

    I wanted to reply back to my own post in order to keep this clean. I found a fix for the Array Warning, actually off of the WordPress Support Ticket site. Here is the work around.

    /wp-includes/post-template.php file is the one you will edit.

    Line 1039 of wp-includes/post-template looks like:

    if ( in_array( $page->ID, $_current_page->ancestors ) )

    Recommended change:

    if ( gettype($_current_page->ancestors) === ‘array’ && in_array( $page->ID, $_current_page->ancestors ) )

    I also recommend you simply rename the original post-template.php file in case this does not work or creates additional problems.

    I am still having calendar grid view issues as seen in my July Month.

    http://www.dancinmis.com/events/2013-07/

    Thanks.

    Hi roblagatta,

    I have reviewed the theme settings and there doesn’t seem to be much with regards to options. However, I did just keep the default page template, which makes the calendar smaller obviously, but actually looks ok and keeps with the majority of the pages format. Thanks for the assistance. Cheers all.

    I was also able to find the correct CSS line. It was simple once you know which line to edit. Thanks all for the assistance, but as for me this is a closed issue. Just have to learn more about CSS styling, which is all on me to do. Thanks all.

    Sorry for the late post, but I just installed and reviewing the support post before I start posting issues that have since been resolved. I also have this problem. I am ok with CSS so no worries, but can someone tell me which css file to edit and approximately what line I would find the Calendar/Event buttons so I can move them up a little. The calendar view they block the month/year line and the event view the buttons are a little higher then desired. I would like them in the same location for asthetics. Thanks.

    I was reviewing the support post due to have a similar (exact) issue as what is described above. Can you please or someone please elaborate on export – options – general – responsive web – try turning this to NO. I do not know where to find those options. Thanks.

Viewing 6 replies - 16 through 21 (of 21 total)