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?
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.
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.
Quote:
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;
Re: Winchester Responsive
Quote:
Originally Posted by
xcergy
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
Re: Winchester Responsive
Quote:
Originally Posted by
xcergy
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
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
Re: Winchester Responsive zencart v1.5.5 compatibility
Quote:
Originally Posted by
waddtown
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
Re: Winchester Responsive zencart v1.5.5 compatibility
so what might be causing this problem then
Re: Winchester Responsive zencart v1.5.5 compatibility
Quote:
Originally Posted by
picaflor-azul
The template installs fine on 1.5.5.
Thanks,
Anne
So any idea what might be causing the problem then
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