[Pro] WebYep Menu Styler problem

I don’t seem to be able to get the WebYep css menu styler to work, it’s having no effect at all.

I’ve used the styler on static in-line constructed sites before without any issue but this site is built with Backdraft 2.0 - I don’t know if there is some compatibility issue with BD & WebYep?

Thanks

Steve

http://94.136.40.103/~cheaper-school-prospectus.co.uk/wgsp/goodpractice.php


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi steve thats
there needs to be a div around the menu called MyMenu.
just add a normal html item as an inline in place of the webyep menu , then apply the webyep menu to that and make sure its called MyMenu within the inspector palette
speak soon max


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Max, it works a treat now - I was beginning to pull my hair out!

I did put on a seperate thread another webyep question that I wondered if you would be able to help me out on: http://freewaytalk.net/thread/view/157998

I can’t get the vert alignment of the rich text item to be the same as other items??

Cheers for the help!

Steve


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Steve that will most probably be because the rich-text adds a paragraph tag around any text
Which editor are you using … CkEditor or TinyMCE?
speak soon max


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Using tinyMCE - on the other pages with the same issue I’ve just added a 15px padding to the top of the non-rich text items to bring them in line; it works but I guess it’s not ideal.

Cheers

Steve


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

ok you need to create a special style sheet for Tinymce and then add the location of that style sheet within the wy-richtext action palette
In that style sheet you need to add these styles

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child { margin-top:0px }

This should then remove the initial space above the first item within the richtext area

max


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options