Skippy
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] One slide the right size, the others cut off.Resolved – this might help someone down the road…
Forum: Plugins
In reply to: [Meteor Slides] One slide the right size, the others cut off.Damn if I didn’t figure it out. For the medical slide WordPress some how selected a automatically generated resized version of the image.
Once I realized that (by looking at the file name as WP adds the new dimensions to resized file names) I deleted that image, uploaded it fresh and all is good.
This seems to have fixed the issue for me as well. I’m evaluating PMPro for use so this is my first time around with it.
If the problem pops up again I’ll be back.
I think I’m having a related problem. I’m testing PMP and BBPress. Running the latest version of each, 1.7.13 for PMP.
The problem goes away if I deactivate pmpro-bbpress (v 1.1).
When pmpro-bbpress is active the forum pages completely vanish. Going to the URL of a forum returns “Sorry, no such page.” – 404 error.
Deactivate pmpro-bbpress and the forum returns.
Additional discovery.
If I’m logged in as a PMP user (not the admin) pmpro-bbpress can be active and I still see the forums. I can post. Everything seems normal.
However – when logged in as the admin and pmpro-bbpress is active:
1. All forums return 404 errors
2. in the “forums -> all forums” menu all the forums are not shown
3. if I keep an edit page for a forum open and reload after activating pmpro-bbpress the ability to set a parent gives no options.– Skippy
Forum: Plugins
In reply to: Jetpack tiled image gallery, lots of empty spaceThe problem has resolved. There have been some Jetpack updates between now and then. Soemthing along the way fixed it.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Tiled GalleriesJeremy, thanks for your response and the link.
I seem to have found where this is controlled and successfully changed it – at least my web site hasn’t blow up yet anyway. ??
The code for controlling theme width was there, I just didn’t know where to find it.
It looks fantastic! Much gratitude.
Forum: Plugins
In reply to: Jetpack, Tiled Image Gallery, gallery widthSadly not with the Weaver II theme which I am using.
https://forum.weavertheme.com/discussion/4774/changeing-content-width-for-tiled-image-gallery#Item_1
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Tiled GalleriesHi, regarding item #2, the width of a tiled gallery. Apparently this does not work with the Weaver II theme. I gotta say “apparently” ’cause I’m not a programmer. ??
https://forum.weavertheme.com/discussion/4774/changeing-content-width-for-tiled-image-gallery#Item_1
Can anything be done about this?
Thank you.
Forum: Plugins
In reply to: [BulletProof Security] Juicebox and BPS – 403 errorHold the press. The code Steven posted on the Juicebox support forum works.
# Juicebox skip/bypass rule RewriteCond %{REQUEST_URI} ^/skippy/wp-content/plugins/wp-juicebox/ [NC] RewriteRule . - [S=13]
Does the trick.
The only difference I see is the “^/skippy/” but that seems to be critical.
However, the same trick does not seem to work on the other website. Go figure . . . ? The only difference is that on my main site WordPress is in a sub-directory. On the other site WordPress is installed in the top level directory.
Forum: Plugins
In reply to: [BulletProof Security] Juicebox and BPS – 403 errorRegarding your earlier post, yest Juicebox does have a WordPress plugin. If you haven’t found it already it’s here:
Forum: Plugins
In reply to: [BulletProof Security] Juicebox and BPS – 403 errorI hate to break this to ya, but it doesn’t work. I’ve tested it on 2 different sites running BPS.
The other site tells me
You don't have permission to access /wp-content/plugins/wp-juicebox/jb-config.php on this server. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
and the main site says
When leaving https://204eastsouth.com/skippy/wp-admin/post.php?post=3739&action=edit and trying to find /skippy/wp-content/plugins/wp-juicebox/jb-config.php? from the IP address: 174.16.48.85 running Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0 AlexaToolbar/alxf-2.17 you stumbled upon a 403 error.
On both sites if I create a default .htaccess file then activate “default mode WP Default htaccess file” then Juicebox works fine.
If I create a secure htaccess file then activate BulletProof Mode then add the code above to the current root htaccess file it doesn’t work.
Forum: Plugins
In reply to: [BulletProof Security] Juicebox and BPS – 403 errorYes, apparently my ability to follow directions was impared yesterday.
Ok, I did add the first bit of code to the wp-admin .htaccess file.
The second code to the root .htaccess.
Those did not fix it.
I then added the third bit of code like thus:
# TIMTHUMB FORBID RFI and MISC FILE SKIP/BYPASS RULE # Only Allow Internal File Requests From Your Website # To Allow Additional Websites Access to a File Use [OR] as shown below. RewriteCond %{HTTP_REFERER} ^.*204eastsouth.com.* [OR] # RewriteCond %{HTTP_REFERER} ^.*AnotherWebsite.com.* RewriteCond %{QUERY_STRING} ^.*(http|https|ftp)(%3A|:)(%2F|/)(%2F|/)(w){0,3}.?(blogger|picasa|blogspot|tsunami|petapolitik|photobucket|imgur|imageshack|wordpress\.com|img\.youtube|tinypic\.com|upload\.wikimedia|kkc|start-thegame).*$ [NC,OR] RewriteCond %{THE_REQUEST} ^.*(http|https|ftp)(%3A|:)(%2F|/)(%2F|/)(w){0,3}.?(blogger|picasa|blogspot|tsunami|petapolitik|photobucket|imgur|imageshack|wordpress\.com|img\.youtube|tinypic\.com|upload\.wikimedia|kkc|start-thegame).*$ [NC] RewriteRule .* index.php [F,L] RewriteCond %{REQUEST_URI} (jb-config\.php\.php|phpthumb\.php|thumb\.php|thumbs\.php) [NC] RewriteCond %{HTTP_REFERER} ^.*204eastsouth.com.* [OR] # RewriteCond %{HTTP_REFERER} ^.*AnotherWebsite.com.* RewriteRule . - [S=1]
To both .htaccess files (one at at time, not both files at once, as I wasn’t clear which you wanted me to put that in) and that just broke BPS plugin.
Thanks for your assistance and your patience with my screw-ups. It’s been a long week already. ??
Forum: Plugins
In reply to: [BulletProof Security] Juicebox and BPS – 403 errorAnd just to check. After changing the .htaccess file, I am reloading the edit post page for testing. Is that sufficient? Do I need to log out then back in or anything like that?
Thanks -Skippy
Forum: Plugins
In reply to: [BulletProof Security] Juicebox and BPS – 403 errorAnd I don’t know how to use pastebin so I’ll try again.
Forum: Plugins
In reply to: [BulletProof Security] Juicebox and BPS – 403 errorNone of that worked.
I don’t have
# Allow wp-admin files that are called by plugins # Fix for WP Press This RewriteCond %{REQUEST_URI} (press-this\.php) [NC] RewriteRule . - [S=1]
So I added that code where I thought it should go.
Here is my .htaccess file as of now. Possibly I have things in the wrong place. My htaccess knowledge is limited.:
<script src=”https://pastebin.com/embed_js.php?i=6FdjukbZ”></script>