Page 35 of 50 FirstFirst ... 25333435363745 ... LastLast
Results 341 to 350 of 496
  1. #341
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,694
    Plugin Contributions
    123

    Default Re: Dover Fine Responsive Template

    Thank you so much!
    That Software Guy. My Store: Zen Cart Modifications
    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. #342
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,694
    Plugin Contributions
    123

    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 Modifications
    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.

  3. #343
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    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

  4. #344
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    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

  5. #345
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,694
    Plugin Contributions
    123

    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 Modifications
    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.

  6. #346
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    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

  7. #347
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,694
    Plugin Contributions
    123

    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 Modifications
    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.

  8. #348
    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??

  9. #349
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    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

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

    Default Re: Dover Fine Responsive Template

    Thanks.. I found it.

    Had a <b> without a </b> in my modified
    blank_sidebox_defines.php file.

    in case anyone wants it.. I have added Login-My Account-Contact Us links in the side menu under the Social Media icons...
    Untitled.jpg

    by changing the file
    /includes/languages/english/extra_definitions/dover_fine/blank_sidebox_defines.php

    file to be...

    Code:
    define('BOX_HEADING_BLANK_SIDEBOX', 'Blank Sidebox Header');
    if ($_SESSION['customer_id']) {
      define('TEXT_BLANK_SIDEBOX', 
           '<a href="https://www.facebook.com/pages/XXXXXXXXX" target="_blank"><i class="fa fa-facebook"></i></a>
            <a href="https://twitter.com/XXXXXXXX" target="_blank"><i class="fa fa-twitter"></i></a>
            <a href="https://www.pinterest.com/XXXXXXXXXX" target="_blank"><i class="fa fa-pinterest"></i></a>
            <a href="https://www.youtube.com/user/XXXXXXXXXX" target="_blank"><i class="fa fa-youtube"></i></a>
            <br><br>
            <b><a href="' . zen_href_link(FILENAME_LOGOFF, '', 'SSL') . '">  ' . HEADER_TITLE_LOGOFF . '  </a>
            - <a href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . HEADER_TITLE_MY_ACCOUNT . '  </a>
            - <a href="' . zen_href_link(FILENAME_CONTACT_US, '', 'SSL') . '">Contact Us</a></b>
            ');
          } else {        
      define('TEXT_BLANK_SIDEBOX', 
           '<a href="https://www.facebook.com/pages/XXXXXXXXX" target="_blank"><i class="fa fa-facebook"></i></a>
            <a href="https://twitter.com/XXXXXXXX" target="_blank"><i class="fa fa-twitter"></i></a>
            <a href="https://www.pinterest.com/XXXXXXXXXX" target="_blank"><i class="fa fa-pinterest"></i></a>
            <a href="https://www.youtube.com/user/XXXXXXXXXX" target="_blank"><i class="fa fa-youtube"></i></a>
            <br><br>
            <b><a href="' . zen_href_link(FILENAME_LOGIN, '', 'SSL') . '">  ' . HEADER_TITLE_LOGIN . '</a> 
            - <a href="' . zen_href_link(FILENAME_CONTACT_US, '', 'SSL') . '">Contact Us</a></b>
            ');
        }
    I found it useful to have these links here since they do not show on the main page with only the slideshow.

    Thanks for such a great template Anne!!!

    ;)

 

 
Page 35 of 50 FirstFirst ... 25333435363745 ... LastLast

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

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