Well I figured it out partially before supper but see Anne beat me to it. Thank you. I actually put a media request into my stylesheet.css, which wouldn't work because it kept getting overwritten by an inline style piece of code:
which I couldn't not find.Code:<ul class="slimmenu" style="display: block;">
So I did this:
I just did the 400px to force it to enter that piece of code and added visibility to make it go away (but it still occupied space so I knew it wasn't the answer).Code:@media (min-width: 400px){ .slimmenu{display:none; visibility: hidden;} }
So Anne, if you have time to add (both learning questions)
1. Is it legit to add the media to the stylesheet or is it just nicer code to keep all the media in the responsive stylesheet?
2. You changed #menu, I changed #slimmenu, does it make a difference?
Thanks
lruskauff
I have a problem with my admin giving me a warning error message since installing this template last week, It would seem that this is because I originally did not install the template correctly, I have since tried to re-install but it has not fixed the problem with the admin. I have tried to search for a possible answer as too what I need to do to fix it but cannot find anything that helps. I think it may be a problem with the configure.php files in the includes and the admin includes folder but I am really not 100% sure if that is the case or even if there maybe any other file that should be fixed. I was hoping that someone may know which files i have to fix to get back into the admin.
What error message do you get?
Lruskauff
The error is
WARNING: An Error occurred, please refresh the page and try again.
I am not quite sure but from what I have read is that if I can get the banner problem fixed that should rectify my admin error, but I maybe wrong. I have attached a screenshot of the home page which shows the error I have with the install of the template. I dont know if that helps but willing to give what info is necessary to determine what I need to do. Sorry for being a pain, just want to find a way to fix it all.
![]()
Yes I have looked in the log files but there is no information to help with finding what the error could be,
This is the only error in the log
Duplicate entry 'configZenLightbox' for key 'page_key' :: INSERT INTO pht_admin_pages (page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order)VALUES
('configZenLightbox', 'BOX_CONFIGURATION_ZEN_LIGHTBOX', 'FILENAME_CONFIGURATION', CONCAT('gID=',@cgi), 'configuration', 'Y', @cgi); in /home3/**************/store/includes/classes/db/mysql/query_factory.php on line 120
Bookmarks