Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author Coding Our Web

    (@codingourweb)

    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!

    Thread Starter raikit

    (@raikit)

    Hi, in which file I need to change that?

    Thanks!

    Plugin Author Coding Our Web

    (@codingourweb)

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

    Thread Starter raikit

    (@raikit)

    the problem is solved. I added ‘boxes’ in the “theme.php”.

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

    ??

    Plugin Author Coding Our Web

    (@codingourweb)

    Great job!

    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…

    Plugin Author Coding Our Web

    (@codingourweb)

    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

    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?

    Plugin Author Coding Our Web

    (@codingourweb)

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

    Plugin Author Coding Our Web

    (@codingourweb)

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

    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..

    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 …

    Plugin Author Coding Our Web

    (@codingourweb)

    @tshepomk

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

    Thanks will look @ it..

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

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘[Plugin: Boxer] A fine plugin! But a few questions!’ is closed to new replies.