-
Re: Dover Fine Responsive Template
Hi Ann
When we have a product with attributes, we get a More details button, but for straightforward product, we are presented with a buy now button.
How could I change it so regardless of whether the product has attributes or not, all the buttons read More details? Please advise.
Many thanks :cool:
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
dharrison
Hi Ann
When we have a product with attributes, we get a More details button, but for straightforward product, we are presented with a buy now button.
How could I change it so regardless of whether the product has attributes or not, all the buttons read More details? Please advise.
Many thanks :cool:
This can be done with some custom programming. If you search the forum you will find that this has been asked and answered already.
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Love your template. Exactly what I was looking for.
I have a question about the menu. I have turned on "More Information" in the layout boxes controller. It works great in desktop mode, but when viewing on my mobile, the "More Information" menu doesn't display in the dropdown menu. If I turn on "Show Box @ Min-Width", the "More Information" section is just displayed on the screen. It is not part of the dropdown menu.
Is there a setting I'm missing for the mobile menu?
Thanks!
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
RFree190
Love your template. Exactly what I was looking for.
I have a question about the menu. I have turned on "More Information" in the layout boxes controller. It works great in desktop mode, but when viewing on my mobile, the "More Information" menu doesn't display in the dropdown menu. If I turn on "Show Box @ Min-Width", the "More Information" section is just displayed on the screen. It is not part of the dropdown menu.
Is there a setting I'm missing for the mobile menu?
Thanks!
You would need to add this code to the includes/templates/dover_fine/templates/tpl_modules_mobile_categories_tabs.php file:
Code:
<?php if (SHOW_EZ_PAGES_MENU == 'true') { ?>
<li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo TITLE_EZ_PAGES; ?></a>
<ul>
<?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>
</ul>
</li>
<?php } ?>
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
picaflor-azul
You would need to add this code to the includes/templates/dover_fine/templates/tpl_modules_mobile_categories_tabs.php file:
Code:
<?php if (SHOW_EZ_PAGES_MENU == 'true') { ?>
<li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo TITLE_EZ_PAGES; ?></a>
<ul>
<?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>
</ul>
</li>
<?php } ?>
Thanks,
Anne
Hi Anne,
I don't have any EZ Pages setup yet, which is what this code looks like it would display. I was hoping to display the "More Information" pages (Define Pages) in the mobile menu. ie: define_page_2.php, define_page_3.php, ect.
Thanks Anne!
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
RFree190
Hi Anne,
I don't have any EZ Pages setup yet, which is what this code looks like it would display. I was hoping to display the "More Information" pages (Define Pages) in the mobile menu. ie: define_page_2.php, define_page_3.php, ect.
Thanks Anne!
You can look at the code used for calling the information box links in the same file and use it as a guide for adding for your more information pages.
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Suggestion: for sold out products, details is on top of the "Sold Out" button. To fix this, I changed functions_general.php line 1165 to add a second break:
Code:
return $additional_link . '<br /><br />' . $return_button;
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
swguy
Suggestion: for sold out products, details is on top of the "Sold Out" button. To fix this, I changed functions_general.php line 1165 to add a second break:
Code:
return $additional_link . '<br /><br />' . $return_button;
Thank you for the suggestion. I will fix this in the next update, but may do it with css instead since the functions_general.php is a core file ;)
Thanks,
Anne
-
Re: Dover Fine Responsive Template
That would be the superior fix; tragically, my CSS-fu is weak. :(
-
Re: Dover Fine Responsive Template
Can you set a menu item to be open by default (expanded) on mobile devices?
So, when someone clicks the 3 horizontal lines at the top of the device, one menu with child items is already open?
Thanks
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
RFree190
Can you set a menu item to be open by default (expanded) on mobile devices?
So, when someone clicks the 3 horizontal lines at the top of the device, one menu with child items is already open?
Thanks
Check the menu authors site for more info about this:
http://adnantopal.github.io/slimmenu/
Thanks,
Anne
-
Re: Dover Fine Responsive Template
I saw a reference to Dover Fine Responsive Template v 1.2. Does this exist? The "download latest version" button in the plugins section downloads v1.1. I'm really hoping that 1.2 is a reality! :)
Mal
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
Malaperth
I saw a reference to Dover Fine Responsive Template v 1.2. Does this exist? The "download latest version" button in the plugins section downloads v1.1. I'm really hoping that 1.2 is a reality! :)
Mal
The latest version is available in the plugins section here.
Thanks,
Anne
-
Re: Dover Fine Responsive Template
I am having problems with products showing up in rows, even though I have checked and it is set to columns. My question is, could there be something in database causing this, the database was moved from a site that had a different template
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
Rick Simpson
I am having problems with products showing up in rows, even though I have checked and it is set to columns. My question is, could there be something in database causing this, the database was moved from a site that had a different template
Is the column layout turned on in admin--configuration--product listing?
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Suddenly all the images in my store are no longer displayed >>>
HTML Code:
[Thu Dec 17 11:57:20 2015] [error] [client 24.222.24.74] client denied by server configuration: /home/seasonbr/public_html/scentia/includes/templates/dover_fine/img, referer: http://www.theoutletseason.com/scentia/includes/templates/dover_fine/css/stylesheet_supersized_shutter.css
[Thu Dec 17 11:57:20 2015] [error] [client 24.222.24.74] File does not exist: /home/seasonbr/public_html/gen, referer: http://www.theoutletseason.com/scentia/includes/templates/dover_fine/css/stylesheet_supersized_shutter.css
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
icecold
Suddenly all the images in my store are no longer displayed >>>
HTML Code:
[Thu Dec 17 11:57:20 2015] [error] [client 24.222.24.74] client denied by server configuration: /home/seasonbr/public_html/scentia/includes/templates/dover_fine/img, referer: http://www.theoutletseason.com/scentia/includes/templates/dover_fine/css/stylesheet_supersized_shutter.css
[Thu Dec 17 11:57:20 2015] [error] [client 24.222.24.74] File does not exist: /home/seasonbr/public_html/gen, referer: http://www.theoutletseason.com/scentia/includes/templates/dover_fine/css/stylesheet_supersized_shutter.css
It looks like you are missing one of the template files includes/templates/dover_fine/css/stylesheet_supersized_shutter.css. This would not effect missing product images.
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
picaflor-azul
It looks like you are missing one of the template files includes/templates/dover_fine/css/stylesheet_supersized_shutter.css. This would not effect missing product images.
Thanks,
Anne
That file is there permissions are set to 664 might that be the problem?
I had to modify html output to get the images back but now I am missing images from the image subdirectory
get_contents was sending an error
Code:
[19-Dec-2015 21:17:33 Europe/Moscow] PHP Warning: file_get_contents(http://www.fragrancex.com/images/products/SKU/large/M140296Q.jpg): failed to open stream: HTTP request failed! HTTP/1.1 463
in /home/seasonbr/public_html/scentia/includes/functions/extra_functions/zen_magnific.php on line 20
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
icecold
That file is there permissions are set to 664 might that be the problem?
I had to modify html output to get the images back but now I am missing images from the image subdirectory
get_contents was sending an error
Code:
[19-Dec-2015 21:17:33 Europe/Moscow] PHP Warning: file_get_contents(http://www.fragrancex.com/images/products/SKU/large/M140296Q.jpg): failed to open stream: HTTP request failed! HTTP/1.1 463
in /home/seasonbr/public_html/scentia/includes/functions/extra_functions/zen_magnific.php on line 20
Zen magnific is not installed in the template package. My guess is that you have not installed this plugin correctly.
Thanks,
Anne
-
Re: Dover Fine Responsive Template
I would like to add links in the menu on the left. They could fall under the Information catagory that exists. What is the best way to do that? I have a support html page that I would like to bring up. Is it possible to bring this up with the template still there? I mean instead of products use the template as a frame and have the html show up in the center. If someone could give me a little direction I would appreciate it!
-
Re: Dover Fine Responsive Template
I figured out how to do this but now noticed a new problem with the template. When I select an item and add it to the cart its fine. However if I select a new catagory the cart resets back to zero items zero dollars. If I turn off the template so that its running the classic template the items stay in the cart. Any ideas?
-
Re: Dover Fine Responsive Template
Hello,
My site:
www.earthscauldron.com
I have all the banners set to NOT open in a new window. They are all opening in a new window.
Any suggestions on what may be going on here?
Thanks so much!
-
Re: Dover Fine Responsive Template
My host trashed my old 1.3.8 Zen Cart ( they upgraded PHP un-announced) so I had to start a new site from scratch.
New Zen: 1.5.4 PHP 5.6
Addons: PP Express, CKEditor, Dover_Fine
http://www.thedumbdog.com/cat-1-5-4/
It looks fine [needs tweaking] on my computer browser, but the main page image is squeezed when viewing on my SmartPhone [Galaxy Nexus], and the log is unreadable. What settings do I need for proper phone format?
TIA
Keith
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
EC web
Hello,
My site:
www.earthscauldron.com
I have all the banners set to NOT open in a new window. They are all opening in a new window.
Any suggestions on what may be going on here?
Thanks so much!
I figured it out with some friendly help here on the forum :) all links were set to be target "_blank and that is where it was. I simply changed them to read target "_self.
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
spyderrobotics
I would like to add links in the menu on the left. They could fall under the Information catagory that exists. What is the best way to do that? I have a support html page that I would like to bring up. Is it possible to bring this up with the template still there? I mean instead of products use the template as a frame and have the html show up in the center. If someone could give me a little direction I would appreciate it!
The easiest way to add links for information pages to a sidebox is to use ezpages for the content and the ezpages sidebox for the links.
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
spyderrobotics
I figured out how to do this but now noticed a new problem with the template. When I select an item and add it to the cart its fine. However if I select a new catagory the cart resets back to zero items zero dollars. If I turn off the template so that its running the classic template the items stay in the cart. Any ideas?
This is not a problem with the template package. Check your logs folder for errors and fix them.
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
EC web
Hello,
My site:
www.earthscauldron.com
I have all the banners set to NOT open in a new window. They are all opening in a new window.
Any suggestions on what may be going on here?
Thanks so much!
Try changing the javascript for the background slide show in the includes/templates/dover_fine/common/tpl_main_page.php
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
xcergy
My host trashed my old 1.3.8 Zen Cart ( they upgraded PHP un-announced) so I had to start a new site from scratch.
New Zen: 1.5.4 PHP 5.6
Addons: PP Express, CKEditor, Dover_Fine
http://www.thedumbdog.com/cat-1-5-4/
It looks fine [needs tweaking] on my computer browser, but the main page image is squeezed when viewing on my SmartPhone [Galaxy Nexus], and the log is unreadable. What settings do I need for proper phone format?
TIA
Keith
Does the template demo site look the same way?
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
picaflor-azul
Does the template demo site look the same way?
Thanks,
Anne
Don't know. I did not access the template demo on my smart phone. I just went by your overall template description: Works on phone a,b,c,d,e,f,g, ...
Keith
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
xcergy
Don't know. I did not access the template demo on my smart phone. I just went by your overall template description: Works on phone a,b,c,d,e,f,g, ...
Keith
Take a look at the demo and determine if it is working.
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
picaflor-azul
Take a look at the demo and determine if it is working.
Thanks,
Anne
OK, to avoid typing it in, I sent myself a link via email.
http://www.zenlyzen.com/responsive-z..._id=dover_fine
It works the same way as on my site. I suggest you check it out. Move the phone from vert. to horiz. and watch what happens. Next, try moving back to vert. and then to horiz. again. Keep doing that and the logo becomes unreadable.
The template is nice ... would like to keep it, but I really need a zencart that is mobile friendly.
Keith
Keith
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
picaflor-azul
Take a look at the demo and determine if it is working.
Thanks,
Anne
OK, did that. rather than typing the URL, I emailed the link to my phone [I hate typing in URLs] ...
http://www.zenlyzen.com/responsive-z..._id=dover_fine
You should check it out .... flipping the phone from horiz. to vert. will make the website logo shrink and disappear.
Love the template, but I need a mobile friendly one.
Keith
-
Re: Dover Fine Responsive Template
http://www.zenlyzen.com/responsive-z...estminster_new
does not have the same issue as Dover_Fine [mobile viewing]. Does it share the same banner menu/add on?
-
Re: Dover Fine Responsive Template
Another 'flaw' ..... the tag line ..... it's not case sensitive. My PHP file sez .... No such thing as a Dumb Dog .... web sez .... (all lower case letters).
http://www.thedumbdog.com/cat-1-5-4/
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
xcergy
OK, to avoid typing it in, I sent myself a link via email.
http://www.zenlyzen.com/responsive-z..._id=dover_fine
It works the same way as on my site. I suggest you check it out. Move the phone from vert. to horiz. and watch what happens. Next, try moving back to vert. and then to horiz. again. Keep doing that and the logo becomes unreadable.
The template is nice ... would like to keep it, but I really need a zencart that is mobile friendly.
Keith
Keith
I am using a Samsung Galaxy Nexus [model SCH 1515V]
I found the SCH-1515 in the list on
includes/classes/Mobile_Detect.php line#150
No other SCH models have a letter after the SCH-#### either. Does that make a difference?
Keith
-
Re: Dover Fine Responsive Template
Hi Anne
Is it easy to make the navigation along the top of the page a dropdown?
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
picaflor-azul
This is not a problem with the template package. Check your logs folder for errors and fix them.
Thanks,
Anne
It didn't generate any error logs but it must have been a path problem. My config files were set correctly but at the time my domain had not switched over so it was set to the IP address and path. Once my domain transferred everything worked. I have been able to massage the template to my liking. It is really nice. My final hurdles are:
The homepageslide is ignoring the sort order I set in the banner manager. Is that how your are supposed to set the order of display or does it determine it another way?
The mobile version has a problem as well. When I expand categories you cannot scroll your screen to see the list. If you try to scroll it collapses the menu. I had to try to turn enough options off so that the main categories could display on a single screen and also set some of the links to the site map so that people could navigate.
I also noticed that when you land on my home page it first shows my main product category in the background for a moment before it loads the slider over the top.
I would be grateful for any input on these. :smile:
-
Re: Dover Fine Responsive Template
I just checked the demo and its pull down menus work fine on my phone where my site has the issue. I am not sure where I should look to troubleshoot that. Anytime I touch and drag the menu collapses. Any ideas? spyderrobotics.com if you want to take a peek.
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
dharrison
Hi Anne
Is it easy to make the navigation along the top of the page a dropdown?
What navigation are you talking about?
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
spyderrobotics
I just checked the demo and its pull down menus work fine on my phone where my site has the issue. I am not sure where I should look to troubleshoot that. Anytime I touch and drag the menu collapses. Any ideas? spyderrobotics.com if you want to take a peek.
There is a fix posted for this slimmenu bug. The patch is here:
https://www.zen-cart.com/showthread....06#post1272506
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
picaflor-azul
What navigation are you talking about?
Thanks,
Anne
The links on the top of the page. Not the home page, the other pages.
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
dharrison
The links on the top of the page. Not the home page, the other pages.
These links are an unorderd list. If you do a google search for how to create a drop down menu you will find step by step instructions ;)
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
picaflor-azul
Thank you for the response. I did give that a try and it did not fix the problem. I have created a new zencart installation and database to test with and installed the template here spyderrobotics.com/teststore
I have also updated this with the replacement js file as per your link. If I view the site on a android phone or tablet using chrome then if you expand the options using the arrows so that they extend beyond the screen view and you try to scroll down then:
In portrait mode:
If you scroll quick it often collapses the menu.
If you scroll and keep your finger on the screen for a longer moment and then lift it will scroll down. (hit and miss)
Any type of scrolling back to the top of the page (even if you don't scroll all the way to the top) it will collapse the menu.
In landscape mode:
Just about any scrolling collapses the menu
With Firefox on these same phones and tablets:
Both landscape and portrait on the clean install work fine.
(My site with the template still seems to exhibit the problem but for now I am just trying to focus on the plain untouched template)
If I visit your demo page (http://www.zenlyzen.com/responsive-z..._id=dover_fine) on these same devices on chrome its menu also works fine.
I can only guess there is some difference between the template on your demo site and 1.1 version downloaded from zen carts module section. Otherwise why would a clean install perform differently than your demo site?
I appreciate your ideas on this. :^)
-Dion
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
spyderrobotics
Thank you for the response. I did give that a try and it did not fix the problem. I have created a new zencart installation and database to test with and installed the template here spyderrobotics.com/teststore
I have also updated this with the replacement js file as per your link. If I view the site on a android phone or tablet using chrome then if you expand the options using the arrows so that they extend beyond the screen view and you try to scroll down then:
In portrait mode:
If you scroll quick it often collapses the menu.
If you scroll and keep your finger on the screen for a longer moment and then lift it will scroll down. (hit and miss)
Any type of scrolling back to the top of the page (even if you don't scroll all the way to the top) it will collapse the menu.
In landscape mode:
Just about any scrolling collapses the menu
With Firefox on these same phones and tablets:
Both landscape and portrait on the clean install work fine.
(My site with the template still seems to exhibit the problem but for now I am just trying to focus on the plain untouched template)
If I visit your demo page (
http://www.zenlyzen.com/responsive-z..._id=dover_fine) on these same devices on chrome its menu also works fine.
I can only guess there is some difference between the template on your demo site and 1.1 version downloaded from zen carts module section. Otherwise why would a clean install perform differently than your demo site?
I appreciate your ideas on this. :^)
-Dion
My guess is that you have not overwritten the js file on your server with the one from the patch. The patch really does fix this bug and is confirmed to work. Try removing the js file completely form your server and then uploading the patch js file.
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
picaflor-azul
My guess is that you have not overwritten the js file on your server with the one from the patch. The patch really does fix this bug and is confirmed to work. Try removing the js file completely form your server and then uploading the patch js file.
Thanks,
Anne
The thread that had the file has two posts in a row from you with the second post stating that the first post was the incorrect file and having a new attachment. That second attachment was the one I was using. I was overwriting the file. I had also tried deleting the file and uploading a new. Also this was having the problem on my original store as well as the test store.
What I just did is download your original attachment. I had to rename the file because the one in the original is jquery.slimmenu.js but the second attachment as well as the original file was jquery.slimmenu.min.js. So after renaming the file and uploading it the menu system now works properly in chrome. Is there any bugs or side effects I should know about by using the jquery.slimmenu.js file?
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
spyderrobotics
The thread that had the file has two posts in a row from you with the second post stating that the first post was the incorrect file and having a new attachment. That second attachment was the one I was using. I was overwriting the file. I had also tried deleting the file and uploading a new. Also this was having the problem on my original store as well as the test store.
What I just did is download your original attachment. I had to rename the file because the one in the original is jquery.slimmenu.js but the second attachment as well as the original file was jquery.slimmenu.min.js. So after renaming the file and uploading it the menu system now works properly in chrome. Is there any bugs or side effects I should know about by using the jquery.slimmenu.js file?
No, there is no problem ;)
Thanks,
Anne
-
Re: Dover Fine Responsive Template
One other thing I noticed. When using the homepageslide banner all the banners open in a new window even though in the banner manager the new window option has the red X and Banner New Window is set to No. I am not really sure how to edit the template to change this so that it doesn't open in a new window. I did find in the tpl_main_page.php a line that shows banners_open_new_windows but I don't know if that is the key or not. Any ideas?
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
spyderrobotics
One other thing I noticed. When using the homepageslide banner all the banners open in a new window even though in the banner manager the new window option has the red X and Banner New Window is set to No. I am not really sure how to edit the template to change this so that it doesn't open in a new window. I did find in the tpl_main_page.php a line that shows banners_open_new_windows but I don't know if that is the key or not. Any ideas?
I believe that this has already been covered in the thread so if you do a search you can find the related posts. You will need to edit the javascript for the background slide show in the tpl_main_page.php file.
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
picaflor-azul
These links are an unorderd list. If you do a google search for how to create a drop down menu you will find step by step instructions ;)
Thanks,
Anne
Is there a way I can get a dropdown on the sidebar links? My main categories is desk frames, but we now have Mororised, manual and education has sub categories
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
dharrison
Is there a way I can get a dropdown on the sidebar links? My main categories is desk frames, but we now have Mororised, manual and education has sub categories
You could install a fly out menu. There are a few in the plugins section. Or you can do a google search to find a jquery fly out menu and custom code it.
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Hi Anne
I am using your template once again. It certainly has the wow factor :)
I have a question: We have 2 tabs for most of our products, but on some of the more bespoke desks, we will need a 3rd tab for delivery options.
Is the whole tabs setup "one size fits all" or can it be flexible?
I welcome any help/advice.
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
dharrison
Hi Anne
I am using your template once again. It certainly has the wow factor :)
I have a question: We have 2 tabs for most of our products, but on some of the more bespoke desks, we will need a 3rd tab for delivery options.
Is the whole tabs setup "one size fits all" or can it be flexible?
I welcome any help/advice.
You can use the tabs for any custom fields that you create in zen cart. You could just use an if statement to only show the tab if there is information in the database for that tab.
Thanks,
Anne
-
Re: Dover Fine Responsive Template
HI Anne
Looking for some help
my site is http://nddesigns.us/shop
version of Zen Cart is 1.5.5.a
The problem I am having and not sure if template or I am doing something wrong ..
I put in a blank sidebox renamed to SSL_PAYPAL_Sidebox and I put the code in for the pay pal logo that is on the paypal site which is Java script so I followed the info to put a backslash before any apostrophe . yet anytime the side box is on per the layout controller page The pages other then the front are messed up . ex: product page everything from right side of screen shows up under the sidebar on the left ..
I also tried the banner side box plug in and putting the info for the paypal logo in the box ( in the form ) it also brakes the page the same way
Is there a way to fix this and is it template problem or is it something I did ..
Thank you for making such a wonderful template.
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
DebbieDKK
HI Anne
Looking for some help
my site is
http://nddesigns.us/shop
version of Zen Cart is 1.5.5.a
The problem I am having and not sure if template or I am doing something wrong ..
I put in a blank sidebox renamed to SSL_PAYPAL_Sidebox and I put the code in for the pay pal logo that is on the paypal site which is Java script so I followed the info to put a backslash before any apostrophe . yet anytime the side box is on per the layout controller page The pages other then the front are messed up . ex: product page everything from right side of screen shows up under the sidebar on the left ..
I also tried the banner side box plug in and putting the info for the paypal logo in the box ( in the form ) it also brakes the page the same way
Is there a way to fix this and is it template problem or is it something I did ..
Thank you for making such a wonderful template.
This is not a problem with the template. The problem is in the code that you added to the sidebox. Check to see that you have no un closed tags, etc. If you run the site through the w3c validator you will see a lot of html errors:
https://validator.w3.org/check?uri=h...Inline&group=0
These need to be fixed as they are breaking the responsive layout of the template.
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
picaflor-azul
This is not a problem with the template. The problem is in the code that you added to the sidebox. Check to see that you have no un closed tags, etc. If you run the site through the w3c validator you will see a lot of html errors:
https://validator.w3.org/check?uri=h...Inline&group=0
These need to be fixed as they are breaking the responsive layout of the template.
Thanks,
Anne
Hi Anne
thank you for the help I have checked the page and fixed most of the errors yet there are some that I can't seem to find .. meaning I don't know the page to look on to fix :
Line 85, Column 75: document type does not allow element "p" here
…mages/banners/slide1.jpg', title : '<p>Welcome to Our shop</p>', url : 'http:/…
This one is talking about the slide show yet I can't seem to find the page where the info is on so not sure how to fix ..
Also after fixing the ones dealing with the blank sidebox and the SSL box the page problem is still happening ..
Any input would be great
Thank you again
Debbie
-
Re: Dover Fine Responsive Template
Hi Anne,
I wonder if you can help. I don't know if this is template related but I've set up some homepageslide banners and I've tried setting the sort order to 10,20,30 etc but they aren't displaying in the order I need them to show up. Do I have to edit a file somewhere to make this happen?
Kind regards
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
DebbieDKK
Hi Anne
thank you for the help I have checked the page and fixed most of the errors yet there are some that I can't seem to find .. meaning I don't know the page to look on to fix :
Line 85, Column 75: document type does not allow element "p" here
…mages/banners/slide1.jpg', title : '<p>Welcome to Our shop</p>', url : 'http:/…
This one is talking about the slide show yet I can't seem to find the page where the info is on so not sure how to fix ..
Also after fixing the ones dealing with the blank sidebox and the SSL box the page problem is still happening ..
Any input would be great
Thank you again
Debbie
You have bad code in your sslpaypalContent sidebox. There is no need for a table here. Check to make sure that you do not have any mis matched tags.
Thanks,
Anne
-
Re: Dover Fine Responsive Template
I am attempting to use this template, but I have a question about when the single column status. When is the single column applied to mobile visitors? I have been trying on my smart phone but it instead of a single column display. I get a scaled down 2 column display. Any help would be greatly appreciated.
-
Re: Dover Fine Responsive Template
-
Re: Dover Fine Responsive Template
Hi Ann
Our site looks absolutely brilliant, all except for in MSIE 11.
What appears to be happening is the top tabs are separate from their content. If you take a look at http://sitstandforbusiness.com/heigh...only-p-21.html you'll see what I mean.
Please could you shed any light? On other resolutions it is fine, but there's no obvious clear: both command. it doesn't seem to like borders either, it just ignores it.
I welcome any advice.
Kind regards
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
dbltoe
a link to the site?
sorry of course
http://www.pop4five.com
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
marcholt
Something is blocking the responsive properties of the template. Until we can fix that, it's hard to address two-column.
Get a copy of chrome browser and add the Responsive Web Design Tester. https://chrome.google.com/webstore/d...er-info-dialog
That will allow you to see the site in many configurations.
Meanwhile, you need to answer as many of the posting tip questions as possible to help us find the breakdown.
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
dbltoe
Something is blocking the responsive properties of the template. Until we can fix that, it's hard to address two-column.
Get a copy of chrome browser and add the Responsive Web Design Tester.
https://chrome.google.com/webstore/d...er-info-dialog
That will allow you to see the site in many configurations.
Meanwhile, you need to answer as many of the posting tip questions as possible to help us find the breakdown.
I'm sorry, I did look for the tips just now, but I am not sure where to find them, I would be happy to look and post any information needed. It seems to recognize when I am on my mobile device because the mobile menu system is present as well as the normal left column menu.
-
Re: Dover Fine Responsive Template
Press Reply to Thread and look ^^^^^^^^^^^^^^^^^^^^
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
marcholt
I am attempting to use this template, but I have a question about when the single column status. When is the single column applied to mobile visitors? I have been trying on my smart phone but it instead of a single column display. I get a scaled down 2 column display. Any help would be greatly appreciated.
I would recommend re installing the template package as it sounds like you have not uploaded all of the files.
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
dharrison
Hi Ann
Our site looks absolutely brilliant, all except for in MSIE 11.
What appears to be happening is the top tabs are separate from their content. If you take a look at
http://sitstandforbusiness.com/heigh...only-p-21.html you'll see what I mean.
Please could you shed any light? On other resolutions it is fine, but there's no obvious clear: both command. it doesn't seem to like borders either, it just ignores it.
I welcome any advice.
Kind regards
If you are just having a problem in a particular browser you should do a google search to see how to isolate css for that browser and then you can correct the problem.
Thanks,
Anne
-
Re: Dover Fine Responsive Template
Hi Anne
I have been playing with this template herehttp://nddesigns.us/zctest and all works the way it's suppose to ...
I uploaded the template to http://nddesigns.us/dkkshop/
My Problem is that the slide show is not working .. all the images are where they are suppose to be. and all the coding as far as I know is ok.. yet it's still not showing right ..
I reinstalled zen-cart 1.5.5a and also redid the template
Any help would be great ..
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
DebbieDKK
Hi Anne
I have been playing with this template here
http://nddesigns.us/zctest and all works the way it's suppose to ...
I uploaded the template to
http://nddesigns.us/dkkshop/
My Problem is that the slide show is not working .. all the images are where they are suppose to be. and all the coding as far as I know is ok.. yet it's still not showing right ..
I reinstalled zen-cart 1.5.5a and also redid the template
Any help would be great ..
I made some changes and had to reinstall zencart and the template .. now my problem is on my tablet Samsung tab 3 the slideshow is not showing yet is showing ok on Motorola E phone we have .. site is here
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
DebbieDKK
I made some changes and had to reinstall zencart and the template .. now my problem is on my tablet Samsung tab 3 the slideshow is not showing yet is showing ok on Motorola E phone we have .. site is
here
When you view the demo on your devices do you see the slideshow?
Do you have any add blocking programs running on the devices?
Thanks,
Anne
-
Re: Dover Fine Responsive Template
yes I can see the demo on the phone and the tablet ... the slides come up like they are suppose to ....
it's kind of funny after I checked the demo I went back to mine and works ok too .. not sure what happened .. any way thank you for taking a look ..
Debbie
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
DebbieDKK
yes I can see the demo on the phone and the tablet ... the slides come up like they are suppose to ....
it's kind of funny after I checked the demo I went back to mine and works ok too .. not sure what happened .. any way thank you for taking a look ..
Debbie
That is good news ;)
Thanks,
Anne
-
Re: Dover Fine Responsive Template
As I saw from experience modifying functionality in some templates can lead to trouble, I'm asking you if the add on flexible footer menu, will cause any CSS nightmares, or broken layouts.
I also want to know if I can use onefluid-row classes to create blocks, and what files need to be modified to be able to add those blocks, as I had problems in the past, specially with Tags(js snippets), added to the code, because I want to add a multi-column footer, either by using the contribution or writing a bootstrap based html code. Which makes fairly easy to add rows and columns, without breaking the css.
-
Re: Dover Fine Responsive Template
Hello everyone. Great job on the template. I have one problem. Contact form is not sending any emails. All things are set-up good in administration panel. All e-mails are comming to me but the only the one from contact form is not. Anyone have an idea on the solution?
-
Re: Dover Fine Responsive Template
Hi Anne and all,
Is there a simple way to show the right column on the first page instead of the left ?
I succeed to do that after replacing left-right etc' but it made problems later when trying to change
RTL instead of LTR....
I searched for a z-index for the right column but could not find and even tried to changed in the tpl_main_page.php
file the 'right column disable' to false but that also did not work.
-
Re: Dover Fine Responsive Template
/includes/templates/TEMPLATE_NAME/common/tpl_main_page.php
After the comments at top of the file, add the following.
Code:
if ($this_is_home_page) { $flag_disable_left = true; }
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
Website Rob
/includes/templates/TEMPLATE_NAME/common/tpl_main_page.php
After the comments at top of the file, add the following.
Code:
if ($this_is_home_page) { $flag_disable_left = true; }
Thanks but it hides the left column and I need to show the hided right column (and then hide the left).
Tried
Code:
if ($this_is_home_page) { $flag_disable_right = false; }
but no change...
-
Re: Dover Fine Responsive Template
First make sure both columns are showing and using the code I provided using disable_left or disable_right, turn OFF the one you do not want to show
-
Re: Dover Fine Responsive Template
That is the problem. I could not find the way to show the right column.
I suspect that Anne coded it so I need to know from the inside where and how
as it seems not an easy task.
-
Re: Dover Fine Responsive Template
Hi,
I removed the big sized slideshow from the DoverFine template successfully by editing the tpl_main_page.php.
But now I have now the following problem: On all other pages, except the mainpage, I have a navMainWrapper with Login/Contact/Checkout/Language and so on. This wrapper ist now not available at the main-page.
Any ideas how I can make it visible on the main-page?
Maybe it has something to with this line: ...?
Code:
* prepares and displays header output
*
*/
if (CUSTOMERS_APPROVAL_AUTHORIZATION == 1 && CUSTOMERS_AUTHORIZATION_HEADER_OFF == 'true' and ($_SESSION['customers_authorization'] != 0 or $_SESSION['customer_id'] == '')) {
$flag_disable_header = true;
}
require($template->get_template_dir('tpl_header.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_header.php');?>
Thanks a lot in advance.
-
Re: Dover Fine Responsive Template
-
Re: Dover Fine Responsive Template
You will need to "play" with the code.
I think you did not need to touch the tpl_main_page.php file.
Try to remove the banner from the main page in Includes/templates/dover_fine/css/index_home.css
while keeping the icons there.
Those icons should be #headerWrapper
-
Re: Dover Fine Responsive Template
Hi Anne,
How can I put Languages option in the mobile menu? I know I need to change the tlp_modules_mobile_categories_tabs.php, but how?
Thanks,
Ingrid
-
Re: Dover Fine Responsive Template
Hi again :)
Have not figured out the "language on mobile menu issue", but I have encountered another - the banner link redirects in Englisg, but does not redirect in other langages :( Where should I look for the error?
BR,
Ingrid
-
Re: Dover Fine Responsive Template
Hi Anne,
I read this thread, But it is not relevant to my issues, because I hope to turn off the Login/Register, shopping Cart (0-$0.00) on other pages. May I have your advice? my website is www.mnlresources.com.my
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
Orkid
Hi Anne,
I read this thread, But it is not relevant to my issues, because I hope to turn off the Login/Register, shopping Cart (0-$0.00) on other pages. May I have your advice? my website is
www.mnlresources.com.my
When you say 'other pages', does this mean you want to keep Login/Register, shopping Cart (0-$0.00) on some page(s)?
Looking at your site, perhaps you want to turn off Login/Register, shopping Cart (0-$0.00) on all pages?
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
simon1066
When you say 'other pages', does this mean you want to keep Login/Register, shopping Cart (0-$0.00) on some page(s)?
Looking at your site, perhaps you want to turn off Login/Register, shopping Cart (0-$0.00) on all pages?
Hi Simon, Good Day!
Yes, I would like to turn off Login/Register, shopping Cart (0-$0.00) on all pages.
Regards,
-
Re: Dover Fine Responsive Template
Two ways to remove those links, depending on how you want your site to operate:
Your site appears to be an information-only site rather than an e-commerce with products, in which case I would change the Admin > Configuration > Store Status > value to 1 (showcase no prices). This will remove the links in the area you are referring to on all viewport widths (desktop/mobile), except the cart total link
To remove the remaining cart total link you would need to edit your /includes/templates/dover_fine/css/stylesheet.css
line 91
#header-cart {
font-size: 180%;
text-align: right;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 15px;
float: right;
width: 35%;
position: relative;
z-index: 30;
display:none;
}
Once the viewport gets below 768px then the code controlling the cart total link is in \includes\templates\dover_fine\templates\tpl_modules_mobile_categories_tabs.php, you would need to edit the code at line 56
Code:
<li style="display:none;"><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART; ?> (<?php echo $_SESSION['cart']->count_contents();?> - <?php echo $currencies->format($_SESSION['cart']->show_total());?>)</a></li>
If you do need to operate your site as a normal store (with a customer account feature and priced products) and just hide those links then you would add display:none to the #navMainWrapper rule(s) in your stylesheets. You would need to look at adding other stylesheet rules for removing links in viewports under 768px wide.
-
Re: Dover Fine Responsive Template
I followed your instruction, and solved. Thank you very much. :-)
-
Re: Dover Fine Responsive Template
Hi Simon,
May I have your advice why the information are not display in the page after I key in the details in admin -> tools -> Define Pages Editor?
Please visit the webpage as following:
http://mnlresources.com.my/index.php...e=keypersonnel
Thank you.
Best Regards,Jean
-
Re: Dover Fine Responsive Template
As 'keypersonnel' is not a standard define_page, I guess the first question would be how did you create this page?
Did you rename/use one of the existing pages (as you have already done with define_page_2, ..page_3, ..page_4) if so which one, or did you create a brand new define_page as you have done with define_page_5.php (I don't believe that define_page_5.php is part of a default installation)?
-
Re: Dover Fine Responsive Template
Hi Simon,
The page keypersonnel was created from under information page list, it is rename from conditions, privacy or shippinginfo.
Thank you.
Best Regards, Jean
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
Orkid
Hi Simon,
The page keypersonnel was created from under information page list, it is rename from conditions, privacy or shippinginfo.
Thank you.
Best Regards, Jean
Hi Simon,
I'm happy that I have found the way to solved it .. :-)
-
Re: Dover Fine Responsive Template
Yes, I see that you have - that's good.
-
Re: Dover Fine Responsive Template
Thanks Gunni, that was an excellent hint... :smartalec:
Quote:
Originally Posted by
gunni
You will need to "play" with the code.
I think you did not need to touch the tpl_main_page.php file.
Try to remove the banner from the main page in Includes/templates/dover_fine/css/index_home.css
while keeping the icons there.
Those icons should be #headerWrapper
-
Re: Dover Fine Responsive Template
With v156 is is worth even trying to use Dover fine template please?
Originally (some years ago) I used a Stirling Grand template and was able to install as a complete amateur.
Now it seems these templates may not be compatible with later zc versions, I have uploaded Dover fine but if I have no experience in writing code.
Could someone like rbarbour please advise, I believe the template author is not on the forum now?
If anyone could recommend an alternative responsive template, that would be great, thanks.
-
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
oliverterrier
With v156 is is worth even trying to use Dover fine template please?
Originally (some years ago) I used a Stirling Grand template and was able to install as a complete amateur.
Now it seems these templates may not be compatible with later zc versions, I have uploaded Dover fine but if I have no experience in writing code.
Could someone like rbarbour please advise, I believe the template author is not on the forum now?
If anyone could recommend an alternative responsive template, that would be great, thanks.
update, have installed New Westminster now as saw that template was revised earlier this year, so problem solved. Template looks really good too.:smile: