Osclass forums

Support forums => Themes => Modern => Topic started by: tatedewey on March 31, 2014, 11:32:07 pm

Title: "Publish" button not responding
Post by: tatedewey 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
Title: Re: "Publish" button not responding
Post by: design 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>
Title: Re: "Publish" button not responding
Post by: tatedewey on April 01, 2014, 04:32:36 am
Thank you so much that worked perfectly
Title: Re: "Publish" button not responding
Post by: design on April 01, 2014, 09:37:38 am
your welcome..can put solved in subject, please  ;D