• Resolved mymichael2

    (@mymichael2)


    Hello, I am using BuddyPress, with the Boss theme, and I have successfully created dynamic custom menus that I can (and have) inserted into a page using the shortcode.

    My problem is that the menus appear as a bullet list, as opposed to a graphic navigation menu. I have updated the CSS in the Boss child theme’s custom.css … None of the style scripts have taken. I went so far as to attempt the same using the child theme’s style.css, but there are no changes.

    It is as if the styling is being overridden somewhere. Any ideas? This is nearly perfect … an amazing plugin … But, obviously, I can’t have menus that look like they were created for a mid-90’s website. 😉

    I would provide a link to the page, but because the menu is dynamic (based upon logged-in user access) it is accessible only to subscribers.

    My shortcode arguments are: [menu theme_location=’membersmain’ ‘menu_class’=’Cwa-menu’] (this effectively brings in the bullet list … I have a few other Cwa menus set up for the same page.)

    My custom css targeting (extensive) is set up at the bottom of both my Boss child theme style.css and my custom.css.

    I’m wondering if, perhaps, I need to improve the shortcode arguments.

    https://wordpress.org/plugins/wp-custom-widget-area/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author krozero

    (@krozero199)

    Hello, have you already looked inside help tab ? http://screencast.com/t/1LSuRjiz and can you please confirm that you have applied class in shortcode and also check if that class is available in output? or may be some other css is forcing it. did you try adding !important at the end of css ie: list-style: none !important; ? tx!

    Thread Starter mymichael2

    (@mymichael2)

    Well, you’re good!

    It turns out that the plugin I’m using to generate dynamic links for BuddyPress members is altering the class ID (BuddyPress Direct Links) … Once I discovered that (by looking at the generated page’s source code), I was able to input the correct ID and “boom” my CSS took and the dropdown menu appeared beautifully.

    Thanks for an incredible plugin!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Menu Inserted in Page not Responding to CSS’ is closed to new replies.