TheMadWiddler1200
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Customizr theme doesn't show 'Category Description'?Thanks for your reply, Deb. Marked this thread as resolved. Will open a new post for this.
Forum: Themes and Templates
In reply to: [Customizr] Editing SubtitleHi @redskins43,
To increase the font size of your tag line use this code
.navbar-wrapper .navbar h2{ font-size: 1.5em; /* adjust */ }
To add more lines of text, use this snippet from the themes and co site. Which is the official website to the Customizr theme, where you can find more snippets and codes to further customize your website. ??
Hope this helps.
Forum: Themes and Templates
In reply to: [Customizr] Customizr theme doesn't show 'Category Description'?Hey Deb,
Thanks for your reply!
You mentioned the ‘Category Archives’, and this made me remember that I had added a code to my style.css to remove that title – “Category Archives: YourCategoryName”. I went to my style.css and removed that code, which was
header.archive-header {display: none;}
and now the category description is shown! But this also causes a problem for me. Now I have two titles on my category page, the default page title and the “Category Archives: YourCategoryName” title. Do you know of a way to remove the “Category Archives: YourCategoryName” title but keep the description text and also move the page title to the top?
Any help would be appreciated! ??
You can see what I mean by having two titles here
Forum: Themes and Templates
In reply to: [Customizr] Customizr theme doesn't show 'Category Description'?Hey d4z_c0nf,
You mean you’re using this same code on your website and it’s working for you?
I was really hoping your code would work. I have two plugins that i use for my categories. One is to remove the word ‘category’ from the urls and second one is to add a TinyMCE editor to the category description text area. I tried deactivating both plugins to see if they were causing your code to not run properly, but it’s still not working. Could there be a way to maybe change something in the theme files to allow the category description to show?
Thanks for your help. ??
Edit: here is a link to the category page that I’m trying to add a description to. Your code is in place and I’ve added the category description, but as you can see there is nothing there.
Forum: Themes and Templates
In reply to: [Customizr] Customizr theme doesn't show 'Category Description'?Hey rdellconsulting,
I see that I can add widgets to the categories pages but that’s not what I’m looking to do. d4z_c0nf is correct, I am trying to add content under the category titles.
@d4z_c0nf, I tried adding your code to my functions.php but I still can’t see the text/image that I added to the category description. Do you have any other suggestions? Thanks for your help!
Forum: Themes and Templates
In reply to: [Customizr] Customizr theme doesn't show 'Category Description'?Hey rdellconsulting,
How do I add a widget to the category pages? I tried using a plugin called ‘CategoryTinyMCE’ for my categories so I could add text/pictures on top of the categories pages. But it doesn’t seem to work.
Do you have any other suggestions?
Thanks for your help.
Also, I’m an idiot I didn’t understand your last email. Just answer yes or no. Is there a dot at the end of your e-m? ;p
Forum: Themes and Templates
In reply to: [Customizr] Adding social icons to sticky menuTry this
.sticky-enabled .tc-header .social-block { display: block; }
Forum: Themes and Templates
In reply to: [Customizr] where to download old version of this theme?WPyogi got it, but here’s a link. ??
Forum: Themes and Templates
In reply to: [Customizr] Can't remove social icon from sticky header?Okay I under$tand. ?? Thank$$$
Forum: Themes and Templates
In reply to: [Customizr] Can't remove social icon from sticky header?Yes I did spend a lot of time trying to find a good alignment, I still don’t think it looks aligned properly. ;p
Your suggestion worked. Thank you!
d4z_c0nf, I’d like to ask you a quick question but asking here on the forums in not the appropriate place. May I contact you through email or any other way you think is best?
Forum: Themes and Templates
In reply to: [Customizr] Can't remove social icon from sticky header?Hey @d4z_c0nf
That’s the same code I posted above. I just removed the “twitter icon stays….” text comment. I actually got it from a different post here on the forums. I’ve tried removing it and the icon is gone but the menu also disappears. I’ve also tried replacing “block” with “none” but nothing changes. Do you have any other suggestions?
Thanks for your help!
Forum: Themes and Templates
In reply to: [Customizr] Can you help with CSS?Your suggestions worked perfectly, @d4z_c0nf. Thank you!
Forum: Plugins
In reply to: [List category posts] Grid possible?Okay nevermind that last question. I found a way to do this. It was simple. For anyone wondering how I did it, heres a rundown. First add [catlist title_class=lcp_title] then style “lcp_title” in your css. I gave my images specific widthXheight so the title alignment might need to be bigger or smaller, depending on your image sizes. I aligned my images with this
.lcp_title{ margin-left: -50%; }
Change the margin-left value to align them to your images, or add new properties to that selector. ??
One last time, thank you @nemanja.radevic!
Forum: Plugins
In reply to: [List category posts] Grid possible?Hey @nemanja.radevic
On behalf of everyone that’s copy and pasted your css suggestion and didn’t want to take 30 sec out of their time to say this, I’ll say it for them, THANK YOU VERY MUCH! Your suggestion worked wonderfully!
You wouldn’t happen to know how to move the titles to align them with the top of images, would you? :p
Once again, thank you. ??
Forum: Themes and Templates
In reply to: [Customizr] How to add background image?There’s a snippet for everything with this theme! ?? I tried looking on the themes and co site before asking here, but I must of missed that snippet. Thank you!
Dave, I have a question I’d like to ask you but I don’t think posting here would be the appropriate place to ask. May I contact you by email that you provided on the themes and co site?