• Great plugin, but I have trouble with 2 things:

    1. If I install any other plugin after the installation of this one, on the place of the plugin should show up, I get:
    ” : Allowed memory size of 67108864 bytes exhausted (tried to allocate 64 bytes) in on line “
    and the rest of the page, below the place the ticker is placed, is not showing and the whole website is broken.

    If I deactivate the new installed plugin, News-Tocker works normally again.

    2. The last word of the post title is not showing. But, not on every title. Just some and not always. In that tiny moment while page is loading, when titles are shown as list, the titles are complete, including the last word that later becomes missing.

    http://wordpress.org/extend/plugins/news-ticker/

Viewing 7 replies - 1 through 7 (of 7 total)
  • The “last word not showing” bug I encountered as well. I noticed it could be remedied w/ css. In my theme’s style.css file I put this in and it worked. Width can be whatever your little news area can support.

    ul#news-ticker li {
    width: 500px !important;
    }

    Thread Starter kolektiv

    (@kolektiv)

    Thanx bdlowe.

    But, anyone with suggestion regarding the bigger problem with ” : Allowed memory size of 67108864 bytes exhausted (tried to allocate 64 bytes) in on line ” ?

    Try increasing the memory available to PHP:
    http://wordpress.org/support/topic/253495#post-1017842

    Thread Starter kolektiv

    (@kolektiv)

    Tried everything – no luck! 🙁

    not sure what that bigger issue would be. I installed it successfully last week on 2 sites (minus that last word missing issue) both running off 3.2.1. Sorry 🙁

    Thread Starter kolektiv

    (@kolektiv)

    I’m stuck! 🙁 The saddest thing is that this is the only ticker I would use. All other are disaster. Oh well…

    Thanx for help anyway. Maybe someone else can help me.

    Kolektiv place

    php_value memory_limit 128M

    into your .htaccess file, this should increase the php memory limit if your host supports it. If not contact your host and ask them to increase the limit.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: News-Ticker] Fatal Error last word not showing’ is closed to new replies.