Re: Support for CSS Flyout Menu
Hi,
I am having a bit of trouble installing this mod. I have transferred the "includes" folder with the CUSTOM renamed to the template I am using. All the files seem to be in the right place, but the categories_css doesn´t show up as an option in Admin.
Any ideas what I may have done wrong?
Re: Support for CSS Flyout Menu
It's not showing up in Admin>Tools>Layout Boxes Controller at all?
Re: Support for CSS Flyout Menu
Nope. I tried to experiment and rename the categories_css to categories.php and the categories tabs changed to what I guess is the flyout default look, but none of the flyout-functions, and now the products in the categories don´t show. So I have reset it.
I have installed the Norwegian language pack, other than that nothing too special.... Here is my site:
http://godpåbunn.no/
Thanks,
Kristian
Re: Support for CSS Flyout Menu
Okay. Let's do a double-check of your files to make SURE they're in the correct place............
includes/classes/categories_ul_generator.php
includes/modules/sideboxes/black_pure_free/categories_css.php
includes/templates/black_pure_free/css/stylesheet_categories_menu.css
includes/templates/black_pure_free/sideboxes/tpl_categories_css.php
If those files are in the correct directories, it should show up in your Layout Boxes Controller.
Re: Support for CSS Flyout Menu
Great, thanks!
For some reason what should be "includes/modules/sideboxes/black_pure_free/categories_css.php" was still "includes/modules/sideboxes/CUSTOM/categories_css.php" Now it seems to work -but the original design is gone for the categories menu :dontgetit a quick fix to keep the original background gifs for the menu header?
Thanks a bunch,
Kristian
Re: Support for CSS Flyout Menu
Sorry, didn´t realize that the categories_css is a whole new menu. Any quick and convenient way to copy/paste the settings from my "categories" to my "categories_css" to make the new one blend in with rounded corners and so on?
Thanks a lot for your great add-on :-)
Kristian
Re: Support for CSS Flyout Menu
Kristian,
In includes/templates/black_pure_free/css/stylesheet_categories_menu.css, overwrite the first 4 blocks of code in there with the below:
Code:
#categoriescss.leftBoxContainer {
background: #f7f7f7;
width: 150px;
padding-bottom: 10px;
}
#categoriescssHeading.leftBoxHeading {
background-color: #f7f7f7;
}
#nav-cat {
width: 149px;
margin: 0 0 0 0px;
background-color: #fff;
font-weight:bold;
border: 1px solid #e6e6e6;
}
#nav-cat ul {
margin: 0;
padding: 0;
width: 149px;
background-color: #6495ed;
}
Re: Support for CSS Flyout Menu
Thanks. In that folder I don´t have "stylesheet_categories_menu.css"
I have 4 files:
CSS_read_me.txt
print_stylesheet.css
stylesheet_css_buttons.css
stylesheet.css
Am I missing something?
Thanks,
Kristian
Re: Support for CSS Flyout Menu
No, it's in there........look again.........if it wasn't in there, I couldn't see it with the Web Developer Tools OR see it in the View Source.
includes/templates/black_pure_free/css/stylesheet_categories_menu.css
Re: Support for CSS Flyout Menu
Thank you so much! Of course it was there...just me looking in the wrong place. Looks great now. Coffee coming your way:smile:
Kristian