• Resolved teng.long

    (@tenglong)


    Hi Evan,

    Thanks for your great plugin !

    I have an issue about the display.

    When resize the window, the timeline totally messed up. There is a id=”cd-timeline”, the height of this div is 0px, when I resize the window, I can see the change of the hight. Finally, the height goes to 0px.

    What is the problem ?

    Thanks

    https://ww.wp.xz.cn/plugins/timeline-express/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Can you please provide a link to the site you are having issues with?

    That sounds like a javascript conflict with your theme or another plugin. The plugin bundles jQuery Masonry, so on window re-size the plugin re-lays out each item.

    If you have a js conflict on the page, this script won’t work and your content container won’t be initialized properly.

    Thanks,
    Evan

    Thread Starter teng.long

    (@tenglong)

    Hi Evan,

    Thanks for your advice.

    I found two jquery Masonry js plugin inserted at my footer. I think they should be conflicted with each other.

    Do you know how to remove the theme default jquery Masonry plugin ?

    Thanks

    Plugin Author Evan Herman

    (@eherman24)

    I’m not sure, I don’t know what theme you’re using. You can remove a registered script before it gets enqueued, but I’m not sure if that will remove both of them.

    http://codex.ww.wp.xz.cn/Function_Reference/wp_deregister_script

    Give that function a try.

    Thanks,
    Evan

    Thread Starter teng.long

    (@tenglong)

    Hi Evan,

    Thanks for you advice, I get rid of the problem.

    If I need to make the distance between two announcements more bigger. What should I do ?

    Below is the screenshot:
    https://www.evernote.com/shard/s217/sh/0adcceca-0f62-4fc3-8eef-5ac25e009bbe/a7f19b77f636a861fcbf07f937efdd0a

    Thanks

    Plugin Author Evan Herman

    (@eherman24)

    Hi Teng,

    If you’d like to add additional spacing between the announcements you can use CSS to target the elements and increase the margin space. Right now I believe it’s set to -3.5em, you can decrease it to 0 which should resolve the overlapping issue.

    If you can provide a link to your site, I can provide code specific to your site.

    Thanks,
    Evan

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Problem with the display’ is closed to new replies.