Title: CU3ED's Replies | WordPress.org

---

# CU3ED

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Unit Of Measure (UOM) for WooCommerce] How to show on a shortcode added price?](https://wordpress.org/support/topic/how-to-show-on-a-shortcode-added-price/)
 *  Thread Starter [CU3ED](https://wordpress.org/support/users/51studios/)
 * (@51studios)
 * [7 years ago](https://wordpress.org/support/topic/how-to-show-on-a-shortcode-added-price/#post-11693135)
 * Thanks for the reply man. I am using the Salient theme and have a custom page
   set up for products utilizing the ATC module of their modified VC.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-in-One WP Migration and Backup] Unpack the .wpress file](https://wordpress.org/support/topic/unpack-the-wpress-file/)
 *  [CU3ED](https://wordpress.org/support/users/51studios/)
 * (@51studios)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/unpack-the-wpress-file/#post-9235580)
 * You can unpack via this:
    [https://github.com/fifthsegment/Wpress-Extractor](https://github.com/fifthsegment/Wpress-Extractor)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] ⚠️ PLEASE READ: Fatal Errors on Windows Servers with the 4.4.0.1 Release](https://wordpress.org/support/topic/%e2%9a%a0%ef%b8%8f-please-read-fatal-errors-on-windows-servers-with-the-4-4-0-1-release/)
 *  [CU3ED](https://wordpress.org/support/users/51studios/)
 * (@51studios)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/%e2%9a%a0%ef%b8%8f-please-read-fatal-errors-on-windows-servers-with-the-4-4-0-1-release/#post-8664717)
 * Ok… so now what? I’ve tried increasing memory limit, etc. nothing works. Can’t
   even activate the plugin. Just sit and wait?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcode in Menus] Shortcode with modal and CF7](https://wordpress.org/support/topic/shortcode-with-modal-and-cf7/)
 *  Thread Starter [CU3ED](https://wordpress.org/support/users/51studios/)
 * (@51studios)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/shortcode-with-modal-and-cf7/#post-8426687)
 * Sorry, I missed the screenshot instructions. Got it working a little better now.
   Thanks again.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Appointment Booking Calendar - BirchPress Scheduler] Reviewing free version not premium](https://wordpress.org/support/topic/reviewing-free-version-not-premium/)
 *  [CU3ED](https://wordpress.org/support/users/51studios/)
 * (@51studios)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/reviewing-free-version-not-premium/#post-8114828)
 * I have to agree with Shannon. I had this big rant describing why, but ended up
   erasing it because why. Just agree with Shannon is enough.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Simple Custom Post Order] No idea where I can control the order](https://wordpress.org/support/topic/no-idea-where-i-can-control-the-order/)
 *  [CU3ED](https://wordpress.org/support/users/51studios/)
 * (@51studios)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/no-idea-where-i-can-control-the-order/#post-7890230)
 * You’ve gotta be joking. It says right in the description “drag and drop”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Menu - Create Mobile-Friendly Menu] Possible to move click icon div into header div?](https://wordpress.org/support/topic/possible-to-move-click-icon-div-into-header-div/)
 *  Thread Starter [CU3ED](https://wordpress.org/support/users/51studios/)
 * (@51studios)
 * [12 years ago](https://wordpress.org/support/topic/possible-to-move-click-icon-div-into-header-div/#post-5046749)
 * This isn’t really an answer, more of a total hack, but what I did that is working
   for me was prepend “old-” to the initial div id’s in “class.responsiveMenu.php”
   of the “click-menu” div. Then, just manually added the originally produced code
   from the plugin into where I wanted it to be.
 * Total hack but it works…
 * If there’s any real fix to this please post. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Menu - Create Mobile-Friendly Menu] Possible to move click icon div into header div?](https://wordpress.org/support/topic/possible-to-move-click-icon-div-into-header-div/)
 *  Thread Starter [CU3ED](https://wordpress.org/support/users/51studios/)
 * (@51studios)
 * [12 years ago](https://wordpress.org/support/topic/possible-to-move-click-icon-div-into-header-div/#post-5046661)
 * This is the part in question, which resides in the file “class.responsiveMenu.
   php”:
 *     ```
       $html .= '<div id="click-menu">';
   
               if( $options['RMX'] ) : 
   
                   $html .= '<div class="threeLines" id="RMX">x</div>';
   
               endif;
   
               if( !$options['RMClickImg'] ) : 
   
                   $html .= '
                   <div class="threeLines" id="RM3Lines">
                       <div class="line"></div>
                       <div class="line"></div>
                       <div class="line"></div>
                   </div>';
   
               else :
   
                   $html .= '<img id="RM3Lines" src="' . $options['RMClickImg'] . '" class="click-menu-image" />';
   
               endif;
   
               $html .= $options['RMClickTitle'] ? '<div id="click-menu-label">' . $options['RMClickTitle'] . '</div>' : '';
   
               $html .= '</div>';
       ```
   
 * How would I make this reside as a child of another div instead of the body tag?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] [Plugin: The Events Calendar] Sorting Events List, possible?](https://wordpress.org/support/topic/plugin-the-events-calendar-sorting-events-list-possible/)
 *  Thread Starter [CU3ED](https://wordpress.org/support/users/51studios/)
 * (@51studios)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-the-events-calendar-sorting-events-list-possible/#post-2774923)
 * Thanks for the reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] [Plugin: The Events Calendar] Breaks site on localhost (MAMP) when activated](https://wordpress.org/support/topic/plugin-the-events-calendar-breaks-site-on-localhost-mamp-when-activated/)
 *  Thread Starter [CU3ED](https://wordpress.org/support/users/51studios/)
 * (@51studios)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-the-events-calendar-breaks-site-on-localhost-mamp-when-activated/#post-2771239)
 * It was a theme issue apparently. Went back to default and all is fine.

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