Thread: Westminster New

Page 93 of 187 FirstFirst ... 43839192939495103143 ... LastLast
Results 921 to 930 of 1865
  1. #921
    Join Date
    Oct 2010
    Posts
    50
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    Using tables for layouts is a huge NONO with responsive design. You need to use something fluid like a <div> layout.
    Thanks,
    Anne
    Hi Anne and thanks for your reply which indicates the best way to proceed. If one is using EZ pages extensively - in my case I have about 100 such pages - I guess a <div> layout would best need to be built into an EZ pages plugin or such . .

    So I am sure with your vast experience and all the responsive design work you are doing that you will already have considered how best to use EZ pages within responsive. Can you indicate if this is an area you are working on, and does anyone else have further thoughts?

    Thanks
    Terry

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

    Default Re: Westminster New

    Quote Originally Posted by RedSpinnaker View Post
    Hi Anne and thanks for your reply which indicates the best way to proceed. If one is using EZ pages extensively - in my case I have about 100 such pages - I guess a <div> layout would best need to be built into an EZ pages plugin or such . .

    So I am sure with your vast experience and all the responsive design work you are doing that you will already have considered how best to use EZ pages within responsive. Can you indicate if this is an area you are working on, and does anyone else have further thoughts?

    Thanks
    Terry
    You can have any layout that you want in an ezpage, just don't use tables for layout ;) Tables should only be used for tabular data. See this for some responsive code ideas for layouts:

    http://bradfrost.github.io/this-is-r.../patterns.html

    Thanks,

    Anne

  3. #923
    Join Date
    Nov 2004
    Posts
    364
    Plugin Contributions
    0

    help question Re: Westminster New

    Another excellent template Anne!

    I've been adjusting the layout a bit and was hoping for a little help. I've enabled the right / left side boxes on the home page to make it 3 columns. I would now like to move the home page slideshow up above the side boxes and make it span the full with of the 3 columns. I also would like to pull the slideshow code out of the define_main_page and put it in one of the tpl files.

    Suggestions?
    Experience is what you get when you don’t get what you want…

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

    Default Re: Westminster New

    Quote Originally Posted by kwright View Post
    Another excellent template Anne!

    I've been adjusting the layout a bit and was hoping for a little help. I've enabled the right / left side boxes on the home page to make it 3 columns. I would now like to move the home page slideshow up above the side boxes and make it span the full with of the 3 columns. I also would like to pull the slideshow code out of the define_main_page and put it in one of the tpl files.

    Suggestions?
    I would move the call for the slide show to the tpl_header.php file.

    Thanks,

    Anne

  5. #925
    Join Date
    Nov 2004
    Posts
    364
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    I would move the call for the slide show to the tpl_header.php file.

    Thanks,

    Anne
    Yup, thanks Anne. Also tweaked the styles so it's centered with the width that I want and removed the rest of the banner code from define_main_page since I am not using it.
    Experience is what you get when you don’t get what you want…

  6. #926
    Join Date
    May 2006
    Location
    Chester, UK
    Posts
    99
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi Anne

    I hope you can help with this one, I've searched through the thread but couldn't find an answer (I will apologise if I have missed the answer somewhere!)

    On Mobile Views (mainly on Iphone4 and on my Galaxy S5 Mini) the 'Hamburger' Icon is not showing. I tested views using Firefox Web Developer (responsive design view), image attached shows the results of the Firefox testing and also a screenshot of my S5 Mini view.

    Name:  MobileView_800x426.jpg
Views: 215
Size:  53.0 KB

    As I mentioned, i've worked through the whole forum thread and applied any updated files etc.

    Many thanks

    Mark

  7. #927
    Join Date
    Oct 2014
    Location
    Jersey CI
    Posts
    6
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi

    I have downloaded and followed the process for adding files, however when I go to the admin screen to select the template, it is just blank, with no errors logged, can someone help me figure this out.

    I have done a new install of Zen cart 1.5.4
    running on php 5.3

    I have reloaded all the distribution files and they are fine but when I add the westminster template files this is when the admin side breaks

    Any help much appreciated

    Louise

  8. #928
    Join Date
    Oct 2014
    Location
    Jersey CI
    Posts
    6
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by flymo77 View Post
    Hi

    I have downloaded and followed the process for adding files, however when I go to the admin screen to select the template, it is just blank, with no errors logged, can someone help me figure this out.

    I have done a new install of Zen cart 1.5.4
    running on php 5.3

    I have reloaded all the distribution files and they are fine but when I add the westminster template files this is when the admin side breaks

    Any help much appreciated

    Louise
    I have reloaded the templates one by one to see which one killed the admin page and it seems to be the auto_loader script

    <?php
    if (!defined('IS_ADMIN_FLAG')) {
    die('Illegal Access');
    }

    $autoLoadConfig[999][] = array(
    'autoType' => 'init_script',
    'loadFile' => 'init_westminster_new.php'
    );

    I am not very good at php so does anyone know why it would be this that would kill the admin page...also can I install the template with out it?

    Thanks

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

    Default Re: Westminster New

    Quote Originally Posted by flymo77 View Post
    I have reloaded the templates one by one to see which one killed the admin page and it seems to be the auto_loader script

    <?php
    if (!defined('IS_ADMIN_FLAG')) {
    die('Illegal Access');
    }

    $autoLoadConfig[999][] = array(
    'autoType' => 'init_script',
    'loadFile' => 'init_westminster_new.php'
    );

    I am not very good at php so does anyone know why it would be this that would kill the admin page...also can I install the template with out it?

    Thanks
    What version of zen cart are you running?

    You can remove all of the installer files for the admin and install the sql manually.

    Thanks,

    Anne

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

    Default Re: Westminster New

    Quote Originally Posted by kwright View Post
    Yup, thanks Anne. Also tweaked the styles so it's centered with the width that I want and removed the rest of the banner code from define_main_page since I am not using it.
    Ok, great ;)

    Thanks,

    Anne

 

 

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