Capt_Zeanie
Forum Replies Created
-
Thanks for the links.
Had a read there and else where. It seems Twitter Dev Team want to include ALL media now in timelines regardless with no option at turning it off. Bad decision on behalf of the Twitter Dev Team who seem to be really happy that they have $%$^$%^$ up thousands of website.
Anyway I am dumping this as well as it screws my design
Forum: Plugins
In reply to: [XPoster - Share to X and Mastodon] Disable featured image from tweetingThanks Joe
Forum: Plugins
In reply to: [XPoster - Share to X and Mastodon] Disable featured image from tweetingHi,
I am on the free version of “WP to Twitter” and I have the same issue that has just started to happen. I know it’s strictly not your problem but when you identified the issue for dwoolworth924 did you find a solution.
Thanks
Forum: Plugins
In reply to: [Add Watermarks] Watermarks not changingLike I said, it’s all part of JetPack Plugin that they use the Proton to cache.
From a Jetpack Mechanic on another thread
You won’t be able to flush Photon’s cache. The images are currently cached “forever”. If you want to refresh an image you will need to change the name of the image. Adding random query arguments, commonly known as cachebusters, will not work.I was just saying if you come to replace the watermark on your images or even modify an image (while keeping the filename the same) AND you are using Jetpack plugin (Proton) then none of your modified images will be shown. So disable Proton and live happy
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpac ErrorsI have just tried the wordpress xml-rpc validator at
https://xmlrpc.eritreo.it/#and it worked fine.
So it looks like I have xml-rpc running on the server.
So I now need to try an look why wp-load as you mentioned might not be loading.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpac ErrorsThanks for the reply.
Yes, everytrhing seems to be running fine, no other issues.
My server shows it is running RPC when I do a php_info() call. In the XMLRPC section it shows.
xmlrpc
core library version xmlrpc-epi v. 0.51
php extension version 0.51
author Dan Libby
homepage https://xmlrpc-epi.sourceforge.net
open sourced by Epinions.comThe php.ini file has…
extension=php_xmlrpc.dll
; Turn off normal error reporting and emit XML-RPC error XML
; https://php.net/xmlrpc-errors
;xmlrpc_errors = 0; An XML-RPC faultCode
;xmlrpc_error_number = 0Is that the correct lib file running for this all to work or could I be missing something else.
I shall keep looking
Forum: Themes and Templates
In reply to: [Theme: Responsive Mobile] Header Menu IssuesSorry,
I choose another theme in the end.
Forum: Plugins
In reply to: [Add Watermarks] Activation ProblemsHi Michael.
1) Good you found a solution.
2) The thumbnails were non-standard size thumbnails that generated a while back by the plugin Simple Image Sizes plugin. I tried that plugin out 2 weeks ago to generate a different size thumbnail than the standard 150×150 that wordpress creates.Anyway, I have deleted those thumbnails and just re-uploaded the images again and now all watermarked.
Forum: Plugins
In reply to: [Add Watermarks] Activation Problemsif I deactivate and then reactiveate then yes I still get the 322 character unexpected output, though everything works fine. Well, not everything as some thumbnails that are embedded in pages/posts are not being water marked when being viewed in the page/post.
By clicking on them and opening them up into a gallery/lightbox does show the watermark but if you them close the images and refresh to page/post the thumbnails are not being watermarked. It’s not all thumbnails, just some.Forum: Plugins
In reply to: [Add Watermarks] Activation ProblemsLooking at my apache logs file it would suggest that you are trying to modify the .htaccess
[Fri Jan 01 12:41:05.536000 2016] [:error] [pid 1688:tid 948] [client 192.168.0.10:10715] PHP Warning: file_get_contents(C:\\wampstack\\apps\\mydomain\\htdocs/wp-content/uploads/.htaccess): failed to open stream: No such file or directory in C:\\wampstack\\apps\\mydomain\\htdocs\\wp-content\\plugins\\add-watermark\\add-watermark.php on line 235, referer: https://www.mydomain.com/wp-admin/plugins.phpMy webserver is running the Bitnami WAMP stack on a Win7 Host
The .htaccess file is present in wp-content/uploads/ and your plugin has created/modified the .htaccess
### WATERMARK START
RewriteEngine On
RewriteBase /wp-content/uploads/
RewriteCond C:/wampstack/apps/mydomain/htdocs%{REQUEST_URI} -f
RewriteCond $0 ^/?(.*\.(jpe?g|png))$
RewriteCond C:/wampstack/apps/mydomain/htdocs/wp-content/plugins/add-watermark/cache//%1 -f
RewriteRule (.*) /wp-content/plugins/add-watermark/cache//$1 [L]
RewriteCond $0 ^/?(.*\.(jpe?g|png))$
RewriteCond C:/wampstack/apps/mydomain/htdocs/wp-content/plugins/add-watermark/cache//%1.nowm !-f
RewriteCond $0 !^wpcf7.*
RewriteRule (.*) ../../wp-admin/admin-ajax.php?action=watermark_image&path=$1 [L]
### WATERMARK ENDIt all looks to be ok but what the dashboard error upon activation of 322 characters of unexpected content is I do not know.
hope the above helps
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Carousel CSS BorderHi,
I was already using Easy Fancybox to give me the lightbox on photos in pages and posts as I was not using any galleries until beginning of this week as I wanted to group most of the media together. It was only when I switched the galleries on that I got the Carousel view, so tried for hours tying to go through the CSS to fins the right class/ID but could not find it, so I deactivated the Carousel view until I could fathom it all out.
I tried the settings you posted and FANTASTIC. What I had been trying to do for ages. Thank you Jeremy.
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Invalid token and something else?Hi MihChe,
Been playing quite a bit over the weekend and all is working now. I don’t know why for a few hours all I got was IUnvalid token but since Saturday night it is now fine.
Thank you for helping
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Invalid token and something else?Sorry,
This is the notification I get in Test Mode
Submitted Form: JetPackContactForm
Test Status: Rejected
Reject Reason: Invalid Token
Client Ip Address: 192.168.0.8
Client User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0Warning : Do not activate protection for JetPackContactForm !
What does Warning : Do not activate protection for JetPackContactForm mean?