Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hello!

    Try to assign fixed width to widget container class:

    .widget {
    width: 220px;
    margin: 0 0 20px;
    border-bottom: 15px double #16a085;
    font-size: 14px;
    }

    Thread Starter vdl

    (@dellalibera)

    Improved! But on loading the page it does not get fixed, a few seconds later it goes to his place. Any idea?

    Thank you!

    Plugin Contributor Max Bond

    (@max-bond)

    I think the problem is in sidebar toggle script shipped with theme.
    It does manipulations with sidebar on page load, my plugin needs time to reflect them (you see widget jumping).
    Try to disable sidebar toggle script… But result may be unexpected

    Thread Starter vdl

    (@dellalibera)

    Hi Max,

    I disabled the Flare Plugin, the problem persists. Your script could do the loading with the invisible widget and when it finishes stay visible?

    Greet

    Plugin Contributor Max Bond

    (@max-bond)

    It’s not Flare plugin.
    I am talking about this functions:
    https://voadora.com/vinicius/wp-content/themes/writr/js/writr.js

    Some of them do manipulations with site layout… I don’t know what will happen if you swith off this file )

    Your script could do the loading with the invisible widget and when it finishes stay visible?

    No, that’s not possible

    Thread Starter vdl

    (@dellalibera)

    writr.js to rename the writr.js-widgets are not loaded without it. What can I put inside your plugin to be loaded first, this could solve?

    Plugin Contributor Max Bond

    (@max-bond)

    The problem is not in scripts load order.
    Looks like this theme just not compatible with the plugin…

    Thread Starter vdl

    (@dellalibera)

    I contacted the support template, I need to know what the problem is theme to know what I need to customize in order to use the plugin. Could you tell me what needs to be changed for me to try a fix?

    Plugin Contributor Max Bond

    (@max-bond)

    Hello!

    This is difficult question.
    As I told you before, functions in this file https://voadora.com/vinicius/wp-content/themes/writr/js/writr.js do manipulations with site layout (thats why we see widget jumping). This functions looks essential for theme functionallity.
    I don’t know what will happen if you completely disable them (but I am not expecting good results). I don’t see reasonable way to optimize this theme for my plugin… That’s why I think they are not compatible!..

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘messy text input form no’ is closed to new replies.