By Guest on Tuesday, 26 May 2015
Replies 3
Likes 0
Views 2.6K
Votes 0
I have 2 small problems I need help with please;

On this page I have a problem with the latest events module overlapping the side menu.
Also, I want the latest events to simply show date and time followed by event title like this

Would be very greatful for any advice you can give please..

PHP Version : 5.5.20
MySQL Version : 5.5.33
Joomla : 3.4.1
component_com_jevents : 3.2.12
module_mod_jevents_cal : 3.2.12
module_mod_jevents_custom : 3.2.12
module_mod_jevents_filter : 3.2.12
module_mod_jevents_latest : 3.2.12
module_mod_jevents_legend : 3.2.12
module_mod_jevents_switchview : 3.2.12
plugin_content_jevents : 3.2.12
plugin_finder_jevents : 3.2.12
plugin_search_eventsearch : 3.2.12
You have some custom css in your template - the last line is pushing down your menu items under the latest events module

.sidebar_menu {
font: 12px/12px Verdana,Arial,sans-serif !important;
position: relative;
text-transform: uppercase;
top: 70px;
}


For the format of the output - see https://www.jevents.net/frequently-aske ... at-strings for the config options available to you.
·
Tuesday, 26 May 2015 16:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Many thanks - all sorted now..
·
Tuesday, 26 May 2015 21:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Great to hear! Thanks for letting us know.
·
Wednesday, 27 May 2015 00:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post