effevee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Change Category priority/order in breadcrumbHi rjaeckel,
I had more or less the same problem on my website. It’s a blog about my travels (in dutch).
I wanted to add 2 levels of categories to my posts : level 1 with the kind of travel (tour, citytrip, walking, cycling,…) and level 2 with the destination (europe, africa, asia, north america, …)
I also wanted the level 1 categories to display first in the breadcrums and meta information, followed by the level 2 categories.The only workaround I found was to put a dot (.) in the level 1 category names (.tour, .citytrip, …) so that they would always be alphabetically before the level 2 categories without the dots. I know it’s not particularly elegant, but it works.
Greetz,
Effevee
Hi d4z_c0nf,
You’re the man, problem solved 🙂
Thanks a million !Kind regards,
EffeveeForum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Carousel Title CSSOk,
Tested further and found this works ok for me 🙂
.su-carousel-slide-title {font-size: 20px !important; text-align: center;}Effevee
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Carousel Title CSSHi CYBERsprout,
I don’t know why the font-size doesn’t work, it does with my su_carousel slides. I suggest you use the text-align property to center the title.
.su-carousel-slide-title {font-size: 20px; text-align: center;}HTH
Effevee
Forum: Themes and Templates
In reply to: [Customizr] css customizations not working in child themeHi,
I have found the problem. To document my modifications in style.css I was using double slashes // instead of /* comment */. Stupid rookie mistake from one still leaning the magic of css.
After correcting this, all worked as designed 🙂
Thanks for the reply.
Effevee