Title: Adjust VSEL
Last modified: January 31, 2023

---

# Adjust VSEL

 *  Resolved [deevoice](https://wordpress.org/support/users/deevoice/)
 * (@deevoice)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/adjust-vsel/)
 * Hi Guys,
 * I need your help on this please:
   I have been using “Event_List” on my Page [http://www.deevoice.de](http://www.deevoice.de)
   but this plugin is no longer supported and has security issues, so I wanted to
   switch to VSEL. I really liked the look of “Event_List”, how can I make VSEL 
   look alike as much as possible? Especially I would like to have the Details Time,
   Place, Link and Category on the right side, not below the date icon. Thank you
   for your help 🙂
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadjust-vsel%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/adjust-vsel/#post-16428329)
 * Hi,
 * Currently you can only display title next to date icon, as you already know. 
   But I will change this because I agree it look nicer to have other meta values(
   time, location, etc) there as well. I will update plugin later this week.
 * FYI: I don’t recommend using multiple event plugins at the same time, to avoid
   conflicts.
 * Guido
 *  Thread Starter [deevoice](https://wordpress.org/support/users/deevoice/)
 * (@deevoice)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/adjust-vsel/#post-16429979)
 * Hi Guido,
 * Thank you so much for your reply and the promise to update the plugin, that sounds
   really great!
 * of course I don‘t want to use multiple event plugins. I just thought it would
   be good to see the difference between the apperance of the two plugins.
 * thanks again
 * Daniela
 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/adjust-vsel/#post-16432130)
 * Hi Daniela,
 * I have updated plugin. You can now display date icon next to all other event 
   details. If the other event details are higher than date icon, they will be partly
   displayed underneath icon again. If you don’t want that, I can give you a CSS
   fix to change this.
 * Guido
 *  Thread Starter [deevoice](https://wordpress.org/support/users/deevoice/)
 * (@deevoice)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/adjust-vsel/#post-16432342)
 * Hi Guido,
 * thank you for the quick update! Yes, I would love to know the CSS fix for bringing
   all details to the right side. Thanks a lot!
 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/adjust-vsel/#post-16432544)
 * Try this at page Extra CSS of the Customizer in your dashboard:
 *     ```wp-block-code
       .vsel-meta-combine .vsel-meta-date-icon {margin:0 0 50px;}
       ```
   
 * I notice that in small (mobile) screen whole element that contains the VS Event
   List is hidden by CSS.
 * Guido
 *  Thread Starter [deevoice](https://wordpress.org/support/users/deevoice/)
 * (@deevoice)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/adjust-vsel/#post-16432636)
 * Hi Guido,
 * thank you again! 
   Thanks for updating and helping me, finally my long search 
   for a suitable event list plugin has come to an end, you made my day.Yes, VSEL
   is hidden in small screen at the moment, I will change that soon.
 * Have a nice day!
 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/adjust-vsel/#post-16432641)
 * Great, you’re welcome!
 * Main reason for creating this plugin (a long time ago) was that many other event
   plugins are bloated or require lots of custom CSS to make it look good.
 * Guido
 *  Thread Starter [deevoice](https://wordpress.org/support/users/deevoice/)
 * (@deevoice)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/adjust-vsel/#post-16432963)
 * Hello, it’s me again 😉
   I want to use the plugin on two sides, the main page 
   where it shows my Concerts (works perfectly with the shortcode attribute event_cat
   and all the slugs I want to be displayed) and my coaching page where only the
   coaching events should be shown – which is unfortunately not working. I also 
   used the shortcode attribute event_cat=”unterricht” but it shows all events. 
   Can you help again? Thanks
 * [https://www.deevoice.de/vocalcoach/](https://www.deevoice.de/vocalcoach/)
 * used shortcode: [vsel event_cat=”unterricht”]
 * Daniela
    -  This reply was modified 3 years, 4 months ago by [deevoice](https://wordpress.org/support/users/deevoice/).
 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/adjust-vsel/#post-16433602)
 * Hi,
 * You may have used the wrong type of double quotes, should be:
 *     ```wp-block-code
       [vsel event_cat="unterricht"]
       ```
   
 *  Thread Starter [deevoice](https://wordpress.org/support/users/deevoice/)
 * (@deevoice)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/adjust-vsel/#post-16433926)
 * you made my day again 😉 Thank you so much!
 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/adjust-vsel/#post-16434664)
 * Great! And thanks for the donation, really appreciated 🙂
 *  Thread Starter [deevoice](https://wordpress.org/support/users/deevoice/)
 * (@deevoice)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/adjust-vsel/#post-16439709)
 * Hi Guido,
 * I discovered a problem: VSEL has overwritten my Event Page (a Page, where I present
   my offer for events) – I actually don’t know why, I had to rename my event-Page.
   I don’t know why this has happened, what went wrong?
 * Greets, Daniela
 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/adjust-vsel/#post-16439982)
 * Hi,
 * Was the slug (end of the link) of that page “/event” perhaps?
 * Guido
 *  Thread Starter [deevoice](https://wordpress.org/support/users/deevoice/)
 * (@deevoice)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/adjust-vsel/#post-16441849)
 * yes it was
 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/adjust-vsel/#post-16442067)
 * From the FAQ:
 * _Having “Event” as page (or post) title is no problem, but having “event” as 
   slug (end of URL) will cause a conflict with the post type (event) archive page._
 * But it can be plural: /events

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

The topic ‘Adjust VSEL’ is closed to new replies.

 * ![](https://ps.w.org/very-simple-event-list/assets/icon-256x256.png?rev=1415754)
 * [VS Event List](https://wordpress.org/plugins/very-simple-event-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/very-simple-event-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/very-simple-event-list/)
 * [Active Topics](https://wordpress.org/support/plugin/very-simple-event-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/very-simple-event-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/very-simple-event-list/reviews/)

 * 15 replies
 * 2 participants
 * Last reply from: [Guido](https://wordpress.org/support/users/guido07111975/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/adjust-vsel/#post-16442067)
 * Status: resolved