Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author wp-maverick

    (@wp-maverick)

    Asking politely first maybe 😉

    Thread Starter saryvo

    (@sariwo)

    Thank you very much for your reply. I really do not know how to display the entire title. Thank you in advance for your help.

    Djurisko

    (@djurisko)

    Hey, great plugin
    But :), I have the same problem as sariwo, I cant change title length. I even tried to change the code, this line:
    if (strlen($title) > $title_length) $title = mb_substr($title, 0, $title_length).”…”;
    and still it remains the same!! HOW?!?!

    Plugin Author wp-maverick

    (@wp-maverick)

    Hello,
    there is a CSS style which prevents the title to be too long for its container.

    .da-slide h2 {
        [...]
        /*text-overflow: ellipsis;*/
        /*overflow: hidden;*/
    }

    Try to remove them and tell me if it’s better 🙂

    Djurisko

    (@djurisko)

    Oh, that’s it!
    I thought I entered twilight zone
    Thank You Very Much! 🙂

    Plugin Author wp-maverick

    (@wp-maverick)

    OK, just be careful.
    If you change the value directly in the CSS file, you’ll have keep in mind that during automatic update, all files are erased.
    So if you want to keep your changes in future releases, you’ll have to had this everytime or add styles in your theme CSS file (to overide plugin styles)

    Djurisko

    (@djurisko)

    Yes, I forgot on that
    Thanks again
    You’re the best!

    Djurisko

    (@djurisko)

    I’m sorry, I wanted to donate, but biroquratic authority in Serbia disabled use of paypal, is it possible to donate trough payoneere?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘TITLE’ is closed to new replies.