Title: gusliedke's Replies | WordPress.org

---

# gusliedke

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comprehensive Google Map Plugin] Map of Marker Geo Mashup, No more than 20 post ?](https://wordpress.org/support/topic/map-of-marker-geo-mashup-no-more-than-20-post/)
 *  [gusliedke](https://wordpress.org/support/users/gusliedke/)
 * (@gusliedke)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/map-of-marker-geo-mashup-no-more-than-20-post/#post-3847128)
 * Check your Settings => Reading Settings => Blog pages show at most.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp List Subscribe Form] ID on mc_merge_var divs](https://wordpress.org/support/topic/id-on-mc_merge_var-divs/)
 *  Thread Starter [gusliedke](https://wordpress.org/support/users/gusliedke/)
 * (@gusliedke)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/id-on-mc_merge_var-divs/#post-4277771)
 * Hi tk,
 * link is not available yet.
 * What I mean is:
 * If I need to have Firt Name and Last Name inline (two columns 50% width) and 
   Email (one column 100% width). This is very hard to achieve if the div which 
   wraps it has same class for all items).
 * I can do it using css3 selectors. but I’d prefer if I had its name as a class
   in the wrapper. as bold below:
 *     ```
       <div class="mc_merge_var <strong>email</strong>">
       <label for="mc_mv_EMAIL" class="mc_var_label mc_header mc_header_email">Email Address<span class="mc_required">*</span></label><input type="text" size="18" placeholder="" name="mc_mv_EMAIL" id="mc_mv_EMAIL" class="mc_input"/>
       </div>
       ```
   
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Removing the @ from the date and date](https://wordpress.org/support/topic/removing-the-from-the-date-and-date/)
 *  [gusliedke](https://wordpress.org/support/users/gusliedke/)
 * (@gusliedke)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/removing-the-from-the-date-and-date/#post-3934105)
 * [@isvei](https://wordpress.org/support/users/isvei/)
 * Use filters in your theme function.php
 *     ```
       function my_tribe_events_event_schedule_details($event) {
   
       	$event = str_ireplace( '@', 'at', $event );
       	return $event;
       }
       add_filter('tribe_events_event_schedule_details', 'my_tribe_events_event_schedule_details');
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Twitter Widget Pro] How to remove authorized account!](https://wordpress.org/support/topic/how-to-remove-authorized-account/)
 *  [gusliedke](https://wordpress.org/support/users/gusliedke/)
 * (@gusliedke)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-authorized-account/#post-3880988)
 * You need to go to your Twitter Account Settings -> Apps -> and Revoke access 
   for the app you have created.
 * After that when you go back to Twitter Widget Pro setting screen, your twitter
   username will be in red asking to reauthorize.
 * You are not linked to the website anymore.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Error after editing Custom Post Type](https://wordpress.org/support/topic/error-after-editing-custom-post-type/)
 *  [gusliedke](https://wordpress.org/support/users/gusliedke/)
 * (@gusliedke)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/error-after-editing-custom-post-type/#post-3834705)
 * Hello mbigul.
 * Any update on this?
 * I’m having exactly same issue.
 * latest wordpress, php, mysql, all permissions right, etc.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jazzy Forms] [Plugin: Jazzy Forms] Creating new forms from old ones](https://wordpress.org/support/topic/plugin-jazzy-forms-creating-new-forms-from-old-ones/)
 *  [gusliedke](https://wordpress.org/support/users/gusliedke/)
 * (@gusliedke)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-jazzy-forms-creating-new-forms-from-old-ones/#post-2974640)
 * wow clone form please! I’ve got tabs with slightly different LONG forms.. recreating
   them is very time consuming..
 * Good job igor

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