ekimbo
Forum Replies Created
-
@jamesosborne yes Site Kit is working for me.
You can close the ticket.@jamesosborne I reset the plugin several times: Tools > Available Tools> Reset Kit but that never seemed to do the job. I also uninstalled and reinstalled the plugin, but still got the 404 error.
Hi @ @shetheliving and @jamesosborne,
I finally figured out my problem, and I hope my experience helps someone out there who has tried just about anything.
I originally installed my site in a subdirectory “cms/” and activated the plugin successfully and after the redesign, I moved the site to the main directory.
So when I tried to verify Site Kit, the 404-page URL returned had “cms/” in it.
For some reason, site Kit had cached the old setup and wasn’t able to pull the updated location of the site (without the subdirectory “cms/”).
All I did was remove “cms” from the link and refresh the page and was able to verify my setup and I did the same for connecting my google analytics.
So anytime you get a 404 error, rule out if Sitekit is pointing to the right directory.
Here is the ticket that pointed me in the right direction Ticket.
Thanks for the support, this is a great plugin.
- This reply was modified 3 years ago by ekimbo.
I was able to follow your steps and get a fatal error:
I checked in with my host about a potential firewall issue and this is what they said:
Currently, this wouldn’t be something related to our system or the server in general as it’s related to a Google service separately, we have a known issue regarding our DNS being resolved by Google’s Crawler itself, but it’s a separate service not related to this one you are currently using
- This reply was modified 3 years ago by ekimbo.
I am using https://www.siteground.com/ as the host.
Hi, thanks for the quick response.
2: Yes it worked a while back before we updated the theme with WooCommerce. We have since changed the hosting server if the makes a difference.
Cheers
Thanks, Ronald!
Hope this is not too late. Install https://www.ads-software.com/plugins/instagram-feed/ and use it to generate your access token and user id, then copy the information back to Flow Flow.
Forum: Reviews
In reply to: [Adaptive Images for WordPress] Not working for me – Please help.Great. Thanks for taking the time to help me out.
Cheers!
Forum: Reviews
In reply to: [Adaptive Images for WordPress] Not working for me – Please help.Hi Takis,
thanks for the quick response.
Here is the WordPress site: https://s218601.gridserver.com/cms/Debug info
? PHP GD library is installed.
? Image cache directory has been created.
/nfs/c12/h08/mnt/218601/domains/new-rephraze.com/html/cms/wp-content/cache/adaptive-images => drwxr-xr-x
? Installation .htaccess file is setup OK.
/nfs/c12/h08/mnt/218601/domains/new-rephraze.com/html/cms/.htaccess => -rw-r–r–
? Adaptive images settings dump:
array(14) {
[“resolutions”]=>
array(3) {
[0]=>
int(1024)
[1]=>
int(640)
[2]=>
int(480)
}
[“cache-directory”]=>
string(21) “cache/adaptive-images”
[“watched-directories”]=>
array(2) {
[0]=>
string(18) “wp-content/uploads”
[1]=>
string(17) “wp-content/themes”
}
[“jpeg-quality”]=>
int(90)
[“sharpen-images”]=>
bool(true)
[“watch-cache”]=>
bool(true)
[“browser-cache”]=>
float(180)
[“landscape”]=>
bool(false)
[“hidpi”]=>
bool(false)
[“cdn-support”]=>
bool(false)
[“version”]=>
string(6) “0.6.62”
[“sanitized”]=>
bool(true)
[“wp-content-dir”]=>
string(68) “/nfs/c12/h08/mnt/218601/domains/new-rephraze.com/html/cms/wp-content”
[“wp-content-url”]=>
string(44) “https://s218601.gridserver.com/cms/wp-content”
}Forum: Reviews
In reply to: [Adaptive Images for WordPress] Not working for me – Please help.I was able to update the php.ini file with the line of code you provided but not luck. Here are my directives: https://us2.php.net/manual/en/ini.php
Site: https://s218601.gridserver.com
Php info: https://s218601.gridserver.com/phpinfo.phpBelow is my updated php.ini:
———————————-[PHP]
; We highly recommend that you leave this options enabled
cgi.fix_pathinfo=1; Increase maximum post size
;post_max_size = 40M; Increase execution time
;max_execution_time = 300; pull in EGPCS [Environment, GET, POST, Cookie, Server] variables as globals
;register_globals = true; For performance reasons, (mt) does not load all of the modules that are available
; into PHP. You may uncomment any one of the following “extension” lines to enable
; the desired module; Salblotron XSLT
;extension=xslt.so; save in local tmp
session.save_path=/home/218601/data/tmplocation / {
rewrite \.(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.php;
}————————–
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Automatically submit filter issue with Select2I will look in to this. Chances are it’s another plugin causing the issue.
Thanks for the responses.
CheersThanks.Much appreciated.
Thanks papu, <?php wp_head(); ?> did it for me