Forums

WP Boxer
[resolved] [Plugin: Boxer] A fine plugin! But a few questions! (16 posts)

  1. raikit
    Member
    Posted 1 year ago #

    Hello, a fine plugin! - If I have a new "box" edit, I can not select a feature image. The selection box for the feature image is not displayed to me. Or should one image can be directly added as a Aritikel (Post)? The image frame does not work for me. Thanks for the help!

    raikit

    http://wordpress.org/extend/plugins/boxer/

  2. Coding Our Web
    Member
    Plugin Author

    Posted 1 year ago #

    Hi Raikit,
    Had the same problem with a theme named uDesign. Seems the theme had explicitly set:

    if ( function_exists( 'add_theme_support' ) ) {
        add_theme_support( 'post-thumbnails', array('post', 'page') );
    }

    After I replaced this with:

    if ( function_exists( 'add_theme_support' ) ) {
        add_theme_support( 'post-thumbnails' );
    }

    everything worked fine!

  3. raikit
    Member
    Posted 1 year ago #

    Hi, in which file I need to change that?

    Thanks!

  4. Coding Our Web
    Member
    Plugin Author

    Posted 1 year ago #

    Depends on your theme. Usually it's functions.php in /wp-contents/themes/[your-theme]/

  5. raikit
    Member
    Posted 1 year ago #

    the problem is solved. I added 'boxes' in the "theme.php".

    add_theme_support ('post-thumbnails', array ('post', 'page', 'portfolio', 'slideshow', 'boxes'));

    ;-)

  6. Coding Our Web
    Member
    Plugin Author

    Posted 1 year ago #

    Great job!

  7. vukodlak
    Member
    Posted 1 year ago #

    I don't know where exactly to put your shortcode.
    I'm a true beginner and could you please guide me step by step. I use Chameleon theme.
    I did all the steps until this one:
    Add the following shortcode: [box set="box-set-1"]
    Thank you...

  8. Coding Our Web
    Member
    Plugin Author

    Posted 1 year ago #

    You can add the shortcode to your posts, pages, text widgets or wherever you see fit.

    Just create a new page and add the shortcode in the content area. Save it and view it!

    Good luck

  9. mgizmo
    Member
    Posted 1 year ago #

    I have an issue with this nice plugin. I'm also using the theme uDesign (don't know if it is related).
    If I use the shortcode within a post, the box will always appear above all text, eventhough i'd pasted the shortcode below the content of the page.

    Is this behaviour normal? Can i change this somewhere within the code?

  10. Coding Our Web
    Member
    Plugin Author

    Posted 1 year ago #

    @mgizmo
    Hmmm, could be a bug. I'll check it out and get back to you.

  11. Coding Our Web
    Member
    Plugin Author

    Posted 1 year ago #

    @mgizmo
    Found it. A bug indeed! Thanks for noticing.
    Just uploaded v1.03 to repository.

  12. tshepomk
    Member
    Posted 1 year ago #

    Thank you for this plugin, is the best thing ever , unfortunately is not working for me. Codingourweb, please help, it doesn't display anything... with [box set="box-set-1"] please help..

  13. tshepomk
    Member
    Posted 1 year ago #

    Content Encoding Error
    The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
    thats what i get ...

  14. Coding Our Web
    Member
    Plugin Author

    Posted 1 year ago #

    @tshepomk

    Try replacing
    ob_start("html");
    in line 84 of /boxer/classes/box.class.php so that it only displays
    ob_start();

  15. tshepomk
    Member
    Posted 1 year ago #

    Thanks will look @ it..

  16. tshepomk
    Member
    Posted 1 year ago #

    Codingourweb thank you very much , check how i uses this plugin
    http://www.blackwalk.co.za

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic

Tags