Jarret
@jarretc on WordPress.org, @Jarret on Slack
- Member Since: May 10th, 2008
- Location: California
- Website: jarretcade.com
Contribution History
Jarret’s badges:- bbPress Contributor bbPress Contributor
- BuddyPress Contributor BuddyPress Contributor
- Core Contributor Core Contributor
- Meta Contributor Meta Contributor
- Plugin Developer Plugin Developer
-
Posted a reply to Image logo sidebar widget, on the site WordPress.org Forums:
Adding some code would be the same as adding a plugin. A plugin is just…3 days ago
-
Posted a reply to Remove author name but keep avatar, publish date and categories, on the site WordPress.org Forums:
Ok, for your modified version of the code, you can either remove a span tag…3 days ago
-
Posted a reply to twentysixteen child theme – menu – Cannot read property ‘classList’ of null, on the site WordPress.org Forums:
Do you have the script setup in the footer.php file right now instead of functions.php?…3 days ago
-
Posted a reply to Storefront theme not mobile ready, on the site WordPress.org Forums:
Hey, glad to hear you are happier with the display now! If there is anything…3 days ago
-
Posted a reply to Storefront header – nav menu height, on the site WordPress.org Forums:
Looks like you have a bit of custom CSS in there around the mobile display…3 days ago
-
Posted a reply to Storefront theme not mobile ready, on the site WordPress.org Forums:
Hello again, it looks like some of the custom css you have applied is what…3 days ago
-
Posted a reply to Removal of H1 entry-title text, on the site WordPress.org Forums:
How do you have your homepage configured? Looking at the source code for the theme,…4 days ago
-
Posted a reply to how to fix logo position, on the site WordPress.org Forums:
My guess would be it has something to do with either the Advanced Woo Search…4 days ago
-
Posted a reply to Trouble with site, on the site WordPress.org Forums:
Try disabling Brotli compression in CloudFlare ( https://support.cloudflare.com/hc/en-us/articles/200168396-What-will-Cloudflare-compress- ) or contact your hosting provider and…4 days ago
-
Posted a reply to Product photos do not appear on my store page, on the site WordPress.org Forums:
Hello, did you get this working? When looking at the URL you provided right now…4 days ago
-
Posted a reply to My blog and other images are not responsive, on the site WordPress.org Forums:
Hi, looks like your site you linked is using OceanWP right now. If you want…4 days ago
-
Posted a reply to twentysixteen child theme – menu – Cannot read property ‘classList’ of null, on the site WordPress.org Forums:
What does the code look like in your child theme's functions.php file?4 days ago
-
Posted a reply to Removal of H1 entry-title text, on the site WordPress.org Forums:
Hi, if you're logged into the site and looking at the homepage, if you have…4 days ago
-
Posted a reply to Remove author name but keep avatar, publish date and categories, on the site WordPress.org Forums:
Hi, I don't see any / separator for the post meta info on a desktop…4 days ago
-
Posted a reply to Menu burger drop down not working in mobile, on the site WordPress.org Forums:
Hi Maria, are you still having an issue with the menu? I visited your site…4 days ago
-
Posted a reply to Image logo sidebar widget, on the site WordPress.org Forums:
Hi, which widget are you using there and how do you have the brands configured…4 days ago
-
Posted a reply to Storefront header – nav menu height, on the site WordPress.org Forums:
Hi there, are you looking for some CSS like this? .home .site-content { margin-top: 50px;…4 days ago
-
Posted a reply to Storefront theme not mobile ready, on the site WordPress.org Forums:
Hi, how are you wanting the mobile version of the site to display exactly? Typically,…4 days ago
-
Posted a reply to Malware in TwentyFifteen/FifteenTen theme, on the site WordPress.org Forums:
It was most likely through either an outdated WordPress install itself or another theme/plugin that…5 days ago
-
Posted a reply to No Social Icons available in Menu Locations, on the site WordPress.org Forums:
If you enable Jetpack, it provides the option to have a Social Menu in Orvis…5 days ago
-
Posted a reply to Is Dyad-2 Considered a “blog” ?, on the site WordPress.org Forums:
If you plan on writing stuff about your life on the site then I would…7 days ago
-
Posted a reply to Need help with PHP error, on the site WordPress.org Forums:
What is the error message that they are getting after the upgrade? I just tested…1 week ago
-
Posted a reply to Text Wrapping An Image, on the site WordPress.org Forums:
@delcap try this @media screen and (min-width: 568px) { .single .entry-content figure.alignleft { margin-left: 38rem;…1 week ago
-
Posted a reply to Icons account, search and basket are missing, on the site WordPress.org Forums:
Do you have any custom code added into the theme anywhere? I'm using the latest…1 week ago
-
Posted a reply to Leave screen size image, on the site WordPress.org Forums:
What do you mean exactly by the entire size of the screen? Do you want…1 week ago
-
Posted a reply to storefront handheld footer bar not showing, on the site WordPress.org Forums:
@faydesigns if you switch over to the Storefront theme and not the child theme, do…1 week ago
-
Posted a reply to storefront handheld footer bar not showing, on the site WordPress.org Forums:
@rwidjaj please create a new support thread here with a link to your domain: https://wordpress.org/support/theme/storefront/…1 week ago
-
Posted a reply to Icons account, search and basket are missing, on the site WordPress.org Forums:
If you try disabling the CSS optimization in Autoptimize, does that get the fonts working…1 week ago
-
Posted a reply to How to change menu button color?, on the site WordPress.org Forums:
Yes, try this `.header-toggles .toggle, .primary-menu > li > a { color: #ff9500 !important; }1 week ago
-
Posted a reply to How to change menu button color?, on the site WordPress.org Forums:
Hi, you can use the following in Appearance->Customize->Additional CSS to change the color for of…2 weeks ago
-
Posted a reply to Button ¨Show all¨ on product category page, on the site WordPress.org Forums:
If you go into Appearance->Customize->WooCommerce->Product Catalog, what do you have set for the Category Display…2 weeks ago
-
Posted a reply to Button ¨Show all¨ on product category page, on the site WordPress.org Forums:
The code you posted is missing the <a> element to create the link, try this…2 weeks ago
-
Posted a reply to Change link in gallery, on the site WordPress.org Forums:
Hi, this isn't something that a theme would control as it is plugin territory. I…2 weeks ago
-
Posted a reply to Blog posts very “gappy”, on the site WordPress.org Forums:
No problem! If you run into any other issues feel free to post them here!2 weeks ago
-
Posted a reply to Button ¨Show all¨ on product category page, on the site WordPress.org Forums:
Hi there, what code did you try so far in functions.php? Additionally, where are you…2 weeks ago
-
Posted a reply to icon does not work, on the site WordPress.org Forums:
Spent a bit of time looking at this but I can't figure out why it…2 weeks ago
-
Posted a reply to Hyperlink Previews in Editor but not in View, on the site WordPress.org Forums:
No problem!2 weeks ago
-
Posted a reply to Centre product images mobile, on the site WordPress.org Forums:
@gigaddict try removing .home from the code I gave you and that should fix it…2 weeks ago
-
Posted a reply to storefront handheld footer bar not showing, on the site WordPress.org Forums:
Hi, I just tested the latest version on my local install and the icons are…2 weeks ago
-
Posted a reply to How to show downloads instead of post in theme?, on the site WordPress.org Forums:
How do you have your homepage configured as in your site? If you're using a…2 weeks ago
-
Posted a reply to Blog posts very “gappy”, on the site WordPress.org Forums:
Just looked at the page you linked, the spacing looks normal to me and not…2 weeks ago
-
Posted a reply to cover template on “latest posts” homepage, on the site WordPress.org Forums:
Possibly. It might work if you were to take the featured image and play with…2 weeks ago
-
Posted a reply to center logo in header 2019, on the site WordPress.org Forums:
Hi, it is definitely possible that if you go to modify some code that you…2 weeks ago
-
Posted a reply to Navigation menu not matching what shows in the Dashboard settings, on the site WordPress.org Forums:
Hi, where you still seeking help with this? I think I saw you mention in…2 weeks ago
-
Posted a reply to Change Homepage Padding, on the site WordPress.org Forums:
Hi Jenna, if you add the following into Appearance->Customize->Additional CSS does it get what you're…2 weeks ago
-
Posted a reply to Change Portfolio links, on the site WordPress.org Forums:
Hi, by default this isn't supported by the theme. It would require creating a child…2 weeks ago
-
Posted a reply to Featured Image Not Responsive, on the site WordPress.org Forums:
Hi, did you get this fixed? When I view your site in mobile, the image…2 weeks ago
-
Posted a reply to Centre product images mobile, on the site WordPress.org Forums:
Hi Craig, the following in Appearance->Customize->Additional CSS should fix the issue @media screen and (max-width:…2 weeks ago
-
Posted a reply to Removing SVG icon load, on the site WordPress.org Forums:
I'm thinking its either Jetpack or some other caching mechanism you have on your site.…2 weeks ago
-
Posted a reply to Internal Links Within the Same Page (Link to a Topic, then Back to the Top)., on the site WordPress.org Forums:
If you want to duplicate a page/post it looks like this plugin should do it:…2 weeks ago
Contributor
-
rtMedia for WordPress, BuddyPress and bbPress
Active Installs: 20,000+