Shape 5

Joomla Free Templates => Design Control - Free => : consoleorb May 03, 2014, 05:25:31 AM



: joomla 3.3 support
: consoleorb May 03, 2014, 05:25:31 AM
Will there be support for the theme with the latest 3.3 version from joomla?

I updated it and found only one issue yet, the authors name is not displayed after the written by in articles anymore... any ideas how to fix it?


: Re: joomla 3.3 support
: mikek May 03, 2014, 06:40:33 AM
Hello,

Yes, this template has been fully tested in 3.3. It looks like Joomla changed the structure of this area for some reason. Please add the following css to custom.css to make it appear again:

.createdby span {
display:block !important;
}


: Re: joomla 3.3 support
: consoleorb May 04, 2014, 01:32:48 PM
unfortunatly that does not solve the problem entirely... the name is displayed now but not in the same row :/ theres a break before the name


: Re: joomla 3.3 support
: mikek May 05, 2014, 07:12:09 AM
Hello,

Please post a url to where this occurs.


: Re: joomla 3.3 support
: consoleorb May 05, 2014, 08:00:08 AM
here you can see it :

http://consoleorbit.de/index.php/gaming/artikel/tests/52-infamous-second-son


: Re: joomla 3.3 support
: mikek May 05, 2014, 12:29:43 PM
Hello,

Please try this instead:

.createdby span {
display:inline-block !important;
}


: Re: joomla 3.3 support
: consoleorb May 05, 2014, 12:41:56 PM
thank you for helping but I am sorry to disappoint.. even with those changes its still in the next row :/ even after deleting cache


edit: ah no sorry now it works! maybe it took some time hehe

thank you so much!


: Re: joomla 3.3 support
: mikenicoll May 05, 2014, 08:48:01 PM
Glad you got it sorted. Let us know if you have any further questions!

-Mike


: Re: joomla 3.3 support
: jeffj May 15, 2014, 11:31:35 AM
Thanks! This happened to me, as well, when I upgraded to Joomla 3.3. I made the first change, and the author appeared on the next line. So I adjusted the custom.css with your second line of code. It worked flawlessly.

:
.createdby span {
display:inline-block !important;
}

Thanks!
- jeff