-
AuthorPosts
-
1remos Friend
1remos
- Join date:
- January 2012
- Posts:
- 60
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
March 19, 2013 at 12:12 am #185968Trying to style the extra fields in k2 item
class=”itemExtraFieldsLabel” does not affects the style althought in k2.css file there is:
div.catItemExtraFields
ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields
ul li span.genericItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
March 19, 2013 at 9:44 am #487005Hello 1remos
In your styles you listed above, I can’t find any “itemExtraFieldsLabel” class name. You must style for “itemExtraFieldsLabel” class name so the style can be affected.
<blockquote>div.catItemExtraFields
ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields
ul li span.genericItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}</blockquote>Regards.
1remos Friend1remos
- Join date:
- January 2012
- Posts:
- 60
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
March 20, 2013 at 11:28 am #487212Sorry, My mistake, the class is there and it is “class=”genericItemExtraFieldsLabel”
Is the style that allready excist in k2.css file that affects in other templates but no in Ja Wall
Is not readable also by firebug!
A little bit strange, is it not ?Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
March 21, 2013 at 9:32 am #487328Please send me the URL where problem was faced, then I can try to diagnose it.
Regards.
1remos Friend1remos
- Join date:
- January 2012
- Posts:
- 60
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
March 22, 2013 at 11:46 pm #487527I pm you the url
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 25, 2013 at 9:40 am #487714<em>@1remos 365823 wrote:</em><blockquote>I pm you the url</blockquote>
I found on k2.css file and i saw this script
div.catItemExtraFields
ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields
ul li span.genericItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}
But i have checked on html structure k2 on your link mention but i could not see css appear with K2.
Can you show me where you need to add class into K2? Please send me the screenshot, I shall try to give solution to help you out
1remos Friend1remos
- Join date:
- January 2012
- Posts:
- 60
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
March 25, 2013 at 3:52 pm #487769Dear Ninja,
Thats my point!
Althougth script for extra field and more specific for “Field Laber” is there, in k2.css file, this script does not appears in html structure.
I did not do any modifications to k2.css file.
As you noticed k2 team already offer basic design in default k2.css file (ie width: 30%)
In all my other installations (with other than JA Wall temp) that problem does not excists.
The design of k2 extra fields is excecuted according to the above mentioned script.I face the problem only with JA Wall installation
Thank u in advance!
1remos
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 26, 2013 at 11:08 am #487893Hi 1remos,
We customize K2 style on JA Wall Template. I don’t know what exactly are you still face the problem. You can send me the screenshot and your site URL here for further investigation.
Regards
1remos Friend1remos
- Join date:
- January 2012
- Posts:
- 60
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
March 26, 2013 at 7:22 pm #487927Dear Ninja,
I pm you the url with some detailed info
Looking for your reply
Thank you in advance!
1remos
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 27, 2013 at 5:21 am #487956I got it, you can fix this errror with my suggestion
Open templates/ja_wall/css/k2.css file
Add new script
div.itemExtraFields ul li span.genericItemExtraFieldsLabel {
display:block;
float:left;
font-weight:bold;
margin:0 4px 0 0;
width:30%;
}
div.itemExtraFields .even.typeTextfield.group3 {
background: none !important;
}
Let me know the result
1 user says Thank You to Ninja Lead for this useful post
1remos Friend1remos
- Join date:
- January 2012
- Posts:
- 60
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
March 27, 2013 at 2:35 pm #488017Problem solved!
The only question is why firebug reads the k2.ccs file twice, (the second one appears K2.css #2).
I added the script in templates/ja_wall/css/k2.css file, and only in this file
and I can see in firebug the script twice (the first overrides the second)
and not only the new script but all the scripts of k2.css file.Anyway the problem is solved and THANK U for that!
1remos
1 user says Thank You to 1remos for this useful post
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 3 voices, and was last updated by 1remos 11 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
ja wall – k2 extra field styling
Viewing 11 posts - 1 through 11 (of 11 total)