-
Re: Responsive Sheffield Blue
Simple problem (I hope). When I look at the mobile version of my site(s) the search option is blank, no box appears. Any suggestions? I may have missed a patch somewhere in the vastness of this support thread. www.texaselectrolysisstore.com and www.texastattoostore.com are both running with the same mods and such off the same sever and have the same issue.
-
Re: Responsive Sheffield Blue
I am running ZenCart Ver 1.5.1 with Responsive-sheffield-blue on Ubuntu lixux (test)server with appache2.2.22 and mysql 5.5.37 no my local network. When I pull up a product the Description and Product details fail to display in firefox 25.0.1 They do however work just fine in Google Chrome. I have isolated the problem to the script tpl_product_info_display.php at aprox. line 155. Beyond that I am not sure what to do.
This is the code:
<div class="layer1">
<p class="heading"><?php echo PRODUCT_DESCRIPTION; ?></p>
<div class="content1">
<!--bof Product description -->
<?php if ($products_description != '') { ?>
<div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
<?php } ?>
<!--eof Product description -->
</div>
</div>
<div class="layer1">
<p class="heading"><?php echo PRODUCT_DETAILS; ?></p>
<div class="content1">
<!--bof Product details list -->
<?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
<ul id="productDetailsList" class="floatingBox back">
<?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
</ul>
<br class="clearBoth" />
<?php
}
?>
<!--eof Product details list -->
</div>
</div>
Thanks.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
wyldside
Simple problem (I hope). When I look at the mobile version of my site(s) the search option is blank, no box appears. Any suggestions? I may have missed a patch somewhere in the vastness of this support thread.
www.texaselectrolysisstore.com and
www.texastattoostore.com are both running with the same mods and such off the same sever and have the same issue.
If you take a look at the demo, you can see the search box is in the main mobile menu:
http://www.zenlyzen.com/responsive/i...sheffield_blue
If it is not showing on your modified site then you must have removed it with one of your modifications.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
I can't seem to get the top header "Info" "Useful Links" to display anything, where is this controlled?
Our site is www.uskgj.com, click on the US flag for English.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
cjcraven
I can't seem to get the top header "Info" "Useful Links" to display anything, where is this controlled?
Our site is
www.uskgj.com, click on the US flag for English.
I think it is covered in the documentation, but ezpages that are marked as to show in the header appear in the useful links section under info.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
mc12345678
I think it is covered in the documentation, but ezpages that are marked as to show in the header appear in the useful links section under info.
I can see ezpages in the footer and a sidebox but not the header menu.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
cjcraven
I can see ezpages in the footer and a sidebox but not the header menu.
If you read the readme.html file you will see that you need to have the ezpages_drop_menu.php file turned on in the single column status.
Thanks,
Anne
-
1 Attachment(s)
Re: Responsive Sheffield Blue
I have two questions, the rest I found out the last weeks with the help of you all at the forum, thanks for that :)
1-I made two shops with the template (3 languages), on the mobile device there is no choice of languages, how can we enable this?
2-Also, we made 2 different shops with the same template package (I translated for both shops at once and used the language files for both). On a mobile device only on this shop www.dynamitemagic.nl/shop you can see strange code when you click on the menu bar, see image .
Attachment 14095
The word WINKELWAGENTJE stands for SHOPPINGCART in Dutch...
I hope you can help me so I am totally happy!!!
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Reneetje
I have two questions, the rest I found out the last weeks with the help of you all at the forum, thanks for that :)
1-I made two shops with the template (3 languages), on the mobile device there is no choice of languages, how can we enable this?
2-Also, we made 2 different shops with the same template package (I translated for both shops at once and used the language files for both). On a mobile device only on this shop
www.dynamitemagic.nl/shop you can see strange code when you click on the menu bar, see image .
Attachment 14095
The word WINKELWAGENTJE stands for SHOPPINGCART in Dutch...
I hope you can help me so I am totally happy!!!
I thought I saw something in the thread about adding language choices for the mobile template (may relate to the various sideboxes that are enabled in the mobile view), but relating to item 2, the server hosting that page has short tags disabled. There are a few occurences of <? Rather than <?php in that area of the code. A search for the contents between the following quotes will help identify the area(s) in question "<? " That's less than, question mark, and a space.
-
Re: Responsive Sheffield Blue
Hi,
I did find it now after I posted, I put in the extra php texts in the file tpl_modules_mobile_categories_tabs and that is fixes. I know one shop runs on php 5.4 (the one with this problem) and the other on php 5.4. That will be the difference.
I will search again for the language choice now, I may have overlooked it!
Thank you for the help!
René
-
Re: Responsive Sheffield Blue
Quote:
Quote Originally Posted by cjcraven View Post
Hi Anne,
I installed your responsive template and I believe following all of well documented instructions. When I reduce the size of the browser on my PC or view in a mobile device the language icon disappears. I checked this on the demonstration site
http://zenlyzen.com/responsive/index.php? and found the language icon disappears in the demonstration site too. Is there a way to have the language icon visible when viewing with a mobile device?
Using ZenCart 1.3.9h
Google Chrome 32.0.1700.102 m & IE11
Mobile devices use Chrome
This is the correct behaviour of the template. If you want the language/currencies to show in the header in the smaller widths you can remove the display:none; on the #header-lan-curr in the responsive.css file
Thanks,
Anne
I found the above but that makes everything work (languages, cart, etc, etc with the text in the logo and the search bar also). Is there a way to only show the language flags or is it all or nothing :)
René
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Reneetje
I found the above but that makes everything work (languages, cart, etc, etc with the text in the logo and the search bar also). Is there a way to only show the language flags or is it all or nothing :)
René
If you want to include the languages and currencies you will need to edit the responsive.css file and remove the display:none; from #header-lan-curr in the breakpoints for the mobile devices for which you want them to display. You will also need to style them with css to position them where you want them.
Thanks,
Anne
-
Contact Us Drop Down gets log error
Hello, I was checking my error logs and found this error
PHP Code:
[23-May-2014 18:05:17] ERROR: Failed sending email to: "" <> with subject: "Website Inquiry from My Cool Hats" (failed validation)
When I test the contact us page from the mega menu drop down, it doesn't go through, but if I use the regular contact us page, it works. Can anyone help me with this one? Thanks
www.MyCoolHats.com
-
Re: Contact Us Drop Down gets log error
I had to hide the drop down because I found I wasn't getting a massive amount of emails because customers were using the drop down contact us. I did verify I get the email from a customer if they use the Contact us page instead. Hopefully someone can find or direct me to the right place for the above error
-
Re: Contact Us Drop Down gets log error
A question,
I have the site up and running but there is one little thing I cannot get fixed. In the mobile version, dropdownmenu there is the title SEARCH. No matter which language I choose (we have 3 languages), it keeps on displaying SEARCH.
I found out this file : tpl_modules_mobile_categories_tabs.php does mention this : Line #106 : <a href="#">Search</a>
But as it is not a language file if I change all languages will display this.
Any idea how to fix this so it displays correct language. If you want to see yourself go to www.dynamitemagic.nl/shop and shrink the window and click on the left "menu" which opens up and shows SEARCH in any of the three languages.
How can I fix this?
-
Re: Contact Us Drop Down gets log error
Quote:
Originally Posted by
MyCoolHats
I had to hide the drop down because I found I wasn't getting a massive amount of emails because customers were using the drop down contact us. I did verify I get the email from a customer if they use the Contact us page instead. Hopefully someone can find or direct me to the right place for the above error
The contact form in the header included in the template package does work. I would recommend restoring any files related to it as you must have changed something that caused it to break.
If you check the Sheffield Blue template thread or do a search of the forum you will find some suggestions on how to add captcha, etc. to reduce spam with the header drop down contact form.
Thanks,
Anne
-
Re: Contact Us Drop Down gets log error
Quote:
Originally Posted by
Reneetje
A question,
I have the site up and running but there is one little thing I cannot get fixed. In the mobile version, dropdownmenu there is the title SEARCH. No matter which language I choose (we have 3 languages), it keeps on displaying SEARCH.
I found out this file : tpl_modules_mobile_categories_tabs.php does mention this : Line #106 : <a href="#">Search</a>
But as it is not a language file if I change all languages will display this.
Any idea how to fix this so it displays correct language. If you want to see yourself go to
www.dynamitemagic.nl/shop and shrink the window and click on the left "menu" which opens up and shows SEARCH in any of the three languages.
How can I fix this?
I have noted this for a future template update.
You will need to add an echo to includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php in place of the word "Search":
Code:
<?php echo BOX_HEADING_SEARCH; ?>
Thanks,
Anne
-
Re: Contact Us Drop Down gets log error
Hi,
First of all thanks for the wonderful template.
I am working on sheffield blue responsive template and made all the right hand side boxes disable. Now I want main page to be stretched to the space of right hand side boxes as well. As per source code main page is defines as col8 and I want it to be col10. Please help me to understand where should I make the changes to achieve the same.
I don't want to make it a single column layout. I want the left hand side boxes as it is. Just I turned off right side boxes and want to make the main content to stretch in that area.
Thanks
kk2956
-
Re: Contact Us Drop Down gets log error
Quote:
Originally Posted by
kk2956
Hi,
First of all thanks for the wonderful template.
I am working on sheffield blue responsive template and made all the right hand side boxes disable. Now I want main page to be stretched to the space of right hand side boxes as well. As per source code main page is defines as col8 and I want it to be col10. Please help me to understand where should I make the changes to achieve the same.
I don't want to make it a single column layout. I want the left hand side boxes as it is. Just I turned off right side boxes and want to make the main content to stretch in that area.
Thanks
kk2956
See your other post about this for the answer ;)
Thanks,
Anne
-
Re: Contact Us Drop Down gets log error
Hello Anne,
I have a very slight problem that I haven't been able to figure out. I am sure it'll only take a minute of your time.
My address for the site is www.baxtercycleparts.com .
when you go to the SHOP tab at the top of the page, some of the categories in the list are displaying different than others. This does change in different browsers.
In Chrome and IE, the category Vintage Triumph Parts is displayed in two rows rather than one row. (other categories too, Like Gasket & Gasket sets and Parts Books Downloads are displayed in two rows also)
I would like to get these categories to display in one row if that is possible.
I really appreciate any time that you put into helping me solve this minor issue.
Thanks for your time,
Chris
-
Re: Contact Us Drop Down gets log error
Quote:
Originally Posted by
Rocco_Habit
Hello Anne,
I have a very slight problem that I haven't been able to figure out. I am sure it'll only take a minute of your time.
My address for the site is
www.baxtercycleparts.com .
when you go to the SHOP tab at the top of the page, some of the categories in the list are displaying different than others. This does change in different browsers.
In Chrome and IE, the category Vintage Triumph Parts is displayed in two rows rather than one row. (other categories too, Like Gasket & Gasket sets and Parts Books Downloads are displayed in two rows also)
I would like to get these categories to display in one row if that is possible.
I really appreciate any time that you put into helping me solve this minor issue.
Thanks for your time,
Chris
It looks like you figured this out. Please take a minute to post your solution so that others with the same problem can easily find the answer.
Thanks,
Anne
-
Re: Contact Us Drop Down gets log error
Quote:
Originally Posted by
picaflor-azul
It looks like you figured this out. Please take a minute to post your solution so that others with the same problem can easily find the answer.
Thanks,
Anne
Thanks for your response, Anne.
Well, I messed with a little bit last night before I posted the question. I wasn't able to figure out the solution though.
In Firefox, the first category, Vintage Triumph Parts displays in one line, But in Chrome its displayed in 2 lines. The same thing is going on with a few different categories in the list.
I was using Firefox Firebug to identify the different parts of the drop down menu to adjust but it was only making the column wider and the text for a few categories was still displaying in 2 lines.
I thought the problem had something to do with how wide the column was, But I doubled the size of the column and it still has a few of the categories displayed in 2 lines.
Do you have any suggestions on what to look at besides the width of the columns?
The main reason I want to fix this is because when you click on the SHOP tab at the top, the menu extends too far and you aren't able to see the bottom categories in the Shop menu list.
Any Ideas?
Thanks again, Anne!
Chris
-
Re: Contact Us Drop Down gets log error
Quote:
Originally Posted by
Rocco_Habit
Thanks for your response, Anne.
Well, I messed with a little bit last night before I posted the question. I wasn't able to figure out the solution though.
In Firefox, the first category, Vintage Triumph Parts displays in one line, But in Chrome its displayed in 2 lines. The same thing is going on with a few different categories in the list.
I was using Firefox Firebug to identify the different parts of the drop down menu to adjust but it was only making the column wider and the text for a few categories was still displaying in 2 lines.
I thought the problem had something to do with how wide the column was, But I doubled the size of the column and it still has a few of the categories displayed in 2 lines.
Do you have any suggestions on what to look at besides the width of the columns?
The main reason I want to fix this is because when you click on the SHOP tab at the top, the menu extends too far and you aren't able to see the bottom categories in the Shop menu list.
Any Ideas?
Thanks again, Anne!
Chris
Hello ;) If you add a width to .mega-menu .levels a --around line 66 in the stylesheet_mega_menu.css file it will fix the problem ;)
Thanks,
Anne
-
Re: Contact Us Drop Down gets log error
Greetings!
I'm sorry if I've overlooked this, but the only thing I found about the social sidebar is how to adjust the length of it. On the site that I'm working on, the social sidebar at certain resolutions will go behind the mega menu. However, in some smaller resolutions, it will still be in front of the module menu. My client would like to have it go behind the module menu as it does the mega menu.
I have tried editing the z-index properties of the .sidebar class in stylesheet_social_sidebar.css and also the #moduleMenu and #moduleMenu-wrapper in stylesheet_module_tabs.css. I set the value of z-index to 9999 for #moduleMenu. I also tried setting it in .sidebar to -1, but that made the sidebar inactive at all times.
I hope this makes sense and I hope it's easy to resolve.
-
Re: Contact Us Drop Down gets log error
Quote:
Originally Posted by
tromak
Greetings!
I'm sorry if I've overlooked this, but the only thing I found about the social sidebar is how to adjust the length of it. On the site that I'm working on, the social sidebar at certain resolutions will go behind the mega menu. However, in some smaller resolutions, it will still be in front of the module menu. My client would like to have it go behind the module menu as it does the mega menu.
I have tried editing the z-index properties of the .sidebar class in stylesheet_social_sidebar.css and also the #moduleMenu and #moduleMenu-wrapper in stylesheet_module_tabs.css. I set the value of z-index to 9999 for #moduleMenu. I also tried setting it in .sidebar to -1, but that made the sidebar inactive at all times.
I hope this makes sense and I hope it's easy to resolve.
It is hard to help you without a link to the site. You can add the z-indexes to the appropriate media queries in the responsive_default.css
Thanks,
Anne
-
Re: Contact Us Drop Down gets log error
RE: Responsive Sheffield Blue template:
Does anyone here know specifically which line of code to edit in responsive.css to reduce the size of the add to cart quantity box when in mobile view? I tried reducing the percentages in lines 72 & 140 but didnt see any difference.
Thank you.
-
Re: Contact Us Drop Down gets log error
Quote:
Originally Posted by
SavaTom
RE: Responsive Sheffield Blue template:
Does anyone here know specifically which line of code to edit in responsive.css to reduce the size of the add to cart quantity box when in mobile view? I tried reducing the percentages in lines 72 & 140 but didnt see any difference.
Thank you.
If you post a link to the page with what you are trying to modify I can take a look.
Thanks,
Anne
-
Columns showing up on the left side in a row
I just installed zen cart and the Responsive Sheffield Blue template at http://www.diver4.com/catalog/ , the problem I am having is all the columns are on the left side. Not sure what I have done wrong and I have searched the forum and could not find an answer.
Any help would be appreciated.
Thanks
Dale
-
Re: Columns showing up on the left side in a row
Quote:
Originally Posted by
diver4
I just installed zen cart and the Responsive Sheffield Blue template at
http://www.diver4.com/catalog/ , the problem I am having is all the columns are on the left side. Not sure what I have done wrong and I have searched the forum and could not find an answer.
Any help would be appreciated.
Thanks
Dale
There is a bug in the header that is causing this. If you search this thread you will find a patch.
Thanks,
Anne
-
Re: Columns showing up on the left side in a row
Quote:
Originally Posted by
picaflor-azul
There is a bug in the header that is causing this. If you search this thread you will find a patch.
Thanks,
Anne
Thanks Anne,
Found the patch (it is in post #113) and uploaded it and the problem is gone.
Great template thanks
Dale
-
Re: Columns showing up on the left side in a row
Quote:
Originally Posted by
diver4
Thanks Anne,
Found the patch (it is in post #113) and uploaded it and the problem is gone.
Great template thanks
Dale
I am happy that you figured it out ;)
Thanks,
Anne
-
Re: Columns showing up on the left side in a row
Quote:
Originally Posted by
picaflor-azul
I am happy that you figured it out ;)
Thanks,
Anne
Thanks, getting everything taken care of, just one more quick question (sorry to be a pain) but I have watched your videos and read through this entire thread along with reading the install page over and over and can not find how to change the images in the slider. The slider is working but still has the stock images that came with the template.
In the instructions and video I do not have the code in the files that is required to replace the images with my images, either I am blind or brain dead or maybe both but I just can not get the images changed.
Thanks
Dale
-
Re: Columns showing up on the left side in a row
Quote:
Originally Posted by
diver4
Thanks, getting everything taken care of, just one more quick question (sorry to be a pain) but I have watched your videos and read through this entire thread along with reading the install page over and over and can not find how to change the images in the slider. The slider is working but still has the stock images that came with the template.
In the instructions and video I do not have the code in the files that is required to replace the images with my images, either I am blind or brain dead or maybe both but I just can not get the images changed.
Thanks
Dale
There are instructions for this in the readme.html file included in the template package. It is under installation, step 10 Home Page Slideshow.
Thanks,
Anne
-
Re:....
Quote:
Originally Posted by
picaflor-azul
If you post a link to the page with what you are trying to modify I can take a look.
Thanks,
Anne
It happens with default responsive sheffield blue template
-
Re: ....
Love the template. Best responsive one I've tried.
I've searched the thread, but I can't imagine I'm the only one having this issue.
When I log in as a customer in "full / PC" mode, the "Home" and "Log Out" links lose their "hover". I can't even click on "Home". The pointer changes to a link/hand between the "o" and "u" in out.
When I'm in "middle / tablet" mode, none of the links in the top section work.
It acts like it some sort of masking/overlay issue.
We're on a fresh install of ZC 1.5.1 and have v1.0 of the template installed. I see there's a 1.1 available, but it doesn't mention the issues I'm seeing.
Any guidance would be greatly appreciated.
-
Re: ....
Quote:
Originally Posted by
bbsbcastle
Love the template. Best responsive one I've tried.
I've searched the thread, but I can't imagine I'm the only one having this issue.
When I log in as a customer in "full / PC" mode, the "Home" and "Log Out" links lose their "hover". I can't even click on "Home". The pointer changes to a link/hand between the "o" and "u" in out.
When I'm in "middle / tablet" mode, none of the links in the top section work.
It acts like it some sort of masking/overlay issue.
We're on a fresh install of ZC 1.5.1 and have v1.0 of the template installed. I see there's a 1.1 available, but it doesn't mention the issues I'm seeing.
Any guidance would be greatly appreciated.
It sounds like a z-index problem, or widths may be needed on the containing divs. If you post a link to your site I can take a look.
Thanks,
Anne
-
Re: ....
Quote:
Originally Posted by
picaflor-azul
It sounds like a z-index problem, or widths may be needed on the containing divs. If you post a link to your site I can take a look.
Thanks,
Anne
Thank you! Yes. I don't know a lot of CSS, but I'd assumed it was related to z-index. The site is God's Glory Bible.
Here are some things I've found on the issue...
Looking at the site in Chrome, it appears to be when the div id="logo" overlaps the div id = "navMain" too much.
Another way to look at it, when the items in navmain are too wide, and "Checkout" wraps to the next line, either because the window is too narrow, or due to being logged in, that's when the issue hits. The areas of navmain that are "under" logo are masked, and don't see the mouse pointer.
Any chance the template isn't reporting a correct version BTW? I got the 1.0 version from my admin panel, but I see 1.1 should have been the current version when we installed it, since this is a new "in development / testing" site that's only been up since early May.
-
Re: ....
Quote:
Originally Posted by
bbsbcastle
Thank you! Yes. I don't know a lot of CSS, but I'd assumed it was related to z-index. The site is
God's Glory Bible.
Here are some things I've found on the issue...
Looking at the site in Chrome, it appears to be when the div id="logo" overlaps the div id = "navMain" too much.
Another way to look at it, when the items in navmain are too wide, and "Checkout" wraps to the next line, either because the window is too narrow, or due to being logged in, that's when the issue hits. The areas of navmain that are "under" logo are masked, and don't see the mouse pointer.
Any chance the template isn't reporting a correct version BTW? I got the 1.0 version from my admin panel, but I see 1.1 should have been the current version when we installed it, since this is a new "in development / testing" site that's only been up since early May.
I am not seeing any problem with the top navigation links in chrome on a desktop.
For the tablet view you could add a width like width:30% to the #navMainWrapper in responsive.css in the @media (max-width: 1199px) and (min-width: 768px) section.
Thanks,
anne
-
Re: ....
In desktop mode, it only happens if you're logged in as a customer.
We'll make the adjustments and report back. Thanks!
-
Re: ....
Quote:
Originally Posted by
bbsbcastle
In desktop mode, it only happens if you're logged in as a customer.
We'll make the adjustments and report back. Thanks!
I did login as a customer and in chrome on the desktop, did not see the problem.
Thanks,
Anne
-
Brands not showing up in drop down menu
I have gone over the readme and searched the forums and can not find how to make brands show up on the drop down menu below the logo, what am I missing?
Thanks
Dale
-
2 Attachment(s)
Re: Brands not showing up in drop down menu
Hello
I have this site under construction
http://sptech.gr/zencart/index.php
1. I have problem in this 2 pages
http://sptech.gr/zencart/index.php?m...=1&language=el
http://sptech.gr/zencart/index.php?m...=1&language=en
The English version is ok. What is going on with Greek??
2. In admin section in Greek language i don have all the attributes as i have in English as show in attached pictures
Attachment 14155
Attachment 14156
Thanks George
-
Re: Brands not showing up in drop down menu
Quote:
Originally Posted by
diver4
I have gone over the readme and searched the forums and can not find how to make brands show up on the drop down menu below the logo, what am I missing?
Thanks
Dale
When you populate admin--catalog--manufacturers and then assign products to the manufacturers, they will automatically show in the drop down.
Thanks,
Anne
-
Zen Lightbox doesn't work with this template
Dear Anne,
I installed your nice template successfully and everything works fine till this one thing: I noticed that in your demo site you turned off the zen lightbox, so that on product info page the enlarged image will show in a separate popup. But I really want the original lightbox which shows the images in a modal window which I think is rather the state of art. But with your template, the zen lightbox doesn't work as it supposes to: when I click on it, it shows the image at the end of the page (far down below), instead of showing in a modal window, which is the case when using classic template. Could you shed some light here? Would really appreciate it.
KR, Ge
-
Re: Zen Lightbox doesn't work with this template
Quote:
Originally Posted by
fireincairo
Dear Anne,
I installed your nice template successfully and everything works fine till this one thing: I noticed that in your demo site you turned off the zen lightbox, so that on product info page the enlarged image will show in a separate popup. But I really want the original lightbox which shows the images in a modal window which I think is rather the state of art. But with your template, the zen lightbox doesn't work as it supposes to: when I click on it, it shows the image at the end of the page (far down below), instead of showing in a modal window, which is the case when using classic template. Could you shed some light here? Would really appreciate it.
KR, Ge
You should go to the first post in this thread as it details what is included and what is not. It has no mention of a lightbox in its features so their is no setting to turn it on/off. If you want a lightbox module, there are a few in the plugins section. But if you are saying that the lightbox works in the classic template then possibly you have not moved over the lightbox files to the new template? If this is what is happening then move the files over and it will work.
-
Re: Zen Lightbox doesn't work with this template
Quote:
Originally Posted by
fireincairo
Dear Anne,
I installed your nice template successfully and everything works fine till this one thing: I noticed that in your demo site you turned off the zen lightbox, so that on product info page the enlarged image will show in a separate popup. But I really want the original lightbox which shows the images in a modal window which I think is rather the state of art. But with your template, the zen lightbox doesn't work as it supposes to: when I click on it, it shows the image at the end of the page (far down below), instead of showing in a modal window, which is the case when using classic template. Could you shed some light here? Would really appreciate it.
KR, Ge
Yes, I agree with yaritai 100%. Any properly installed, stable module will work with the template package.
Thanks,
Anne
-
Re: Brands not showing up in drop down menu
Quote:
Originally Posted by
George Zacharopoulos
English is the only language included in the template package. If you want to use the template in another language you will need to copy all template language files to your language and then translate them.
Thanks,
Anne
-
Re: Brands not showing up in drop down menu
Quote:
Originally Posted by
George Zacharopoulos
Hello
........
The English version is ok. What is going on with Greek??
.......
Thanks George
The problem was "user agent stylesheet" I put in stylesheet "table {font-size:1em}" and everything is ok.
What happens in admin section? I look all the directories to check for Greek files but the problem still exist
Thanks George
-
Re: Brands not showing up in drop down menu
Quote:
Originally Posted by
George Zacharopoulos
The problem was "user agent stylesheet" I put in stylesheet "table {font-size:1em}" and everything is ok.
What happens in admin section? I look all the directories to check for Greek files but the problem still exist
Thanks George
I have no idea what you are talking about. The template only comes with english installed. If you want to use it with another language, you need to copy all of the template language files to your language and then translate them.
Thanks,
Anne
-
Re: Brands not showing up in drop down menu
I searched and searched and found people had the same problem as I have but did not find the solution for this:
In the responsive version when you choose a product there is a DETAILS tab and a DESCRIPTION tab. I want to do the following but don´t know how, if somebody knows, please post the code :)
1-Turn off / hide the DETAILS tab completely
2-Make sure that the DESCRIPTION TAB is always OPEN and/or shows the description without the need of clicking the tab
I think it is an extra thing to do for the customers which we should avoid.
I hope someone can help!
Thank you!
René
-
Re: Brands not showing up in drop down menu
Quote:
Originally Posted by
Reneetje
I searched and searched and found people had the same problem as I have but did not find the solution for this:
In the responsive version when you choose a product there is a DETAILS tab and a DESCRIPTION tab. I want to do the following but don´t know how, if somebody knows, please post the code :)
1-Turn off / hide the DETAILS tab completely
2-Make sure that the DESCRIPTION TAB is always OPEN and/or shows the description without the need of clicking the tab
I think it is an extra thing to do for the customers which we should avoid.
I hope someone can help!
Thank you!
René
1. Assuming that the desire is to hide the details "tab" when there is nothing worth being shown in it, not necessarily just to never ever show it. The following changes made to includes/templates/responsive_sheffield_blue/templates/tpl_product_info_display.php
will hide the details drop down on the product page if there is nothing to be displayed (Ie. clicking on the option would just change the direction of the arrow and no result.)
search for: <!--bof Product details list -->
and replace from <!--bof Product details list --> to <!--eof Product details list --> the details section with the following:
Code:
<!--bof Product details list -->
<?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
<div class="layer1">
<p class="heading"><?php echo PRODUCT_DETAILS; ?></p>
<div class="content1">
<ul id="productDetailsList" class="floatingBox back">
<?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
</ul>
</div>
</div>
<br class="clearBoth" />
<?php
}
?>
<!--eof Product details list -->
Item 2 can be a little more involved as it relates to some java calls and other portions of the code, but really is a relatively simple change.
To have the details default as displayed but still allow changing from displayed to hidden, then in:
includes/template/responsive_sheffield_blue/templates/tpl_product_info_display.php
change the jQuery line in the following from .hide() to .show()
Quote:
<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>
So it could be like this:
Quote:
<script type="text/javascript">
$(document).ready(function() {
jQuery(".content1").show(); //mc12345678 modified from: 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>
-
Re: Brands not showing up in drop down menu
@mc12345678
Thank you! The description now is OPEN! The details tab always shows...is there a way of completely hiding this box if there is no info.
I changed the code you mentioned above but tha t visually didn't change anything....
-
Re: Brands not showing up in drop down menu
Quote:
Originally Posted by
Reneetje
@mc12345678
Thank you! The description now is OPEN! The details tab always shows...is there a way of completely hiding this box if there is no info.
I changed the code you mentioned above but tha t visually didn't change anything....
The thing is that the box won't be displayed if all of the conditions to display content are not met, therefore assuming that other things like the cache has been cleared from the browser, then there is "something" that is true about that one product causing something to be fed for display. I also just realized that it is possible that some will look at the directions I provided and modify too much of their code. Basically the first set of code does a check of what will be displayed, if nothing would be displayed then don't show that object. If something would be expected to be displayed, then carry forward. An additional admin switch could be incorporated with a few different options/types of message, but how manymore settings does one want in the admin panel. (Ie, never show details, always show details as is in package, or as is above show details when they are available to show.) I am not sure at moment how best to proceed troubleshooting your issue. Whether to take it to a new thread and report back here, or try to carry on here.
Now I didn't make this statement when I posted the above code. I don't think that Anne needs to defend her code and choice of how the data is presented. This template is sleek and compact. There are plenty of opportunities leading you to the product page for the description to be shown if desired. Also I believe that if the above code is incorporated in the original code for this template rather than an add on feature that there would be more questioning about how to make it appear, or why it's different than the demo site. For some, having the detail tab appear on some pages and not others is considered a no-no, for others, having it appear and have no content, etc... One argument would be why not populate each product with the data to display on the details page? I don't need an answer to that question, but it should be considered. It is also why I made it a conditional non-display, some products have that info some don't, never know in the future when such would be added, and don't want to have to figure out why the data isn't being displayed at all.
Okay, sorry just don't want anyone to think that there is something wrong with the templaate related to the above. It's perfectly fine for the general use in functionality and I think a sharp, sleek looking design graphically.
-
Re: Brands not showing up in drop down menu
Ranout of time to edit the above post, but it was to indicate that the file identified to incorporate the details info hide was the product_info page, if looking at say a product of type document_general, then a similar change would be needed for that and other product types.
-
Re: Brands not showing up in drop down menu
Since the new shop (i installed new 1.5.1 shop with responsive sheffield blue) orders have gone down. I checked error logs and found quite some pgp warnings which I have fixed (datezone timefix, shipping, etc). One thing I cannot seem to fix / find anywhere, this is what the log tells:
HTML Code:
[18-Jun-2014 09:34:51 Europe/Amsterdam] PHP Warning: require(D:\www\dynamitemagic.nl\www\shop\includes\templates\responsive_sheffield_blue\templates\tpl_product_info_display.php): failed to open stream: No such file or directory in D:\www\dynamitemagic.nl\www\shop\includes\modules\pages\product_info\main_template_vars.php on line 178
[18-Jun-2014 09:34:51 Europe/Amsterdam] PHP Fatal error: require(): Failed opening required 'includes/templates/responsive_sheffield_blue/templates/tpl_product_info_display.php' (include_path='.;c:\vevida\php54\php-pear\pear') in D:\www\dynamitemagic.nl\www\shop\includes\modules\pages\product_info\main_template_vars.php on line 178
Help, what should I do (VEVIDA, mentioned in the second error is my provider...)
This is what line 178 is in the file main_template_vars.php
HTML Code:
require($template->get_template_dir($tpl_page_body,DIR_WS_TEMPLATE, $current_page_base,'templates'). $tpl_page_body);
PHP version: 5.4.24
-
Re: Brands not showing up in drop down menu
And this one I found as well (only once):
HTML Code:
[15-Jun-2014 17:48:03 Europe/Amsterdam] PHP Warning: require(includes/templates/template_default/common/tpl_mega_menu.php): failed to open stream: No such file or directory in D:\www\dynamitemagic.nl\www\shop\includes\templates\responsive_sheffield_blue\common\tpl_header.php on line 134
[15-Jun-2014 17:48:03 Europe/Amsterdam] PHP Fatal error: require(): Failed opening required 'includes/templates/template_default/common/tpl_mega_menu.php' (include_path='.;c:\vevida\php54\php-pear\pear') in D:\www\dynamitemagic.nl\www\shop\includes\templates\responsive_sheffield_blue\common\tpl_header.php on line 134
-
Re: Brands not showing up in drop down menu
Looks like the files that were modified to get your desired action(s) from the above provided code didn't get saved as needed by the system and therefore something about them is preventing use. Would need to reupload the two template files (includes\templates\responsive_sheffield_blue\templates\tpl_product_info_display .php and
includes/templates/template_default/common/tpl_mega_menu.php)
-
Re: Brands not showing up in drop down menu
@MC12345678
I started again from the original template files (I had tried different ways within the files to prevent the SPAM) and maybe broke, deleted or added some code which caused the errors to show up.
With the new files installed again the warnings now have dissapeared....thank you again for helping!
-
Re: Brands not showing up in drop down menu
Quote:
Originally Posted by
mc12345678
Looks like the files that were modified to get your desired action(s) from the above provided code didn't get saved as needed by the system and therefore something about them is preventing use. Would need to reupload the two template files (includes\templates\responsive_sheffield_blue\templates\tpl_product_info_display .php and
includes/templates/template_default/common/tpl_mega_menu.php)
Thank you for helping out on the template thread. I have been gone the last few days on a mini internet free vacation ;)
Thanks,
Anne
-
Re: Brands not showing up in drop down menu
Quote:
Originally Posted by
Reneetje
@MC12345678
I started again from the original template files (I had tried different ways within the files to prevent the SPAM) and maybe broke, deleted or added some code which caused the errors to show up.
With the new files installed again the warnings now have dissapeared....thank you again for helping!
I am happy that you got everything sorted out ;)
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Good Morning everyone,
Great template Anne, my clients love it. Late last night my slide show images disappeared from 3 different sites on different hosts (Zen V1.5.1), has anyone figured out what happened? I noticed that Anne's demo has the same problem.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Enid McHorse
Good Morning everyone,
Great template Anne, my clients love it. Late last night my slide show images disappeared from 3 different sites on different hosts (Zen V1.5.1), has anyone figured out what happened? I noticed that Anne's demo has the same problem.
There is nothing wrong with the demo slides. Maybe you have an ad blocker set on your browser that is not displaying the slides?
Thanks,
Anne
-
Re: Responsive Sheffield Blue
It gets even weirder now that I have checked one of the sites on an Android phone, the slideshow is working on it. Link for one of the sites is http://www.greatartreproductions.com/store2/ 6200+ products loaded in inventory and thought we would go live next week!
-
Re: Responsive Sheffield Blue
Thanks Anne, that fixed it! I did have to turn off my Kaspersky last night to load a new program and didn't notice it had turned on the banner blocker when I restarted it. Didn't think of that because I use the same software on my phone.
Enid
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Enid McHorse
Thanks Anne, that fixed it! I did have to turn off my Kaspersky last night to load a new program and didn't notice it had turned on the banner blocker when I restarted it. Didn't think of that because I use the same software on my phone.
Enid
I am happy that you figured it out ;)
Thanks,
Anne
-
Re: Brands not showing up in drop down menu
Quote:
Originally Posted by
picaflor-azul
Thank you for helping out on the template thread. I have been gone the last few days on a mini internet free vacation ;)
Thanks,
Anne
Missed this one. More than welcome, in fact waited a while to see if a response from the master templater was going to arrive. Vacay is far more important though.
-
1 Attachment(s)
Re: Responsive Sheffield Blue
after install this template Attachment 14201
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
jennydutch
I don't understand your question. If you can provide more details about your problem and post a link to your site I can try to help you.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
I don't understand your question. If you can provide more details about your problem and post a link to your site I can try to help you.
Thanks,
Anne
While I don't have the address for jenyydutch's site, after thinking about that post for a while this morning, it seems that the issue (which will likely be easy to fix) is that after installation, the various css rules are not producing the same results as the demo site. This could have been stated clearer in the original post, but that seems to be the issue.
-
Re: Responsive Sheffield Blue
Hello, I feel really bad but I accidentally deleted the section at the bottom of the page referring to: "Powered by Zen Cart. Responsive Zen cart templates by Picaflor Azul." I still have the copyright for the owner of the site and the zencart but no Picaflor Azul..... what I think took place was during a session in dreamweaver when I did a mass edit of picaflor and it deleted the link!!! I need to put it back but can't find it now. It's on the other website I did with you sterling grand, but not on the sheffield blue. Can you refer me, in an email, as to where this needs to be put back? Thanks ahead of time!!
-
1 Attachment(s)
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
I don't understand your question. If you can provide more details about your problem and post a link to your site I can try to help you.
Thanks,
Anne
right picture is my site after install this theme... and right picture is your demo site... my site is not ok whey i am trying to maximize browser window
but your demo site is full ok.. please help
Attachment 14211
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
micro007
Hello, I feel really bad but I accidentally deleted the section at the bottom of the page referring to: "Powered by Zen Cart. Responsive Zen cart templates by Picaflor Azul." I still have the copyright for the owner of the site and the zencart but no Picaflor Azul..... what I think took place was during a session in dreamweaver when I did a mass edit of picaflor and it deleted the link!!! I need to put it back but can't find it now. It's on the other website I did with you sterling grand, but not on the sheffield blue. Can you refer me, in an email, as to where this needs to be put back? Thanks ahead of time!!
You can replace the code on around line 16 rom the includes/languages/responsive_sheffield_blue/english.php:
Code:
define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>. <a href="http://www.picaflor-azul.com" target="_blank">Responsive Zen cart templates</a> by Picaflor Azul.');
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
jennydutch
right picture is my site after install this theme... and right picture is your demo site... my site is not ok whey i am trying to maximize browser window
but your demo site is full ok.. please help
Attachment 14211
If you post a link to your site, I can take a look.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
If you post a link to your site, I can take a look.
Thanks,
Anne
Thanks its working now with new zen cart installation
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
jennydutch
Thanks its working now with new zen cart installation
I am happy that you figured it out ;)
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Thanks Azul, I replaced the code and everything is great. Your templates are so easy to update. Will be sending donation soon!!!
- Website finished (shop.bigboybaitco.com)
Thanks again!!!
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
micro007
Thanks Azul, I replaced the code and everything is great. Your templates are so easy to update. Will be sending donation soon!!!
- Website finished (shop.bigboybaitco.com)
Thanks again!!!
Great job! I love what you have done ;)
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
micro007
Thanks Azul, I replaced the code and everything is great. Your templates are so easy to update. Will be sending donation soon!!!
- Website finished (shop.bigboybaitco.com)
Thanks again!!!
Beautiful site! Good Job! Love it! I am going shopping
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
Great job! I love what you have done ;)
Thanks,
Anne
Quote:
Originally Posted by
uswebworx
Beautiful site! Good Job! Love it! I am going shopping
Just casting:laugh: my vote as well!
-
Re: Responsive Sheffield Blue
I have a problem, I have choosen to make all fonts the same color in the .css and want to give the hyperlinks (links in texts and to other products in descriptions) a different color (blue). I know how to do that but if I do so also all the categories-names get these same colors and "light up". Is there a way to only give the real hyperlinks a different color without changing the categories-colors?
Also, in mobile view a customer has a lot of prices hidden behind the pictures when he browsers the shop....anyone knows how to fix or has fixed it?
René
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Reneetje
I have a problem, I have choosen to make all fonts the same color in the .css and want to give the hyperlinks (links in texts and to other products in descriptions) a different color (blue). I know how to do that but if I do so also all the categories-names get these same colors and "light up". Is there a way to only give the real hyperlinks a different color without changing the categories-colors?
Also, in mobile view a customer has a lot of prices hidden behind the pictures when he browsers the shop....anyone knows how to fix or has fixed it?
René
If you want to make css changes I strongly recommend using firefox or chrome and using the web developer tools. They will help you find the exact line of the exact css file that needs to be changed. You can also test out your changes without changing the actual css files.
If you post a link to your site I can take a look.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
If you post a link to your site I can take a look.
Anne,
The website is www.dynamitemagic.nl. I did not make changes yet, but if you click for example the DYNAMO page on the right, there is a lot of text with (in the previous template) a lot of visible hyperlinks, they are also written in capitals but it is better if they also look like hyperlinks. These now have the same color as other text (I did that...) but if I change the color to blue also the categories change to blue as well...and I don´t like that :)
Hope you can help!
René
-
Re: Responsive Sheffield Blue
I choose now to underline the hyperlinks instead of giving them a color (I just did that on www.dynamitemagic.nl. Now all links (categories, ezpages, productnames in categories, etc) are underlined.
Too bad...there must be a way to fix that only hyperlinks in texts are special?
René
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Reneetje
I choose now to underline the hyperlinks instead of giving them a color (I just did that on
www.dynamitemagic.nl. Now all links (categories, ezpages, productnames in categories, etc) are underlined.
Too bad...there must be a way to fix that only hyperlinks in texts are special?
René
Where is this "Dynamo" page you speak of? I can't find it. Maybe a direct link to the page you have in question? Also, more clarity on what exactly you are trying to achieve. Are you trying to make ALL links other than the menus and side navigation as having this styling? Or is it more specific than this as it only can happen on certain pages with links in content?
Even though I didn't find the page you were referencing, this can definitely be done with css and is not difficult at all. But a better link to what you are talking about would help.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
yaritai
Where is this "Dynamo" page you speak of? I can't find it. Maybe a direct link to the page you have in question? Also, more clarity on what exactly you are trying to achieve. Are you trying to make ALL links other than the menus and side navigation as having this styling? Or is it more specific than this as it only can happen on certain pages with links in content?
Even though I didn't find the page you were referencing, this can definitely be done with css and is not difficult at all. But a better link to what you are talking about would help.
I agree, if you post a link to the page that you need help with I can take a look.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Hi,
I have searched the thread for a problem we are having with our site. The description does not show. If I switch back to rows, i can see a partial description. We need to see the description of the item when we press the details button, and the product screens shows just that item. I saw something about a "patch", but it appears I am using the latest version of 1.1. We are currently running ZC 1.5.1.
PHP Version: 5.3.28 (Zend: 2.3.0)
Database: MySQL 5.5.37-cll.
Apache
Any help would be appreciated!
Thanks!
Ernie
mdstamp(dot)com
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
LanRhine
Hi,
I have searched the thread for a problem we are having with our site. The description does not show. If I switch back to rows, i can see a partial description. We need to see the description of the item when we press the details button, and the product screens shows just that item. I saw something about a "patch", but it appears I am using the latest version of 1.1. We are currently running ZC 1.5.1.
PHP Version: 5.3.28 (Zend: 2.3.0)
Database: MySQL 5.5.37-cll.
Apache
Any help would be appreciated!
Thanks!
Ernie
mdstamp(dot)com
Hello ;) Yes, there is a patch to fix this. You can download it here:
http://www.zen-cart.com/showthread.p...25#post1221225
If you still have problems after you apply the patch, just post back for help ;)
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Reneetje
I have a problem, I have choosen to make all fonts the same color in the .css and want to give the hyperlinks (links in texts and to other products in descriptions) a different color (blue). I know how to do that but if I do so also all the categories-names get these same colors and "light up". Is there a way to only give the real hyperlinks a different color without changing the categories-colors?
Also, in mobile view a customer has a lot of prices hidden behind the pictures when he browsers the shop....anyone knows how to fix or has fixed it?
René
The patch identified still applies. An update to the packge has not yet been posted here that includes that update and others that have been pointed out by fellow zenners. The patch is mentioned several times throughout the thread, if you do a search in the thread for patch, more than likely you will see the patch(es) that were posted after the version date for 1.1.
-
Re: Responsive Sheffield Blue
Thanks Anne. That did the trick. There are other issues, but they are minor at this point. Thanks again.
Ernie
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
LanRhine
Thanks Anne. That did the trick. There are other issues, but they are minor at this point. Thanks again.
Ernie
I am happy that you figured it out ;) Please let me know if you need any other help.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Hi Anne,
I have freshly installed the Responsive Sheffield Blue (Using Sheffield Blue on another site) on a new site using 1.5.3 - everything looks good. Wanted to see what EZ-Pages Header Bar would look like on the site so selected Value 1 from from Configuration Settings. Brought up a white on black bar - didn't like it so selected 0 in Configuration Settings but bar isn't hiding. This is the same on Chrome & Explorer. On my Sheffield Blue site http://www.phillumeny.eu it doesn't matter whether I select 1 or 0 as EZ Page Header doesn't show - the gap between the logo and the mega-menu is smaller and with that site I removed completely the slide show.
With the slide show on my new site I disabled it through Configuration Settings but the gap between logo and mega-menu is larger. Haven't done anything different to new site that wasn't done to the old so I'm wondering why the EZ Page header is not responding to the global hide? Could you look at http://www.matchboxlabels.co.uk to see what I mean. Has anyone else had this experience with EZ-Pges? Cheers Aaron
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
vesuvians
Hi Anne,
I have freshly installed the Responsive Sheffield Blue (Using Sheffield Blue on another site) on a new site using 1.5.3 - everything looks good. Wanted to see what EZ-Pages Header Bar would look like on the site so selected Value 1 from from Configuration Settings. Brought up a white on black bar - didn't like it so selected 0 in Configuration Settings but bar isn't hiding. This is the same on Chrome & Explorer. On my Sheffield Blue site
http://www.phillumeny.eu it doesn't matter whether I select 1 or 0 as EZ Page Header doesn't show - the gap between the logo and the mega-menu is smaller and with that site I removed completely the slide show.
With the slide show on my new site I disabled it through Configuration Settings but the gap between logo and mega-menu is larger. Haven't done anything different to new site that wasn't done to the old so I'm wondering why the EZ Page header is not responding to the global hide? Could you look at
http://www.matchboxlabels.co.uk to see what I mean. Has anyone else had this experience with EZ-Pges? Cheers Aaron
I just turned the ezpages header bar on and off using the admin with no problem. My guess is that you are doing something wrong like not saving your changes.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
I have a strange problem and I have had a read through the pages and I am unable to find the answer. I cannot display product details. If you click this link you will see the challenge.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
adb34
I have a strange problem and I have had a read through the pages and I am unable to find the answer. I cannot display product details. If you
click this link you will see the challenge.
If you can be more specific about the problem and link to the page with the problem, I can take a look.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Hi Anne, I have a question for you. What are these images to or used for by this template? Thanks
/includes/templates/responsive_sheffield_blue/images/bc_cat_pointer_right.gif
/includes/templates/responsive_sheffield_blue/images/bc_cat_no_sub.gif
/includes/templates/responsive_sheffield_blue/images/bc_cat_boxes.gif
/includes/templates/responsive_sheffield_blue/images/bc_moreinfo.gif
/includes/templates/responsive_sheffield_blue/images/bc_bestsellers.gif
/includes/templates/responsive_sheffield_blue/images/bc_ezpages.gif
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
adb34
I have a strange problem and I have had a read through the pages and I am unable to find the answer. I cannot display product details. If you
click this link you will see the challenge.
The link that you included has an extra / in the URL, indicating that your /includes/configure.php needs a slight tweak, possibly removing a trailing / from the HTTP_SERVER (and HTTPS_SERVER?) definitions:
Code:
http://eshop.edencraftsupplies.co.uk//index.php?main_page=index"
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
countrycharm
Hi Anne, I have a question for you. What are these images to or used for by this template? Thanks
/includes/templates/responsive_sheffield_blue/images/bc_cat_pointer_right.gif
/includes/templates/responsive_sheffield_blue/images/bc_cat_no_sub.gif
/includes/templates/responsive_sheffield_blue/images/bc_cat_boxes.gif
/includes/templates/responsive_sheffield_blue/images/bc_moreinfo.gif
/includes/templates/responsive_sheffield_blue/images/bc_bestsellers.gif
/includes/templates/responsive_sheffield_blue/images/bc_ezpages.gif
These images are used by the better categories ez info module.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
If you can be more specific about the problem and link to the page with the problem,
The problem is that the description of the product is missing in total, nothing displaying
To show you what the description should say click here.
Configuration/product listing/display product description = 150 I have tried changing no different. When you reload the page, the description appears very quickly then goes.
What I am going to do is use two laptops and the installation instructions and go through line by line the set-up info to see if something is out.
andyb
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
adb34
What I am going to do is use two laptops and the installation instructions and go through line by line the set-up info to see if something is out.
Done this, nothing missing. I cannot remember if I have loaded all the sql patches. How can I find out if have loaded all of them?
-
Re: Responsive Sheffield Blue
Thank Anne. I knew they where to something important.