Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    Hi fenomeno0chris,

    The plug-in should effect the wp-admin/edit.php (e.g https://localhost/dev/wp-admin/edit.php). What actually happens when you try to navigate to that page?

    I’d recommend switching to TwentyTweleve theme and disabling all other plug-ins to see if the problem persists. You should also set WP_DEBUG to true in your config file.

    Regarding the second problem please see the docs on the shortcode: it wraps the content in a subscribe link, so you need to wrap the shortcode around something (text/button/image).

    To center the date / change the colour of the agenda widget you’ll need to edit your theme’s style.css and target the widget.

    Something like the following should work:

    .eo-agenda-widget li.date {text-align: center;}
    .eo-agenda-widget li.event {text-align: left;background: green;}
    .eo-agenda-widget li.event{background:green!important;}

    But may need to play with it a little.

    For the amazon link you’ll need to edit the appropriate template file (either single-event.php or event-meta-single-event.php).

    Finally the ICAL feed uses get_the_excerpt() – which, if you haven’t specified one, uses the content of the post. So if the calendar you’re using doesn’t support HTML, then you can always set a non-HTML excerpt.

    Thread Starter fenomeno0chris

    (@fenomeno0chris)

    Thank you very much for your fast answer!
    The agenda widget looks really great now. Thanks for your css code.
    (https://img593.imageshack.us/img593/2493/x2rt.jpg)

    When I navigate to https://localhost/dev/wp-admin/edit.php nothing appears.
    (https://img14.imageshack.us/img14/7008/chm4.jpg)

    And when I navigate to https://www.ps4source.de/wp-admin/edit.php just a blank page appears.

    I have also enabled WP_DEBUG , but this will make my site look weird. So I disabled it.
    I have not the skills to solve the bugs which appear, if I set WP_DEBUG to true.
    It′s maybe too much what I′m asking, but could you solve this problem with the /wp-admin/edit.php page?
    I would give you an administration account.

    My skills are not as good to edit the “get_the_excerpt()” and “single-event.php”.

    I would be really thankful, if you could help me again.
    cheers Chris

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Several problems and questions’ is closed to new replies.