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/
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!
Hi, in which file I need to change that?
Thanks!
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]/
the problem is solved. I added 'boxes' in the "theme.php".
add_theme_support ('post-thumbnails', array ('post', 'page', 'portfolio', 'slideshow', 'boxes'));
;-)
Coding Our Web
Member
Plugin Author
Posted 1 year ago #
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...
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
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?
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.
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.
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..
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 ...
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();
tshepomk
Member
Posted 1 year ago #
tshepomk
Member
Posted 1 year ago #
Codingourweb thank you very much , check how i uses this plugin
http://www.blackwalk.co.za