Toherangi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Remove home page title/modify templateHi Tom
Thanks so much! I’m quite happy losing all the page titles as the nav bar shows clearly which page is selected. I really appreciate your help and I’ll certainly be purchasing your add ons very soon.
Cheers!
I’ve had the “Banned Users” check box enabled the whole time ??
I’ll also be highly recommending this plugin for review by Dustin Hartzler on https://yourwebsiteengineer.com/.
There isn’t much by the way of landing pages out there, and the $10 ones were so buggy I spent hours trying to manipulate them.
Thats the experience I have had so far… until finding this plugin.
You can already do this by whitelisting your IP address instead of your specific username.
Go to https://whatismyipaddress.com/ to obtain your IP address and enter it in the Lockout White List area under Global Settings.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Warning: A zip error occurredHi David,
I did try the above, however backups would not even start at all after I added define(‘UPDRAFTPLUS_PREFERPCLZIP’, true);
I then removed the define(‘UPDRAFTPLUS_PREFERPCLZIP’, true); and backups would commence but have the zip error again.It must be an issue just with backing up to Google Drive as I have since changed to Rackspace Cloudfiles and every single backup has been completed successfully with no errors.
Thanks,
ToherangiForum: Fixing WordPress
In reply to: Problems upgrading to 3.8As per my OP I did try upgrading from the Dashboard initially. None of the above suggestions helped.
I ended up upgrading the sites manually.
Forum: Fixing WordPress
In reply to: Problems upgrading to 3.8Solution is just set Permissions on all of files mentioned in your failure report to ‘777’.
This didn’t work for me.
I would rather not have to upgrade manually considering I have 20+ sites to do!
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Warning: A zip error occurredHi David,
I’ve been installing Updraft Plus on each of my sites and I am getting the same error on all of them except for the original one I installed several weeks back. All version numbers are the same and they are all hosted with the same provider.
https://pastebin.com/5wzyz5nT
https://pastebin.com/vUy2ifL9Thanks!
Forum: Reviews
In reply to: [Coming Soon / Maintenance mode Ready!] Unusable, unless you payEven in the free version you can replace the Marvel Superheroes background image with anything you wish or just leave it blank.
Forum: Plugins
In reply to: [WooCommerce] [Woocommerce] Inventory Management for Online & Physical StoresNot as yet. I don’t have the time to create a hack at the moment, but I’ll probably be revisiting it in the next few months.
Well done on using the child theme, always the best way to go.
Many people don’t so I didn’t want to assume.Glad it worked for you.
Yes, I did advise such. It was really just a stopgap solution.
Won’t functions.php also be overwritten on a theme update?This can be done but there are quite a few steps involved, also, if you upgrade the plugin at any stage in the future, you will lose these changes and have to repeat the procedure again.
1) Login to your WordPress Dashboard and go to Plugins > Editor.
2) Choose WooCommerce Print Invoices & Delivery Notes from the Select plugin to edit: dropdown menu at the top right and click Select.
3) Click on woocommerce-delivery-notes/woocommerce-delivery-notes.php under the heading Plugin Files on the right side of the page.
4) Locate the following lines in the file. You can do this just by scrolling down inside the editor box, or by doing a search (CTRL + F for Windows or CMD + F for Mac) on your browser and using Show the template title depending on type as the search term.
/** * Show the template title depending on type */
5) Approx 4 lines under this heading you will find this line of code:
echo apply_filters( 'wcdn_template_title', __( 'Invoice', 'woocommerce-delivery-notes' ) );
6) Change the word Invoice to Tax Invoice like this:
echo apply_filters( 'wcdn_template_title', __( 'Tax Invoice', 'woocommerce-delivery-notes' ) );
7) Click on the blue Update File button underneath the editor box.
8) Make sure you get the yellow File edited successfully banner at the top of the page and you are all set!
Let me know how you go!
Forum: Fixing WordPress
In reply to: Server Error – What does this mean?Hi There
Could you advise what you were doing prior to this message? (i.e. Had you just installed WordPress? Attempted to install WordPress? Already had WordPress installed previously and just came across this problem today?)
Any details you can provide will help us to diagnose the problem.
Thanks