- Posts: 16
COMMUNITY FORUM
Comment Module Bug and Add Item Bug
- Julius Decada
- Topic Author
- Offline
- New Member
Less
More
15 years 1 month ago #74061
by Julius Decada
Comment Module Bug and Add Item Bug was created by Julius Decada
I already post this Bug but seems there's no fix nor right answer.
Here is my Set-up
1. I'm Using the latest Joomla 1.5
2. I'm Using the latest release of K2 which is K2 version 2.1
3. I'm using the Rocket-theme Afterburner template..
4. My Screen Resolution is 1024x768
5. And a firefox browser the latest version
Here is the bug
this image is the mod_k2_content As you can see the underscore of WRITTEN_BY_MALE << how can I move those underscore and that MALE tag
This is the front end add Item entry, as you can see the upper part of the item,
-The logo of the k2 is cut-off
-The save and cancel button cut-off
Hope somebody got some quick fix to this Bug,
Thanks,
Here is my Set-up
1. I'm Using the latest Joomla 1.5
2. I'm Using the latest release of K2 which is K2 version 2.1
3. I'm using the Rocket-theme Afterburner template..
4. My Screen Resolution is 1024x768
5. And a firefox browser the latest version
Here is the bug
this image is the mod_k2_content As you can see the underscore of WRITTEN_BY_MALE << how can I move those underscore and that MALE tag
This is the front end add Item entry, as you can see the upper part of the item,
-The logo of the k2 is cut-off
-The save and cancel button cut-off
Hope somebody got some quick fix to this Bug,
Thanks,
Please Log in or Create an account to join the conversation.
- olsen
- Offline
- Elite Member
- Joomla and K2 Freelancer
15 years 1 month ago #74062
by olsen
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Replied by olsen on topic Comment Module Bug and Add Item Bug
First,
It is not a bug, and there is info about it on this forum, just search for it next time.
Add this to your xx-XX.mod_k2_content.ini:
WRITTEN_BY_FEMALE=Written by
WRITTEN_BY_MALE=Written by
WRITTEN_BY=Written by
Second,
It seems to be a trouble with your screen resolution. By default K2 edit form on frontend opens on an iframe size: (x:990,y:650).
This values should be enought to match 1024x768.
Try to changes this values on the K2 template you use to add items.
It is not a bug, and there is info about it on this forum, just search for it next time.
Add this to your xx-XX.mod_k2_content.ini:
WRITTEN_BY_FEMALE=Written by
WRITTEN_BY_MALE=Written by
WRITTEN_BY=Written by
Second,
It seems to be a trouble with your screen resolution. By default K2 edit form on frontend opens on an iframe size: (x:990,y:650).
This values should be enought to match 1024x768.
Try to changes this values on the K2 template you use to add items.
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Please Log in or Create an account to join the conversation.
- Julius Decada
- Topic Author
- Offline
- New Member
Less
More
- Posts: 16
15 years 1 month ago #74063
by Julius Decada
Replied by Julius Decada on topic Comment Module Bug and Add Item Bug
Sorry for that, i really newbie to K2 it works like a charm, thank you very
But this part i don't know where to edit the css??
Second,
It seems to be a trouble with your screen resolution. By default K2 edit form on frontend opens on an iframe size: (x:990,y:650).
This values should be enought to match 1024x768.
Try to changes this values on the K2 template you use to add items.
But this part i don't know where to edit the css??
Second,
It seems to be a trouble with your screen resolution. By default K2 edit form on frontend opens on an iframe size: (x:990,y:650).
This values should be enought to match 1024x768.
Try to changes this values on the K2 template you use to add items.
Please Log in or Create an account to join the conversation.
- Julius Decada
- Topic Author
- Offline
- New Member
Less
More
- Posts: 16
15 years 1 month ago #74064
by Julius Decada
Replied by Julius Decada on topic Comment Module Bug and Add Item Bug
got it where to edit, its the userblock.php located in \modules\mod_k2_login\tmpl
The only problem that I have is how to edit/re size the avatar on k2 module log in
The only problem that I have is how to edit/re size the avatar on k2 module log in
Please Log in or Create an account to join the conversation.
- olsen
- Offline
- Elite Member
- Joomla and K2 Freelancer
15 years 1 month ago #74065
by olsen
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Replied by olsen on topic Comment Module Bug and Add Item Bug
if i remember well now, should be edited under style.css.
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Please Log in or Create an account to join the conversation.
- Julius Decada
- Topic Author
- Offline
- New Member
Less
More
- Posts: 16
15 years 1 month ago #74066
by Julius Decada
Replied by Julius Decada on topic Comment Module Bug and Add Item Bug
what actually part of the css?
olsen said:if i remember well now, should be edited under style.css.
olsen said:if i remember well now, should be edited under style.css.
Please Log in or Create an account to join the conversation.
- olsen
- Offline
- Elite Member
- Joomla and K2 Freelancer
15 years 1 month ago #74067
by olsen
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Replied by olsen on topic Comment Module Bug and Add Item Bug
div.k2AuthorsListBlock ul li img.abAuthorAvatar {display:block;float:left;background:#fff;border:1px solid #ccc;padding:2px;margin:2px 4px 4px 0;width:24px;height:auto;}
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Please Log in or Create an account to join the conversation.
- Julius Decada
- Topic Author
- Offline
- New Member
Less
More
- Posts: 16
15 years 1 month ago #74068
by Julius Decada
Replied by Julius Decada on topic Comment Module Bug and Add Item Bug
thank you very much
olsen said:div.k2AuthorsListBlock ul li img.abAuthorAvatar {display:block;float:left;background:#fff;border:1px solid #ccc;padding:2px;margin:2px 4px 4px 0;width:24px;height:auto;}
olsen said:div.k2AuthorsListBlock ul li img.abAuthorAvatar {display:block;float:left;background:#fff;border:1px solid #ccc;padding:2px;margin:2px 4px 4px 0;width:24px;height:auto;}
Please Log in or Create an account to join the conversation.