• Resolved Karalius

    (@karalius)


    Hello,
    i activated the plugin, i use newest WP. 3.03 or whatever now it is :), but theres no Slide menu in dashboard. I want to use it as widget – so, the widget exists – but as i said – there is no place, where i could add those slides, causo no menu group in dashboard 🙁

    could it be some conflict with theme? i use BluoBubble. or should i add some code somewhere in theme? bus as i watched/readed tutorials – i kinda dont have to, especially, if im using them as a widget

    Thanks for answers in advance

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Yes, it is the theme that is breaking the Slides menu, if you switch to a different theme you’ll see that it works fine.

    I couldn’t fnd any info about BlueBubble, but I’d be wary about using a theme that has such a blatant copy of the WooThemes settings panel!

    Thread Starter Karalius

    (@karalius)

    well, they don’t hide that, they say thats its (that panel) based on woo design
    well, i couldn’t find better theme, i have strange requirements 🙂 i tried, ie PremiumNews from woo, but no, not suited for me 🙂

    anyway, thanks for so fast answer 🙂

    thats trey site if something 🙂 http://bluebubble.dosmundoscafe.com/free-theme-bluebubble-v3-0/

    Plugin Author Josh Leuze

    (@jleuze)

    Check out line 546 of your theme’s functions.php file:

    add_menu_page('BlueBubble Options', $themename, 'administrator',basename(__FILE__),'mytheme_admin', get_bloginfo('template_url'). '/includes/images/bb-admin-icon.png', 26);

    The last parameter of the add_menu_page function is the position. If you don’t specify a position, WordPress assigns one, and 26 happens to be the position that the Slides menu has been assigned to.

    You can either change the position to 27 to bump it down, or remove it so that WordPress assigns the position:

    add_menu_page('BlueBubble Options', $themename, 'administrator',basename(__FILE__),'mytheme_admin', get_bloginfo('template_url'). '/includes/images/bb-admin-icon.png');
    Thread Starter Karalius

    (@karalius)

    wow, it works 🙂
    thank you very much

    Plugin Author Josh Leuze

    (@jleuze)

    No problem Karalius!

    Thread Starter Karalius

    (@karalius)

    its really beautiful, that you answer so fast 🙂
    thats how support should be, really 🙂
    well, not to mention, but there really are “issues”, where you can wait for the answer months… 🙂

    ok, happy new year and good luck!:)

    Plugin Author Josh Leuze

    (@jleuze)

    I know what you mean Karalius, it can be tough to get support sometimes. You have a great new year too!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Meteor Slides] no Slides menu in dashboard’ is closed to new replies.