• Hi there,
    I was trying to use your plugin, and was having similar issues to the previous forum posters.
    I took a look at the php (which is very well written from what I can tell), and I see one giant error: you declare the plugin name and description etc in both the settings.php file and also the gcal-table.php file.

    Removing the top lines of the PHP after the opening <?php should fix the issues as above.

    Thanks for the plugin. Hopefully this helps someone, and hopefully the developer can fix this issue so other people can use the plugin!

    http://wordpress.org/plugins/gcal-table/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author borianb

    (@borianb)

    Thanks, I will look at it right away

    Plugin Author borianb

    (@borianb)

    fixed and updated

    Thread Starter flashpunk

    (@flashpunk)

    I Might also suggest, it would be good if you could add some classes to the table cells so they’re more easier to target with CSS.

    Plugin Author borianb

    (@borianb)

    the table has a class, so all cells can be styled through the parent class

    .gcal-table td {/*...*/}

    and each row can be targeted through :nth-child() selectors.
    BUT this would obviously requires a modern browser, so I will add row classes in the next update.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Suggestion to fix your plugin’ is closed to new replies.