Lost html in menu
Allen
Registered Users Posts: 10,013 Major grins
All of a sudden somethings that's been working from day one of migration months ago stopped working.
HTML in my menu is borked.
Using WebDev I removed all the CSS sections and didn't help.
Looks like somethings not right on Smugmug, please fix.
HTML in my menu is borked.
Using WebDev I removed all the CSS sections and didn't help.
Looks like somethings not right on Smugmug, please fix.
0
Comments
I looked, and that's what you entered in your nav bar for the link title, so that is what will be seen. Just go into your Customizer, and check the contents of your nav bar, and you'll see it. You can't enter html in those places.
Hope that helps!
Lindy
SmugMug Support Hero
Only changed today about 4:30pm CDST.
Are you saying this did not get changed today and it's not allowed?.
You can see the proof that it's been working.
Here's a screen shot of yesterdays. Bottom image shows color change in sub-menu.
These are all pieces of image I've posted on Dgrin.
My Website index | My Blog
My Website index | My Blog
This is conclusive proof that SM don't do proper regression testing when they change stuff.
Please fix it ASAP.
My Website index | My Blog
$= selects any attributes ending in the given value. There is also = for exact match, ^= for "begins with", and *= for "contains anywhere".
Please check out my gallery of customisations for the New SmugMug, more to come!
Each link ends with the page ID, should I use "contains" the niceName?
http://www.photosbyat.com/Public-Site-Index-NS2/n-6dSMX
.sm-page-widget-nav-toplink a[href*="/Public-Site-Index"] {color:gold;}
http://www.photosbyat.com/Family-Search/n-HSdkL
.sm-page-widget-nav-toplink a[href*="/Family-Search"] {color: #666; font-style:italic;}
Got this to work.
.sm-page-widget-nav-toplink a[href*="/Public-Site-Index"] {color:gold !important;}
.sm-page-widget-nav-toplink a:hover[href*="/Public-Site-Index"] {color:yellow !important;}
.sm-page-widget-nav-toplink a[href*="/Family-Search"] {color: #666; font-style:italic;}
Big relief, thanks
My Website index | My Blog
I had a two line Nav Bar, Each item had a japanese translation underneath it. I did this using s simple
tag. It worked perfectly until today!
What's the point in us spending hours & hours customizing our sites if at any time SM can change the rules & break it all??
PS if anyone knows of another way I can do this now that I can't use the BR tag anymore I'd love to know!
Thanks.
Maybe I'm just in a grumpy mood tonight but I find this change really annoying. If SM are having to make changes like this now, over 2 months after release then it just seems to me that this is another example of what they originally released was a beta product. I had a perfectly working Nav bar looking the way I wanted it to look, now it looks like crap & I have to spend more of my time trying to figure out another way to recreate what I had. What else are we using now that could go away at any moment?
That's just idle speculation, because I never tried HTML out in links myself and don't know if there was a hole there.
Please check out my gallery of customisations for the New SmugMug, more to come!