Page 27 of 116 FirstFirst ... 1725262728293777 ... LastLast
Results 261 to 270 of 1160
  1. #261
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by scottj View Post
    Hi Anne, very pretty template - just spent the better part of 2 weeks upgrading to 1.5.1 and RSB so... thank you!

    I'm having a couple problems:

    1. When I add a product to cart and login (or vice versa) it screws up the mega menu header. I can add to cart *or* login and no problem so it only shows up when I do both. See pics:
    Attachment 13388Attachment 13389

    2. The "Sold Out" image in Product Listing displays "Sold Out Sm" - this is not the case in the Product Info page. See pic:
    Attachment 13390

    3. Since I removed 3 of the mega-menu items, "Service" opened left (hover) which ran off the screen. I'm a CSS dummy but I figured out if I removed the following code from stylesheet_mega_menu.css that it would open right. Will this mess anything up? Here's the code I removed:

    /* bof drop down on mouse hover right aligned */
    .mega-menu li .align_right {-moz-border-radius: 5px 0px 5px 5px;-webkit-border-radius: 5px 0px 5px 5px;border-radius: 5px 0px 5px 5px;}
    .mega-menu li:hover .align_right {left:auto;right:-1px;top:25px;}

    Much thanks!
    Scott

    My site so far:
    zc1.5.1
    Responsive Sheffield Blue
    Image Handler 4
    Zen Lightbox
    EP4.0 and EP-CSV
    MAP Pricing
    Multi-Product Copy
    If you post a link to your site I can take a look at 1.

    2. If you want a different image then you can create your button, name it the same, and upload to includes/templates/responsive_sheffield_blue/buttons/english



    Thanks,

    Anne

  2. #262

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    If you post a link to your site I can take a look at 1.

    2. If you want a different image then you can create your button, name it the same, and upload to includes/templates/responsive_sheffield_blue/buttons/english



    Thanks,

    Anne
    Thanks, it's bumboatonline.com

    So you're saying the "Sold Out Sm" is intentional? What does it mean? What about the css code I removed, will that mess anything up?

    Scott

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by scottj View Post
    Thanks, it's bumboatonline.com

    So you're saying the "Sold Out Sm" is intentional? What does it mean? What about the css code I removed, will that mess anything up?

    Scott
    I just logged in and added an item to the cart and did not see a problem. What browser are you using?



    Thanks,

    Anne

  4. #264

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    I just logged in and added an item to the cart and did not see a problem. What browser are you using?



    Thanks,

    Anne
    Google Chrome. Interestingly I just tried with IE and don't have the problem. I assume you're using FF so it must be limited to Chrome. Hmmmm....?

  5. #265
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Responsive Sheffield Blue

    Hi Anne, I was starting to get spam from bots using the contact-us form in the mega menu. So I killed the form and went back to testing the honeypot... found that 40% of the time, the honeypot and other error checks worked and 60% of the time it skipped all checks and went for the send... not sure why! Refused to return back to any CAPTCHA, decided on studying honeypots more closely... After some more testing and changes, it's been live for a week now without any more attacks and no CAPTCHA eye tests. What I did, honeypot suggestions.. --Hide the style tag into css ID --added placeholder so if css fails, user doesn't enter anything --added second honeypot, which is a preview of the message before sending.. if the first honeypot fails, the form just does as expected and displays the success screen and moves on, no send, never gets to that part of the code. if it tests good, on to the main contact us page where all but the subject is filled in, letting the user pick a subject and hit send... the form behaves as expected at this point, all tests work at 100%. The message is sent after testing email for bad or block addresses. I did it by changing the action from 'send' to 'mega' so I can do a quick honeypot check and go to preview if it's good. Fourm post is acting up on me so can't show any code...

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by davewest View Post
    Hi Anne, I was starting to get spam from bots using the contact-us form in the mega menu. So I killed the form and went back to testing the honeypot... found that 40% of the time, the honeypot and other error checks worked and 60% of the time it skipped all checks and went for the send... not sure why! Refused to return back to any CAPTCHA, decided on studying honeypots more closely... After some more testing and changes, it's been live for a week now without any more attacks and no CAPTCHA eye tests. What I did, honeypot suggestions.. --Hide the style tag into css ID --added placeholder so if css fails, user doesn't enter anything --added second honeypot, which is a preview of the message before sending.. if the first honeypot fails, the form just does as expected and displays the success screen and moves on, no send, never gets to that part of the code. if it tests good, on to the main contact us page where all but the subject is filled in, letting the user pick a subject and hit send... the form behaves as expected at this point, all tests work at 100%. The message is sent after testing email for bad or block addresses. I did it by changing the action from 'send' to 'mega' so I can do a quick honeypot check and go to preview if it's good. Fourm post is acting up on me so can't show any code...
    Thank you for posting your solution. Please do come back later and post your code so that others can implement this if they need it ;)

    Thanks,

    Anne

  7. #267
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    Thank you for posting your solution. Please do come back later and post your code so that others can implement this if they need it ;)

    Thanks,

    Anne
    Looks like it's working today... OK, forms have been modified for usibility, (nija code) so some things going on not part of the honeypot so can't just post it all, would mess folks up... just posting the honeypot.
    using ZenCart 1.5.1
    in Mega Menu I changed the action...
    Code:
    <?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=mega', $request_type), 'post',  'enctype="multipart/form-data"'); ?>
    Then added this just after the textarea field
    Code:
     <?php echo zen_draw_input_field('should_be_empty', '', ' size="10" id="email-pot" placeholder="do not fill in!" autocomplete="off"'); ?>
                           <?php echo zen_draw_hidden_field('subject', 'From MegaMenu', ' id="subject"'); ?>
    in my stylesheet.css file I added
    Code:
    #email-pot {position:absolute; visibility:hidden; display:none;}
    then in the includes/modules/pages/contact_us/header_php.php I added this after the $error = false; line
    Code:
    if (isset($_GET['action']) && ($_GET['action'] == 'mega')) { 
      $antiSpam = isset($_POST['should_be_empty']) ? zen_db_prepare_input($_POST['should_be_empty']) : ''; 
    if ($antiSpam != '') { 
          $zco_notifier->notify('NOTIFY_SPAM_DETECTED_USING_CONTACT_US'); 
           zen_redirect(zen_href_link(FILENAME_CONTACT_US, 'action=success'));  
       } elseif ($antiSpam == '') { 
      $name = zen_db_prepare_input($_POST['contactname']); 
      $email_address = zen_db_prepare_input($_POST['email']); 
      $subject = ''; //blank subject so dropdown error works 
      $enquiry = zen_db_prepare_input(strip_tags($_POST['enquiry'])); 
     } 
     //fall back and fill in contact us form for final review and send 
    }
    So if it's a bot, it just leaves to the success page, non-bot, loads the contact us page, fills in what it had, I use a subject dropdown so I need them to pick something. With the default form you could keep the subject field intact. Oh.. I also changed the words submit to preview on the button.
    So far it's working, and coming in using the contact from is normal, the honeypot is part of ZenCart 1.5.1..
    Dave
    Always forward thinking... Lost my mind!

  8. #268
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue

    Accidentally posted the following to the non-responsive version of this template and received a partial response (that needed to be implemented); however, the below issue/question is a bit different than previous discussion about the description not showing up (solution provided at: http://www.zen-cart.com/showthread.p...52#post1220352 ) which for me meant changing the last line of the css file.

    Hi,

    I've installed this template, been able to control the contact_us menu option so that do not get spam through it, moved some things around and clean it up so that features are enabled/disabled as set in the admin panel (version 1.5.1 of Zen Cart); however, I am trying to figure out where/how to disable the Details drop down if there is nothing in the database that would populate that drop down. (ie., on page loads where data is present to have it load/display, and on pages where nothing would be present to remove the "window" and any clickable areas.) I would also like to apply the CSS necessary to have the full description show on page load instead of the default of it being drawn up into the description button. (Ie., not require clicking on the description button to have the description appear.)

    The problem is that the words "details" and "description" are throughout the ZC code so when searching for these particular program areas, I have not had much success and I am trying to get through this portion as quickly as I can. Could someone please direct me to which file(s) to look in for the programming code, and in which of the CSS files it would be recommended to add the line that will make the description show upon loading the page similar to having the special products, new products, and/or featured products show on the main page?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by mc12345678 View Post
    Accidentally posted the following to the non-responsive version of this template and received a partial response (that needed to be implemented); however, the below issue/question is a bit different than previous discussion about the description not showing up (solution provided at: http://www.zen-cart.com/showthread.p...52#post1220352 ) which for me meant changing the last line of the css file.

    Hi,

    I've installed this template, been able to control the contact_us menu option so that do not get spam through it, moved some things around and clean it up so that features are enabled/disabled as set in the admin panel (version 1.5.1 of Zen Cart); however, I am trying to figure out where/how to disable the Details drop down if there is nothing in the database that would populate that drop down. (ie., on page loads where data is present to have it load/display, and on pages where nothing would be present to remove the "window" and any clickable areas.) I would also like to apply the CSS necessary to have the full description show on page load instead of the default of it being drawn up into the description button. (Ie., not require clicking on the description button to have the description appear.)

    The problem is that the words "details" and "description" are throughout the ZC code so when searching for these particular program areas, I have not had much success and I am trying to get through this portion as quickly as I can. Could someone please direct me to which file(s) to look in for the programming code, and in which of the CSS files it would be recommended to add the line that will make the description show upon loading the page similar to having the special products, new products, and/or featured products show on the main page?
    The code for the toggles on the product info page is located in includes/templates/responsive_sheffield_blue/templates/tpl_product_info_display.php

    Thanks,

    Anne

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by davewest View Post
    Looks like it's working today... OK, forms have been modified for usibility, (nija code) so some things going on not part of the honeypot so can't just post it all, would mess folks up... just posting the honeypot.
    using ZenCart 1.5.1
    in Mega Menu I changed the action...
    Code:
    <?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=mega', $request_type), 'post',  'enctype="multipart/form-data"'); ?>
    Then added this just after the textarea field
    Code:
     <?php echo zen_draw_input_field('should_be_empty', '', ' size="10" id="email-pot" placeholder="do not fill in!" autocomplete="off"'); ?>
                           <?php echo zen_draw_hidden_field('subject', 'From MegaMenu', ' id="subject"'); ?>
    in my stylesheet.css file I added
    Code:
    #email-pot {position:absolute; visibility:hidden; display:none;}
    then in the includes/modules/pages/contact_us/header_php.php I added this after the $error = false; line
    Code:
    if (isset($_GET['action']) && ($_GET['action'] == 'mega')) { 
      $antiSpam = isset($_POST['should_be_empty']) ? zen_db_prepare_input($_POST['should_be_empty']) : ''; 
    if ($antiSpam != '') { 
          $zco_notifier->notify('NOTIFY_SPAM_DETECTED_USING_CONTACT_US'); 
           zen_redirect(zen_href_link(FILENAME_CONTACT_US, 'action=success'));  
       } elseif ($antiSpam == '') { 
      $name = zen_db_prepare_input($_POST['contactname']); http://babyvegas.com.au/wp/wp-login.php
      $email_address = zen_db_prepare_input($_POST['email']); 
      $subject = ''; //blank subject so dropdown error works 
      $enquiry = zen_db_prepare_input(strip_tags($_POST['enquiry'])); 
     } 
     //fall back and fill in contact us form for final review and send 
    }
    So if it's a bot, it just leaves to the success page, non-bot, loads the contact us page, fills in what it had, I use a subject dropdown so I need them to pick something. With the default form you could keep the subject field intact. Oh.. I also changed the words submit to preview on the button.
    So far it's working, and coming in using the contact from is normal, the honeypot is part of ZenCart 1.5.1..
    Thank you for taking the time to make such a detailed post ;)

    Thanks,

    Anne

 

 
Page 27 of 116 FirstFirst ... 1725262728293777 ... LastLast

Similar Threads

  1. v154 Responsive Sheffield Blue v2.0
    By picaflor-azul in forum Addon Templates
    Replies: 1517
    Last Post: 13 Apr 2024, 01:50 AM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 AM

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