d3leinad
Forum Replies Created
-
Forum: Plugins
In reply to: [Breadcrumb NavXT] [Plugin: Breadcrumb NavXT] Breadcrumb font sizeHi mtekk,
Thanks for your reply.
We used the following code where we want the breadcrumb trail to appear.
<div class="breadcrumbs"> <?php if(function_exists('bcn_display')) { bcn_display(); }?> </div>
With the help of firebug, it’s reflected as a link but fronted it’s not.
Please advise.
Btw, do you have an email address we can contact you at?
Regards,
Daniel.Hi Marcus,
You’re a life saver. Thank you so much.
Much appreciated.
Take care.
Regards,
Daniel.Hi Marcus,
After adding the
if( class_exists( 'kdMultipleFeaturedImages' ) ) { kd_mfi_the_featured_image( 'featured-image-2', 'page' ); }
into my page.php. I get the following error.
`Warning: Missing argument 3 for kd_mfi_the_featured_image(), called in /xxx/xxx/public_html/local/wp-content/themes/1140FluidStarkers/page.php on line 45 and defined in /xxx/xxx/public_html/local/wp-content/plugins/multiple-featured-images/multiple-featured-images.php on line 369′
Please advice.
Thanks in advance.
Regards,
Daniel.Hi Marcus,
Please ignore my last post… finally got it.
Thanks for this!
Regards,
Daniel.Hi Marcus,
Thanks for your reply. Haven’t got past the first stage. LOL.
Things is, after placing the code in functions.php of my current theme, the ‘Featured Image 2’ box doesn’t show up in wp admin area.
Thanks in advance.
Regards,
Daniel.Hi marcus.kober,
Can’t seem to have the function displayed via the admin section after following your instructions.
Added the following code to functions.php of my current theme:
if( class_exists( 'kdMultipleFeaturedImages' ) ) { $args = array( 'id' => 'featured-image-2', 'post_type' => 'post', // Set this to post or page 'labels' => array( 'name' => 'Featured image 2', 'set' => 'Set featured image 2', 'remove' => 'Remove featured image 2', 'use' => 'Use as featured image 2', ) ); new kdMultipleFeaturedImages( $args ); }
Is there a step that I’m missing?
Hope to hear from you soon.
Regards,
Daniel.