Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
kenleemagic
Hi anne,
can teach me how to delete all the responsive data inside the template?
or is there a code to unable the detection of user agent of a mobile phone or tablet?
From ken
I just remembered that you can turn off the responsive deisgn from the admin--configuration--layout settings. You will need to add the fixed widths back into the template since the onerow-fluid will no longer be active, unless you want the design to be full width.
Thanks,
Anne
Re: Stirling Grand Responsive Template
Hi Anne,
Just wondering if you've had a chance to take a look at my earlier post. I don't want to be a pain, however it's the last thing I'm trying to get fixed before launching (whoot whoot!).
Re: Stirling Grand Responsive Template
Can someone please tell me where "content1" is coming from? The html source shows it in the footer menu:
<ul class="content1" style="display: none;">
tpl_footer_menu.php has come jscript:
Code:
<script type="text/javascript">
$(document).ready(function() {
jQuery(".content1").hide();
//toggle the componenet with class msg_body
jQuery(".heading").click(function()
{
jQuery(this).next(".content1").slideToggle(500);
jQuery(this).toggleClass("minus");
});
});
</script>
Is this generating the class="content1". If so, how can I change the class to something else. It is interfering with the footer menu display in a full browser window.
Thanks!
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
paul3648
Can someone please tell me where "content1" is coming from? The html source shows it in the footer menu:
<ul class="content1" style="display: none;">
tpl_footer_menu.php has come jscript:
Code:
<script type="text/javascript">
$(document).ready(function() {
jQuery(".content1").hide();
//toggle the componenet with class msg_body
jQuery(".heading").click(function()
{
jQuery(this).next(".content1").slideToggle(500);
jQuery(this).toggleClass("minus");
});
});
</script>
Is this generating the class="content1". If so, how can I change the class to something else. It is interfering with the footer menu display in a full browser window.
Thanks!
If you do a search in admin--tools--developers toolkit for content1 you will find every file that contains it.
Thanks,
Anne
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
picaflor-azul
If you do a search in admin--tools--developers toolkit for content1 you will find every file that contains it.
Thanks,
Anne
Thanks for that. I had searched through the template files, but of course overlooked the language files.
I found it in /includes/languages/english/extra_definitions/stirling_grand/footer_menu_defines.php
Code:
Line #27 : Define('CUSTOMER_SERVICE', TITLE_THREE . '<ul class="content1">' . CONTACT . SHIPPING . ABOUT . PRIVACY . CONDITIONS . '</ul>');
Line #28 : Define('IMPORTANT', TITLE_FOUR . '<ul class="content1">');
Re: Stirling Grand Responsive Template
Is there a way to configure the slideshow so that slides fade to change to next?
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
paul3648
Thanks for that. I had searched through the template files, but of course overlooked the language files.
I found it in /includes/languages/english/extra_definitions/stirling_grand/footer_menu_defines.php
Code:
Line #27 : Define('CUSTOMER_SERVICE', TITLE_THREE . '<ul class="content1">' . CONTACT . SHIPPING . ABOUT . PRIVACY . CONDITIONS . '</ul>');
Line #28 : Define('IMPORTANT', TITLE_FOUR . '<ul class="content1">');
I am happy that you figured it out ;)
Thanks,
Anne
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
godt
Is there a way to configure the slideshow so that slides fade to change to next?
Yes, I think that this is an options. See this for all of the options and how to implement them:
http://slidesjs.com
Thanks,
Anne
Re: Stirling Grand Responsive Template
Good afternoon,
I think I may have gotten caught in a string of questions by an earlier poster, so at the risk of over posting the same question, I am just going to try and start fresh :)
My website: www.valuelogs.com
My question: It only has to do with the responsive site. Currently on iPhones and similar sized display phones the "DETAILS" button is being overlapped by the image. If I could just figure out how to move this down below the product title I would be thrilled.
Thanks in advance for any help.
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
margecc
Good afternoon,
I think I may have gotten caught in a string of questions by an earlier poster, so at the risk of over posting the same question, I am just going to try and start fresh :)
My website: www.valuelogs.com
My question: It only has to do with the responsive site. Currently on iPhones and similar sized display phones the "DETAILS" button is being overlapped by the image. If I could just figure out how to move this down
below the product title I would be thrilled.
Thanks in advance for any help.
In the responsive.css file om line 133 remove the  margin-top: -30px; from .product_detail
Thanks,
Anne