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 Popup image and form hided by front menu bar and big image, on the site WordPress.org Forums:
Hi, the following in Appearance->Customize->Additional CSS should fix it .wpd-customization-page .branding { z-index: 9998; }…51 mins ago
-
Posted a reply to How to remove all the featured image space, on the site WordPress.org Forums:
Hi, are you able to provide a link to the site in question so the…1 hour ago
-
Posted a reply to Variable product gives false message “Please choose product options…”, on the site WordPress.org Forums:
You're welcome! Were you able to figure out the issue? If so, it may be…2 days ago
-
Posted a reply to Popup image and form hided by front menu bar and big image, on the site WordPress.org Forums:
If you haven't already, you may want to contact the popup plugin's support team to…2 days ago
-
Posted a reply to add author name to product page, on the site WordPress.org Forums:
All of them appear to line up for me though I think you may be…3 days ago
-
Posted a reply to eliminate border on element, on the site WordPress.org Forums:
This is set by the individual browser and may show up differently for others but…3 days ago
-
Posted a reply to Guide for styling the hr in TwentyTwenty?, on the site WordPress.org Forums:
Probably the simplest method would just be forcing the max-width using !important such as the…3 days ago
-
Posted a reply to Image space to text lacking in group, on the site WordPress.org Forums:
That is coming from the code I provided here: https://wordpress.org/support/topic/image-width-not-working/ Try changing that code to…3 days ago
-
Posted a reply to Mobile version of the theme, on the site WordPress.org Forums:
Ah, I believe you're referring to the Mobile Theme option offered by Jetpack: https://jetpack.com/support/mobile-theme/ However,…4 days ago
-
Posted a reply to Menu Fonts Size and Color, on the site WordPress.org Forums:
You can use the following to target the cart section .storefront-primary-navigation .site-header-cart a { font-size:…4 days ago
-
Posted a reply to Mobile version of the theme, on the site WordPress.org Forums:
Hi, you posted in the TwentySixteen support forums. The TwentySixteen theme is mobile ready and…4 days ago
-
Posted a reply to problems with white space, on the site WordPress.org Forums:
This CSS should handle that .woocommerce-cart .site-main .entry-header, .woocommerce-account .site-main .entry-header { padding-bottom: 0px; }4 days ago
-
Posted a reply to Featured images partly covered by banner on frontpage, on the site WordPress.org Forums:
Try adding the following into Appearance->Customize->Additional CSS @media screen and (min-width: 568px ) { .home…4 days ago
-
Posted a reply to add author name to product page, on the site WordPress.org Forums:
Hmm, maybe try this CSS .products .product .author-link { font-size: initial; font-style: initial; font-weight: initial;…4 days ago
-
Posted a reply to Variable product gives false message “Please choose product options…”, on the site WordPress.org Forums:
Hi, it is most likely an issue with either WooCommerce or the GravityForms Addons plugin…4 days ago
-
Posted a reply to Menu Fonts Size and Color, on the site WordPress.org Forums:
You could add some CSS such as the following into Appearance->Customize->Additional CSS .main-navigation .nav-menu li…4 days ago
-
Posted a reply to add author name to product page, on the site WordPress.org Forums:
From a quick test you should be able to add the following after the add_action…4 days ago
-
Posted a reply to Space beneath image texts, on the site WordPress.org Forums:
You can just add padding-bottom: 0px; and margin-bottom: 0px; in that same block and it…4 days ago
-
Posted a reply to Full Width Homepage, on the site WordPress.org Forums:
Your site currently isn't using the Storefront theme, if you decide to switch back to…5 days ago
-
Posted a reply to add author name to product page, on the site WordPress.org Forums:
We can utilize some of the code provided by WooCommerce already here: https://docs.woocommerce.com/document/display-product-attribute-archive-links/ As a…5 days ago
-
Posted a reply to My users doesn’t have role?, on the site WordPress.org Forums:
This article was linked in the comments on the TrickPanda site you linked: https://kinsta.com/blog/share-logins-wordpress/#roles-capabilities So…5 days ago
-
Posted a reply to media and text block not mobile responsive, on the site WordPress.org Forums:
Hi again, yes the page templates can be modified at any point in time, even…5 days ago
-
Posted a reply to storefront handheld footer bar not showing, on the site WordPress.org Forums:
@jessepearson may very well be that issue, if it is I forgot I had reported…5 days ago
-
Posted a reply to Align Header to center, on the site WordPress.org Forums:
Hi, looks like the site isn't using TwentyTwenty at this time but another theme. If…5 days ago
-
Posted a reply to Espacio entre el menu y el contenido, on the site WordPress.org Forums:
Hola, puedes agregar lo siguiente en Apariencia-> Personalizar-> CSS adicional .home.page: not (.page-template-template-homepage) .site-header {…5 days ago
-
Posted a reply to Need Social Media icon help, on the site WordPress.org Forums:
On line 153 of the functions.php file you'll find the SVG icons file being called…5 days ago
-
Posted a reply to Space above first product in second row on mobile, on the site WordPress.org Forums:
Hi, this fixes the issue on the homepage @media screen and (max-width: 568px) { .products…5 days ago
-
Posted a reply to Vidoes falling outside group border, on the site WordPress.org Forums:
You could use some CSS such as the following .single .wp-block-group.has-background .wp-block-embed iframe { max-width:…5 days ago
-
Posted a reply to Image width not working, on the site WordPress.org Forums:
Are you seeing this in Chrome? I think it is just an issue with how…5 days ago
-
Posted a reply to problems with white space, on the site WordPress.org Forums:
Hi. 1. For the cart page, this is because there isn't enough content on the…5 days ago
-
Posted a reply to Spacing beneath groups, on the site WordPress.org Forums:
From what I can understand, I think the following CSS may get you what you're…5 days ago
-
Posted a reply to Create members only section on website, each member different content, on the site WordPress.org Forums:
I don't have any firsthand experience with courseware domains, but if you're looking for one…1 week ago
-
Posted a reply to Website Components missing on Mobile Browser (work great via browser inspection), on the site WordPress.org Forums:
I would try contacting your web hosting provider and see if they can disable Brotli…1 week ago
-
Posted a reply to Custom Instagram embedding, on the site WordPress.org Forums:
How exactly are you wanting to display the photos on your site? Depending upon the…1 week ago
-
Posted a reply to Storefront Contact Form not working, on the site WordPress.org Forums:
Are you able to get other types of notifications from your site such as outdated…1 week ago
-
Posted a reply to My users doesn’t have role?, on the site WordPress.org Forums:
Would need a lot more information on how you configured the 2 sites initially. I'm…1 week ago
-
Posted a reply to Hyperlink color, on the site WordPress.org Forums:
@gregcrowe inherit in CSS means it takes the value from the parent element So with…1 week ago
-
Posted a reply to change checkout font color in dropdown cart, on the site WordPress.org Forums:
In that case, you can use the following CSS to have it match the other…1 week ago
-
Posted a reply to How to change menu button color?, on the site WordPress.org Forums:
@dani418 I would recommend starting your own support topic with a link to your site…1 week ago
-
Posted a reply to How Do I Remove Sidebar On All Pages?, on the site WordPress.org Forums:
Hi, I believe if you add the following into Appearance->Customize->Additional CSS it should resolve the…1 week ago
-
Posted a reply to Twenty twenty cover template page space top, on the site WordPress.org Forums:
Hi, I believe the following is what you're looking for .page-template-template-cover #site-content .post-inner { padding-top:…1 week ago
-
Posted a reply to Nav menu spacing, on the site WordPress.org Forums:
Hello again, the following CSS should handle that .main-navigation ul .sub-menu ::before { display: none;…1 week ago
-
Posted a reply to change checkout font color in dropdown cart, on the site WordPress.org Forums:
This is controlled by the Appearance->Customize->Buttons->Alternate button background color setting1 week ago
-
Posted a reply to Fixed cover-pic doesn’t work on iPad/iPhone?, on the site WordPress.org Forums:
Hallo, ich benutze dafür Google Translate. Wenn also etwas nicht stimmt, ist das der Grund.…1 week ago
-
Posted a reply to Single menu button instead of menu list?, on the site WordPress.org Forums:
Without going through and rewriting the theme code, your best bet for a mobile menu…1 week ago
-
Posted a reply to add space under product image in shop page, on the site WordPress.org Forums:
Hi, the following should work .products .product h2 { margin-top: 10px; }1 week ago
-
Posted a reply to Center the copyright/footer text, on the site WordPress.org Forums:
Try the following #site-footer .footer-credits { margin: auto; }1 week ago
-
Posted a reply to TwentyTen Version 2.2 versus Version 2.9, on the site WordPress.org Forums:
You're using a backup of TwentyTen as shown in your live style.css file here: https://cassidyphotography.net/wp-content/themes/twentytenbackup/style.css…2 weeks ago
-
Posted a reply to Bottom Part Of Footer, on the site WordPress.org Forums:
You could use a plugin such as the following: https://wordpress.org/plugins/storefront-footer/ Then just write in some…2 weeks ago
-
Posted a reply to Nav menu spacing, on the site WordPress.org Forums:
I would remove what you added and try out the following @media screen and (min-width:…2 weeks ago
Contributor
-
rtMedia for WordPress, BuddyPress and bbPress
Active Installs: 20,000+