Page 1 of 10 123 ... LastLast
Results 1 to 10 of 92

Thread: 2.9.1: Continue Button

  1. #1
    Thread Starter
    Junior Member
    Not a Verified Customer
    thebushman's Avatar
    Join Date
    May 2009
    Posts
    44
    Thanks
    0
    Thanked 0 Times in 0 Posts

    2.9.1: Continue Button

    I don't know what to do.

    I downloaded and installed 2.9.1 hoping that it would fix the problem I was having with the Continue button NOT working but it did not.

    In the Change log for 2.9.1 it say this:
    -fixed IE css issue on modal form. (all css files. removed "width: 95%;" from .classform class line 38ish)
    -fixed step2 confirmation message in IE. Changed from <H2> to

    (step2.php line 3)
    Which I'm guessing is the fix for the Continue button for IE. My problem is I'm using FireFox (and Safari) on a Mac and the button is still not working.

    I love this theme and wanted to use it (and paid for it) but if there isn't a fix for it I can't use it. ?

  2. #2
    jamesparsons44055's Avatar
    Join Date
    May 2009
    Location
    United States
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: 2.9.1: Continue Button Still Not Working!

    Same problem with continue button. Have upgraded to latest release.
    Using Opera 9.64 and IE 7.
    Will submit ad if return is hit while cursor in math field when using Opera.
    Will not submit if hit return with cursor outside math box when using Opera and will not submit at all using IE.

  3. #3
    Veteran pointandstare's Avatar
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    311
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: 2.9.1: Continue Button Still Not Working!

    I've also reported this as a bug rather than simply a basic problem and David is aware.

  4. #4
    wmerydith's Avatar
    Join Date
    May 2009
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: 2.9.1: Continue Button Still Not Working!

    My tests show that it doesn't work when you have line breaks in your description box.

    So this works:

    Code:
    Item is new.
    This doesn't:

    Code:
    Item is new.
    
    Call me anytime.

  5. #5
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: 2.9.1: Continue Button Still Not Working!

    Guys, 2.9.1 fixes this exact problem. Are you sure you've cleared your browser cache and overwritten your old classipress files?

    The file that has the code fix is /classipress/classifiedform/process_form_ajax.php

    You should see the following code at the end. If you don't then you aren't using the latest file.

    Code:
    <?php foreach ( $form->formVars as $var ) : ?>
    jQuery('#confirm_<?php echo $var;?>').html('<?php echo strToJs($data[$var]);?>');
    	<?php endforeach; ?>
    jQuery('#confirm_cat').html('<?php echo strToJs($cat_name); ?>');
    	<?php
    }
    /**
     * @param string to sanitize for javascript
     * @return string with no linebreaks / carraige returns
     */
    function strToJs( $value ) {
      $value =  htmlentities( str_replace('\r\n', ' ', $value) );
      $value =  str_replace(chr(13), ' ', $value);
      $value =  str_replace(chr(10), ' ', $value);
      return $value;
    }
    ?>

  6. #6
    Thread Starter
    Junior Member
    Not a Verified Customer
    thebushman's Avatar
    Join Date
    May 2009
    Posts
    44
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: 2.9.1: Continue Button Still Not Working!

    I check the code and made sure I had all the right 2.9.1 file uploaded. I created an all new database and fresh install of Wordpress and put 2.9.1 and it still is not working.

    Check it out http://dawsononline.ca

  7. #7
    wmerydith's Avatar
    Join Date
    May 2009
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: 2.9.1: Continue Button Still Not Working!

    It cleared up the issue I was seeing.

  8. #8
    Veteran pointandstare's Avatar
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    311
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: 2.9.1: Continue Button Still Not Working!

    bushman - We can't check it as you've disabled registration.
    mind setting up a test account?

  9. #9
    Thread Starter
    Junior Member
    Not a Verified Customer
    thebushman's Avatar
    Join Date
    May 2009
    Posts
    44
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: 2.9.1: Continue Button Still Not Working!

    Quote Originally Posted by PointandStare
    bushman - We can't check it as you've disabled registration.
    mind setting up a test account?
    I set it so you do not have to register to post an ad. Have at her.

  10. #10
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: 2.9.1: Continue Button Still Not Working!

    So there's something else wrong with your setup. I left all the fields blank and hit continue and nothing happened. You should at least get an error message when trying to submit with no fields filled out at all.

    Have you gone through the entire setup instructions and saved all the classipress admin pages? Did you modify any of the code? Your WordPress and database should be fine. I would just completely delete your current classipress theme folder and then copy of a fresh v2.9.1 over.

Page 1 of 10 123 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Similar Threads

  1. What happened to the Edit button for the forums?
    By herb_ in forum ClassiPress General Discussion
    Replies: 8
    Last Post: July 23rd, 2009, 04:22 AM