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
- Theme Developer Theme Developer
- Plugin Developer Plugin Developer
-
Posted a reply to Remove whitespace between image block and block below it, on the site WordPress.org Forums:
Add the following into Appearance->Customize->Additional CSS .home .post-20 .wp-block-image:nth-of-type(1) { margin-bottom: -40px; } .home .post-20…1 day ago
-
Posted a reply to Typography Paragraphs personalizing (customizing) does not work, on the site WordPress.org Forums:
Glad to hear you were able to get it figured out. I was just getting…1 day ago
-
Posted a reply to Mobile Menu Hard To Use, on the site WordPress.org Forums:
Add the following to Appearance->Customize->Additional CSS @media screen and (max-width: 500px) { #sfsi_plus_floater { display:…1 day ago
-
Posted a reply to Restore missing images, on the site WordPress.org Forums:
@pol4bear not offhand unfortunately, though there may be a plugin available in WordPress that has…1 day ago
-
Posted a reply to Menu not moving while scrolling, on the site WordPress.org Forums:
1. If I'm understanding correctly the code I provided should accomplish that. You're wanting the…1 day ago
-
Posted a reply to Menu not moving while scrolling, on the site WordPress.org Forums:
Thanks! I see what you mean by that space. I don't think that spacing is…2 days ago
-
Posted a reply to Increase gallery thumb image size, on the site WordPress.org Forums:
Not quite sure what you mean. When I click on one of the smaller images…2 days ago
-
Posted a reply to Increase gallery thumb image size, on the site WordPress.org Forums:
There are a few different CSS rules coming into play here causing the images to…2 days ago
-
Posted a reply to Mobile menu different from desktop(elementor), on the site WordPress.org Forums:
What items are you wanting to show in the Mobile Menu versus the main one?…2 days ago
-
Posted a reply to Some posts are blank, on the site WordPress.org Forums:
You're welcome!2 days ago
-
Posted a reply to Video for Cover Photo, on the site WordPress.org Forums:
Do you have a link to the video you tried uploading or a link to…2 days ago
-
Posted a reply to Typography Paragraphs personalizing (customizing) does not work, on the site WordPress.org Forums:
Where exactly are you modifying the font for the headings/etc? Twenty Twenty by default has…2 days ago
-
Posted a reply to Latest Posts Block no option to display featured image of the post, on the site WordPress.org Forums:
If you're talking about how the demo of the theme looks here: http://2020.wordpress.net/ The featured…2 days ago
-
Posted a reply to Restore missing images, on the site WordPress.org Forums:
Hi, unfortunately an SQL file only contains the post/page content, metadata, etc etc The images…2 days ago
-
Posted a reply to Comment-Box not shown when using Safari, on the site WordPress.org Forums:
Interesting! This is a screenshot from my iPhone in Safari https://i.snipboard.io/jd8EmO.jpg2 days ago
-
Posted a reply to Comment-Box not shown when using Safari, on the site WordPress.org Forums:
I checked on my iPhone 7 using Safari on iOS 13.1.3 and it shows the…2 days ago
-
Posted a reply to Comment-Box not shown when using Safari, on the site WordPress.org Forums:
Hi, are you able to disable the requirement for being logged into the site to…2 days ago
-
Posted a reply to Contact Form 7 Plugin: Form Aligned Left, on the site WordPress.org Forums:
Try this in Appearance->Customize->Additional CSS #site-content .post-inner .wpcf7 { margin: auto; }2 days ago
-
Posted a reply to Remove whitespace between image block and block below it, on the site WordPress.org Forums:
Hi, the whitespace above the image in the center is due to the <p> element…2 days ago
-
Posted a reply to Increase gallery thumb image size, on the site WordPress.org Forums:
Are you able to share the site URL here or are you developing it locally?…3 days ago
-
Posted a reply to site title and a logo in header, on the site WordPress.org Forums:
You could set your site title as the tagline which would allow for both a…3 days ago
-
Posted a reply to Getting one child function to supercede only the one parent function, on the site WordPress.org Forums:
It depends on how the function is setup in the template-tags.php file. If it has…3 days ago
-
Posted a reply to CSS to Align Left, on the site WordPress.org Forums:
Hi, looking at the 'master-of-mixes-michelada' post for example, the source code of your images don't…3 days ago
-
Posted a reply to Video for Cover Photo, on the site WordPress.org Forums:
Is it a video you've uploaded to your Media Library? Where are you trying to…3 days ago
-
Posted a reply to Change text colour when hover from grey, on the site WordPress.org Forums:
You would just target the following in the CSS a:hover { color: red; } There…3 days ago
-
Posted a reply to Menu not moving while scrolling, on the site WordPress.org Forums:
Hi, do you have a screenshot of the space you're referring to? You can use…3 days ago
-
Posted a reply to How to change colours of buttons in cart drop down menu?, on the site WordPress.org Forums:
Ah, you are using Elementor so try this .site-header-cart .widget_shopping_cart .elementor-menu-cart__footer-buttons .elementor-button { background-color: red;…3 days ago
-
Posted a reply to Picture showing, on the site WordPress.org Forums:
Hi, to get a picture to show up there you need to configure a Featured…3 days ago
-
Posted a reply to Logo size, on the site WordPress.org Forums:
Ah yes, for that you can use the following .site-header .navbar-brand-wpz { margin: 0px; }4 days ago
-
Posted a reply to gallery aligned to the right, on the site WordPress.org Forums:
Hmm I think I see the issue here, on the Illustration page the gallery is…4 days ago
-
Posted a reply to Site not scrolling on Chrome since new updates, on the site WordPress.org Forums:
Ok great! Are you able to post what you did to resolve the issue? If…4 days ago
-
Posted a reply to Some posts are blank, on the site WordPress.org Forums:
Hi, I checked out both of those links using Chrome on OSX and they are…4 days ago
-
Posted a reply to full-width cover template, on the site WordPress.org Forums:
Glad you were able to get it working! :)4 days ago
-
Posted a reply to Change copyright in footer, on the site WordPress.org Forums:
Some of the theme authors hang around in here as I've seen them respond to…4 days ago
-
Posted a reply to How to change colours of buttons in cart drop down menu?, on the site WordPress.org Forums:
Hi, this should work .site-header-cart .widget_shopping_cart .buttons .button { background-color: red; }4 days ago
-
Posted a reply to gallery aligned to the right, on the site WordPress.org Forums:
Hmm I checked on my iPhone 7 using Chrome on that page and I don't…4 days ago
-
Posted a reply to Site not scrolling on Chrome since new updates, on the site WordPress.org Forums:
Hi, were you able to get this issue resolved? The site scrolls up and down…4 days ago
-
Posted a reply to Remove author and date, on the site WordPress.org Forums:
Do you have a link to a live site that you'd like to have this…4 days ago
-
Posted a reply to Remove author and date, on the site WordPress.org Forums:
Hi, you can add the following to Appearance->Customize->Additional CSS .single .site-main .entry-meta .byline, .single .site-main…4 days ago
-
Posted a reply to Change copyright in footer, on the site WordPress.org Forums:
Hi, there isn't a filter for modifying the content there. That said, you'll first want…4 days ago
-
Posted a reply to Jetpack Installed, But No Portfolio Menu, on the site WordPress.org Forums:
Hi, did you enable the Portfolio post type in the admin dashboard under Jetpack->Settings->Writing?4 days ago
-
Posted a reply to Tighten space between post title and paragraph, on the site WordPress.org Forums:
.page-template-solutions #content .wrapper .row .wp-block-group .wp-block-columns .wp-block-column p:first-child, .page-template-services #content .wrapper .row .wp-block-group .wp-block-columns .wp-block-column…4 days ago
-
Posted a reply to One image is lower than the others, on the site WordPress.org Forums:
In your additional CSS, try replacing .page-template #content .wrapper div:nth-child(1) { margin-top: 30px; } with…4 days ago
-
Posted a reply to gallery aligned to the right, on the site WordPress.org Forums:
Hi, which page are you seeing the issues on? When I click on the different…5 days ago
-
Posted a reply to Logo size, on the site WordPress.org Forums:
Hi, not quite sure what you mean by making the width smaller. The width of…5 days ago
-
Posted a reply to Moving mobile menu text icon to left, on the site WordPress.org Forums:
Hi, I think this will get you what you're looking for .site-main { margin-top: 60px…5 days ago
-
Posted a reply to Feature image and template, on the site WordPress.org Forums:
Did you upload a smaller image on the full width template as the featured image?…5 days ago
-
Posted a reply to New webshop. Want order number to start with a higher number. Is it possible?, on the site WordPress.org Forums:
Glad to hear you found the answer! :)5 days ago
-
Posted a reply to full-width cover template, on the site WordPress.org Forums:
It would depend on the page that you're wanting to have the full template on.…5 days ago
-
Posted a reply to Spotify embeds have large blank space at bottom, on the site WordPress.org Forums:
Spotify appears to add a height into their iframe automatically based upon the browser width.…5 days ago
Contributor
-
rtMedia for WordPress, BuddyPress and bbPress
Active Installs: 20,000+