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
- Core Contributor Core Contributor
- Theme Developer Theme Developer
- Plugin Developer Plugin Developer
-
Posted a reply to Header displaying over content, on the site WordPress.org Forums:
Hi, try the following in Appearance->Customize->Additional CSS .elementor-page div.elementor { margin-top: 130px; }9 hours ago
-
Posted a reply to Sidebars and hompage layout customization, on the site WordPress.org Forums:
I think this might be what you're looking for .home #content .main .lp-text, .home #content…9 hours ago
-
Posted a reply to Alignment does not work after updating WordPress (5.3), on the site WordPress.org Forums:
Try adding the following into Appearance->Customize->Additional CSS .site-content h2.has-text-align-center { text-align: center; }9 hours ago
-
Posted a reply to Header, Mobile Version, on the site WordPress.org Forums:
You would need to add background-size: contain; into the code block like this @media screen…10 hours ago
-
Posted a reply to Alignment does not work after updating WordPress (5.3), on the site WordPress.org Forums:
Hi, which text on that URL are you having alignment issues with?10 hours ago
-
Posted a reply to Site shows 404 error when visiting site., on the site WordPress.org Forums:
Hi, if you go to Settings->Permalinks in the admin dashboard and update/save the current settings…11 hours ago
-
Posted a reply to In child theme font “Inter var” load twice, on the site WordPress.org Forums:
Hi Michael, what does your functions.php file look like?14 hours ago
-
Posted a reply to Instagram posts stick to left, on the site WordPress.org Forums:
Hi, when clicking on the Instagram embed, the toolbar that shows up at the top,…14 hours ago
-
Posted a reply to Posts not appearing in Homepage, on the site WordPress.org Forums:
Hi again :) The featured image thumbnails on the homepage should have the following dimensions:…14 hours ago
-
Posted a reply to Pictures on mobile are full width actually even more, on the site WordPress.org Forums:
@glaucod yeah I saw your new post, are you able to share a link to…24 hours ago
-
Posted a reply to Pictures on mobile are full width actually even more, on the site WordPress.org Forums:
Are you both using the classic editor or the classic block inside of the new…1 day ago
-
Posted a reply to Header, Mobile Version, on the site WordPress.org Forums:
By smaller do you mean you want the whole banner image to be visible on…1 day ago
-
Posted a reply to Modal menu issue, on the site WordPress.org Forums:
Hi there! Fortunately, somebody else has already run into this issue as well. There are…1 day ago
-
Posted a reply to Header, Mobile Version, on the site WordPress.org Forums:
Hi there! Are you looking for something like this? @media screen and (max-width: 600px) {…2 days ago
-
Posted a reply to Mysterious white space in mobile. No text but have links. Possible to customize?, on the site WordPress.org Forums:
Yes, try this .site-header-cart .cart-contents .count { opacity: 1 !important; }2 days ago
-
Posted a reply to Mysterious white space in mobile. No text but have links. Possible to customize?, on the site WordPress.org Forums:
Sure, the following CSS should work .storefront-handheld-footer-bar .my-account { display: none; } .storefront-handheld-footer-bar ul.columns-3 li…2 days ago
-
Posted a reply to Mysterious white space in mobile. No text but have links. Possible to customize?, on the site WordPress.org Forums:
No problem! If the child theme route is too complicated for you, we can resort…2 days ago
-
Posted a reply to Mysterious white space in mobile. No text but have links. Possible to customize?, on the site WordPress.org Forums:
Yes, they have documentation on that here: https://docs.woocommerce.com/document/customize-the-links-in-the-handheld-footer-bar/ If you're just looking for the code…2 days ago
-
Posted a reply to Mysterious white space in mobile. No text but have links. Possible to customize?, on the site WordPress.org Forums:
Actually, it looks like the Link Color setting in the Header section in the Customizer…2 days ago
-
Posted a reply to Mysterious white space in mobile. No text but have links. Possible to customize?, on the site WordPress.org Forums:
If the site in question is the one you mentioned in your other recent topic…2 days ago
-
Posted a reply to Dyad-2 – Have 3 Posts but “Nothing Found” displays., on the site WordPress.org Forums:
Interesting, if you have any pages created are you able to see those on the…2 days ago
-
Posted a reply to product pages not responsive, on the site WordPress.org Forums:
Hi, the issue appears to be with the gallery on the single product pages not…2 days ago
-
Posted a reply to Hide Page Links In Storefront, on the site WordPress.org Forums:
Hi, I'm not sure if you're aware but the main navigation for the theme is…2 days ago
-
Posted a reply to Dyad-2 – Have 3 Posts but “Nothing Found” displays., on the site WordPress.org Forums:
Hi there. Have you published those posts yet on the site or are they still…3 days ago
-
Posted a reply to How can I change the link color to a specific hexcode, on the site WordPress.org Forums:
Hi, more information on the accent color slider can be found in this Github issue…3 days ago
-
Posted a reply to Caption autosize issue, on the site WordPress.org Forums:
Ah ok, I think I was able to replicate. For the image attachment, what do…3 days ago
-
Posted a reply to Caption autosize issue, on the site WordPress.org Forums:
Are you able to replicate this? I've tried using both Chrome's mobile view from the…3 days ago
-
Posted a reply to Mysterious white space in mobile. No text but have links. Possible to customize?, on the site WordPress.org Forums:
It should have icons by default, you can see what it looks like in the…3 days ago
-
Posted a reply to Menu hover and clickability, on the site WordPress.org Forums:
I think that is the focus outline you're seeing, try this .main-navigation ul.nav-menu li a:focus…3 days ago
-
Posted a reply to Add a picture to excerpt with 20-17, on the site WordPress.org Forums:
Alright, I see you're using a child theme which is good! To get the thumbnail…3 days ago
-
Posted a reply to Header in Mobile Site not resizing, on the site WordPress.org Forums:
Hi @ekerm, could you create a new topic about your issue? That way the original…3 days ago
-
Posted a reply to How to reduce space between navigation menu and the header bottom?, on the site WordPress.org Forums:
It is hard to say without seeing the live code since you're using the Max…3 days ago
-
Posted a reply to Video in header, on the site WordPress.org Forums:
Hmm, do you have any other customizations done to the theme? I used the code…3 days ago
-
Posted a reply to Password form?, on the site WordPress.org Forums:
Hi, WordPress has password protection built in by default on posts and pages. To set…3 days ago
-
Posted a reply to In WP theme page, title not well written, on the site WordPress.org Forums:
Hi, this has been reported to the team that manages the .org site so hopefully…3 days ago
-
Posted a reply to Explore change color of menu header and background area, on the site WordPress.org Forums:
I think this is what you're looking for .footer-widgets-wrapper { background-color: #fff; } .footer-widgets-wrapper .tg-one-fourth…4 days ago
-
Posted a reply to Video in header, on the site WordPress.org Forums:
Hi, you need to filter the is_header_video_active function in your child theme's functions.php file function…4 days ago
-
Posted a reply to Add a picture to excerpt with 20-17, on the site WordPress.org Forums:
Hi, without seeing the code that you changed it is hard to say but an…4 days ago
-
Posted a reply to WooCommerce product page, on the site WordPress.org Forums:
Hi, you can use the following in Appearance->Customize->Additional CSS .single-product .entry-content .woocommerce { max-width: 100rem…4 days ago
-
Posted a reply to primary menu – increasing width (one row), on the site WordPress.org Forums:
Hmmm, try removing the .sticky-element-active text from the code that I gave you @media (max-width:…4 days ago
-
Posted a reply to How Can I make a full width Logo ?, on the site WordPress.org Forums:
Hi, I was able to replicate that screenshot but had to decrease my browser width…4 days ago
-
Posted a reply to How Can I make a full width Logo ?, on the site WordPress.org Forums:
I used GeoPeeker to see what your site looks like from other locations around the…5 days ago
-
Posted a reply to Seeing Hidden Menu with screen reader under primary menu, on the site WordPress.org Forums:
Do you have the Handheld Menu location not configured to have a menu? If so,…5 days ago
-
Posted a reply to How Can I make a full width Logo ?, on the site WordPress.org Forums:
This is what I see when I visit your site in Chrome on OSX https://i.snipboard.io/uPNcni.jpg…5 days ago
-
Posted a reply to How Can I make a full width Logo ?, on the site WordPress.org Forums:
Hi, I see you added it but it looks pretty good to me stretching across…5 days ago
-
Posted a reply to Custom footer issue?, on the site WordPress.org Forums:
For some reason the Kadence Blocks CSS is only loading on the homepage: <link rel="stylesheet"…5 days ago
-
Posted a reply to Customising skin, on the site WordPress.org Forums:
Hi Chris, support for commercial/paid products is not allowed on this forum. If you have…5 days ago
-
Posted a reply to Top Menu not showing, on the site WordPress.org Forums:
Hi, have you assigned a menu into the Topbar menu location in Appearance->Customize->Menus->View All Locations?5 days ago
-
Posted a reply to How to remove slider shadow?, on the site WordPress.org Forums:
I think this should work if you add it to Appearance->Customize->Additional CSS .home .hero-area .edu-overlay…5 days ago
-
Posted a reply to how to change the responsive breakpoints?, on the site WordPress.org Forums:
Hi there, support for paid/commercial products are not allowed on these forums. If you are…5 days ago
Contributor
-
rtMedia for WordPress, BuddyPress and bbPress
Active Installs: 20,000+