*

httlo

  • *
  • 3 posts
Rearrange Ad Posting steps
« on: September 29, 2024, 05:09:54 PM »
Hi There,

For the Epsilon theme, would it be possible to arrange the steps, so it is similar to Zeta?  So the first step, would be for people to upload a photo?

If this is possible, can you help explain the steps?

Thanks

*

mwindey

  • *****
  • 473 posts
Re: Rearrange Ad Posting steps
« Reply #1 on: October 01, 2024, 12:22:42 PM »
Move section in item-post.php and paste underneath line:
Code: [Select]
<?php osc_run_hook('item_publish_top'); ?>

Section that needs to be moved:
Code: [Select]

        <section class="upload-photos">
          <h2><?php _e('Photos''epsilon'); ?> <i class="show-tip fas fa-question-circle"></i></h2>

          <div class="box photos photoshow drag_drop in">
            <div id="photos">
              <div class="sub-label"><?php echo sprintf(__('You can upload up to %d pictures per listing''epsilon'), osc_max_images_per_item()); ?></div>

              <?php 
                
if(osc_images_enabled_at_items()) { 
                  if(
eps_ajax_image_upload()) { 
                    
ItemForm::ajax_photos();
                  } 
                } 
              
?>

            </div>
          </div>
     
          <div class="tip">
            <i class="fas fa-times close-tip"></i>
            <p><strong><?php _e('Photos are selling!''epsilon'); ?></strong></p>
            <p><?php _e('Did you know that listing with photos sells 7x faster than one with no photo?''epsilon'); ?></p>
            <p><?php _e('Real product photos are key element for fast selling and helps customer to decide if product is really what they are looking for.''epsilon'); ?></p>
          </div>
         
          <?php osc_run_hook('item_publish_images'); ?>
        </section>

*

MB Themes

Re: Rearrange Ad Posting steps
« Reply #2 on: October 01, 2024, 03:39:38 PM »
I recommend to try use and play with CSS attributes
Code: [Select]
display:flex, flex-direction: columns, order: XYZ
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots