Page 4 of 96 FirstFirst ... 234561454 ... LastLast
Results 31 to 40 of 953
  1. #31
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,221
    Plugin Contributions
    1

    Default Re: Winchester Responsive

    Quote Originally Posted by picaflor-azul View Post
    This template is using a php mobile detect script to recognize devices and deliver the appropriate layout to that device. When a device is not detected, which happens on a desktop, or on these windows tablets the fall back responsive_default.css stylesheet is served. I did not spend a lot of time on the responsive_default.css as a large majority of devices will work correctly and have the appropriate layout served to them. If you want to view the tablet layout on a desktop you can use the url:

    http://www.zenlyzen.com/responsive-z..._mode=isTablet

    and if you want to view the mobile layout on the desktop you can use:

    http://www.zenlyzen.com/responsive-z..._mode=isMobile

    then you can resize your window to the device width to view portrait or landscape layouts.



    Thanks,

    Anne
    Thanks for the explanation of how the stylesheets are structured and selected. Knowing what css file does what, I can make those edits, I'm sure.

    Cheers

    Simon

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

    Default Re: Winchester Responsive

    Quote Originally Posted by simon1066 View Post
    Thanks for the explanation of how the stylesheets are structured and selected. Knowing what css file does what, I can make those edits, I'm sure.

    Cheers

    Simon
    You can also see the DIY Responsive Template Default package and readme as this is what I used to build the templates.

    Thanks,

    Anne

  3. #33
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Anne,

    I don't know what it is, but on your demo in Chrome and Firefox I only get the homepage as Winchester Responsive. Any page after that goes to the classic default template.

    My IE9 hangs on to Winchester, but in the messed-up compatability mode thing we already went over.

    If others don't have this problem with Chrome and Firefox then I guess it must be my machine...a real possibility.
    Steve
    prommart.com

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

    Default Re: Winchester Responsive

    Quote Originally Posted by SPH View Post
    Anne,

    I don't know what it is, but on your demo in Chrome and Firefox I only get the homepage as Winchester Responsive. Any page after that goes to the classic default template.

    My IE9 hangs on to Winchester, but in the messed-up compatability mode thing we already went over.

    If others don't have this problem with Chrome and Firefox then I guess it must be my machine...a real possibility.
    Sorry about that. I am working on this. It is being caused by the template switcher. It has to do with cookies. It is working for me in chrome and firefox but I have seen the problem popup intermittently.

    Thanks,

    Anne

  5. #35
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Winchester Responsive

    Quote Originally Posted by picaflor-azul View Post
    Sorry about that. I am working on this. It is being caused by the template switcher. It has to do with cookies. It is working for me in chrome and firefox but I have seen the problem popup intermittently.

    Thanks,

    Anne
    When I navigate to ANY other page in the demo I am taken to the Classic template.. Using Firefox.. lastest version..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

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

    Default Re: Winchester Responsive

    Quote Originally Posted by DivaVocals View Post
    When I navigate to ANY other page in the demo I am taken to the Classic template.. Using Firefox.. lastest version..
    Thanks for posting. Yes, I am working on this. Can you use the template switcher sidebox to switch back to the Winchester Responsive template?

    Thanks,

    Anne

  7. #37
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Winchester Responsive

    Quote Originally Posted by picaflor-azul View Post
    Thanks for posting. Yes, I am working on this. Can you use the template switcher sidebox to switch back to the Winchester Responsive template?

    Thanks,

    Anne
    Ahhhh.. that did the trick.. now I can see the rest of this template.. Thanks..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #38
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Winchester Responsive

    Anne, I'm loving it so far
    Could you explain what/where the CSS code is to control the change on hover for the category image backgrounds please? I'd love to try that same hover effect in action on Stirling Grand.
    Last edited by picandnix; 9 May 2014 at 07:56 PM.

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

    Default Re: Winchester Responsive

    Quote Originally Posted by picandnix View Post
    Anne, I'm loving it so far
    Could you explain what/where the CSS code is to control the change on hover for the category image backgrounds please? I'd love to try that same hover effect in action on Stirling Grand.
    If you look at the stylesheet.css file look at line 341 and 342 ;) It is using a css transition.

    Thanks,

    Anne

  10. #40
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Winchester Responsive

    There are quite a few differences between the includes\classes\split_page_results.php file and the default one for Zen Cart v1.5.1.. As there are no code comments present, I am not sure which of these changes are related to one of the bundled modules.. Can you provide some insight as to what the changes are and for which bundled module do they relate to??

    Just taking a guess it looks like these are the some of the changes made.. Not sure if the rest are differences between Zen Cart versions or other changes that are a result of template related mods..

    Lines 44-48
    Code:
        if ($page == 'all') {
          $this->page_all = true;
          $override = $db->Execute($query);
          $max_rows = $override->RecordCount();
        }
    Lines 108-111
    Code:
        if ((!$this->page_all) && ($this->number_of_pages > 1)) $display_links_string .= '<a href="' . zen_href_link($_GET['main_page'], $parameters . $this->page_name . '=' . 'all', $request_type) . '" title=" ' . SHOW_ALL_TITLE . ' ">' . SHOW_ALL_BUTTON . '</a>&nbsp;&nbsp;&nbsp;&nbsp;';
        elseif ($this->page_all) $display_links_string .= '<a href="' . zen_href_link($_GET['main_page'], $parameters, $request_type) . '" title=" ' . SHOW_PAGEVIEW_TITLE . ' ">' . SHOW_PAGEVIEW_BUTTON . '</a>&nbsp;&nbsp;';
    Lines 125-132
    Code:
        // page nn button - visa inte om alla sidor visas
        if (!$this->page_all) {
        for ($jump_to_page = 1 + (($cur_window_num - 1) * $max_page_links); ($jump_to_page <= ($cur_window_num * $max_page_links)) && ($jump_to_page <= $this->number_of_pages); $jump_to_page++) {
          if ($jump_to_page == $this->current_page_number) {
            $display_links_string .= '&nbsp;<strong class="current">' . $jump_to_page . '</strong>&nbsp;';
          } else {
            $display_links_string .= '&nbsp;<a href="' . zen_href_link($_GET['main_page'], $parameters . $this->page_name . '=' . $jump_to_page, $request_type) . '" title=" ' . sprintf(PREVNEXT_TITLE_PAGE_NO, $jump_to_page) . ' ">' . $jump_to_page . '</a>&nbsp;';
          }
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 4 of 96 FirstFirst ... 234561454 ... LastLast

Similar Threads

  1. v154 Winchester Black Responsive Template
    By picaflor-azul in forum Addon Templates
    Replies: 497
    Last Post: 24 Apr 2023, 09:29 PM
  2. v155 Winchester Black responsive - looking for Social media icon flexible footer fix
    By MattA66 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 Jun 2021, 05:34 PM
  3. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  4. v154 Where do I find the images for sliders, using Winchester Responsive Black
    By zbdude in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Apr 2016, 12:00 AM
  5. v153 Winchester Responsive - Trouble resizing carousel size?
    By hols.club in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Nov 2014, 05:09 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