WebTrooper
Forum Replies Created
-
I love it when I search google and the right answer pops up in the first page results. I would never have thought to re-save permalinks. Thank you! 😀
Forum: Fixing WordPress
In reply to: Customizer – Refresh page when closing customizerThank you for the replies. It turns out the reason is that the custom theme I’m using creates (or updates) a separate style sheet, using settings from customizer. I now have it so a time stamp is added to the style sheet, which solves the problem.
Please disregard… after testing I see now that images can be compressed only once. The plugin works great!
Forum: Hacks
In reply to: Dynamic Stylesheet and get_theme_mod() errorThanks for the tip, Catacaustic, but that’s exactly what I’m trying to not do. The stylesheet is really huge.
Forum: Hacks
In reply to: Dynamic Stylesheet and get_theme_mod() errorThank you, bcworkz. In my search for a solution I did find mentions of wp-load.php, and now it makes perfect sense. I realize this is not a perfect solution, as it loads way more code than what I need for a simple stylesheet, but now I can move forward with my project while I try to find a more efficient solution. Have a great day!
Forum: Themes and Templates
In reply to: custom header default image (don't save customize)Thanks uitznet, you totally rock!
Forum: Plugins
In reply to: How can I remove "Active Theme" section from Customizer?I got it working with this…
<?php function remove_theme_selector( $wp_customize ) { $wp_customize->remove_section('themes'); } add_action( 'customize_register', 'remove_theme_selector' ); ?>Yay! 😀
Forum: Themes and Templates
In reply to: [Tiny Forge] How can I display tall featured images in header?Thank you! 😀 😀
Forum: Themes and Templates
In reply to: [Tiny Forge] How can I display tall featured images in header?Thanks for reminding me, I have to update my PP email. 🙂
I sent you an email from the proper one to reach me. …@msn.com
Forum: Themes and Templates
In reply to: [Tiny Forge] How can I display tall featured images in header?Hi Tomas, hope you’re doing well. I just want to let you know I contributed $65 today, to help further the development of this awesome theme. I trust it will come in handy. Thanks for all your help! 🙂
– Ted
Forum: Themes and Templates
In reply to: [Tiny Forge] Full width page is not full widthSorry, my mistake. I had #primary set to 65% that was overriding it.
Forum: Themes and Templates
In reply to: [Tiny Forge] How can I display tall featured images in header?Well, I’m glad I could help! 😀
Are you referring to the sub-site, bubcity.com/woody? I see the similarity with exportautousa.com but what I have in mind is very different. Once I get the general layout, my intention is to make copies of the child theme with different backgrounds, colors, fonts and such, then provide some further options through the front-end customizer. Bub City is to become a blogging community, and these will be the themes users can choose from. Hopefully, I’ll have the overall layout ready today.
As for making a contribution for your efforts, I already plan to as soon as I get paid, probably middle of this week. I’ve tried literally close to 300 themes, both free and paid for, and I kept coming back to tiny framework. Considering how much time and money I’ve already spent trying to find the right theme, and how much work you’ve obviously put into creating this one, I think $25 is not nearly enough.
I also plan on crediting you for providing the theme, just as I plan on crediting Arisath for providing Kirki, Aautomatic for providing WordPress, and providers of numerous other resources I will be using.
Anyway, about the featured images as used for the header image 😀
I understand that smaller images won’t work very well, especially with full width headers. What you suggested in your original replay, to delete or comment out the line of code will make all featured images appear in the header, even the tiniest ones. And actually, I already tried that before posting my inquiry :). I’m happy with keeping the 960 minimum width, but the issue is that portrait layout images are filtered out. So if the featured image is 960 wide by 961 tall, or any image taller than it is wide, it will not be used as a header image.The image is not a big issue, though. If only landscape layout images are displayed in the header, it’s still a pretty cool feature. It would just be nice to have the option to use portrait images as well.
Forum: Themes and Templates
In reply to: [Tiny Forge] How can I display tall featured images in header?When I refreshed the page I got a quick glimpse before the admin bar loaded… the responsive menu was hiding underneath it. 🙂
Forum: Themes and Templates
In reply to: [Tiny Forge] How can I display tall featured images in header?Thanks for the quick reply. It is a new project and I thought I was using the latest version of Tiny Framework, but turns out I wasn’t. I downloaded and installed from the link you provided, but it seems there are some issues with that version — the nice search box does not appear in the menu, and the responsive menu does not display.
Oddly though, the search box does appear in the child theme. But the responsive menu is not present in either child or parent theme… the main menu just disappears at 770px screen size.
Houston, we have a glitch! 😮
UPDATE: I finally got a decent signal on my phone, so was able to test it on an actual small device… and everything works fine with both parent and child theme. The search still doesn’t appear using my desktop (windows 7, chrome, ff and ie). I’ll just be using child themes so I guess it’s not a big issue for me, but something you may want to look into.
Forum: Reviews
In reply to: [ITRO Popup Plugin] Good plugin but…Too bad for that. I also need this for a multisite. Thanks for the head-up.