Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
picaflor-azul
Thank you so much for posting this ;) and for your excellent contributions to the zen cart community. As I said in my previous post, I have been working on a new template package using the newest version of the responsive template default and I just love all of the new features!
Thanks,
Anne
Thank you,
I am very excited to see what you have done! :smile:
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
ideasgirl
Hi Anne,
I've been looking for over 3 hours for the fix of the bug for the popup image on product page issue without success. All the posts I find state that the patch was given in one of the responsive templates forum but I can't find any fix, solution or patch. I even tried to override with latest responsive default DIY css (all 4) and didn't work neither. :blink:
Would it be too much to ask of you to post it (in any of your responsive template forums) with a text that can be easily found? Since you already have and know the fix, should be easier for you to just post it. Maybe writing "Fix_to_Image_Popup_Issue" or similar so it can be found... Because you also mentioned to update your template files in the download area but hasn't been done neither, and I do believe just posting the fix is simpler, easier, and faster than the update. :unsure:
Thanks in advance...
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
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
SBNHPV
I highly suggest you avoid this package. It is impossible to change the image in the header! I have wasted several hours of my own time and have even paid a professional to have a look. The amount of work it takes to do the most simple thing imaginable is completely mind boggling! Save yourself a HUGE headache and use something else! You will regret installing this!
I would say that it sounds like your "professional" doesn't know Zen Cart. Because as several folks have pointed out this is one of the EASIEST changes to make when modifying one's template..
Quote:
Originally Posted by
picandnix
Really? I changed my logo specifics one morning after downloading this template while walking my dog on my mobile phone. I've probably made hundreds of customizations to my site this way, it really is that simple. why be stuck at a desk.
**snickers**
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
simon1066
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
Yes, it's that issue about the popup image not opening to correct large size.
Thanks, I will have that option in mind but Rbarbour's fix worked like a charm.
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
rbarbour
Thank you,
I am very excited to see what you have done! :smile:
There are some cool new features. I hope to have it added in a week or 2 ;)
Thanks,
Anne
Re: Stirling Grand Responsive Template
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
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
gwynwyffar
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
Did you turn on css buttons in admin--layout settings?
Thanks,
Anne
Re: Stirling Grand Responsive Template
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.
Re: Stirling Grand Responsive Template
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:
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>';
I also edited the stylesheet_css_buttons.css file to add:
.button_goto_prod_details {display: block; margin-bottom: 5px;}
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
gwynwyffar
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:
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>';
I also edited the stylesheet_css_buttons.css file to add:
.button_goto_prod_details {display: block; margin-bottom: 5px;}
Ok, I see what you mean now. Thank you for posting about the bug and for posting your fix. I will be sure to include it in a future template update.
Thanks,
Anne