- Posts: 72
COMMUNITY FORUM
Multicategories menu Item K2 image size
- quebecguitare
-
Topic Author
- Offline
- Senior Member
Less
More
9 years 9 months ago #145365
by quebecguitare
Thank you for your time!
Multicategories menu Item K2 image size was created by quebecguitare
Hello, I have this menu item that comprise 3 categories.
When I go to the section for multiple categories option in the menu item option, I cannot change the settings for image size.
Everytime I save, it comes back to default.
www.quebecguitare.ca/professeurs
Any clues?
Thank you
Regards
When I go to the section for multiple categories option in the menu item option, I cannot change the settings for image size.
Everytime I save, it comes back to default.
www.quebecguitare.ca/professeurs
Any clues?
Thank you
Regards
Thank you for your time!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 9 months ago - 9 years 9 months ago #145376
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Multicategories menu Item K2 image size
Are the options reverting to default or is the template not responding?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Last edit: 9 years 9 months ago by Krikor Boghossian.
Please Log in or Create an account to join the conversation.
- quebecguitare
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 72
9 years 9 months ago #145381
by quebecguitare
Thank you for your time!
Replied by quebecguitare on topic Multicategories menu Item K2 image size
Options reverting to default.
Thank you for your time!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 9 months ago #145383
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Multicategories menu Item K2 image size
Make sure that the menu item is indeed pulling items from multiple categories instead of just one.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- quebecguitare
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 72
9 years 9 months ago #145391
by quebecguitare
Thank you for your time!
Replied by quebecguitare on topic Multicategories menu Item K2 image size
Hi Krikor, you were right, the menu item only had one category, not multiple.
Now I want to have a custom M size image inside the K2 Items of that category.
The Item image is set to M with the following link: /media/k2/items/cache/1a956c46450e1847584fd382f605b0a6_M.jpg
The settings are set in the category edit / options of the item image / Size M for the Item / 300 width
The specs of the Item image remains to the global M at 740px width.
www.quebecguitare.ca/professeurs/quebec/simon-mart
Cleared cache.. still 740px
Any clues?
Backend:
www.quebecguitare.ca/administrator/index.php?option=com_k2&view=category&cid=159
Thank you Regards
Now I want to have a custom M size image inside the K2 Items of that category.
The Item image is set to M with the following link: /media/k2/items/cache/1a956c46450e1847584fd382f605b0a6_M.jpg
The settings are set in the category edit / options of the item image / Size M for the Item / 300 width
The specs of the Item image remains to the global M at 740px width.
www.quebecguitare.ca/professeurs/quebec/simon-mart
Cleared cache.. still 740px
Any clues?
Backend:
www.quebecguitare.ca/administrator/index.php?option=com_k2&view=category&cid=159
Thank you Regards
Thank you for your time!
Please Log in or Create an account to join the conversation.
- quebecguitare
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 72
9 years 9 months ago #145403
by quebecguitare
Thank you for your time!
Replied by quebecguitare on topic Multicategories menu Item K2 image size
Images are forced at line 765 of my override but the source width is still the one in global parameters even though I have set in the category edit / options of the item image / Size M for the Item / 300 width.
/* Left column in K2 item */
.itemLeftCol {
float: left;
margin-right: 30px;
position: relative;
width: 300px;
z-index: 1;
}
.itemLeftCol * {
clear: none;
}
.itemLeftCol .itemImageBlock {
margin: 0;
}
.twoCol *,
.twoCol *:after {
clear: none;
}
/* Left column in K2 item */
.itemLeftCol {
float: left;
margin-right: 30px;
position: relative;
width: 300px;
z-index: 1;
}
.itemLeftCol * {
clear: none;
}
.itemLeftCol .itemImageBlock {
margin: 0;
}
.twoCol *,
.twoCol *:after {
clear: none;
}
Thank you for your time!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 9 months ago #145411
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Multicategories menu Item K2 image size
Images will not be regenerated when you change the settings. The new sizes will take place when a new image is uploaded.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.