Haz
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Metrics Tracker] …the next time WP Cron is runThanks, I agree with you. I need to figure it out. Great plugin, btw.
A run not relying on WP Cron, would be great. Like a “run now” button. It could be a good “premium feature”
Forum: Plugins
In reply to: [Social Metrics Tracker] …the next time WP Cron is runI installed “WP Crontrol” plugin just to have a look at what’s happening.
And all the scheduled events are being added to the queue, but none are running, and they are all listed as “Non-repeating’
any insights as to what is configured improperly?
Forum: Plugins
In reply to: [W3 Total Cache] CDN & Host attachmentsI figured the issue out and resolved it.
Forum: Fixing WordPress
In reply to: Featured Image URL issue – want original image to be usedThanks all, I figured it out.
Hi, thanks, it worked great!
Forum: Plugins
In reply to: [Login Security Solution] How to check stats on login attemptsThanks for your feedback. Great plugin, it has saved me many times.
Forum: Themes and Templates
In reply to: Syntax for changing Link Text color in Twenty Fifteen?I’m kind of surprised there have been no responses on point. I didn’t think this issue was so rare that there would be no solution available.
Forum: Themes and Templates
In reply to: Syntax for changing Link Text color in Twenty Fifteen?Still trying to figure this out…any thoughts?
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Need Syntax for Full Screen on Search Resultsworks great. thanks for the awesome plugin.
Forum: Themes and Templates
In reply to: Twenty Fourteen Missing Updated & Missing Author ErrorI sorted this out, witched to Twenty Fifteen.
I think I sorted this out. I purged my CDN cache again at it works. Thanks for the great plugin.
Forum: Fixing WordPress
In reply to: Featured Image URL issue – want original image to be usedHi Andrew, yes thanks. I figured that.
I found a good plugin that helped me tweak the image size dimensions, but I would like to put the proper code in my child functions theme so I am not relying on the plugin long term.
Here is the plugin: Simple Image Sizes
https://wordpress.org/plugins/simple-image-sizes/But if I can get some help with the proper syntax, that would be very helpful.
Forum: Fixing WordPress
In reply to: Featured Image URL issue – want original image to be usedHi, thanks for your feedback. I have since switched to Twenty Fifteen and I found the line in the functions.php that I need to be able to change:
set_post_thumbnail_size( 825, 510, true );
Once I do this, everything works fine. Upon import the theme does not create an additional media file and the featured image points to the proper original file.
I can set up a child functions.php in my child theme, but can you help me write the code that I can cut and past into the child child functions.php? Once I have that set up I can simply go into the child functions and change the numbers.
Thanks in advance.
Haz
Forum: Plugins
In reply to: [W3 Total Cache] Hotlinking Protection Rules Not WorkingI have tried many times to add code to htaccess to prevent hotlinking of images from the original server URL with absolutely no luck. Each time I have cleared cache and purged pullzone, so there is no doubt that the added code is refreshed.
Blocking the Pull Zone URL works fine with the CDN Whitelist, but something is preventing the blocking of images from the site URLs.
It seems to me if W3TC integrates with MAX CDN, then W3TC should have all images using the original server URLs point to and pull from the Pull Zone URL. So the only source of media is from the pull zone, Right?
Any response or insights would be appreciated.
I disabled all plugins except AIO and I cleared the cache, and my pages were still showing up in frames on another site. any ideas?