*

Jesus

  • ***
  • 38 posts
Delete some fields from the add item form
« on: March 07, 2019, 02:43:00 PM »
I need help on the Stela theme, I want to eliminate those fields in the form to add a post, I do not need them

Marked as best answer by jesus-manuel.curreri-scal on March 08, 2019, 11:29:41 PM
*

Dawid

  • ****
  • 149 posts
Re: Delete some fields from the add item form
« Reply #1 on: March 07, 2019, 07:34:47 PM »
Go to item-post.php and remove this line . (div)

<!-- CONDITION & TRANSACTION -->
        <div class="status-wrap<?php if(function_exists('radius_map_publish')) { ?> has-map<?php } ?>">
          <div class="transaction">
            <label for="sTransaction"><?php _e('Transaction', 'stela'); ?></label>
            <?php echo stela_simple_transaction(); ?>
          </div>

          <div class="condition">
            <label for="sCondition"><?php _e('Condition', 'stela'); ?></label>
            <?php echo stela_simple_condition(); ?>
          </div>
        </div>

*

Jesus

  • ***
  • 38 posts
Re: Delete some fields from the add item form
« Reply #2 on: March 08, 2019, 11:33:31 PM »
brother thank you!!

If you can help me in something else, I need to modify that text, translate it into Spanish directly from the php, I'm looking for it for days but I can not get it!

*

MB Themes

Re: Delete some fields from the add item form
« Reply #3 on: March 09, 2019, 10:40:50 AM »
This string belongs to osclass core so take a look if you have translated it
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots