Speedie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error updating 6.0 to 6.2I contacted the host and it turned out to be there was not enough space to do the update. The space available was 150MB and the site occupied 131MB. After increasing the space to 250 the update then went smoothly.
Forum: Plugins
In reply to: [User Admin Simplifier] Unable to reveal a settings sub-menuHi,
Thanks for getting back to me, I’m running 3.9.1 with the following plugins enabled:AG Custom Admin
All-in-One Event Calendar by Time.ly
BackWPup
Get User Custom Field Values
iframe popup
List Yo’ Files
Manage Upload Types
Private Only
Profiless
Random Text
Remove Image Links
RSS Multi Importer
Simple Login Log
Subscribe2
TablePress
User Admin Simplifier
User meta shortcodes
WordPress Pop Up Plugin
WP-Pollsiframe popup repository link is:
https://www.ads-software.com/plugins/iframe-popup/I’m running the latest version 1.3.
Thanks.
Forum: Plugins
In reply to: [Private Only] How to remove the links at the bottom of the login page?Oops, just realised there is now an option in the control panel to remove the lost password link!
Forum: Plugins
In reply to: [Private Only] How to remove the links at the bottom of the login page?The first method above now produces the following error (it worked before the last update):
Fatal error: Cannot redeclare remove_lostpassword_text()
Forum: Fixing WordPress
In reply to: How to create unique download codes for buyers?Have you tried searching the plugins for coupon or voucher? I found this one:
https://www.ads-software.com/plugins/coupon-creator/Forum: Fixing WordPress
In reply to: problem with table and imagesHow are you creating the table? Can you provide a link to the page?
Forum: Fixing WordPress
In reply to: How do I add Code to a Post?It’s still there, just renamed “Text”.
Forum: Fixing WordPress
In reply to: not trying to blogDepending on the theme you’re using, you should be able to set your homepahe to be a “static page” rather than a blog style page. Can you provide a link to your site?
Forum: Plugins
In reply to: [Private Only] How to remove the links at the bottom of the login page?To remove the “lost password” link I added the following code to the end of functions.php:
function remove_lostpassword_text ( $text ) { if ($text == 'Lost your password?'){$text = '';} return $text; } add_filter( 'gettext', 'remove_lostpassword_text' );
Forum: Fixing WordPress
In reply to: Logo is being stretchedHi,
Thanks for your help – where do I find the function?Forum: Plugins
In reply to: I need a plugin – what are my options?Thanks, useful info. I’ve posted it on the jobs board. I’d like the banner image at the top of my blog to change automatically whenever a blog is posted (stepping sequentially through a set of images in a designated folder). I haven’t come across a plugin like that. Hopefully won’t be too expensive as it’s not really a commercial blog.
Forum: Fixing WordPress
In reply to: Reducing first post spacingBump – any ideas on this?
Forum: Fixing WordPress
In reply to: Adding “under construction” page but still be able to test the site?Great idea, I have cPanel which I think already has a password protect feature. I guess the only down side is you can’t display any information for visitors to the domain such as a site launch date, enquiries email address/phone number or whatever. Although the person I’m building the site for doesn’t require it in this case. Many thanks for your help.
Forum: Fixing WordPress
In reply to: Firefox Footer Display ProblemThe cause isn’t quite as simple as the scrollbar being present or not. If you make the Firefox window so it’s not maximized, then move the right hand edge of the window in or out very slowly (1 pixel at a time), you can see the footer alternately being offset and then righting itself again. This happens whether the scrollbar is present or not. I’d love to find a solution to this as it’s such a nice theme.
There is allegedly a solution here:
https://www.ads-software.com/support/topic/61234?replies=22
but I’ve been unable to identify exactly what code I need to change to apply the footer fix only (the files provided fix some other issues as well).Forum: Themes and Templates
In reply to: Default Kubrick Theme Fixed..Including 1px footer/header shift…Hi,
I’m experiencing the 1px glitch in the footer with Firefox (looks ok in IE). I’ve heavily modified the site – I wonder if you could post the required code changes just to fix the 1px footer problem only (I’m not worried about the other bits)?