Thread: Westminster New

Page 111 of 187 FirstFirst ... 1161101109110111112113121161 ... LastLast
Results 1,101 to 1,110 of 1865
  1. #1101
    Join Date
    Nov 2004
    Posts
    364
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    I would add a display:none; to the responsive_default.css file for the media query that is appropriate to the screen size for which you want to hide the categories tabs.

    Thanks,

    Anne
    Thanks Anne,

    As always, you're spot on! Added #menu{display:none;} to @media (min-width:980px) in responsive_default.css.

    CSS saves the day again!
    Experience is what you get when you don’t get what you want…

  2. #1102
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: Westminster New

    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:
    Code:
    <ul class="slimmenu" style="display: block;">
    which I couldn't not find.

    So I did this:
    Code:
    @media (min-width: 400px){
    .slimmenu{display:none; visibility: hidden;}
    
    }
    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).

    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

  3. #1103
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by lruskauff View Post
    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:
    Code:
    <ul class="slimmenu" style="display: block;">
    which I couldn't not find.

    So I did this:
    Code:
    @media (min-width: 400px){
    .slimmenu{display:none; visibility: hidden;}
    
    }
    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).

    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
    No, that is not best practice. Edit the responsive_default.css for media queries that effect devices that are not tablets or mobiles. The style should be on the #menu element

    Thanks,

    Anne

  4. #1104
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    No, that is not best practice. Edit the responsive_default.css for media queries that effect devices that are not tablets or mobiles. The style should be on the #menu element

    Thanks,

    Anne
    Thank you for the tips.

    Lruskauff

  5. #1105
    Join Date
    Oct 2014
    Location
    United Kingdom
    Posts
    24
    Plugin Contributions
    0

    Default Re: Westminster New

    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.

  6. #1106
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: Westminster New

    What error message do you get?

    Lruskauff

  7. #1107
    Join Date
    Oct 2014
    Location
    United Kingdom
    Posts
    24
    Plugin Contributions
    0

    Default Re: Westminster New

    The error is

    WARNING: An Error occurred, please refresh the page and try again.

  8. #1108
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by chrissyann View Post
    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.
    Look in your logs folder for errors and correct them.

    Thanks,

    Anne

  9. #1109
    Join Date
    Oct 2014
    Location
    United Kingdom
    Posts
    24
    Plugin Contributions
    0

    Default Re: Westminster New

    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.

    Name:  Screen Shot 2015-08-08 at 18.27.32.jpg
Views: 148
Size:  20.0 KB

  10. #1110
    Join Date
    Oct 2014
    Location
    United Kingdom
    Posts
    24
    Plugin Contributions
    0

    Default Re: Westminster New

    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

 

 

Similar Threads

  1. v155 Getting ajax error in v155 with v154 Westminster template
    By godt in forum General Questions
    Replies: 3
    Last Post: 11 Jul 2016, 12:41 AM
  2. v155 Getting ajax error in v155 with v154 Westminster template
    By MCS_Computers in forum General Questions
    Replies: 10
    Last Post: 21 Mar 2016, 03:58 PM
  3. v154 Modifying Top Menu - Westminster New
    By chelseaneedshelp in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Mar 2015, 04:28 PM
  4. Westminster New doesn't work on mobile phone
    By Pompidompie in forum Addon Templates
    Replies: 3
    Last Post: 26 Mar 2015, 10:34 PM
  5. v151 westminster new Share and Connect
    By Larry0652 in forum Addon Templates
    Replies: 8
    Last Post: 24 Oct 2014, 03:30 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR