Tim Moore
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Page Ordering] WP 5.4 supportHi,
I can confirm that Simple Page Ordering works in my testing on WP 5.4.
Cheers,
Tim
Forum: Fixing WordPress
In reply to: Fatal error wp_insert_post – WP 5.3.2It looks like this might be a problem with your theme trying to call the
filter_block_content
function. Try updating your theme or temporarily try a different theme to see if the problem persists.Forum: Fixing WordPress
In reply to: Warning: WP_HOME Constant Contains A VariableYou need to change
$_SERVER['HTTP_HOST']
to the actual URL you want to use, rather than using this global variable.Forum: Fixing WordPress
In reply to: I cannot edit an article or a page directly, only from dasboardDid you switch themes recently? If so, your new theme may not place the Edit link in the template.
If not, try a private browsing window in your browser. It’s possible there’s a cookie storage issue.
Forum: Localhost Installs
In reply to: How to increase WordPress memory limit on localhost?You need to edit your PHP.ini file in MAMP. Here’s an admittedly old how-to on it: https://blog-en.mamp.info/2009/09/increase-php-memory-limit-with-mamp-pro.html
The process should be similar.
Forum: Fixing WordPress
In reply to: Sticky function is not WorkingIt would be best to submit a ticket to the theme author themselves. It looks like this is the place for your theme: https://themeenergy.ticksy.com
Forum: Fixing WordPress
In reply to: woocommerce sold outPlease post specific plugin questions to the plugin support page: https://www.ads-software.com/support/plugin/woocommerce/
Forum: Fixing WordPress
In reply to: Jetpack Image Resizing Not WorkingIt would be good to re-post this in the Jetpack forum: https://www.ads-software.com/support/plugin/jetpack/
Or to contact Jetpack support directly: https://jetpack.com/contact-support/?rel=support
Forum: Networking WordPress
In reply to: How to use WP-CLI import xmls for subsitesYou may need to use the
—-url
parameter and specify your sub-site URL.wp import /opt/bitnami/apps/wordpress/htdocs/xml –authors=skip –skip=attachment –path=/opt/bitnami/apps/wordpress/htdocs/ —-url=https://yoursubsite.test
Forum: Fixing WordPress
In reply to: I can’t ping or contact api.www.ads-software.comapi.www.ads-software.com redirects to the REST API Handbook: https://developer.www.ads-software.com/rest-api/
What are your trying to accomplish?
What version of PHP are you using?
Forum: Themes and Templates
In reply to: Confit Theme no Food menus optionIn your wp-config.php file, put in:
define( 'JETPACK_DEV_DEBUG', TRUE );
That should enable the custom post types in Jetpack on a WAMP install.
On Facebook, be sure to log out of your personal account and into the web site account.
Then try connecting Publicize. It should connect to the web site account you created.
Forum: Plugins
In reply to: [Jetpack Post Views] Feature Request: allow to translate "views"Actually, you can participate in Jetpack translations:
@davidyerle: please make a new post in the forum, rather than posting on months old threads. Thanks.