-
AuthorPosts
-
Balaji Ramanathan Friend
Balaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
March 15, 2007 at 12:42 pm #119174I tried to put <ul><li> etc for listing within class pinnote or clipnote. It wouldn’t take it and content appears separately from clip/pinnote. Am I missing something?
Example:
<p class=”pinnote”>
<uL><li>something</li>
</ul>
</p>Will not show “something” within pinnote.
drb
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
March 15, 2007 at 1:31 pm #215862drb07;9924I tried to put <ul><li> etc for listing within class pinnote or clipnote. It wouldn’t take it and content appears separately from clip/pinnote. Am I missing something?
Example:
<p class=”pinnote”>
<uL><li>something</li>
</ul>
</p>Will not show “something” within pinnote.
drb
In your example you have mismatched ul tags one is uL the other is ul that would break it however if its just a typo in the example here out goes that idea 🙂
The example from the actual Wistery demo site is
<blockquote><p class=”pinnote”>This is a sample pin note.
Use <strong><p class=”pinnote”>Your clip note goes here!<
/p></strong> to form a clip note!</p></blockquote>as its a paragraph tag the pinnote works on perhaps the css code
for the unordered list etc are coming into effect
and killing off the pinnote class.Css isn’t a strongpoint of mine, I’d suggest getting it working
with a paragraph first, then modify to include a list ?Hope this helps some what
Cheers ShannonNBalaji Ramanathan FriendBalaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
March 15, 2007 at 1:38 pm #215866Hi Shannon.
I can get them to work individually but not together. I mean I cannot have the list within pinnote or clipnote.I am not strong in css either, but this is a very simple thing and not sure why it wouldn’t work.
drb
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
March 15, 2007 at 1:49 pm #215869drb07;9931Hi Shannon.
I can get them to work individually but not together. I mean I cannot have the list within pinnote or clipnote.I am not strong in css either, but this is a very simple thing and not sure why it wouldn’t work.
drb
I just think the pinnote class is set up for paragraphs and you cant have lists within paragraphs?
Sorry its late here and I really am trying to be helpful but its beyond me at the moment
ShannonN
Balaji Ramanathan FriendBalaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
March 16, 2007 at 1:12 pm #215919I think it would look better if the quotes are complete. Example:
http://luckyteam.co.uk/products/LuckyZoomErikThorsen FriendErikThorsen
- Join date:
- December 2005
- Posts:
- 1098
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 22
- Thanked:
- 10 times in 1 posts
March 16, 2007 at 4:58 pm #215925I kind of agree. Would it be possible to see a solution for providing a pin note with “ending” as well? That way it is possible to add if we like but doesn’t need to be like that. I know it is probably a relatively simple hack to the css.. 🙂 Thanks in advance to anyone able to help out.
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
March 16, 2007 at 5:16 pm #215926drb07;9995I think it would look better if the quotes are complete. Example:
http://luckyteam.co.uk/products/LuckyZoomI remembe Hung or one of the devs commenting on the blockquote topography only having the opening quote , can’t find the thread ATM, but they thought the opening quote was fine and stood out, I am used to a end quote also
@erik
I’m kinda lost with your meaning pinnote “ending” hey its 3 15 am I’m tired, can’t sleep, too much caffiene in the system you know the feeling I’m sure 🙂 Don’t ya just love study, and college assignmentsShannon
ErikThorsen FriendErikThorsen
- Join date:
- December 2005
- Posts:
- 1098
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 22
- Thanked:
- 10 times in 1 posts
March 16, 2007 at 7:34 pm #215933Sure ShannonN. I have only worked 12 hours today so I can’t possibly understand how/where I managed to write pinnote. It must be your eyes and not my writing. LOL.
I meant the blockquote… 🙂
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
March 16, 2007 at 11:05 pm #215946We need more pay, less hours I think Erik 🙂
Balaji Ramanathan FriendBalaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
March 16, 2007 at 11:16 pm #215948same here too!!. work is not equal to pay at all.
Anyway, i researched CSS for a while. Couldn’t understand why lists are not allowed with a class tag.
I am trying my rough knowledge on getting the blockquote with end quote to work. If I find a solution I’ll post here.
drb
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
March 17, 2007 at 5:23 am #215966drb07;10036same here too!!. work is not equal to pay at all.
Anyway, i researched CSS for a while. Couldn’t understand why lists are not allowed with a class tag.
I am trying my rough knowledge on getting the blockquote with end quote to work. If I find a solution I’ll post here.
drb
HI DRB
Look I reall am sorry I can’t be of any major use but CSS just isn’t shanny’s thing, I know just enought to get by, but the style sheets with JA templates are very complex and I’d just be guessing, however I do suggest you try Topstyle 3 as a PC based css editor it has some great features Hmmm, Bradbury software I think http://www.bradbury.com free trial verson avail last time I lookedCheers ShannonN
Balaji Ramanathan FriendBalaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
March 19, 2007 at 1:16 am #216086Can the developers show some interest in old templates? and provide some tech help please?
The latest new template has ending blockquote http://www.joomlart.com/templates_demo.php?template=ja_utahia
while wistry template has just one opening blockquote. Very odd!! to use. Any reason?
Secondly, I cannot have a list within a clipnote or pinnote. ANy reason?
thank you,
drb
ErikThorsen FriendErikThorsen
- Join date:
- December 2005
- Posts:
- 1098
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 22
- Thanked:
- 10 times in 1 posts
March 19, 2007 at 8:57 am #216099As far as I know the reason for the blockquote is that it is placed within a div tag instead of a p class tag in the new template. You can surely just copy the div from Utahia and copy it to the “old” template if you like. CSS will work on all template, I am pretty confident. But I would like to also say that I am not 100% sure. Try it!
-
AuthorPosts
This topic contains 13 replies, has 3 voices, and was last updated by ErikThorsen 17 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum