Please go to /html/com_content folder and try copy blog_item.php from /category to /featured and replace to the one You have there. I'm not sure if it will be enought, but without ftp access and making some tests that's a closest tip i can give.
Moderator
GK User
Mon Nov 25, 2013 12:44 pm
thank you,
i copy the content from blog_item.php and i add to override.css:
Ok. That's the perfect solution. I'm glad it's working.
Moderator
GK User
Mon Feb 17, 2014 10:49 pm
May I ask...
if the same Layout would work in the GK News 2 template as well ???
Junior Boarder
teitbite
Wed Feb 19, 2014 9:27 pm
Hi
I do not know. There may be some overrides from template already. Best way is to add the code and check.
Moderator
GK User
Thu Feb 20, 2014 4:50 pm
Strange. But nothing has changed. I used the override.css via FTP. At the moment the main articles look very boring on the site. Could it be that renaming the "_com content" directory within the template causes the problem? I had to do it because I still have the "two articles problem" and nobody can give me a proper "default.php" for the news2 skin
Junior Boarder
teitbite
Fri Feb 21, 2014 9:54 pm
Hi
Renaming folder to _com_content will affect style, so please just rename it back for check but I think Your issue that style is not working may be not enabled override in template settings or wrong codding of this file. Please show me direct url to the page You are trying to use new style.
Moderator
GK User
Sat Feb 22, 2014 6:12 pm
Thanks for the reply.
The site is: pugis.aragri.de
I deactivated all caches and enabled override.css Is this correct, so you can check the code `? I ve written the code from the top into the override.css of the template.
I would be very happy if I could manage to get the featured articles on the mainpage a little bit more attractive. If you have any tips (or examples) on that topic, I would be very glad.
Thank you in advance.
Junior Boarder
teitbite
Tue Feb 25, 2014 9:31 pm
Hi
I can only see 3 clases in override.css and all for elements You are not using. If that's all than rest is probably using the default layout for elements. This means that it will be hard to copy that without breaking the site. I think easier would be to just create new style. Unfortunately I connot help huch with this since it's a customisation request
Moderator
GK User
Wed Feb 26, 2014 9:02 am
Thank you for the answer. Could you just give me a little hint (link) where to start with the "class". Would it be the css template or css layout or via css override or php files of com_article / blog_item ? Is there any documentation in your database which might be helpful? Kind regards and thanks in advance.
Junior Boarder
teitbite
Thu Feb 27, 2014 8:34 pm
Hi
We do not support such modifications, so there is no documentation about this. But best way is to use firebug. In firebug You can select element after element and on the right side of firebug panel You will see css code responsible for the look of this element. Try copy a class after class to override.css (override needs to be enabled in template settings).