Page 26 of 53 FirstFirst ... 16242526272836 ... LastLast
Results 251 to 260 of 527
  1. #251
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    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!

  2. #252
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,296
    Plugin Contributions
    1

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by ideasgirl View Post
    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.

    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.

    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
    Last edited by simon1066; 24 Apr 2014 at 06:44 AM.

  3. #253
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by SBNHPV View Post
    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 View Post
    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**
    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.

  4. #254
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,545
    Plugin Contributions
    9

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by simon1066 View Post
    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.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  5. #255
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by rbarbour View Post
    Thank you,

    I am very excited to see what you have done!
    There are some cool new features. I hope to have it added in a week or 2 ;)

    Thanks,

    Anne

  6. #256
    Join Date
    Dec 2006
    Location
    Hudson Valley, New York USA
    Posts
    93
    Plugin Contributions
    0

    Default 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

  7. #257
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by gwynwyffar View Post
    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

  8. #258
    Join Date
    Dec 2006
    Location
    Hudson Valley, New York USA
    Posts
    93
    Plugin Contributions
    0

    Default 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.

  9. #259
    Join Date
    Dec 2006
    Location
    Hudson Valley, New York USA
    Posts
    93
    Plugin Contributions
    0

    Default 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;}

  10. #260
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by gwynwyffar View Post
    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

 

 
Page 26 of 53 FirstFirst ... 16242526272836 ... LastLast

Similar Threads

  1. Responsive All Business Template
    By picaflor-azul in forum Addon Templates
    Replies: 392
    Last Post: 3 Oct 2019, 05:42 AM
  2. v154 Best Responsive Template
    By martynbaker52 in forum General Questions
    Replies: 4
    Last Post: 12 Sep 2015, 02:35 AM
  3. v151 responsive template problems
    By irishshopper in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 May 2014, 07:11 AM
  4. Stirling Grand Template blank product info page
    By Pablo_escobar in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 18 Jan 2014, 04:38 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR