First off,
Thank You Anne for such a great template that is easy to modify for my store. I have one question when viewing on my iPhone the shopping cart and home button located at the top bar is moved down below the bar. Where would I look to find the file to move them up?
Thank You again,
Randy
Thank you for the direction. I have corrected the problem. If anyone else has this problem this is what I done.
In responsive.css
line 106 & 107 I changed to this
.m-cart{position:relative;margin-left:100px;}
.m-home{position:relative;margin-left:100px;}
Line 160 & 161 I changed to this.
.m-cart{position:relative;margin-left:100px;}
.m-home{position:relative;margin-left:100p;}
Randy
Hi Anne,
Thanks for the template! It's a great help!
I was wondering if it is possible to have a different logo image for the mobile devices?
Olga
This template is built using an older version of the diy responsive template default package and does not use php mobile detect so you can not use device specific php files or javascript. If you want to do this you will need to do it using media queries only or add a javascript to swap out the image in the main header file.
Thanks,
Anne
Anne,
More often than not clients are editing the define_main_page.php in admin using the built-in editor and ofc the php code which calls the slideshow is deprecated or butchered otherwise.
So I am testing an alternative. I completely removed the php code from the define_main_page.php and then edited
/includes/templates/responsive_avonlee_contempo/templates/tpl_index_default.php
Just before
I added the slider codePHP Code:<?php if (DEFINE_MAIN_PAGE_STATUS >= 1 and DEFINE_MAIN_PAGE_STATUS <= 2) { ?>
Seems to work ok on my local dev site.PHP Code:<!-- bof slider code -->
<?php
if ($this_is_home_page) {
?>
<?php
if (RAV_SLIDES_STATUS == 'true') {
?>
<?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common')
. '/tpl_home_slider.php');?>
<?php
} ?>
<?php
} ?>
<!-- eof slider code -->
Do you see a problem with this? If not then this may solve the editing problems of the define_main_page.php using a common editor.
Cheers / Frank
Anne,
I was using Alysa Rounded on my website, which I loved, but I do not see it in the responsive format, so I decided to install Responsive Avonlee Contempo since they look similar enough, even though I really wanted Alysa Rounded as responsive. (Did you make that one?) Anyway, I noticed there are four SQL patches, and I was going to install them, but then I saw that the directions stated, "DO NOT INSTALL THE PATCH IF YOU HAVE PREVIOUSLY INSTALLED ONE OF OUR TEMPLATES OR HAVE RUN IT BEFORE." I do not believe Alysa Rounded used any of those SQL patches, but since I believe you created Alysa Rounded, I have used one of your templates before. Do I still install all four of those patches listed for Responsive Avonlee Contempo? Please let me know, because I do not want to install something I should not and then have a big mess. At the same time, when I do not install any of those, the template does not look correct, and the option in Configuration, Layout Settings for the Responsive Style is not there, so I am sure I must need to do at least a few of those SQL patches. My only hang-up is that the directions say not to install the patches if I have previously used one of your templates. Please let me know! Thanks! :-)