I'm not quite sure what this bug is, something about the popup not opening to the correct size, perhaps. Early on I installed the zen magnific module - a responsive popup which works beautifully.
Maybe this will do as a workaround for you?
Edit: Actually more than a workaround - use it instead of
Last edited by simon1066; 24 Apr 2014 at 06:44 AM.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
IDEAS Girl
IDEAS Creative Group = Your image... our business!
I'm wondering which template file I need to edit so that I can have the Product Listing "details" link look like a CSS button as seen on the rest of page. I tried looking at the tpl_modules_product_listing.php and tpl_index_product_list.php but I'm not seeing what I'd need to change. See image attached
Attachment 14015
Yes I have CSS buttons turned on, and as you can see in the image I attached previously the buttons are showing for New Products, Featured Products etc, but it doesn't show for the product category list itself for some reason.
I was able to fix it. It appears it isn't a feature you show even on your demo, so I added it.
For others interested - edit file /includes/modules/stirling_grand/product_listing.php line 166 to read:
I also edited the stylesheet_css_buttons.css file to add:Code:$lc_button = '<a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . (($_GET['manufacturers_id'] > 0 and $_GET['filter_id']) > 0 ? zen_get_generated_category_path_rev($_GET['filter_id']) : ($_GET['cPath'] > 0 ? $_GET['cPath'] : zen_get_generated_category_path_rev($listing->fields['master_categories_id']))) . '&products_id=' . $listing->fields['products_id']) . '">' .'<span class="cssButton button_goto_prod_details" style="width:80px;" onmouseout="this.className=\'cssButton button_goto_prod_details\'" onmouseover="this.className=\'cssButtonHover button_goto_prod_details button_goto_prod_detailsHover\'">' . MORE_INFO_TEXT . '</span></a>';
.button_goto_prod_details {display: block; margin-bottom: 5px;}
Bookmarks