ryanllogan
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Twitter Feed Widget Plugin] Load AsynchronouslyDisregard. I found the setting I needed under the plugin’s options.
Forum: Plugins
In reply to: [Age Verify] Site Keeps Redirecting to Age VerifyAnyone watching this support board?
Forum: Plugins
In reply to: [Age Verify] Site Keeps Redirecting to Age VerifySorry, the issue has returned. I’ve temporarily disabled this plugin until a resolution can be found.
Forum: Plugins
In reply to: [Age Verify] Site Keeps Redirecting to Age VerifyDisregard for the moment. Clearing the cache host-side appears to have fixed the issue.
Forum: Plugins
In reply to: [Age Verify] Site Keeps Redirecting to Age VerifyForum: Plugins
In reply to: [File Manager] CodeSounds like you tracked this down. Looking forward to the fix. Thank you.
Forum: Plugins
In reply to: [Autoptimize] Inline and Defer CSSGood to go, thank you!
Same issue here.
Forum: Plugins
In reply to: [Timeline Express] Image CropUnderstood. I got it to work. Appreciate the support.
For all others out there, adding the following to your child theme’s functions.php, displays your timeline images at 50% of their original size.
function change_timeline_express_announcement_image_size( $image_size ) {
$image_size = ‘50%’;
return $image_size;
}
add_filter( ‘timeline-express-announcement-img-size’ , ‘change_timeline_express_announcement_image_size’ );Forum: Plugins
In reply to: [Timeline Express] Image CropHave to taken a look yet?
1. I removed the images from the site altogether and uploaded them again. The same issue persists.
2. The images are 800 x 800 px. I can’t imagine the images need to be bigger than that. After all, they are being cropped to 350 x 120 px.
I don’t understand your other comments for #2 and I would not consider buying anything where the basic functionality doesn’t work in the FREE version.
Forum: Plugins
In reply to: [Timeline Express] Author of AnnouncementsYep, my fault. Worked like a charm! Thank you.
Forum: Plugins
In reply to: [Timeline Express] Author of AnnouncementsAppreciate the quick reply. Copy/Pasting this at the end of the Child theme’s function.php broke the site with a “Server 500” error.
Forum: Plugins
In reply to: [Autoptimize] GTMetrix – Remove Redirect ChainsI’m scoring really well, so I’ll just move on. Appreciate your help.
Ryan
Forum: Plugins
In reply to: [Autoptimize] GTMetrix – Remove Redirect ChainsNow I just need to figure this one out…
Remove query strings from static resources
http://www.accuritpresence.com/wp-content/cache/autoptimize/css/autoptimize_3f22e002f1ce83d1a0b3adb36ff612dd.css?9e6e22
http://www.accuritpresence.com/wp-content/cache/autoptimize/css/autoptimize_73949f214e6196826da35147c9616d50.css?9e6e22
http://www.accuritpresence.com/wp-content/cache/autoptimize/css/autoptimize_c9dbaa35ff8f3c0a134e939385120cc3.css?9e6e22Forum: Plugins
In reply to: [Autoptimize] GTMetrix – Remove Redirect ChainsUnder CDN Base URL I had the non-www address, as that’s the address required on the CDN side. Removing that address altogether and emptying the cache not only fixed the issue, my GTMetric score went up.
Ryan