Liam Stewart
Forum Replies Created
-
Forum: Plugins
In reply to: [Force Delete Posts] Makes the Pages & Posts admin pages blank nowHi there, this issue has been fixed in version 2.1.1. If you update now it should be resolved.
Sorry about that!
Forum: Reviews
In reply to: [Force Delete Posts] Perfect!Glad this plugin is working for you!
Forum: Reviews
In reply to: [Force Delete Posts] works good!Glad this is working for you! @mcartoon
Forum: Plugins
In reply to: [Force Delete Posts] plugin fails to deleteHello @vhomesandcondos,
This looks to be caused by Wordfence installed on your website.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] GitHub link?Great!
I’ll tag that github user on new PRs
- This reply was modified 5 years, 6 months ago by Liam Stewart.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] GitHub link?Who should I tag on PRs? @hwk-fr
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] GitHub link?Awesome! @hwk-fr
Forum: Reviews
In reply to: [Force Delete Posts] Not compatible with WP version 5.2.2Hello @thermalstudios
Please review your setup. We have confirmed it does work on 5.2.2
It doesn’t show via plugin search as we haven’t updated the readme to show support for 5.2.2 officially.
Forum: Reviews
In reply to: [Force Delete Posts] Just works!??
Forum: Fixing WordPress
In reply to: Inner Pages are slow to loadTry using cache plugins, minify, etc to speed up your WordPress site.
Forum: Themes and Templates
In reply to: [Shop Isle] Why aren’t any of the css codes working?Open your
header.php
Look for the following section:
<nav class="navbar navbar-custom navbar-fixed-top navbar-transparent" role="navigation">
Remove the following class from the above section:
navbar-fixed-top
Cheers,
LiamForum: Fixing WordPress
In reply to: Stop Title from DisplayingI use Google Chrome Developer Tools – Specifically Inspect element.
See: https://developer.chrome.com/devtoolsThe code that executes the portion of the footer with the signature is:
<?php do_action( 'layla_footer' ); ?>
Try looking through your theme settings for a footer area or look for a template called
layla_footer
or a similar name.Forum: Fixing WordPress
In reply to: Strange Characters on every webpage – unable to loginYou should contact your web hosting provider for input on what happened – you might want to consider moving to a new host. Also, use plugins like WordFence or iThemes Security to keep your WordPress website secure.
Forum: Fixing WordPress
In reply to: Stop Title from DisplayingAdd the following to your CSS to remove the buttons and page title.
.layla-button.primary, .entry-header .entry-title, #layla-featured-post #slide1 h2 {display:none !important;}
The signature seems to be located in the footer.php file. You will have to edit it in there.
Forum: Fixing WordPress
In reply to: Forcing http to https and non-www. to www.Happy I could help!