Page 65 of 96 FirstFirst ... 1555636465666775 ... LastLast
Results 641 to 650 of 953
  1. #641
    Join Date
    Feb 2009
    Location
    Landrum SC
    Posts
    141
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Thanks for the file name.

    There are several instances of

    Code:
    <!--(EOF - 2.1) Responsive DIY Template Default for 1.5.x (65)-->
    I assume you mean the last set:

    Code:
    <!--(EOF - 2.1) Responsive DIY Template Default for 1.5.x (65)-->
    
    <script src="<?php echo $template->get_template_dir('jquery.tabSlideOut.v1.3.js',DIR_WS_TEMPLATE, $current_page_base,'jscript') . '/jquery.tabSlideOut.v1.3.js' ?>" type="text/javascript"></script>
    
        <script type="text/javascript">
        $(function(){
            $('.slide-out-div').tabSlideOut({
                tabHandle: '.handle',                     //class of the element that will become your tab
                pathToTabImage: '<?php echo $template->get_template_dir('tab.png',DIR_WS_TEMPLATE, $current_page_base,'images') . '/tab.png' ?>', //path to the image for the tab //Optionally can be set using css
                imageHeight: '50px',                     //height of tab image           //Optionally can be set using css
                imageWidth: '60px',                       //width of tab image            //Optionally can be set using css
    	    tabLocation: 'left',                      //side of screen where tab lives, top, right, bottom, or left
                speed: 300,                               //speed of animation
                action: 'click',                          //options: 'click' or 'hover', action to trigger animation
                topPos: '100px',                          //position from the top/ use if tabLocation is left or right
                leftPos: '20px',                          //position from left/ use if tabLocation is bottom or top
                fixedPosition: true                      //options: true makes it stick(fixed position) on scroll
            });
    
        });
    
        </script>
    
       <div class="slide-out-div">
        <a class="handle" href="http://link-for-non-js-users.html">Content</a>
    <?php echo SLIDE_OUT_CONTENT; ?>
             </div>
    since it refers to slide out. Correct?

  2. #642
    Join Date
    Feb 2009
    Location
    Landrum SC
    Posts
    141
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Thanks. I deleted the last instance of
    Code:
    <!--(EOF - 2.1) Responsive DIY Template Default for 1.5.x (65)-->
    and it worked.


    Now if I can figure out how to get the website tagline to display in Upper/lower case, I would be happy. right now, it only echos text in lower case only.

  3. #643
    Join Date
    Apr 2014
    Location
    NJ
    Posts
    59
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Yes, you're right, I meant the last instance of
    Code:
    <!--(EOF - 2.1) Responsive DIY Template Default for 1.5.x (65)-->
    Sorry for the confusion.

    Now if I can figure out how to get the website tagline to display in Upper/lower case, I would be happy. right now, it only echos text in lower case only.
    If you look in includes/templates/winchester_responsive/css/stylesheet.css, and search for:
    Code:
    #tagline {margin:0;color:#171717;font-size:1.45em;text-align:left;text-transform:lowercase;clear:both;}
    I think that if you remove the following piece, it will not display in lowercase:
    Code:
    text-transform:lowercase;

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

    Default Re: Winchester Responsive

    Quote Originally Posted by xcergy View Post
    Where is the edit feature for
    Custom Left Slide Out? ( Specials? )

    I don't want it, don't need it, and can't find it.

    I have turned off/deleted the banner manager stuff that I don't need
    Killed ( turned off left side stuff on the Column boxes)
    Searched via Developer's tool kit to find it.

    I don't need, nor want this slide out menu that I can't find to edit:

    www.thedumbdog.com
    You can remove the left hand slide out by editing the includes/templates/windhester_responsive/common/tpl_main_page.php at the bottom.



    Thanks,

    Anne

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

    Default Re: Winchester Responsive

    Quote Originally Posted by xcergy View Post
    Thanks. I deleted the last instance of
    Code:
    <!--(EOF - 2.1) Responsive DIY Template Default for 1.5.x (65)-->
    and it worked.


    Now if I can figure out how to get the website tagline to display in Upper/lower case, I would be happy. right now, it only echos text in lower case only.
    You would need to remove the text-transform:lowercase; in the stylesheet.css file for the tagline.

    Thanks,

    Anne

  6. #646
    Join Date
    Feb 2005
    Location
    UK
    Posts
    76
    Plugin Contributions
    0

    Default Re: Winchester Responsive zencart v1.5.5 compatibility

    can you tell me if this template is compatible with the new 1.5.5 version of zencart, I have just upgraded and now i get the following error
    1109 Unknown table 'p' in field list
    in:
    [select count(p.products_id) as total ]
    in products_new products_all and featured_products pages I thins it has something to do with the columnar display

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

    Default Re: Winchester Responsive zencart v1.5.5 compatibility

    Quote Originally Posted by waddtown View Post
    can you tell me if this template is compatible with the new 1.5.5 version of zencart, I have just upgraded and now i get the following error
    1109 Unknown table 'p' in field list
    in:
    [select count(p.products_id) as total ]
    in products_new products_all and featured_products pages I thins it has something to do with the columnar display
    The template installs fine on 1.5.5.

    Thanks,

    Anne

  8. #648
    Join Date
    Feb 2005
    Location
    UK
    Posts
    76
    Plugin Contributions
    0

    Default Re: Winchester Responsive zencart v1.5.5 compatibility

    so what might be causing this problem then

  9. #649
    Join Date
    Feb 2005
    Location
    UK
    Posts
    76
    Plugin Contributions
    0

    Default Re: Winchester Responsive zencart v1.5.5 compatibility

    Quote Originally Posted by picaflor-azul View Post
    The template installs fine on 1.5.5.

    Thanks,

    Anne
    So any idea what might be causing the problem then

  10. #650

    Default Re: Winchester Responsive

    Hi Anne,
    I have a question about the module "Easy Responsive Tabs".
    Now I am using the responsive template "Stirling Grand" and zencart 1.5.3.
    I installed Tabbed Products Pro - Version: 1.20 (English/German Version for zencart 1.5.4, as they do not have any version for 1.5.3) , but finally it did not work. The tabs did not show in the product description. My friend uses your template "Westminster Responsive" with zencart 1.5.3 and certainly your tabbed product module works well, also with zencart 1.5.3. As I do not wanna change my template, I would like to ask you if you can tell where to get your "Easy Responsive Tabs" tabbed product module or any other tabbed product module. I would like to use it with the stirling grand template (zencart 1.5.3). Or can you give me any other advice about how to make the "Tabbed Products Pro - Version: 1.20" work on zencart 1.5.3 (stirling grand template)? Thank you very much in advance for your prompt response. Georg

 

 
Page 65 of 96 FirstFirst ... 1555636465666775 ... 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