Attachments

October 2015 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jun 15, 2016 7:59 am
Reply with quote
Report this post
Hi,

There are two issues with the attachments:

1- "News Refreshed" template does not contain "Style1", Style2" ... folders in "templates/gk_news/images" but the code points to these folders for some icons like attachment, therefore when an attachment is shown in the frontend, its icon is missing. I had to copy all of them from "News" (old version) to fix it. Please kindly add the related folders to the refreshed template as well.

2- If more than one attachment is uploaded, the box around the attachment panel does not include the second or more attachments. Please see the attached image.
Capture.PNG


Thanks,
M.
User avatar
Senior Boarder

teitbite
Sat Jun 18, 2016 6:43 pm
Reply with quote
Report this post
Hi

Please tell me the exact url to the page with example of this problem.
User avatar
Moderator

GK User
Sun Jun 19, 2016 11:25 am
Reply with quote
Report this post
Hi,

The information is sent to you via PM.

Thanks,
M.
User avatar
Senior Boarder

teitbite
Tue Jun 21, 2016 10:59 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.itemAttachments .itemList li {
float: none;
}
User avatar
Moderator

GK User
Tue Jun 21, 2016 11:30 am
Reply with quote
Report this post
Hi,

I tried the code to no avail, then I removed the .itemAttachments and left the .itemList li untouched with an extra !important at the end and then it worked. Unless you think that not using .itemAttachments would make changes where it should not, I guess we are safe to close this post. I am leaving the CSS override that helped here for further use.
Code: Select all
.itemList li {
    float: none !important;
    }


Thanks for the help,
M.
User avatar
Senior Boarder

teitbite
Wed Jun 22, 2016 12:24 pm
Reply with quote
Report this post
Hi

Ok. Good to know. Closing thread as requested.
User avatar
Moderator


cron