• Resolved SiteSubscribe

    (@sitesubscribe)


    v2.253 upgrade causing errors in admin:

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘sa_register_settings’ was given in /home/wpmash/public_html/domain/wp-includes/plugin.php on line 403

    Warning: Cannot modify header information – headers already sent by (output started at /home/wpmash/public_html/domain/wp-includes/plugin.php:403) in /home/wpmash/public_html/domain/wp-content/plugins/slidedeck2-personal/lib/flash.php on line 63

    Warning: Cannot modify header information – headers already sent by (output started at /home/wpmash/public_html/domain/wp-includes/plugin.php:403) in /home/wpmash/public_html/domain/wp-content/plugins/slidedeck2-personal/lib/flash.php on line 63

    http://wordpress.org/extend/plugins/2046s-widget-loops/

    Feature Request: While I’m at it, it would be cool to have a drop-down of column choices (1, 2, 3, 4, 5) for how many columns to use rather than using Bootstrap css clase names and the like (for us non-hardcore developers).

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter SiteSubscribe

    (@sitesubscribe)

    also noticed I have v0.2472 on one site, and it is not triggering an update

    Plugin Author 2046

    (@o-o)

    the problem with the “sa_register_settings” will be gone in the next release 0.254 .. (gime few minutes)
    The strange behavior with update is strange I have the same problem,.. will look on that.

    Plugin Author 2046

    (@o-o)

    Fixed. The update should show up within 14 hours.
    The numbering was not correct, the only way out of that was to increasy the number so I wen to 1.0 🙂 to be sure.

    thanks for using this plugin.
    2046

    Thread Starter SiteSubscribe

    (@sitesubscribe)

    Hi. Just wanted to report back that all is working fine. Thanks!

    Feature Request:
    The only thing keeping me from using this plugin as my go-to plugin for listing posts… it would be great to have a drop-down of column choices (1, 2, 3, 4, 5) for how many columns to use rather than using Bootstrap css clase names and the like (for us non-hardcore developers). Each column would need a class assigned to it (like column1-3) so that we could customize the margins/padding.

    Plugin Author 2046

    (@o-o)

    Hmm
    first I’m glad it works.

    Second, about the columns.. this really depends on the scafold you have on your page.
    Say your web is 800px wide, so if you add to your CSS the width for each .post like
    .post{width:200px;float:left;}
    You’ll get nice 4 columns per row.
    This all depends and your css, You are not obliged to use Bootstrap, though if you do the web will be much smoother.. Yes I agree, not everybody make their website from scratch and so the bootstrap might be out of topic.
    There is no possible way to make what you want, because, if your post (each what ever you loop through) doesn’t fit to the whole website width, ..if it doesn’t have the right proportion so that 3,4 or five or how many objects fit in.. no select box will help.

    Anyway, just play with the CSS and I’m sure, you’ll get what you want.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: 2046's Loop widget] v2.253 upgrade causing errors in admin:’ is closed to new replies.