garethgillman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Plugin People ListYes, the plugin needs a page created for submissions, just don’t add that page and nobody would be able to submit to the directory but an admin can from the admin panel.
Forum: Installing WordPress
In reply to: Do I need a separate webhosting service?Wordpress.com is free for basic sites, or spend a few dollars to get upgrades to functionality you may need.
Hosting costs as little as $3 a month so not really expensive and should be able to handle most sites without massives of traffic.
Forum: Fixing WordPress
In reply to: Notice: class-oembed.php is deprecated since version 5.3.0!Find what’s using that code and replace it, if you have deactivated all the plugins then it’s your theme, change to another theme to test it, then search through the files and find the offending code and either remove it or fix it.
Forum: Fixing WordPress
In reply to: Plugin People ListYou can disable the user submit, they can be added by admin only, it gives you the functionality to categorize and order the items as you need.
Forum: Fixing WordPress
In reply to: Custom Image caption formatting not working on block editorIt’s a known bug in the editor which will hopefully be fixed in the next version (5.4) which is due to be released in March.
In the meantime add this to your css:
.wp-block-image .aligncenter figcaption { text-align: center; font-size: 13px; font-family: karla; font-style: italic; color: #888282; }
Forum: Fixing WordPress
In reply to: Mobile menu not the same as desktopSeems the same here, you may need to delete the cache on your phone, it’s in the settings for the browser, a quick Google will tell you how to do this
Forum: Fixing WordPress
In reply to: how to place code before body tag?use this plugin, add the code into the bottom box in the settings
If you don’t want to add a plugin to do this, you can edit footer.php in appearance > theme editor
- This reply was modified 5 years, 1 month ago by garethgillman.
Forum: Fixing WordPress
In reply to: Plugin People ListYou are looking for a business directory plugin, one of the top searches is this one
Forum: Fixing WordPress
In reply to: Remove/Change home page videoThat’s the CSS (or styling), in front-page.php there should hopefully be some video code?
Forum: Fixing WordPress
In reply to: Remove/Change home page videoCan you post the code here and I will see if I can help in changing it.
Forum: Fixing WordPress
In reply to: Fatal error: require_once(): Failed opening requiredDisable that plugin via FTP (rename the folder), you should then be able to get in
Forum: Fixing WordPress
In reply to: Pages not showing on websiteThat’s true, as I said it’s a coding error so could be a plugin causing it, disable all plugins and then enable them 1 by 1 until the error re-appears.
Forum: Fixing WordPress
In reply to: Pages not showing on websiteIt looks like you have a possible coding issue, the footer doesn’t show on the pages which means that the code isn’t executing, you will need to check the error log of your server and then fix the issue, it normally occurs in the page.php template file but could be in additional files too. If you aren’t confident doing this you can contact your webhost to see if they will help or ask a developer to take a look
Forum: Fixing WordPress
In reply to: Remove/Change home page videoIt’s hard to tell but if it’s not in the page or in a widget, it’s possible it’s hard coded into the theme, check the front-page.php in appearance > theme-editor. Look for
<div class="home-video">
Forum: Fixing WordPress
In reply to: Avada theme: show / hide content with anchorAsk on the Avada users Facebook group – link