• Resolved twomoons

    (@twomoons)


    Hi,

    Excellent plugin and it suits my site fine. Actually got it running on my test clone site at the moment as just wanted to ask 2 questions.

    When a user adds a post they also add tags to the post. Is it possible in your plugin to have the first letter of the tag word be capitalized by default? It would just make it more readable when viewing all the tags.

    Also, is there a search function for your plugin as I’m losing the 4th column due to having the right hand pane have a search widget in there.

    Many thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author tugbucket

    (@tugbucket)

    To capitalize all the words:
    #mcTagMap .tagindex ul li, #sc_mcTagMap .tagindex ul li { text-transform: capitalize; }

    For just the first word in multi-worded tags:
    #mcTagMap .tagindex ul li::first-letter, #sc_mcTagMap .tagindex ul li::first-letter { text-transform: capitalize; }

    “Also, is there a search function for your plugin as I’m losing the 4th column due to having the right hand pane have a search widget in there.”

    Can you provide a link to your page so I can take a look?

    Thread Starter twomoons

    (@twomoons)

    Hi,

    Thank you for the reply. Sorry but it’s just the first letter of each tag word i’m after being capitalized.

    Here is the link to the page, ive cloned the site so i am using this to test all different plugins etc till i eventually get it right ??

    https://www.mrrobot.uk/multi-tag/

    Thanks

    Plugin Author tugbucket

    (@tugbucket)

    Okay so for example north wales

    if you want it to be North Wales use:
    #mcTagMap .tagindex ul li, #sc_mcTagMap .tagindex ul li { text-transform: capitalize; }

    if you want it to be North wales use:
    #mcTagMap .tagindex ul li::first-letter, #sc_mcTagMap .tagindex ul li::first-letter { text-transform: capitalize; }

    Thread Starter twomoons

    (@twomoons)

    Excellent, thank you for taking the time out to reply. That worked a treat. I think i will just limit it too 3 columns and dump the search widget in there.

    Thanks again

    Plugin Author tugbucket

    (@tugbucket)

    Cool glad it helped and thanks for using my plugin. Closing this thread.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Capitalization of first letter’ is closed to new replies.