Results 1 to 10 of 496

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Dover Fine Responsive Template

    Probably obvious, but just in case: this is the only one I really need an answer for.

    Quote Originally Posted by swguy View Post
    Turning on items in the centerbox on the home page (for example, Admin->Layout Settings->Categories - Always Show on Main Page or Admin->Configuration->Index Listing->Show Featured Products on Main Page - Category with SubCategories) overwrites the left menu on desktop - adjustment needed to the css? (Works ok on mobile.)
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

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

    Default Re: Dover Fine Responsive Template

    Quote Originally Posted by swguy View Post
    Probably obvious, but just in case: this is the only one I really need an answer for.
    Do you want the center box items to show on top of the background slide show or below it?

    Thanks,

    Anne

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

    Default Re: Dover Fine Responsive Template

    Quote Originally Posted by swguy View Post
    Probably obvious, but just in case: this is the only one I really need an answer for.
    If you want the center content to be on top of the background slide show, in responsive_default.css you need to change this:

    Code:
    margin-left: 0;
    to this:

    Code:
    margin-left: 0;
    position: relative;
    z-index: 11;

    Thanks,

    Anne

  4. #4
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Dover Fine Responsive Template

    I don't use the slideshow - I just wanted the centerbox content to be to the right of the menu. As you suggested I changed responsive_default.css from

    [class*="col"]{margin-left:0;}

    to

    [class*="col"]{margin-left:0;
    position: relative;
    z-index: 11;
    }

    and it worked a treat! Thanks so much.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

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

    Default Re: Dover Fine Responsive Template

    Quote Originally Posted by swguy View Post
    I don't use the slideshow - I just wanted the centerbox content to be to the right of the menu. As you suggested I changed responsive_default.css from

    [class*="col"]{margin-left:0;}

    to

    [class*="col"]{margin-left:0;
    position: relative;
    z-index: 11;
    }

    and it worked a treat! Thanks so much.
    No problem ;) Thank you for posting the code improvements. I really appreciate it!

    Thanks,

    Anne

  6. #6
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Dover Fine Responsive Template

    LOL speaking from experience: every FAQ entry you add to your docs makes supporting your work easier. "See the FAQ!" is something I love writing. :)
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #7
    Join Date
    Apr 2015
    Location
    United States
    Posts
    15
    Plugin Contributions
    0

    Default Re: Dover Fine Responsive Template

    Help with Shifting Page Content in Tablet Mode...

    Anne,

    I don't know if you can help, but it seems as though I have done something to cause the main page info to start shifting down underneath the left-menu now in tablet view. It is doing this on both my ACER tablet and my IPAD... (Normal Computer view is still fine)

    2015-05-13 23.49.06.png

    The test site is here if you want to see live..
    h t t p://juliescrossstitch.com/ZenCart154/index.php?main_page=shopping_cart

    Maybe somewhere in the CSS docs having to do with section width??

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

    Default Re: Dover Fine Responsive Template

    [QUOTE=Andy_M;1282040]Help with Shifting Page Content in Tablet Mode...

    Anne,

    I don't know if you can help, but it seems as though I have done something to cause the main page info to start shifting down underneath the left-menu now in tablet view. It is doing this on both my ACER tablet and my IPAD... (Normal Computer view is still fine)

    2015-05-13 23.49.06.png

    The test site is here if you want to see live..
    h t t p://juliescrossstitch.com/ZenCart154/index.php?main_page=shopping_cart


    I would recommend back tracking through your modifications until you find the one that broke the responsive layout.

    Thanks,

    Anne

 

 

Similar Threads

  1. v154 dover fine - removing links
    By simon3215 in forum Addon Templates
    Replies: 8
    Last Post: 3 Oct 2018, 03:42 AM
  2. v154 Best Responsive Template
    By martynbaker52 in forum General Questions
    Replies: 4
    Last Post: 12 Sep 2015, 02:35 AM
  3. v154 Dover Fine configuration
    By tuborg in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Feb 2015, 02:27 PM
  4. v154 Using Dover Fine & Image Handler 4
    By wlamoreaux in forum General Questions
    Replies: 1
    Last Post: 28 Jan 2015, 11:17 PM
  5. v151 responsive template problems
    By irishshopper in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 May 2014, 07:11 AM

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