Thanks Anne,
As always, you're spot on! Added #menu{display:none;} to @media (min-width:980px) in responsive_default.css.
CSS saves the day again! :clap:
Printable View
Well I figured it out partially before supper but see Anne beat me to it. Thank you. I actually put a media request into my stylesheet.css, which wouldn't work because it kept getting overwritten by an inline style piece of code:
which I couldn't not find.Code:<ul class="slimmenu" style="display: block;">
So I did this:
I just did the 400px to force it to enter that piece of code and added visibility to make it go away (but it still occupied space so I knew it wasn't the answer).Code:@media (min-width: 400px){
.slimmenu{display:none; visibility: hidden;}
}
So Anne, if you have time to add (both learning questions)
1. Is it legit to add the media to the stylesheet or is it just nicer code to keep all the media in the responsive stylesheet?
2. You changed #menu, I changed #slimmenu, does it make a difference?
Thanks
lruskauff
I have a problem with my admin giving me a warning error message since installing this template last week, It would seem that this is because I originally did not install the template correctly, I have since tried to re-install but it has not fixed the problem with the admin. I have tried to search for a possible answer as too what I need to do to fix it but cannot find anything that helps. I think it may be a problem with the configure.php files in the includes and the admin includes folder but I am really not 100% sure if that is the case or even if there maybe any other file that should be fixed. I was hoping that someone may know which files i have to fix to get back into the admin.
What error message do you get?
Lruskauff
The error is
WARNING: An Error occurred, please refresh the page and try again.
I am not quite sure but from what I have read is that if I can get the banner problem fixed that should rectify my admin error, but I maybe wrong. I have attached a screenshot of the home page which shows the error I have with the install of the template. I dont know if that helps but willing to give what info is necessary to determine what I need to do. Sorry for being a pain, just want to find a way to fix it all.
Attachment 15515
Yes I have looked in the log files but there is no information to help with finding what the error could be,
This is the only error in the log
Duplicate entry 'configZenLightbox' for key 'page_key' :: INSERT INTO pht_admin_pages (page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order)VALUES
('configZenLightbox', 'BOX_CONFIGURATION_ZEN_LIGHTBOX', 'FILENAME_CONFIGURATION', CONCAT('gID=',@cgi), 'configuration', 'Y', @cgi); in /home3/**************/store/includes/classes/db/mysql/query_factory.php on line 120
yes I do, is that what is causing the problem, I did notice a reference to it but didnt think it could be connected with this problem
If you already have that plugin installed, go to the admin/includes/installers/westminster_new/1_3.php file and remove this part:
Thanks,Code://Zen Lightbox
$db->Execute("INSERT IGNORE INTO " . TABLE_CONFIGURATION_GROUP . " VALUES (NULL, 'Zen Lightbox', 'Configure Zen Lightbox settings', '0', '1');");
$db->Execute("UPDATE " . TABLE_CONFIGURATION_GROUP . " SET sort_order = LAST_INSERT_ID() WHERE configuration_group_id = LAST_INSERT_ID();");
$db->Execute("SELECT @cgi := configuration_group_id FROM " . TABLE_CONFIGURATION_GROUP . " WHERE configuration_group_title = 'Zen Lightbox';");
$db->Execute("INSERT IGNORE INTO " . TABLE_CONFIGURATION . " (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES
(NULL, '<b>Zen Lightbox</b>', 'ZEN_LIGHTBOX_STATUS', 'true', '<br />If true, all product images on the following pages will be displayed within a lightbox:<br /><br />- document_general_info<br />- document_product_info<br />- page (EZ-Pages)<br />- product_free_shipping_info<br />- product_info<br />- product_music_info<br />- product_reviews<br />- product_reviews_info<br />- product_reviews_write<br /><br /><b>Default: true</b>', @cgi, 100, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '),
(NULL, 'Overlay Opacity', 'ZEN_LIGHTBOX_OVERLAY_OPACITY', '0.8', '<br />Controls the transparency of the overlay.<br /><br /><b>Default: 0.8</b>', @cgi, 101, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''0'', ''0.1'', ''0.2'', ''0.3'', ''0.4'', ''0.5'', ''0.6'', ''0.7'', ''0.8'', ''0.9'', ''1''), '),
(NULL, 'Overlay Fade Duration', 'ZEN_LIGHTBOX_OVERLAY_FADE_DURATION', '400', '<br />Controls the fade duration of the overlay.<br /><br />Note: This value is measured in milliseconds.<br /><br /><b>Default: 400</b><br />', @cgi, 102, NOW(), NOW(), NULL, NULL),
(NULL, 'Resize Duration', 'ZEN_LIGHTBOX_RESIZE_DURATION', '400', '<br />Controls the speed of the image resizing.<br /><br />Note: This value is measured in milliseconds.<br /><br /><b>Default: 400</b><br />', @cgi, 103, NOW(), NOW(), NULL, NULL),
(NULL, 'Resize Transition', 'ZEN_LIGHTBOX_RESIZE_TRANSITION', 'false', '<br />Allows for custom control over the transition effect used to animate the lightbox.<br /><br /><b>Default: false</b><br />', @cgi, 104, NOW(), NOW(), NULL, NULL),
(NULL, 'Initial Width', 'ZEN_LIGHTBOX_INITIAL_WIDTH', '250', '<br />If Enable Resize Animations is set to true, the lightbox will resize its width from this value to the current image width, when first displayed.<br /><br />Note: This value is measured in pixels.<br /><br /><b>Default: 250</b><br />', @cgi, 105, NOW(), NOW(), NULL, NULL),
(NULL, 'Initial Height', 'ZEN_LIGHTBOX_INITIAL_HEIGHT', '250', '<br />If Enable Resize Animations is set to true, the lightbox will resize its height from this value to the current image height, when first displayed.<br /><br />Note: This value is measured in pixels.<br /><br /><b>Default: 250</b><br />', @cgi, 106, NOW(), NOW(), NULL, NULL),
(NULL, 'Image Fade Duration', 'ZEN_LIGHTBOX_IMAGE_FADE_DURATION', '400', '<br />Controls the fade duration of images.<br /><br />Note: This value is measured in milliseconds.<br /><br /><b>Default: 400</b><br />', @cgi, 107, NOW(), NOW(), NULL, NULL),
(NULL, 'Caption Animation Duration', 'ZEN_LIGHTBOX_CAPTION_ANIMATION_DURATION', '400', '<br />Controls the animation duration of the caption.<br /><br />Note: This value is measured in milliseconds.<br /><br /><b>Default: 400</b><br />', @cgi, 108, NOW(), NOW(), NULL, NULL),
(NULL, 'Display Image Counter', 'ZEN_LIGHTBOX_COUNTER', 'true', '<br />If true, the image counter will be displayed (below the caption of each image) within the lightbox.<br /><br /><b>Default: true</b>', @cgi, 109, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'),
(NULL, 'Close on Image Click', 'ZEN_LIGHTBOX_CLOSE_IMAGE', 'true', '<br />If true, the lightbox will close when the image being displaying is clicked.<br /><br /><b>Default: false</b>', @cgi, 110, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '),
(NULL, 'Close on Overlay Click', 'ZEN_LIGHTBOX_CLOSE_OVERLAY', 'true', '<br />If true, the lightbox will close when the overlay is clicked.<br /><br /><b>Default: false</b>', @cgi, 111, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '),
(NULL, 'Always show Prev / Next', 'ZEN_LIGHTBOX_PREV_NEXT', 'true', '<br />If true, the lightbox will always show Previous & Next buttons when using additional images. NOTE: This setting will be overwritten automatically when Close on Image Click is set to TRUE.<br /><br /><b>Default: false</b>', @cgi, 112, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '),
(NULL, '<b>Keyboard Navigation</b>', 'ZEN_LIGHTBOX_KEYBOARD_NAVIGATION', 'true', '<br />If true, keyboard inputs will also be used to control the lightbox.<br /><br /><b>Default: true</b>', @cgi, 200, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '),
(NULL, 'Close Lightbox', 'ZEN_LIGHTBOX_ESCAPE_KEYS', '27,88,67', '<br />The lightbox will close when any of these keys are pressed.<br /><br />Note: Only <a href=\"http://en.wikipedia.org/wiki/ASCII\" target=\"_blank\">ASCII</a> decimal values should be entered and separated with a comma (if listing multiple values).<br /><br /><b>Default: 27,88,67</b><br />', @cgi, 201, NOW(), NOW(), NULL, NULL),
(NULL, 'Previous Image', 'ZEN_LIGHTBOX_PREVIOUS_KEYS', '37,80', '<br />The lightbox will display the previous image (if available) when any of these keys are pressed.<br /><br />Note: Only <a href=\"http://en.wikipedia.org/wiki/ASCII\" target=\"_blank\">ASCII</a> decimal values should be entered and separated with a comma (if listing multiple values).<br /><br /><b>Default: 37,80</b><br />', @cgi, 202, NOW(), NOW(), NULL, NULL),
(NULL, 'Next Image', 'ZEN_LIGHTBOX_NEXT_KEYS', '39,78', '<br />The lightbox will display the next image (if available) when any of these keys are pressed.<br /><br />Note: Only <a href=\"http://en.wikipedia.org/wiki/ASCII\" target=\"_blank\">ASCII</a> decimal values should be entered and separated with a comma (if listing multiple values).<br /><br /><b>Default: 39,78</b><br />', @cgi, 203, NOW(), NOW(), NULL, NULL),
(NULL, '<b>Gallery Mode</b>', 'ZEN_LIGHTBOX_GALLERY_MODE', 'true', '<br />If true, the lightbox will allow additional images to quickly be displayed using previous and next buttons.<br /><br /><b>Default: true</b>', @cgi, 300, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'),
(NULL, 'Include Main Image in Gallery', 'ZEN_LIGHTBOX_GALLERY_MAIN_IMAGE', 'true', '<br />If true, the main product image will be included in the lightbox gallery.<br /><br /><b>Default: true</b>', @cgi, 301, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'),
(NULL, '<b>EZ-Pages Support</b>', 'ZEN_LIGHTBOX_EZPAGES', 'true', '<br />If true, the lightbox effect will be used for linked images on all EZ-Pages.<br /><br /><b>Default: true</b>', @cgi, 400, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'),
(NULL, 'File Types', 'ZEN_LIGHTBOX_FILE_TYPES', 'jpg,png,gif', '<br />On EZ-Pages, the lightbox effect will be applied to all images with one of the following file types.<br /><br /><b>Default: jpg,png,gif</b><br />', @cgi, 401, NOW(), NOW(), NULL, NULL);");
$db->Execute("INSERT INTO " . TABLE_ADMIN_PAGES . " (page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order)VALUES
('configZenLightbox', 'BOX_CONFIGURATION_ZEN_LIGHTBOX', 'FILENAME_CONFIGURATION', CONCAT('gID=',@cgi), 'configuration', 'Y', @cgi);");
Anne
Just wanted to say I have done what you suggested and it has worked perfectly Anne, so thank you very much I really appreciate it.
I would never have guessed that it was to do with the image handler, but thank you again
It was because you already had lightbox installed.
Don't forget, with any new template install, if you have plugins installed that have template override files, you need to copy these over to the new template override folder or they will not work, cause errors, blank pages, etc.
Thanks,
Anne
oh okay thank you I had not realised that, so useful information to remember. I am learning slowly :-)
On one of my client's sites we were getting this error when adding an item to the cart or updating a quantity.
I know that this error has also been reported in the Winchester Responsive thread.
Solution:Quote:
An unknown response null::text/html::SyntaxError:Unexpected token < was received while processing an ajax call. The action you requested could not be completed.
Simply remove the file
includes/templates/westminster_new/jscript/jscript_framework.php
which differs from the standard ZC file
includes/templates/template_default/jscript/jscript_framework.php
for no logical reason.
The site now uses the template_default file. No error and checkout works fine.
Cheers / Frank
The links in the footer dont seem to be working, I have checked the flexible footer menu in admin and the links are all present, so I am not sure what I am missing to do somewhere?
oh thank you Anne, that would be great :-) I pretty much got everything done now, just need to rectify the shop links in the footer and the text "Responsive Zencart Template" in the header but cannot find where it is. Oh and the text for the custom slider dont seem to be able to find it.
http://www.pixelsandartdesign.com/store/
I checked the footer links and they are all going to the correct pages. You have some errors. You need to check your logs folder and correct them. My guess is that you have plugins installed and you did not copy the override files to the new template override folder.
If you look at the readme.html file it gives instructions for how to customize the slide out text. If you do a search of the forum you will find a tutorial on this site about how to change the site title.
Thanks,
Anne
ah okay Anne I did wonder if it was something like that, but just wasn't to sure, thank you for having a look for me, I appreciate that.
Hi Anne,
Just thought I would show you I got all those little text things sorted, thought you might want to have a look. So thanks for your guidance, I am feeling quite chuffed with myself seen as I am a beginner with all this stuff.
Just have to fix those links now but I am struggling with that one a bit :)
I do have a question for you though, where it says blog forum etc I would like to centralise those can I assume that this is done in a CSS file.
http://www.pixelsandartdesign.com/store/
oh okay thank you
The issue where product listing pages (eg new products) display TEXT_NO_PRODUCTS instead of something like "More new products will be added soon. Please check back later" (TEXT_NO_NEW_PRODUCTS) is caused by the file
/includes/templates/westminster_new/templates/tpl_products_new_default.php
To fix that bug open that file and change line 19 from:
to:Code:require($template->get_template_dir('tpl_modules_product_listing.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_product_listing.php');
I have only tackled the new products but not specials nor featured products listings.Code:require($template->get_template_dir('tpl_modules_products_new_listing.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_products_new_listing.php');
Anne might have a solution along similar lines.
Cheers / Frank
Sorry folks, the 'solution' posted above has ramifications on the listing of 'All Products'. :oops:
The better solution is to copy
includes/languages/english/featured_products.php
to
includes/languages/english/westminster_new/featured_products.php
and add to the latter
Same for includes/languages/english/products_new.phpPHP Code:
define('TEXT_NO_PRODUCTS', 'There are currently no featured products. Please check back later.');
copy that file to
includes/languages/english/westminster_new/products_new.php
and add to the latter
My apologies for post #1131 .....PHP Code:
define('TEXT_NO_PRODUCTS', 'More new products will be added soon. Please check back later.');
Thanks Anne,
Same needs to be done for
includes/languages/english/products_all.php copy to includes/languages/english/westminster_new/products_all.php
and
includes/languages/english/specials.php copy to includes/languages/english/westminster_new/specials.php
then add the relevant definitions for TEXT_NO_PRODUCTS to the copied files.
What would be the best way to go about adding an additional checkbox to step 2 of the checkout process?
(I want to add a checkbox that says they understand the return policy)
Would simply copying and pasting the logic and html from the "i have read and agreed" checkbox be sufficient?
Any info on best practices would be marvelous.
Regards,
I'm not sure what you are selling but that would be a real turn off to me. Are you sure?
Iruskauff, you bring up a very valid point.
Lets assume I am not making these business decisions.
But rather trying to figure out how to do it!
:cool:
Well, I would start by copying the logic from the "i have read" as you suggested. But you might need to add something to the database if they actually save that information with the customers order, or if you want to save it. Other than that I have to leave the advice up to someone more experienced.
Did you find the patch link? I have the same issue on my android LG phone
I recently changed from Dover to this theme. This theme seems to work much better for what we were looking for, I really like the slider, categories and footer on this awesome theme.
How can you add small emblems next to the category names in the side category box?
Also wanted to know how to change from the British flag on the top of the screen to an American flag.
Good morning.
I've switched places at the top of the header of the links to the cart and the language flag and currency dropdown. My question is, is there a way to maintain the links to the cart when the page is viewed in a mobile mode. As it is now the language flag and currency links show when the browser is displaying in a mobile device. I would like it to still show the shopping cart links at the top, even though they are now on the right side of the page when viewed in a computer browser. Hoping there is something I can change in the css for the mobile versions of the site.
Site is www@atvpartspro@com
Thanks in advance.
Which is the banner in banner manager in the header to the right of the logo? I have too much white space there and need to put a banner as long as it doesn't interfere with the responsiveness. If someone knows the dimensions to that banner would be great as well.
Been also trying to find where the removal of the banner slide title is? It doesn't allow you to not add a title.
Press f12 and use the inspect feature in your browser to show you what controls each area.
PMed the link. Don't mind sending a coffee or a tip for the help if you accept that, please advise where.
I need to remove search box as it interferes with the logo install and doubles the currency. later when I add a banner its behind the banner. Where is removal?
banner title has not yet been found in the css flex.
Also cannot seem to locate where the head area is to put the secure certificate code.
Thanks
Hi, customers have mentioned that they don't like loading my categories and having to click through on each 'More Details' before they can Add to Cart ... so can I alter the template to have 'Add to Cart' and then 'More Info' underneath, if they want to click through? Is this an Admin job or code altering?
Thanks
Several replies suggest reading the readme.html file included with the download in order to learn how to make changes. Anne installed Winchester new on my site, and I so far have been unable to find readme.html on my site. I downloaded the installation package to my C: drive and unzipped it. I did not find readme.html in the unzipped files. Can someone tell me where to go?
Also, I could use guidance on how to hide the home-top.png image.
Hello,
I would like to at yelp reviews to my product page, with the other social media. I added the code to the flexible footer menu but I also want to put the button on the products pages.
Can you tell me where this is done.
Thank you
Ron
The readme.html file is included in the template package. You can see the online version here:
https://www.picaflor-azul.com/demos/...ew_readme.html
You can turn any of the home page banners off/on in your admin--tools--banner manager.
Thanks,
Anne
I am working on this template (which I like very much) but I need some help on a few things that I cannot seem to figure out on my own. I apologize if there are too many items here, I thought it might be better than trying to chase down multiple subjects in this thread. This is a new installation 1.5.4 and the only thing I have added is a credit card module from my merchant account. My store site is polishpotterystore .com/sale .Thank you in advance for your help.
1. The optional text in the center of the main page, above the three images... how do I center that?
2. When you hover over each of the three images there is text, how do I change this? (I.E. Fine Jewelry, Great tops... etc) Additionally how do I change the button text that is also there from shop now to .... something else. I have used the developers tool kit trying to locate this and nothing comes up except for one admin file which I am pretty sure I don't want to mess with.
3. How do I change the social media icons in the footer. Since they don't appear to be images that I can simply replace, I'm not sure how to do this.
4. This is the biggest one for me. I want to change the tabs on top. I would like to remove some things like USEFUL LINKS and change the associated links (not the categories). I know these are generally controlled by EZPages but in my admin there are no EZ pages set up. I have seen in other places where this is in the read me file but for the life of me I have read through that four times and it's not there. Only how to adjust the footer.
I also have one other issue that maybe you can shed light on. I have customers having problems loggin in. They create an account only to be told their email already exists (it doesn't) then they request a password only to be told that their email is not associated with an account. I have noticed when looking at who is online, those that stop the process are usually at this point:
https://www.polishpotterystore .com/sale/ajax.php?act=ajaxPayment&method=setNoscriptCookie
I have not seen this before, but what does this mean? I'm not sure where to look to resolve this issue. Thank you in advance.
Are there any LOGFILES generated as a result? You may need to enable error logging within your payment module.
There is a file related to ajax and credit card processing which was introduced in ZC1.5.4
Have you asked your credit card processor who provided the files to you if the file is applicable to ZC1.5.4?
The problem seems to happen when customers try to create an account. Some have, others are running into this problem and the only thing I've noticed that is the same is the point at which they give up (which is the link posted above)
So, there are no logfiles generated for those who have problems? & you cannot reproduce it? That's tough to troubleshoot.
This is not a template problem. If you switch back to the classic template is the problem still there? If it is not, it is possible that you have plugins installed in your old template that have template override files that you have not copied over to the new template override folder.
Thanks,
Anne
If you read the readme.html file, most of your questions will be answered.
1. you can use css to center any text on the site
4. edit the includes/templates/override/templates/tpl_modules_mobile_categories_tabs.php file
Btw, you should always read through the thread before posting your questions. It is likely (as with your questions) that they have been asked and answered already.
I don't mind helping out when you get really stuck on something, but I do ask that you do some legwork to find the answers before posting ;)
Thanks,
Anne
Thank you for your time! This however is a new installation in a new directory. The old site would not be a factor. I went straight to your theme when I installed zen cart. I did however add the payment module for my credit card processor but I'm not sure about the process of file over rides. :(Quote:
This is not a template problem. If you switch back to the classic template is the problem still there? If it is not, it is possible that you have plugins installed in your old template that have template override files that you have not copied over to the new template override folder.
Thanks,
Anne
Don't forget your SSL cert expires soon & to renew it to the latest technology.
Does this thread help?
https://www.zen-cart.com/showthread....store-does-NOT
I have in fact gone through this thread, searched the internet and looked that read me file over at least four times. I ask these things not because I'm lazy but because I genuinely am having difficulty finding the answers. For example, this link you gave me, does not exist.Quote:
If you read the readme.html file, most of your questions will be answered.
1. you can use css to center any text on the site
4. edit the includes/templates/override/templates/tpl_modules_mobile_categories_tabs.php file
Btw, you should always read through the thread before posting your questions. It is likely (as with your questions) that they have been asked and answered already.
I don't mind helping out when you get really stuck on something, but I do ask that you do some legwork to find the answers before posting ;)
Thanks,
Anne
includes/templates/override/templates/tpl_modules_mobile_categories_tabs.php file
When I search using the developer's toolkit (using the term USEFUL LINKS) the only return is as follows:
includes/languages/english/extra_definitions/westminster_new/westminster_new_defines.php
So when I then go to this file, in part it has this but exactly what I should do with it is not clear. How do I add or delete things to the useful links? How do I edit the links associated with General info? This information is not in the read me file and there are no EZ pages in my admin ready to edit. This is what I need help with please.
/*home page ads*/
define('SHOP_NOW','Shop Now!');
/*bof information definitions*/
define('HEADER_TITLE_INFORMATION','Information');
define('TITLE_EZ_PAGES','Useful Links');
define('TITLE_GENERAL','General Info');
define('TITLE_CUSTOMERS','Customers');
define('TITLE_NEWSLETTERS','Newsletters');
/*bof customer service*/
define('HEADER_TITLE_CUSTOMER_SERVICE','Customer Service');
This is the typical error log.Quote:
So, there are no logfiles generated for those who have problems? & you cannot reproduce it? That's tough to troubleshoot.
[12-Sep-2015 17:11:48 UTC] PHP Fatal error: 1109:Unknown table 'p' in field list :: select count(p.products_id) as total ==> (as called by) /data/p/polishpo/polishpotterystore.com/public_html/sale/includes/classes/split_page_results.php on line 87 <== in /data/p/polishpo/polishpotterystore.com/public_html/sale/includes/classes/db/mysql/query_factory.php on line 155
You need to replace "override" to your template override name. In this case it is westminster_new.
If you want your ezpages to show under the useful links section you just need to create your ezpage, turn it on in the header (be sure to set a sort order), and be sure the ezpages_drop_menu.php box is turned on for single column stauts in the admin--tools--layoutboxes controller
Thanks,
Anne
I did upload it and Just to be sure I uploaded it again. This is the error that is there today after installing mydebug backtrace.Quote:
Quote Originally Posted by robbin21973 View Post
This is the typical error log.
[12-Sep-2015 17:11:48 UTC] PHP Fatal error: 1109:Unknown table 'p' in field list :: select count(p.products_id) as total ==> (as called by) /data/p/polishpo/polishpotterystore.com/public_html/sale/includes/classes/split_page_results.php on line 87 <== in /data/p/polishpo/polishpotterystore.com/public_html/sale/includes/classes/db/mysql/query_factory.php on line 155
It looks like you did not upload the includes/classes/split_page_results.php from the template package.
Thanks,
Anne
Mobil
[17-Sep-2015 12:50:31 UTC] Request URI: /sale/index.php?main_page=products_all&disp_order=1&page=8, IP address: 66.249.79.237
#1 trigger_error() called at [/data/p/polishpo/polishpotterystore.com/public_html/sale/includes/classes/db/mysql/query_factory.php:155]
#2 queryFactory->show_error() called at [/data/p/polishpo/polishpotterystore.com/public_html/sale/includes/classes/db/mysql/query_factory.php:132]
#3 queryFactory->set_error() called at [/data/p/polishpo/polishpotterystore.com/public_html/sale/includes/classes/db/mysql/query_factory.php:262]
#4 queryFactory->Execute() called at [/data/p/polishpo/polishpotterystore.com/public_html/sale/includes/classes/split_page_results.php:87]
#5 splitPageResults->splitPageResults() called at [/data/p/polishpo/polishpotterystore.com/public_html/sale/includes/modules/westminster_new/product_listing.php:35]
#6 include(/data/p/polishpo/polishpotterystore.com/public_html/sale/includes/modules/westminster_new/product_listing.php) called at [/data/p/polishpo/polishpotterystore.com/public_html/sale/includes/templates/westminster_new/templates/tpl_modules_product_listing.php:14]
#7 require(/data/p/polishpo/polishpotterystore.com/public_html/sale/includes/templates/westminster_new/templates/tpl_modules_product_listing.php) called at [/data/p/polishpo/polishpotterystore.com/public_html/sale/includes/templates/westminster_new/templates/tpl_products_all_default.php:18]
#8 require(/data/p/polishpo/polishpotterystore.com/public_html/sale/includes/templates/westminster_new/templates/tpl_products_all_default.php) called at [/data/p/polishpo/polishpotterystore.com/public_html/sale/includes/templates/westminster_new/common/tpl_main_page.php:253]
#9 require(/data/p/polishpo/polishpotterystore.com/public_html/sale/includes/templates/westminster_new/common/tpl_main_page.php) called at [/data/p/polishpo/polishpotterystore.com/public_html/sale/index.php:97]
[17-Sep-2015 12:50:31 UTC] PHP Fatal error: 1109:Unknown table 'p' in field list :: select count(p.products_id) as total ==> (as called by) /data/p/polishpo/polishpotterystore.com/public_html/sale/includes/classes/split_page_results.php on line 87 <== in /data/p/polishpo/polishpotterystore.com/public_html/sale/includes/classes/db/mysql/query_factory.php on line 155
Hello- Can anyone tell me how to get rid of slide show captions? path and aprox line?
How to add featured products below banner on main page above footer?
Neither one of these is in the readme docs.
Found the flex slider css and display:none; worked well there.
Ideally it would be better to remove the code than to use display:none, as your are loading unnecessary content (images, css, and js) whereas if you remove code for the slider, the JS files it uses and the CSS. It would be much better solution. although using the display:none does work.
Thank you, I figured so but it took me so long to find the code that I was glad to have gotten rid of it for now. I am learning real quick that Zen cart help in comparison to WP is far and few between so before I start deleting code, I need to be sure. Couldn't agree more on removal.
But now I have ran into some brand new issues that I have spent hours on today with no luck in countless forums and nothing. Well these are issues but nothing pertaining to the same problem I am having.
I switched over to SSL on the configure.php files and when my site loads in https its out of whack, when it loads in http its great. According to whynopadlock.com I have 40 insecure items.
I don't know if this is a theme issue or what the problem is.
The site is urbanc hrome if anyone can help it would be awesome.
Did you change both of the settings for SSL?
You need to change the: HTTPS_SERVER & ENABLE_SSL?
Are the images coming from your includes/languages/english/html_includes/YOUR_TEMPLATE/define_main_page.php ?
I lost the entire site due to a file zila mistake. Having issues reinstalling template from start. I will get back to you on the SSl when I figure this nonsense out.
Some thoughts:
- Seems like some buttons are 8cb9fb and some are 8db9fb. Did you mean to have them the same color?
- On the phone, when you use split login, the boxes are stacked but squeezed. It might make sense to turn this feature off for mobile.
- For buttons next/prev, on the phone, they are piled on top of each other. To fix, add to responsive.css something like:
.navNextPrevList {margin:20px; display:block;}
- seems like there is no logout on mobile? (Desktop has it at the top left.)
- to me, the radio buttons are hard to read; one possible suggestion:
input[type=radio], input[type=checkbox]{width:2em;height:2em;}
input[type=radio]:checked+label, input[type=checkbox]:checked+label{ font-weight: bold;}
- in tpl_checkout_payment_default, you have
I think this should reference BUTTON_IMAGE_CHANGE_BILLING_ADDRESS and BUTTON_IMAGE_CHANGE_BILLING_ADDRESS_ALTCode:<?php if (MAX_ADDRESS_BOOK_ENTRIES >= 2) { ?>
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT_ADDRESS, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT) . '</a>'; ?></div>
<?php } ?>
Thank you for your input. I'll take a look at these for the next template package update ;)
For this one:
If you want to change only the layout on phones you should add the code to the responsive_mobile.cssQuote:
For buttons next/prev, on the phone, they are piled on top of each other. To fix, add to responsive.css something like:
.navNextPrevList {margin:20px; display:block;}
Thanks,
Anne
Not sure if this is the right place to ask, but I have two products. I uploaded new photos for both. For some reason, one the first one, I'm getting the second photo mixed in.
I tried deleting the second one (that shows up tiny) and putting it back with a new name, but somehow, the first product wants to show it. I can't figure out how to remove it. Any ideas? They are both in the same category. Thanks
Attachment 15662
When I click on the little dude, it says picture 2 of 2. I'm not sure how I added a second and I can't figure out how to delete it.
See the FAQs section for the tutorial about additional images and the tutorial about how zen cart uses images to see why this is happening. Zen cart uses images like this:
main_image.jpg
additional images like this:
main_image_01.jpg
main_image_02.jpg
main_image_03.jpg
Thanks,
Anne
thank for the direction!
here it is: https://www.zen-cart.com/content.php...-product-pages
Question: the buttons for Change Recipient Address and Change Billing Address (on tpl_checkout_shipping_default.php and tpl_checkout_payment_default.php) are a bit close to the address, causing line wrap in some cases. How can I put some space between them? I tried margin-left on the buttons but got no love - too many layers of styling.
SWguy is working on this for me.
I'm seeing this on both an iPad with Safari and on the desktop using Firefox (41.0.1). Monitor res is 1600x900.
Thanks Anne
Hi, I wanted to say first just how much I like this template! Nice and clean looking.
I'm a total noob to Zen Cart so I've probably done something stupid. My cart is at yourhighpointnc.us/cart/
My problem is that while I can successfully show product images in one category I cannot show product images in another. I have worked on this for a couple of days from the Admin panel and gotten nowhere. Today I looked at the code for my product page and saw that for some reason the style is set to display:none. I have no idea where this might have gotten set. Any help would be appreciated.
<div id="pi-left">
<div id="productMainImage" class="centeredContent">
<script language="javascript" type="text/javascript">
<!--
document.write('<a href="images/large/ad300x250_LRG.png" rel="lightbox-g" title="Preferred Member Ad Spot"><img src="images/medium/ad300x250_MED.png" alt="Preferred Member Ad Spot" title=" Preferred Member Ad Spot " width="300" height="250" /><br /><span class="imgLink"></span></a>');
//-->
</script>
<a href="images/large/ad300x250_LRG.png" rel="lightbox-g" title="Preferred Member Ad Spot">
<img src="images/medium/ad300x250_MED.png" alt="Preferred Member Ad Spot" title=" Preferred Member Ad Spot " width="300" height="250" style="display: none !important;"/>
<br/>
<span class="imgLink"/>
</a>
Anne, thanks for replying. The page with the broken link is at
http://yourhighpointnc.us/cart/index...products_id=14
It is the Preferred Member Ad Spot and is the only product in that category. You're correct in that the Feature Pages Ad Spots all show correctly. That's what's so weird.
Thanks,
Andrew
Linda,
Thank you for replying. I have been using Chrome on my desktop Mac and not seeing the image. I just looked at the page in Firefox and lo and behold there it is. Obviously Chrome on my Mac is not displaying the image for some strange reason. Ugh. My bad for not checking out different browsers earlier and wasting everyone's time.
Andrew