Advertisement:

Author Topic: "Publish" button not responding  (Read 1158 times)

tatedewey

  • Newbie
  • *
  • Posts: 10
"Publish" button not responding
« on: March 31, 2014, 11:32:07 pm »
Hey everyone, I modified the item-post.php file by removing the listing location info. It's working fine now except when i click on the publish button nothing happens at all. Why is this? I've attached a screenshot of the button I'm talking about and my code. Thanks

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: "Publish" button not responding
« Reply #1 on: April 01, 2014, 12:50:20 am »
this is the only part that should be removed, make sire you did not delete the closing tag above.
also remember to change this also in item-edit.php

                     <div class="box location">
                        <h2><?php _e('Lokacija', 'modern'); ?></h2>
                        <div class="row">
                            <label for="countryId"><?php _e('Država', 'modern'); ?></label>
                            <?php ItemForm::country_select(osc_get_countries(), osc_user()); ?>
                        </div>
                        <div class="row">
                            <label for="regionId"><?php _e('Mjesto', 'modern'); ?></label>
                            <?php ItemForm::region_text(osc_user()); ?>
                        </div>
                        </div>

tatedewey

  • Newbie
  • *
  • Posts: 10
Re: "Publish" button not responding
« Reply #2 on: April 01, 2014, 04:32:36 am »
Thank you so much that worked perfectly

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: "Publish" button not responding
« Reply #3 on: April 01, 2014, 09:37:38 am »
your welcome..can put solved in subject, please  ;D