garethgillman
@garethgillman on WordPress.org and Slack
- Member Since: April 6th, 2016
Contribution History
garethgillman’s badges:- Core Contributor
-
Committed [2339543] to Plugins SVN:
Update icons -
Committed [2338766] to Plugins SVN:
update stable version -
Committed [2338493] to Plugins SVN:
Small update -
Committed [2338485] to Plugins SVN:
Tags 1.0 -
Committed [2338484] to Plugins SVN:
first commit -
Created a topic, Variations lose options after updating product stock, on the site WordPress.org Forums:
I have a client using this plugin who are experiencing… -
Mentioned in [48281] on Core SVN:
Accessibility: Plugins: Accessibility and CSS improvements for the Plugins pages. -
Mentioned in [47826] on Core SVN:
Bundled Themes: Twenty Twenty image caption is not aligned center when image is, on the front-end. -
Mentioned in [47824] on Core SVN:
File Editor: Remove CSS exceptions for the "Select plugin/theme to edit" and documentation "Look Up" buttons. -
Mentioned in [47751] on Core SVN:
File Editor: Remove CSS exceptions for the "Select plugin/theme to edit" and documentation "Look Up" buttons. -
Mentioned in [47689] on Core SVN:
Bundled Themes: Twenty Twenty image caption is not aligned center when image is, on the front-end. -
Posted a reply to Add ID to Page, on the site WordPress.org Forums:
By default every page in WP has an class in the body which is .page-id-XX,… -
Posted a reply to Logo Alt Atrribute code for functions.php, on the site WordPress.org Forums:
Your logo has the title attribute set which is the better option for logos, alt… -
Posted a reply to Add data-cfasync=”false” tag to jQuery script, on the site WordPress.org Forums:
Script_loader_tag will do this for you -
Posted a reply to Some pages not working on site after plugin updates, on the site WordPress.org Forums:
The plugin causing you issues seems to be Ultimate shortcodes. Make sure the plugin is… -
Posted a reply to Small screen shows unwanted sections, on the site WordPress.org Forums:
I can't see it so it has been deleted, you are probably seeing it as… -
Posted a reply to how can I make my custom theme automatically updatable from url, on the site WordPress.org Forums:
Use this repo -
Posted a reply to Redirect, on the site WordPress.org Forums:
That url is now "reserved", I don't know off the top of my head where… -
Posted a reply to Etherna WP: Problem targeting specific page with CSS, on the site WordPress.org Forums:
Your theme doesn't have the body classes added to the <body>, in your header.php find… -
Posted a reply to Change title font colour, on the site WordPress.org Forums:
You may have caching going on, in the black menu across the top can you… -
Posted a reply to Redirect, on the site WordPress.org Forums:
Because every image uploaded to WP has a URL (called an attachment url) so by… -
Posted a reply to Change title font colour, on the site WordPress.org Forums:
I can't see that title on the page you linked too, can you link me… -
Posted a reply to Create “New” badge for recent posts, on the site WordPress.org Forums:
Don't think that functionality exists (yet) so would either be added to an existing plugin… -
Posted a reply to Change title font colour, on the site WordPress.org Forums:
Don't do that, Google will see it as hidden text and potentially ban your site… -
Posted a reply to Create “New” badge for recent posts, on the site WordPress.org Forums:
It's not been updated in a while but templatic badges seems to do what you… -
Posted a reply to How to pass a php variable to an WordPress AJAX call?, on the site WordPress.org Forums:
Put the ajax contents in the shortcode (js can be added inline) and then echo… -
Posted a reply to Search Function showing description keywords instead of title only, on the site WordPress.org Forums:
Relevanssi should replace it, it hooks into the search function and changes the way it… -
Posted a reply to Search Function showing description keywords instead of title only, on the site WordPress.org Forums:
Install Relevanssi which allows you to set the search criteria, e.g. only search titles. -
Posted a reply to How to prevent Push Ads on specific roles, on the site WordPress.org Forums:
This plugin does role based ad management, you will need to check other plugins for… -
Posted a reply to How to prevent Push Ads on specific roles, on the site WordPress.org Forums:
It depends on how you are adding the ads? Via a plugin or hard coded… -
Posted a reply to WordPress Can’t Recognise PHP Update, on the site WordPress.org Forums:
This is more of a question for your host as they can guide you better… -
Posted a reply to Recommended image size for WooCommerce under Product image, on the site WordPress.org Forums:
It will depend on your theme and your product images, and how you want the… -
Posted a reply to i am facing a problem on my site there is a tiyu.php in every folder, on the site WordPress.org Forums:
Change your theme to a default one and then go to the support for that… -
Posted a reply to Facebook link to website, on the site WordPress.org Forums:
Sounds like you may have been "hacked" and have malware on the website, speak to… -
Posted a reply to Website error, on the site WordPress.org Forums:
Speak to your webhost and cloudflare, they are the only ones who can help as… -
Posted a reply to API Call with PHP for Contact Form 7 – out of my depth, on the site WordPress.org Forums:
You will need to pay someone to help with this (if you don't have the… -
Posted a reply to Cookie Problem, on the site WordPress.org Forums:
Looks like a plugin or the theme is trying to change something on the wp-login.php… -
Posted a reply to Blocks not working as before, on the site WordPress.org Forums:
W3schools is a good place to start with learning the basics of CSS although you… -
Posted a reply to Blocks not working as before, on the site WordPress.org Forums:
Have you tried a quote block? If you don't like the style of a certain… -
Posted a reply to Switch Admin Account, on the site WordPress.org Forums:
WordPress.org doesn't host or own any websites created with it, did you pay for the… -
Posted a reply to Center all images and image captions, on the site WordPress.org Forums:
add the following to your css: .wp-block-image { text-align: center; } -
Posted a reply to Plugin People List, on the site WordPress.org Forums:
Yes, the plugin needs a page created for submissions, just don't add that page and… -
Posted a reply to Do I need a separate webhosting service?, on the site WordPress.org Forums:
Wordpress.com is free for basic sites, or spend a few dollars to get upgrades to… -
Posted a reply to Notice: class-oembed.php is deprecated since version 5.3.0!, on the site WordPress.org Forums:
Find what's using that code and replace it, if you have deactivated all the plugins… -
Posted a reply to Plugin People List, on the site WordPress.org Forums:
You can disable the user submit, they can be added by admin only, it gives… -
Posted a reply to Custom Image caption formatting not working on block editor, on the site WordPress.org Forums:
It's a known bug in the editor which will hopefully be fixed in the next… -
Posted a reply to Mobile menu not the same as desktop, on the site WordPress.org Forums:
Seems the same here, you may need to delete the cache on your phone, it's… -
Posted a reply to how to place code before body tag?, on the site WordPress.org Forums:
use this plugin, add the code into the bottom box in the settings If you… -
Posted a reply to Plugin People List, on the site WordPress.org Forums:
You are looking for a business directory plugin, one of the top searches is this… -
Posted a reply to Remove/Change home page video, on the site WordPress.org Forums:
That's the CSS (or styling), in front-page.php there should hopefully be some video code?