Title: locksunlight's Replies | WordPress.org

---

# locksunlight

  [  ](https://wordpress.org/support/users/locksunlight/)

 *   [Profile](https://wordpress.org/support/users/locksunlight/)
 *   [Topics Started](https://wordpress.org/support/users/locksunlight/topics/)
 *   [Replies Created](https://wordpress.org/support/users/locksunlight/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/locksunlight/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/locksunlight/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/locksunlight/engagements/)
 *   [Favorites](https://wordpress.org/support/users/locksunlight/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Post Gallery - UPG] Bulk layout syntax error](https://wordpress.org/support/topic/bulk-layout-syntax-error/)
 *  Thread Starter [locksunlight](https://wordpress.org/support/users/locksunlight/)
 * (@locksunlight)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/bulk-layout-syntax-error/#post-14050597)
 * I had to change the layout as the page was unusable. I have set it back to “bulk
   layout” and the above error is displayed.
 *     ```
       <script src="<?php echo plugins_url() . '/' . upg_FOLDER . '/layout/form/bulk/dropzone.js'; ?>"></script>
       <link rel="stylesheet" href="<?php echo plugins_url() . '/' . upg_FOLDER . '/layout/form/bulk/dropzone.css'; ?>">
       <?php
   
       if (is_upg_pro()) {
           include_once(WP_PLUGIN_DIR . '/wp-upg-pro/bulk_upload_layout.php');
   
           $upload_dir = wp_upload_dir();
           $upload_path = $upload_dir['path'] . DIRECTORY_SEPARATOR;
           $resultUpload = upg_bulk_post_layout($upload_path, $preview, $form_name, $form_attach_id);
           ?>
   
           <form method="POST" enctype="multipart/form-data" action=" " class="dropzone pure-form">
   
               <input id="name" name="user-submitted-title" type="text" value="" placeholder="<?php _e('Post Title', 'wp-upg'); ?>" required>
               <?php echo upg_droplist_category('', 'image'); ?>
               <?php
                   do_action("upg_submit_form");
                   ?>
   
               <legend></legend>
   
               <div class="fallback">
                   <input id="file" name="user-submitted-image" type="file" multiple />
               </div>
   
               <?php wp_nonce_field('upg-nonce', 'upg-nonce', false); ?>
   
               <input type="hidden" name="preview" value="<?php echo $preview; ?>">
               <input type="hidden" name="form_name" value="<?php echo $form_name; ?>">
               <input type="hidden" name="media_private" value="<?php echo $media_private; ?>">
               <input type="hidden" name="form_attach" value="<?php echo $form_attach_id; ?>">
   
           </form>
           <p class="max-upload-size"><?php printf(__('Maximum upload file size: %s.'), esc_html(size_format(wp_max_upload_size()))); ?></p>
   
       <?php
   
       } else {
   
           echo "'Bulk layout' is available only to <a href='https://odude.com/product/wp-upg-pro/'>UPG Pro</a>. <hr></b>";
       }
   
       //if(isset($options['my_gallery']))
       //{
       //echo $options['my_gallery']."---";
       echo "<a href='" . esc_url(get_page_link(upg_get_option('my_gallery', 'upg_gallery', '0'))) . "' class=\"pure-button\">" . __('My Gallery', 'wp-upg') . "</a><br><br>";
       //}
   
       ?>
       ```
   
 * I’m looking to find the Drag & Drop Bulk Layout. To upload multiple images at
   once.
 * Thanks in advance
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Knowledge base & Documentation Plugin - WP Knowledgebase] Responsive Issues](https://wordpress.org/support/topic/responsive-issues-18/)
 *  Thread Starter [locksunlight](https://wordpress.org/support/users/locksunlight/)
 * (@locksunlight)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/responsive-issues-18/#post-9541976)
 * Thank you @kpimarketin.
 * Placing the following in my themes addition CSS resolved the responsiveness issue.
 * .kbe_content_full {
    width: 100% !important; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Knowledge base & Documentation Plugin - WP Knowledgebase] Responsive Issues](https://wordpress.org/support/topic/responsive-issues-18/)
 *  Thread Starter [locksunlight](https://wordpress.org/support/users/locksunlight/)
 * (@locksunlight)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/responsive-issues-18/#post-9538922)
 * What CSS file and line please?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Knowledge base & Documentation Plugin - WP Knowledgebase] Responsive Issues](https://wordpress.org/support/topic/responsive-issues-18/)
 *  Thread Starter [locksunlight](https://wordpress.org/support/users/locksunlight/)
 * (@locksunlight)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/responsive-issues-18/#post-9527353)
 * What file and line are those in? I can’t see them…..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Knowledge base & Documentation Plugin - WP Knowledgebase] Responsive Issues](https://wordpress.org/support/topic/responsive-issues-18/)
 *  Thread Starter [locksunlight](https://wordpress.org/support/users/locksunlight/)
 * (@locksunlight)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/responsive-issues-18/#post-9516445)
 * Sorry.
 * [http://2017.microtill.com/knowledgebase/manually-send-product-changes-microtill-pad/](http://2017.microtill.com/knowledgebase/manually-send-product-changes-microtill-pad/)

Viewing 5 replies - 1 through 5 (of 5 total)