Shape 5

Joomla Templates => Emma Smooth - Club => : alexius February 27, 2012, 02:53:28 PM



: Icons - and titles problem after J2.5 upgrade
: alexius February 27, 2012, 02:53:28 PM
Hi there

My site: www.oewerzicht.co.za

I have upgraded to Joomla 2.5 and now cannot get the icons to sit nicely in the top right corner of the article as they always have.
Also - I am getting the category and titles showing up - even though I have set them not to show in options - and I have even checked the options on the individual articles
In all of them - show title, linked titles, show category, show parent - all set to "hide"
But they will not go away....
Check "about Us" and you will see I have "About Us" twice on the page.

Any help will be appreciated!

Regards
Lex


: Re: Icons - and titles problem after J2.5 upgrade
: mikek February 27, 2012, 03:01:19 PM
Hello,

Try adding the following to the bottom of template.css:

ul.actions li, ul.actions img {
float:right;
}


: Re: Icons - and titles problem after J2.5 upgrade
: alexius February 27, 2012, 03:22:31 PM
Thanks Mike - but made no difference.
I added as you explained - but still have icons on left.

Also - what about the problem I am having with titles/headings coming up?  ???
http://www.oewerzicht.co.za/index.php/s5-no-moomenu-mainmenu-28


: Re: Icons - and titles problem after J2.5 upgrade
: mikek February 28, 2012, 08:40:12 AM
Hello,

I checked your css file and the code above is not present:

http://www.oewerzicht.com//templates/emma_smooth/css/template_css.css

Please add it so that it can be debugged.

Page titles are turned off in global configuration or the menu manager.


: Re: Icons - and titles problem after J2.5 upgrade
: alexius February 28, 2012, 12:54:14 PM
Sorry Mike
you are wrong
The following is at the end of the file (I have left some of the lines that were already there)
.pagenav {
width:100%;
padding-bottom:10px;
}


.s5_top_menu_spacer, .s5_bottom_menu_spacer {
display:none;
}

ul.actions li, ul.actions img {
float:right;
}


This was addded using the template manager and it was using the following:

                     Editing file "css/template_css.css" in template "emma_smooth". Source Code

The titles are not set in Global Configuration - there is no option to set the titles there.
But I have set Show Titles to "Hide" in Article Manager Options
and I have set the titles on Hide in the Articles
There do not seem to be options to set this in the Menu Manager



: Re: Icons - and titles problem after J2.5 upgrade
: mikek February 28, 2012, 01:04:31 PM
Hello,

I am looking at this file in my browser:

http://www.oewerzicht.com//templates/emma_smooth/css/template_css.css

And none of the code mentioned above is in that file. Did you add it to a different css file? Is the css file in another location?

You are looking at article settings. It is the page title that you need to turn off under Page Display Options when you are editing any menu item. This is not a template setting, it is specific to Joomla itself.


: Re: Icons - and titles problem after J2.5 upgrade
: alexius February 28, 2012, 01:25:44 PM
The site is oewerzicht.co.za
oewerzicht.com is the old Joomla 1.5 site - and is redirected to the oewerzicht.co.za site

 


: Re: Icons - and titles problem after J2.5 upgrade
: mikek February 28, 2012, 03:25:12 PM
Hello,

If you can private message me super admin access and ftp access I can debug this further for you.