Tom
- Member Since: August 22nd, 2012
- Victoria, B.C
- https://generatepress.com
- President at EDGE22 Studios LTD.
- @edge22 on WordPress.org, @tomusborne on Slack
- Theme Review Team
- Translation Contributor
- Plugin Developer
- Theme Developer
-
Posted a reply to Just Amazing, on the site WordPress.org Forums:
Thank you so much! I really appreciate you taking the time to leave a review…9 hours ago
-
Posted a reply to Full width of a slider in the header, on the site WordPress.org Forums:
The second one is CSS you've already added that needs to be removed in order…9 hours ago
-
Posted a reply to Make html link look like button, on the site WordPress.org Forums:
Glad you found the solution! :)9 hours ago
-
Posted a reply to headre image refresh, on the site WordPress.org Forums:
Can you link me to the page so I can see where the space is…1 day ago
-
Posted a reply to Admin Bar Moved to bottom unlisted., on the site WordPress.org Forums:
Hi there, I believe this is something you're going to have to ask their support…2 days ago
-
Posted a reply to Issues with bold formatting in widgets, on the site WordPress.org Forums:
Leo is on the right track. If you try to validate your HTML, you'll see…2 days ago
-
Posted a reply to Full width of a slider in the header, on the site WordPress.org Forums:
Instead of this: .header-widget { margin-bottom: 40px; } Do this: .site-branding { padding: 40px; }…2 days ago
-
Posted a reply to Search results, 404 page, on the site WordPress.org Forums:
Thank you! Glad I could help :)2 days ago
-
Posted a reply to Full width of a slider in the header, on the site WordPress.org Forums:
Try this: .inside-header { padding: 0; } .header-widget { margin-bottom: 40px; }2 days ago
-
Posted a reply to Full width of a slider in the header, on the site WordPress.org Forums:
It looks like it's working to me? Or are you trying to remove the white-space…3 days ago
-
Posted a reply to Mobile header broken after update, on the site WordPress.org Forums:
The mobile header I'm seeing doesn't look like it's from Elementor? It does however look…3 days ago
-
Posted a reply to Search results, 404 page, on the site WordPress.org Forums:
No problem! :) As for the code, try this: add_action( 'generate_after_content', 'lh_add_related_post' ); function lh_add_related_post()…3 days ago
-
Posted a reply to Full width of a slider in the header, on the site WordPress.org Forums:
You can make the header full width by changing the inner container in "Customize >…3 days ago
-
Posted a reply to Search results, 404 page, on the site WordPress.org Forums:
Hi there, 1. http://www.wpbeginner.com/wp-tutorials/how-to-exclude-pages-from-wordpress-search-results/ 2. They can build the header, but not the body. You…3 days ago
-
Posted a reply to Full width of a slider in the header, on the site WordPress.org Forums:
Hi there, Give this CSS a try: .header-widget { max-width: 100%; float: none; } Let…4 days ago
-
Posted a reply to Smart, clever and friendly theme., on the site WordPress.org Forums:
Ha! Thank you :) I really appreciate that!4 days ago
-
Posted a reply to adding width and height attributes to logo, on the site WordPress.org Forums:
Thank you! :)5 days ago
-
Posted a reply to G.P +mantle child: can´t scroll down 12 elements of menú-navbar, on the site WordPress.org Forums:
Try this custom CSS: @media (max-width: 768px) { #site-navigation { position: relative; top: auto; }…5 days ago
-
Posted a reply to best support, on the site WordPress.org Forums:
Thank you! Glad you're enjoying it :)5 days ago
-
Posted a reply to Great theme and support, on the site WordPress.org Forums:
Thank you! Really appreciate it :)5 days ago
-
Posted a reply to More than a Theme, on the site WordPress.org Forums:
Thank you so much! Really happy to hear this :) Glad you're enjoying the theme,…5 days ago
-
Posted a reply to adding width and height attributes to logo, on the site WordPress.org Forums:
Like this: add_filter( 'generate_mobile_header_logo_output','tu_mobile_logo_atts' ); function tu_mobile_logo_atts( $output ) { printf( '<div class="site-logo mobile-header-logo"> <a…5 days ago
-
Posted a reply to G.P +mantle child: can´t scroll down 12 elements of menú-navbar, on the site WordPress.org Forums:
Ah, unfortunately this is one of the drawbacks of having a sticky menu with a…5 days ago
-
Posted a reply to Footer Credits, on the site WordPress.org Forums:
Absolutely! This should help: https://docs.generatepress.com/article/changing-the-copyright-message/6 days ago
-
Posted a reply to Footer content, on the site WordPress.org Forums:
You're welcome :)6 days ago
-
Posted a reply to How to disable a hook on a specific page?, on the site WordPress.org Forums:
Thank you! Glad we could help :)1 week ago
-
Posted a reply to Home Page Error, on the site WordPress.org Forums:
Great to hear :)1 week ago
-
Posted a reply to adding width and height attributes to logo, on the site WordPress.org Forums:
I'm actually not allowed to provide support for premium features in this forum - WordPress…1 week ago
-
Posted a reply to Footer content, on the site WordPress.org Forums:
I'm not seeing the above CSS added to your site? It should definitely work: .site-info…1 week ago
-
Posted a reply to How to disable a hook on a specific page?, on the site WordPress.org Forums:
Ah, you'll need to do this: add_action( 'generate_after_content', 'lh_add_related_post' ); function lh_add_related_post() { if (…1 week ago
-
Posted a reply to My #1 Theme, on the site WordPress.org Forums:
Thank you so much! You're our 500th 5 star review! :) I really appreciate you…1 week ago
-
Posted a reply to How to disable a hook on a specific page?, on the site WordPress.org Forums:
You can replace the names that Leo put with IDs: add_action( 'generate_after_content', 'lh_add_related_post' ); function…1 week ago
-
Posted a reply to Home Page Error, on the site WordPress.org Forums:
Hmm.. Is that page published? Can you try going to "Settings > Permalinks" and hitting…1 week ago
-
Posted a reply to Superb Theme!, on the site WordPress.org Forums:
Thank you! Really happy to hear that you're enjoying the theme so much :)1 week ago
-
Created a new ticket, #45649, in Themes Trac:
THEME: GeneratePress – 1.41 week ago
-
Posted a reply to How to change button colors, on the site WordPress.org Forums:
Hi there, 1. Our premium version allows you to change the button color in the…1 week ago
-
Posted a reply to No content showing on home page, on the site WordPress.org Forums:
Glad I could help! :)1 week ago
-
Posted a reply to Change location of Footer Bar or all Widget Areas, on the site WordPress.org Forums:
You're welcome :)1 week ago
-
Posted a reply to Change location of Footer Bar or all Widget Areas, on the site WordPress.org Forums:
You could hook the footer bar widget area above the footer widgets, or you could…1 week ago
-
Posted a reply to No content showing on home page, on the site WordPress.org Forums:
Hi there, Are you using the more tag by chance?: https://docs.generatepress.com/article/using-the-more-tag/1 week ago
-
Posted a reply to Spanish “by” in date no translated, on the site WordPress.org Forums:
You're very welcome :)1 week ago
-
Posted a reply to Change location of Footer Bar or all Widget Areas, on the site WordPress.org Forums:
You could full on move the site copyright/copyright bar into one of those areas as…1 week ago
-
Posted a reply to Great plugin !, on the site WordPress.org Forums:
Glad you're enjoying it! Thank you :)2 weeks ago
-
Posted a reply to Potential GeneratePress Bugs, on the site WordPress.org Forums:
Hi Aaron, I'm so sorry - I didn't get a notification of your reply. If…2 weeks ago
-
Posted a reply to Spanish “by” in date no translated, on the site WordPress.org Forums:
Replace this part: __( 'por','generate'), With: __( 'por','generatepress'),2 weeks ago
-
Posted a reply to Hide-on-mobile, on the site WordPress.org Forums:
No problem at all! Glad you're enjoying the theme :)2 weeks ago
-
Posted a reply to adding width and height attributes to logo, on the site WordPress.org Forums:
Ah, that's the navigation logo. Same sort of thing: add_filter( 'generate_navigation_logo_output','tu_nav_logo_atts' ); function tu_nav_logo_atts( $output…2 weeks ago
-
Posted a reply to Awesome & perfect, on the site WordPress.org Forums:
Thank you so much! Glad we've been helpful and that you're enjoying the theme :)2 weeks ago
-
Posted a reply to Hide-on-mobile, on the site WordPress.org Forums:
Hi there, The hide-on-mobile class comes into effect at 767px, which is pretty common for…2 weeks ago
-
Posted a reply to Footer Bar disappeared, on the site WordPress.org Forums:
Glad I could help! :)2 weeks ago
-
Generate Disable Mobile
Active Installs: 200+
-
Generate Legacy Mobile Menu
Active Installs: 30+
-
Lightweight Grid Columns
Active Installs: 10,000+
-
Lightweight Social Icons
Active Installs: 30,000+
-
Simple CSS
Active Installs: 40,000+
-
WP Show Posts
Active Installs: 5,000+
-

ExhibitActive Installs: 2,000+
-

ForefrontActive Installs: 2,000+
-

FreelancerActive Installs: 3,000+
-

GeneratePressActive Installs: 80,000+
-

MantleActive Installs: 2,000+
-

StatementActive Installs: 1,000+





