Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter robsf

    (@robsf)

    Edit

    Plugin Author ahmeti

    (@ahmeti)

    Hi robsf,

    I will add your request to the settings page in the plugin. If you want you can quickly…

    File:

    "wp-content\plugins\ahmeti-wp-timeline\TimelinerJquery\js\timeliner.min.js"
    jQuery(document).ready(function() {
            jQuery.timeliner({
            expandAllText:timelinerTimelinerJsObject.ExpandAll,
            collapseAllText:timelinerTimelinerJsObject.CollapseAll
    });

    Please change the above code as follows.

    jQuery(document).ready(function() {
            jQuery.timeliner({
            expandAllText:timelinerTimelinerJsObject.ExpandAll,
            collapseAllText:timelinerTimelinerJsObject.CollapseAll,
            startState:"open"
    });

    Thank you very much….

    Plugin Author ahmeti

    (@ahmeti)

    This feature was added to version 4.0.

    Thank you,
    Ahmet

    Hello,

    OK 4.0 messed things up some.

    I’m getting an error when I go to settings and select ‘Expand All’ then try to ‘update’ …?

    also, what is “Admin Page Limit”?

    Also, I noticed it doesnt show my group List anymore, as well as my Event list when I select the appropriate Group?

    Fortunately the data/content is still in the database and displays in my post.

    Is it possible to just remove the expand/collapse altogether.

    I think the main feature I like is just the styling of the events by date …

    Plugin Author ahmeti

    (@ahmeti)

    Hi davyusa,

    Please check this option_name.

    table:wp_options
    option_name: AhmetiWpTimelineOptions
    value: {“DefaultSort”:”ASC”,”StartState”:”close”,”PageLimit”:30}

    If there is no please add manually.

    OK thanks, that fixed displaying the groups/events in the admin, but the StartState is still collapsed even though it says open?

    Plugin Author ahmeti

    (@ahmeti)

    Hi davyusa,

    This shows that the problem of the plugin installed incorrectly.
    Firstly, please remove the plug-in. And then send the file “ahmeti-wp-timeline” inside .zip into “/wp-content/plugins”. Go to Admin Panel > Plugins menu to activate plugin.

    Finally, press CTRL+F5 buttons and please remove Browser Cache.

    I hope, your problem will be solved.

    Hello.

    Every Update, the Dates of the Timeline are closed. And every Upade, i have to try to make Edits in the Code, cause i want, that all timelinedates are open by Default. I recognise, that are another comments here in the Forum of People, they have the same Problem.

    Dear ahmeti, is it possible to implement this function as default, that the datepoints are all open by Default? I Thing, the users prefer a Version, which is build with this function like that. Or what do you think?

    Kind regards, Jörg

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