countstoneula
Forum Replies Created
-
Forum: Plugins
In reply to: [Cool Tag Cloud] Display Post CategoriesSo I think I solved everything now except making custom colours to match my theme perfectly. That would be so sweet, but for now I’m content.
I thought I would update my own post in case someone wants to do something similar in the future.
- To centre my Cool Tag Cloud I added this custom CSS to my theme:
.cool-tag-cloud {
margin-left: auto;
margin-right: auto;
position: centre;
width: 70%;
}Just change the width percent to make it narrower or wider. It’s not centred perfectly like this paragraph you’re reading now, but it’s good enough for me.
2. My font was indeed smaller than 17px before but when I added the smallest parameter to my shortcode it was fixed. I ended up going down to 15px.
[cool_tag_cloud on_single_display=”local” taxonomy=”album-category” style=”silver” font_weight=”bold” smallest=”15″]
3. I never solved my third point yet to style the tags in a completely custom colour scheme to match my theme… so that isn’t resolved yet, but I’m content for the time being.
Going to mark this off as resolved.
Thanks for making a simple plugin that works!
Forum: Plugins
In reply to: [Cool Tag Cloud] Display Post CategoriesSo I was able to get only the assigned categories to display using this shortcode:
[cool_tag_cloud on_single_display=”local” taxonomy=”album-category” style=”black” font_weight=”bold”]
- One thing I can’t do is align the tags so they are centered rather than left or right. My page style has all the writing centered. The tags look pretty silly being aligned left or right only…How do I align the tags so they are centered rather than left or right?
- Is there any way to make the font larger? I couldn’t figure that out and saw that it said something about 17px being the largest font size, but I’m not sure that my tags are displaying at 17px. They seem small.
- Is there any way to do custom colors using the color codes.
Here is a page where you can see the tags in action:
https://www.kingswaychurch.ca/worship/recordings/2022-08-06-saturday/
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Form Vertical Display IssuesHi, just thought I’d follow up in case anyone ever has the same problem.
When I showed the problem to the awesome people at Iron Templates who made the Croma theme they quickly fixed the issue. So the problem was somewhere in my theme.
The plugin is working and looking great now!
- This reply was modified 1 year, 8 months ago by countstoneula.