fullworks
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Edit Blog post my my website.The second part of your issues indicates something generally amiss.
Start by using a different browser or a browser in incognito mode.
Forum: Fixing WordPress
In reply to: Can’t install any pluginsNo you won’t do any damage.
But personally I would turn back on
define(‘DISALLOW_FILE_EDIT’, true);as this controls the theme code editor and plugin code editor and it is generally a poor idea to have that enabled to allow code editing via the backend.
Forum: Everything else WordPress
In reply to: File upload shortcodeIf you are looking to code yourself the look at media_handle_upload()
there is a basic example at the bottom of the pagehttps://developer.wordpress.org/reference/functions/media_handle_upload/
Forum: Fixing WordPress
In reply to: Can’t install any pluginsOr as above – you have been setup as a multi-site.
Forum: Fixing WordPress
In reply to: Can’t install any pluginsIt would seem that they have deliberately limited your admin access so you can’t ‘break thing’ because ‘they manage it’ ( even though you say they don’t ) this is not uncommon in managed services.
Do you have access to the file system on the server e.g. via FTP, or SSH or a Control Panel with a file manager?
Forum: Fixing WordPress
In reply to: Health check flag three errorsRegarding the first, if you search the forum, as requested before posting for ‘A PHP session was created by a session_start() function call’ you will see this is very common.
Most likely caused by ( possibly older ) plugin.
On the second, again common and search will reveal many, it is likley either a plugin issue or a hosting set up issue
Forum: Fixing WordPress
In reply to: An active PHP session was detectedYes – if you search the forum, as requested before posting for ‘A PHP session was created by a session_start() function call’ you will see this is very common.
Most likely caused by ( possibly older ) plugin.
Forum: Localhost Installs
In reply to: Problem accessing WordPress Backend from MacBookCan you be more descriptive with your issue?
Can you reach teh live site, but not login, or not reach it at all?
In any case the first thing I would try is a browser in incognito mode.
p.s. can you clarify is your live site local under MAMP or is it you have a development site locally?
- This reply was modified 5 years, 4 months ago by fullworks.
Forum: Fixing WordPress
In reply to: Website not opening at second trialThose 3 dots looks like a javascript conflict.
Follow this guide to try and identify any errors when all you see is the loading dots.
Forum: Developing with WordPress
In reply to: Google AnalyticsI don’t believe this is an error but expected behaviour.
When you move to a new page the utm parameter are lost. this is the way web pages work.
There are a variety of ways of adding them back on, but personally I have not tried any as it hasn’t been an issue for me.
A couple of ideas for solutions spring to mind
1. use htaccess to rewrite parameters
2. use javascript to detect and add back parametersForum: Everything else WordPress
In reply to: InvoicesHi,
I assume you mean the premium PDF Invoices from Woo Commerce?
I’m sorry to say this is the wrong place to get advice on that product, you would have an account with WooCommerce when you purchased it where you can raise support tickets directly.
Forum: Fixing WordPress
In reply to: Website not opening at second trialCan you be more precise with what you mean by ‘not opening’?
When I go to your website it seems to work fine multiple times.
You have browser extension notifications
Forum: Developing with WordPress
In reply to: MOSS EU tax and StripeA reseller is some one that ‘buys’ your products and sells it to the end ‘consumers’.
Think of it as wholesale & retail.
The reseller is the contracting party with the end consumer and so has to comply with consumer tax rules.
You have a simple relationship between yourself and the reseller, it is simple because there is only one tax rules and it is also business to business.
The reseller keeps some of the sales price for their purposes ( the risk they take, the platform they provide etc )
Resellers are ‘platforms’ ( websites ) but you need to ensure they are taking the contract with the consumer rather than just a selling platform.
Forum: Developing with WordPress
In reply to: MOSS EU tax and StripeI don’t know of payment gateways that can deal with MOSS as it is a business level issue rather than a payment level issue.
In my view either have to manage it within your business or sell your digital products via a reseller. A reseller has to manage that tax relationship. This is why you will find that now many ( except the largest ) premium WordPress Themes and Plugins are sold via resellers.
I would suggest you research to see if there are suitable resellers for your products.