Joomla Category Blog Pictures

Rate this topic: Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.3.50 out of 6 based on 2 vote(s)
GK User
Sun Mar 09, 2014 1:02 am
Reply with quote
Report this post
Hi,

I have been applying news2 template to my site and i figure out that in Joomla Category Blog View images are not responsive although images don't have height or width attributes.

You can see from the attachment.
User avatar
Senior Boarder

GK User
Sun Mar 09, 2014 8:20 am
Reply with quote
Report this post
Could You please post an url to your site - to exact place where I can see this problem?
User avatar
Moderator

GK User
Sun Mar 09, 2014 11:32 am
Reply with quote
Report this post
Because of this problem i couldn't apply News2 template to my existing online site. It's in localhost now.
User avatar
Senior Boarder

GK User
Mon Mar 10, 2014 12:29 am
Reply with quote
Report this post
Ok i've solved the problem.
User avatar
Senior Boarder

GK User
Mon Mar 10, 2014 10:23 am
Reply with quote
Report this post
What was the solution?
User avatar
Moderator

GK User
Sat Mar 15, 2014 10:40 am
Reply with quote
Report this post
I couldn't solve for internet explorer and firefox.

Responsive design for Internet Explorer and Firefox is not working in Joomla Categories pages.

Can you help please?

http://www.avmindirim.com/modavetrend.html
User avatar
Senior Boarder

GK User
Sat Mar 15, 2014 10:07 pm
Reply with quote
Report this post
Images are not getting responsive although there is no height width attributes in category blog view. But if i delete display:table-cell images are getting responsive but not columns.

Code: Select all
.blog .items-row > div,
.blog-featured .items-row > div {
   border-left: 1px solid #e5e5e5;
   border-top: 1px solid #e5e5e5;
   padding: 32px;
   vertical-align: top;
}


Any help??
User avatar
Senior Boarder

GK User
Mon Mar 17, 2014 12:33 pm
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Mon Mar 17, 2014 7:27 pm
Reply with quote
Report this post
Cyberek wrote:Could You please post an url to your site?


http://www.avmindirim.com/modavetrend.html
User avatar
Senior Boarder

teitbite
Tue Mar 18, 2014 11:28 am
Reply with quote
Report this post
Hi

I was asked to take a look at the issue. I think adding this code to css should help:

Code: Select all
section img {
    height: auto !important;
    max-width: 100% !important;
    width: 100%;
}
User avatar
Moderator

GK User
Tue Mar 18, 2014 2:43 pm
Reply with quote
Report this post
teitbite wrote:Hi

I was asked to take a look at the issue. I think adding this code to css should help:

Code: Select all
section img {
    height: auto !important;
    max-width: 100% !important;
    width: 100%;
}


Ok it works thank you
User avatar
Senior Boarder

GK User
Thu Mar 20, 2014 9:21 pm
Reply with quote
Report this post
teitbite wrote:Hi

I was asked to take a look at the issue. I think adding this code to css should help:

Code: Select all
section img {
    height: auto !important;
    max-width: 100% !important;
    width: 100%;
}


Today i noticed, this code justify all of my images including my medium images (width : 200px) in my articles. Isnt't it possible to apply this code only for category blog view? I have thousands of medium images it's not possible to add height and width all of them. And before news2 i was also using responsive template there was no problem.

Thanks
User avatar
Senior Boarder

teitbite
Fri Mar 21, 2014 6:02 pm
Reply with quote
Report this post
Hi

Sure it is possible. Use this code like that:

Code: Select all
.blog.itemList img {
    height: auto !important;
    max-width: 100% !important;
    width: 100%;
}
User avatar
Moderator

GK User
Sat Mar 22, 2014 8:42 am
Reply with quote
Report this post
Ok thank you.
User avatar
Senior Boarder

GK User
Mon Mar 24, 2014 6:26 pm
Reply with quote
Report this post
Hello again,

I can't understand but there is a same problem for the sub-categories blog layout? Can you check please?

http://www.avmindirim.com/banka-firsatlari/worldcard.html
User avatar
Senior Boarder

GK User
Mon Mar 24, 2014 6:39 pm
Reply with quote
Report this post
Could you post a screenshot and info about browser in which you see the problem?
I have checked Chrome and FF Mac - all seems ok,
User avatar
Moderator

GK User
Mon Mar 24, 2014 6:57 pm
Reply with quote
Report this post
Hi,

Here are the screenshots of ff28 & ie11 (win7)

Thanks
User avatar
Senior Boarder

GK User
Mon Mar 24, 2014 7:50 pm
Reply with quote
Report this post
Please correct the change you did to override.css so it looks this way:
Code: Select all
.blog.itemList img {
height: auto !important;
max-width: 100% !important;
width: 100% !important;

and write back if it helped.
User avatar
Moderator

GK User
Tue Mar 25, 2014 11:55 am
Reply with quote
Report this post
Cyberek wrote:Please correct the change you did to override.css so it looks this way:
Code: Select all
.blog.itemList img {
height: auto !important;
max-width: 100% !important;
width: 100% !important;

and write back if it helped.


Yes it works thank you again
User avatar
Senior Boarder

GK User
Fri Jul 11, 2014 2:42 pm
Reply with quote
Report this post
Hello,

After adding this css code to override.css i had noticed that some small logo images (200x150px) in my articles viewing so badly in my website at Category Blog View.

I have articles with logo images. And some of my categories have only one article. Category view of these categories are very bad-looking as you can see at the attachment.

I've tried to solve this issue but i couldn't. Can you help me please how can i make the logo (small size images ex:200x150px) to appear well in responsive view.

Thanks and Regards
User avatar
Senior Boarder

GK User
Mon Jul 14, 2014 4:21 pm
Reply with quote
Report this post
Could you please post an url to your site to a place where the problem can be seen and create a screenshot of desired outcome?
User avatar
Moderator

GK User
Mon Jul 14, 2014 4:21 pm
Reply with quote
Report this post
Could you please post an url to your site to a place where the problem can be seen and create a screenshot of desired outcome?
User avatar
Moderator

GK User
Tue Jul 15, 2014 6:33 pm
Reply with quote
Report this post
Example :
http://www.avmindirim.com/avmdunyasi/kirikkale.html

The image is normally 200x150px.

http://www.avmindirim.com/avmdunyasi/bursa.html

Images are 200x150px size. They are not looking well.


Cyberek wrote:Could you please post an url to your site to a place where the problem can be seen and create a screenshot of desired outcome?
User avatar
Senior Boarder

GK User
Mon Jul 21, 2014 6:12 am
Reply with quote
Report this post
Sorry for late response...
In your override,css you have this declaration:
Code: Select all
.blog.itemList img {
   height: auto !important;
   max-width: 100% !important;
   width: 100% !important;
}

I don't know what was the purpose of it, but if you will modify it to:
Code: Select all
.blog.itemList img {
   height: auto !important;
   max-width: 100% !important;
}

images will not be enlarged.
User avatar
Moderator

GK User
Mon Jul 21, 2014 11:42 am
Reply with quote
Report this post
Hi,

You wrote me to do it like this because if it is like that in firefox and ie, this is breaking the responsive feature of the website.

As you can see in the attachment.
User avatar
Senior Boarder

GK User
Thu Jul 24, 2014 5:32 pm
Reply with quote
Report this post
I have asked more advanced developers for help. I'll write back as soon as I'll get an answer.
User avatar
Moderator

GK User
Thu Jul 24, 2014 8:21 pm
Reply with quote
Report this post
Ok thank you if it helps you, i noticed that in tag category pages everything is normal.

You can see here

http://www.avmindirim.com/tag/3676-palm ... m-avm.html

Cyberek wrote:I have asked more advanced developers for help. I'll write back as soon as I'll get an answer.
User avatar
Senior Boarder

GK User
Fri Aug 01, 2014 10:22 am
Reply with quote
Report this post
No solution yet?
User avatar
Senior Boarder

GK User
Tue Aug 05, 2014 7:58 am
Reply with quote
Report this post
Still waiting.
User avatar
Moderator

GK User
Tue Aug 05, 2014 10:55 am
Reply with quote
Report this post
Please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. ftp data (host, user, password)
4. link to this thread
User avatar
Moderator

GK User
Wed Aug 06, 2014 5:05 pm
Reply with quote
Report this post
I sent.

Cyberek wrote:Please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. ftp data (host, user, password)
4. link to this thread
User avatar
Senior Boarder

GK User
Thu Aug 07, 2014 3:14 pm
Reply with quote
Report this post
Ok, here is a solution proposed by our devteam:
1. Remove previous overrides:
Code: Select all
section img {
    height: auto !important;
    max-width: 100% !important;
    width: 100%;
}
.blog.itemList img {
   height: auto !important;
   max-width: 100% !important;
   width: 100% !important;
}

(they are commented out in your code)
Now add this override:
Code: Select all
#gkMainbody .blog.itemList, #gkMainbody .blog-featured.itemList {
   width: 100%;
   table-layout: fixed;
   margin: 0;   
}
#gkMainbody {
   padding: 32px 0
}
section article {
   padding: 0 32px;
}


This is already done on your site so it should look fine.
User avatar
Moderator

GK User
Fri Aug 08, 2014 9:35 pm
Reply with quote
Report this post
Ok thank you very much :)

After changing override css there were some blank paddings at mobile and tablet view. And because of

Code: Select all
#gkMainbody {
   padding: 32px 0;
}


Some Modules sticked to the borders at home page and search page.

I've implemented your code with a module and it is now how i want, with your help.

Great work.

Regards.
User avatar
Senior Boarder

GK User
Mon Aug 11, 2014 4:23 pm
Reply with quote
Report this post
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Mon Aug 25, 2014 1:49 pm
Reply with quote
Report this post
It's ok now thank you very much

Cyberek wrote:Is there anything else I can help you with regarding this topic?
User avatar
Senior Boarder


cron