graphicscove
@graphicscove on WordPress.org and Slack
Bio
- Member Since: October 11th, 2011
- Location: England
- Website: graphicscove.com
Contribution History
graphicscove’s badges:- Plugin Developer
-
Posted a reply to Configuring staging or developement environment, on the site WordPress.org Forums:
define('WP_ENV', 'development'); // Change to 'staging' or 'production' as needed Add this to your config.php… -
Posted a reply to Blocking a website from certain countries, on the site WordPress.org Forums:
You can block a country by using cloudflare with your domain, but someone can still… -
Posted a reply to prevent the publication of posts with the default category, on the site WordPress.org Forums:
Sorry, I don't have a Wordpress instance loaded up to test at the moment. Perhaps… -
Posted a reply to prevent the publication of posts with the default category, on the site WordPress.org Forums:
Oh right, you didn't mention you changed the default category name. Try this: function prevent_default_category_publish($data,… -
Posted a reply to create page to display files in a folder based on user, on the site WordPress.org Forums:
Sorry, I'm a technical developer. Perhaps you might be able to find a plugin that… -
Posted a reply to prevent the publication of posts with the default category, on the site WordPress.org Forums:
I'm not sure about the "Really Simple Security" plugin posting on its own. It's possible… -
Posted a reply to create page to display files in a folder based on user, on the site WordPress.org Forums:
You'll need to add the code above to your theme, preferably on a new page… -
Posted a reply to Help Disabling “Services” Archive Page and Editing CPT SEO Titles, on the site WordPress.org Forums:
The reason you're seeing the archive page at /services/ is that the custom post type… -
Posted a reply to create page to display files in a folder based on user, on the site WordPress.org Forums:
To create a page that displays files based on the logged-in user, you can try… -
Posted a reply to Show Hide post information Based on term Click, on the site WordPress.org Forums:
@amitsksingh Appologies, I'm typing this without having Wordpress set up to test at the moment.Could… -
Posted a reply to Show Hide post information Based on term Click, on the site WordPress.org Forums:
@amitsksingh Here’s another way to handle this without exposing the term in the URL by… -
Posted a reply to Show Hide post information Based on term Click, on the site WordPress.org Forums:
Hey Amit,You could try adding the taxonomy term to the link like so: <a href="<?php… -
Posted a reply to Block link in comment by user rôle, on the site WordPress.org Forums:
function restrict_links_for_role($content, $user_id) {$user = get_userdata($user_id);if (in_array('base', $user->roles)) {if (preg_match('/https?\:\/\/[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(\/\S*)?/', $content)) {bp_core_add_message(__('You cannot post links… -
Posted a reply to 404 Error When Clicking On My Website URL From FaceBook, on the site WordPress.org Forums:
Clicking the link above redirects to your homepage correctly without a 404 error. Can you… -
Posted a reply to Unknown cron jobs, on the site WordPress.org Forums:
Are you running any plugins that may be related to database optimisation or caching? -
Committed [2542369] to Plugins SVN:
* Re-enabled local kill switch for non-remote -
Committed [2542245] to Plugins SVN:
* Initial launch of the remote version * Updated compatible version number -
Committed [2361961] to Plugins SVN:
Tested up to WP v5.5 -
Committed [2027723] to Plugins SVN:
Tested up to 5.0.3 -
Posted a reply to WordPress post redirecting to another post, on the site WordPress.org Forums:
Is your host able to support you here? They should be able to check any… -
Posted a reply to Issue with Menu, on the site WordPress.org Forums:
I can't really help if you don't provide a link, otherwise I'm just guessing and… -
Posted a reply to Blog page of my website is not working., on the site WordPress.org Forums:
It doesn't look like any of your sub-pages are working. Have you tried refreshing your… -
Posted a reply to how to add extra “related articles”, on the site WordPress.org Forums:
Does your theme come with editable widgets you can add in to widget areas on… -
Posted a reply to Website speed – Static caching issue, on the site WordPress.org Forums:
Even before anything on your page it loading, it seems it's taking 5 seconds to… -
Posted a reply to Issue with Menu, on the site WordPress.org Forums:
Do you have a link to your site that you can share? -
Posted a reply to WordPress post redirecting to another post, on the site WordPress.org Forums:
I understand you have not set up redirection, however there are some plugins that do… -
Posted a reply to Line on top of tables, on the site WordPress.org Forums:
Hello, The dark blue border on the top of the table looks as though it's… -
Posted a reply to internal competition, on the site WordPress.org Forums:
Hi Rob, Looks like you'll need a custom plugin to achieve this. There are PHP… -
Posted a reply to Plugin Install Problem, on the site WordPress.org Forums:
Hello, It looks like an issue with your server. Ask your host to check for… -
Posted a reply to webs.com to wordpress, on the site WordPress.org Forums:
Hello Murray, Are you moving to Wordpress.com or Wordpress.org? Support might be able to help… -
Posted a reply to News titles disappeared on homepage, on the site WordPress.org Forums:
Which new plugins did you install? -
Posted a reply to Fixing Wordress log on – emergency, on the site WordPress.org Forums:
If your host broke your site they are responsible for fixing it. Who are you… -
Posted a reply to Contact Form, on the site WordPress.org Forums:
Are you able to get in touch with the 3rd party that created the form?… -
Posted a reply to WordPress Image Not Centering, on the site WordPress.org Forums:
Hello, Unfortunately it looks like your theme doesn't have the default Wordpress classes in it.… -
Posted a reply to Contact Form, on the site WordPress.org Forums:
Hello Victoria, What plugin are you using to create the form? The plugin author should… -
Posted a reply to Template Advice – New Website, on the site WordPress.org Forums:
There are a number of real estate themes out there that I've come across in… -
Posted a reply to Social media Icons not displaying, on the site WordPress.org Forums:
What theme are you using? Can you share a link to your site so we… -
Posted a reply to WordPress website 404 everywhere, on the site WordPress.org Forums:
Have you installed any themes/plugins recently that could have caused this? Disable all plugins and… -
Posted a reply to tag and alt text don’t show up, on the site WordPress.org Forums:
Are you using a plugin that alters default behaviours in the editor? I just inserted… -
Posted a reply to Blinking a text in 2 colours, on the site WordPress.org Forums:
While I don't believe it will look attractive, it is possible. I've created a concept… -
Posted a reply to Activity Log, on the site WordPress.org Forums:
It certainly is possible. I've had positive experiences using this jquery plugin to give various… -
Posted a reply to Stop users browsers remembering password, on the site WordPress.org Forums:
Write a letter to Google and Mozilla and get them to change their browser functionality..… -
Posted a reply to Move local site from mac to windows, on the site WordPress.org Forums:
Windows now has MAMP so installing it on Windows and moving over your files from… -
Posted a reply to Create my own theme demo file, on the site WordPress.org Forums:
Hi Ian, I'm not entirely sure how existing themes do it but from what I… -
Posted a reply to Stop “noopener noreferrer” tags from auto-insert, on the site WordPress.org Forums:
This site explained it to me very well when it came up, they even have… -
Posted a reply to Stop “noopener noreferrer” tags from auto-insert, on the site WordPress.org Forums:
Why would you want to remove them? They help prevent other sites hijacking your content… -
Posted a reply to Toggle Nested Comments, on the site WordPress.org Forums:
w3schools has a good tutorial on creating accordions. https://www.w3schools.com/howto/howto_js_accordion.asp In the example they should how… -
Posted a reply to Javascript debugging, on the site WordPress.org Forums:
It doesn't look like an issue with javascript itself, just the way it's being called.… -
Posted a reply to Help with shorcode, on the site WordPress.org Forums:
Hello, Can you post the code you are currently using? ~ Steven -
Posted a reply to Text under Image, on the site WordPress.org Forums:
Hello, Edit the width below to suit your needs: @media (min-width: 480px) { }
Developer
-
WP Killswitch
Active Installs: 10+