CMSDeveloper
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: js van bol.com uitsluiten van optimalisatieHallo,
There is a dutch forum as wel: nl dot wordpress dot org.
Can’t you make a dot js file? And than load it, and than make a exception for this file in Autoptimize!
Or disable the optimize javascript in pages in autoptimize
Forum: Fixing WordPress
In reply to: WordPress LanguageHello,
Wordpress and Woocommerce are 100% translated to Spanish.
Maybe a Avada template that is responsible?Also you can try to empty the /files/cache/ folder on your wordpress hosting.
.
Forum: Fixing WordPress
In reply to: WordPress database error: A table doesn’t existHello,
This ia a third-party wp plugin.
Just file a ticket on there site:
https://tomasz-dobrzynski.com/contact/Forum: Fixing WordPress
In reply to: Dropbox video on my siteI did see/try some plugins that promised streaming from a dropbox or other free cloud services.
I all these plugins do not work!
Automattic(.com) has some nice WP streaming video service:
https://cloudup.com/??
Forum: Fixing WordPress
In reply to: Disk I/O Bottleneck when uploading imagesHello, Kyle
Better file a ticket (godaddy).
Truly there are plenty of good wordpress budget hosters!Some reading about disk-io problems:
https://documentation.cpanel.net/display/CKB/How+to+Troubleshoot+High+Disk+IO+ProblemsMust say godaddy is the wurst you can get, problems you can find with them in many webhosting review sites.
.
Forum: Fixing WordPress
In reply to: Dropbox video on my siteHello,
You can share your dropbox content as files.
Embed a video, like YouTube (streaming) wil not work.
Streaming video from Dropbox worked a view years back, but they changes the API.??
Forum: Fixing WordPress
In reply to: WordPress 4.9.5 Wreaked Havoc on my WebsiteHello,
Is this a option
Maybe you can download your backup (.zip?).
Edit the wp-config.php (disable updates) in this backup and than upload it again.Just a idea:)
Forum: Fixing WordPress
In reply to: Recent jetpack update caused login errorsHello,
Better post on the Jetpack Plugin Forum:
https://www.ads-software.com/support/plugin/jetpackWhen searching Google: “class.jetpack.php on line 1518”
122 x same errors.Seems that WP 4.9.5 needs the latest Jetpack v6.0 (Updated yesterday).
I could be a bug (please report).
Forum: Fixing WordPress
In reply to: Issue with botched Tumblr connection with A-recordsHello,
When making changes to DNS records, it can take some time they are active.
The same as with a new domain or subdomain.So when you removed the faulthy A-record this error persist for some time, or you get a “Website not found error!”
Kan take 20 to 180 minutes.
That kind of action is risky (downtime).
———————–
Have read this to now:
https://www.lifewire.com/custom-domain-name-on-tumblr-3486064
Has nothing to do with WordPress but is for a custom Tumblr domain name.
Look at this:
https://www.ads-software.com/plugins/search/tumblr/
??- This reply was modified 6 years, 11 months ago by CMSDeveloper.
- This reply was modified 6 years, 11 months ago by CMSDeveloper.
- This reply was modified 6 years, 11 months ago by CMSDeveloper.
Forum: Fixing WordPress
In reply to: WordPress 4.9.5 Wreaked Havoc on my WebsiteHello,
You can keep wp 4.9.5, just rename the:
/wp-content/plugins/
to
/wp-content/plugins.out/
So now are all plugins deactivated.
Now make a new empty plugin directory:
/wp-content/plugins/(You can always revert this!))
Just try to install your plugins (1 at the time) through the wp dashboard.
Just place the define’s in your wp-config.php to prevent auto updates
/* That's all, stop editing! Happy blogging. */ // Disable ALL WP and Plugins updates define( 'AUTOMATIC_UPDATER_DISABLED', true ); define( 'WP_AUTO_UPDATE_CORE', false ); define( 'DISALLOW_FILE_MODS', true );
??
- This reply was modified 6 years, 11 months ago by CMSDeveloper.
Forum: Fixing WordPress
In reply to: Regex in Comment Blacklist<removed>
- This reply was modified 6 years, 11 months ago by CMSDeveloper.
Forum: Plugins
In reply to: [WooCommerce] error on function wc_maybe_store_user_agent()This is WooCommerce (v3.2.1) file:
/wp-content/plugins/woocommerce/includes/wc-core-functions.php
Rule: 1622function wc_maybe_store_user_agent( $user_login, $user ) {
change to:
function wc_maybe_store_user_agent( $user_login, $user = '' ) {
Is some php old 5.6 code, what gives a problem in php 7.xx
Forum: Fixing WordPress
In reply to: Help, I keep seeing this when trying to publish postHello,
The “Hide Featured Image” plugin has problems with WP 4.8.x
Just rename the plugin directory to disable it!Forum: Fixing WordPress
In reply to: Need info on WP URL resolutionHello,
Do you want a custom 404 page?
In the theme directory is a 404.php, you can look at that.
i did replace al 404 errors to the home page, with this code:<?php header("HTTP/1.1 301 Moved Permanently"); header("Location: ".get_bloginfo('url')); exit(); ?>
Forum: Fixing WordPress
In reply to: Why so many stylesheets and js files???Hello,
Use this really good plugin (i do):
https://www.ads-software.com/plugins/autoptimize/I do not use any cache or plugins like WP Super Cache, HyperCache, Com??et Cache or KeyCDN’s Cache Enabler os use CDN(tested them all..slowing ).
One thing they al do is tracking/monitoring your website.
There al Evall… Autoptimize is not doing that.
And please, do not use cloud services:
Cloudcrime (cloudflare.nono)
SSL MITM- This reply was modified 7 years, 8 months ago by CMSDeveloper.