• Hi!

    After activating this widget, appaerance->widgets is not working properly, only askimet widget appears, and there isn’t any place to drop it. It can’t be drag and dropped, when I click on the askimet widget the text is selected.

    If dp-widgets-plus is deactivated, the thing works again.

    I have a big problem, since I would love to be able to use this widget.

    Any help please?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author cloudstone

    (@cloudstone)

    Hi!

    Please activate it again, and view the source code of your Appearance->widgets pages, check whether it contains any error tips.

    Thread Starter boost2029

    (@boost2029)

    Hi cloudstone!

    Thanks much for your help 🙂

    Yes, looking at the source code of Appearance->widgets, it seems something is worng. My proglem is I can’t figure out what causes it, even under thread of violence.

    This is Appearance->widgets source code when dp-widgets-plus is activated, and this when it’s deactivated.

    Please let me know if I can do anything to help you help me!

    Plugin Author cloudstone

    (@cloudstone)

    Your source code doesn’t has any error tips, so I also can’t figure out what causes it.

    I’m tested it again with WP 3.1 and Akismet 2.5.3, it working well.

    You can do following things to help me:
    1. What’s your Akismet version?
    2. Deactivate Akisment, then check whether Appearance->widgets is working?
    3. define WP_DEBUG to true in wp-config.php, and view source code of widgets page again, check whether any error tips appears.

    Thread Starter boost2029

    (@boost2029)

    *this post is being edited*
    I have last versions of both wordpress and askimet.

    When all widgets are activated and askimet deactivated, happens the same, only that a few more widgets are displayed at Appearance->widgets. Image, source code. These are the reported errors (a few in spanish, sorry):

    Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in /hermes/bosweb/web278/b2784/d5.boostnet/public_html/_eldeleite.es/wp-includes/functions.php on line 3389
    
    Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /hermes/bosweb/web278/b2784/d5.boostnet/public_html/_eldeleite.es/wp-includes/functions.php on line 3303
    
    Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /hermes/bosweb/web278/b2784/d5.boostnet/public_html/_eldeleite.es/wp-includes/functions.php on line 3303
    
    Notice: has_cap fue llamado con un argumento que está obsoleto desde la versión 2.0! El uso de niveles de usuarios por plugins y temas está obsoleto. Usa los perfiles y capacidades en su lugar. in /hermes/bosweb/web278/b2784/d5.boostnet/public_html/_eldeleite.es/wp-includes/functions.php on line 3387
    
    Notice: has_cap fue llamado con un argumento que está obsoleto desde la versión 2.0! El uso de niveles de usuarios por plugins y temas está obsoleto. Usa los perfiles y capacidades en su lugar. in /hermes/bosweb/web278/b2784/d5.boostnet/public_html/_eldeleite.es/wp-includes/functions.php on line 3387

    If dp-widgets-plus is activated, and the rest deactivated, the thing works perfect. Image, source code.

    Thread Starter boost2029

    (@boost2029)

    *this post if being edited*
    Wow, the editing timeout expired.

    Here is the rest of the post:

    I have noticed -dunno if matters- that when dp-widgets-plus is activated, the arrow that lets you open the menus can’t be clicked, you need to click at the menu caption to get it opened. I can’t explain myself better, maybe this image helps to understand what I mean.

    Thread Starter boost2029

    (@boost2029)

    whats wrong with the timeout? It would be great to have a preview button.

    final post:

    I have noticed that if only DP Widgets Plus and jetpack are activated everything works ok, and that if only DP Widgets Plus and quotes collection are activated, the error accurs.

    I hope the information provided may be helpfull!

    Plugin Author cloudstone

    (@cloudstone)

    Hi, boost!
    Big thanks for your help. please open the file dp-widgets-plus.php in this plugin folder, find the following code:
    add_filter('sidebar_admin_setup', array(&$this, 'sidebar_admin_setup'));
    add comment with it like this:
    // add_filter('sidebar_admin_setup', array(&$this, 'sidebar_admin_setup'));

    then check widgets.php again.

    Thread Starter boost2029

    (@boost2029)

    OH JESUS IT WORKS!!! 😀

    You are the man. And I’m your fan 🙂

    All widgets that come by default with WP, and the ones I have installed have the DP Widget Plus “box” inside them, minus Askimet (no problem I don’t use it) and “quotes collection” widget, witch I like to use.

    I guess it is not possible to get quotes collection widget compatible with DB Widget Plus, right?

    A few more questions: how can one apply styles to the subtitles text? Where should I to store the icon image? How can I reference it?

    Sorry for asking things that may be obvious (sure). I am the most rookie of the rookies.

    Huge thanks and keep up the good work!

    Plugin Author cloudstone

    (@cloudstone)

    Ideally all widgets used new Widget API ‘WP_Widget’ since WP 2.8. DP Widgets Plus will works well for these widgets.

    Sometimes they are not, for example ‘quotes collection’ and ‘akismet’. For these widgets, DP Widgets Plus should have been compatible.

    In fact, I’m tested Quotes Collection and Akismet with DPWP on localhost and my online website, it completely compatible with DP Widget Plus.

    I’m not sure what cause you. So, remove compatible for old widgets is a faster solution.

    To further investigate the cause, if there is possible login to your WP admin, maybe can fix it. you can email login info to my email: dedepress@gmail.com.

    how can one apply styles to the subtitles text?

    you can style output by DP Widgets Plus with these css classnames:

    .widget-icon{}
    .widget-icon img{}
    .widget-title{}
    .widget-main-title{}
    .widget-sub-title{}
    .widget-footer{}
    .widget-footer a{}

    Where should I to store the icon image?

    You can store image to anywhere, e.g. upload image use built-in Media upload. for sub icon field in DP Widgets Plus, just copy and paste the image url to it.

    Thread Starter boost2029

    (@boost2029)

    Hi again, cloudstone!

    I’m sending login info, it’s so great to get that much help, thanks a lot!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘appaerance->widgets not working after dp-widgets-plus is activated’ is closed to new replies.