Feyisayo1
Forum Replies Created
-
Alright, I just did, thank you
1. https://imgur.com/a/EnT0aPN
2. It worked previously for a short while but suddenly started again
3. Yes, they occurI have tried resetting Site Kit with no luck.
Forum: Plugins
In reply to: [WP Fastest Cache] 500 – Internal Server Error After recent updateThanks, I deleted and reinstalled, its fixed now
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Illegal String Offset NoticeNever mind, found a thread where you enabled error reporting for developers, so I just uncommented
error_reporting(0);
on line 24 of the simple-share-buttons-adder.php file and that fixed it.Thanks!
Forum: Plugins
In reply to: [Easy Image Gallery] Border won't just go?Yaayy, it worked….. but, the border now appears only at the right of the image window.
Forum: Plugins
In reply to: [Easy Image Gallery] Border won't just go?Yeah the lightbox window that pops up, here’s a live url
Forum: Plugins
In reply to: [WP Fastest Cache] Cache not deletingThank you so much mbrsolution, I used the plugin you suggested to monitor the cron jobs and found out wp-fastest-cache was working fine recurring hourly, I don’t know what else could be causing my pages not to be updated after an hour. Probably browser-based caching?
Forum: Plugins
In reply to: [WP Fastest Cache] Cache not deletingThanks, I installed the plugin and found a cron job was set for wp fastest cache recurring hourly, (which I had set in wpfc’s cache timeout settings)
then I refreshed the page and found another cron job called wpfc_tempDelete created and was due to take place in 23 seconds.
Do I edit the wp fastest cache’s cron job manually and specify its recurring time in the wp crontrol’s settings?
Forum: Plugins
In reply to: [WP Fastest Cache] Cache not deletingThanks for the suggestion mbrsolution, Will the plugin tell if a cron job was successful or not too?
Forum: Plugins
In reply to: [WP Fastest Cache] Cache not deletingThanks for the feedback Emre, I tried the steps above and I still had the same issues and the “tmpWpfc” folder was deleted, I’ve also noticed, when I set cache deleting time to an hour in plugin’s settings, after one hour, the cache timeout tab changes and I have to set a specified time for cache deletion again, this is what cron job does right?
I’ve checked the option to delete the cache once a post or page is published but nothing happens.
Also, we have a mobile site as a subdomain with a different wordpress theme and also a different wordpress theme for our desktop site, after sometime when we try to access the desktop site while the plugin is active, we see the mobile site instead of the desktop site.
I have checked the option to not show a cached version to mobile users cause mobile users were seeing the desktop site instead of the mobile site while this option was unchecked.
Forum: Fixing WordPress
In reply to: Latest Posts Not in the right OrderJust in case anyone has this issue, all I did was unstick all sticky posts from the dashbaord.
I can’t believe such feature really gave me tough time.
Forum: Hacks
In reply to: Where to edit in wp-login.phpThanks BCworks, it has to be my theme, I’m unchecking the option in my theme to let users specify a password when registering now.
Forum: Fixing WordPress
In reply to: Javascript for auto refreshing one page onceSorry, I meant <script> instead of <style> Thanks!
Forum: Fixing WordPress
In reply to: Javascript for auto refreshing one page onceHi, I’m so sorry for taking so long to reply,
1) I don’t really understand what you mean by pasting my code on pastebin, I could do that but I don’t know which file’s codes of my theme to paste.2) My theme’s custom javascript field requires I have the <style> tag in whatever code I want to paste there, how do I go about adding that tag to the reload() method and ForceGet too, cause it takes an actual click of the reload button in my browser for the thumbnails on my site to look better.
3) Is there a way I could specify just one link to be reloaded in the code as the issue I’m having only affects just one post?
Thanks for the support!
I use windows 8 and Chrome 30.0.1599.101m the latest, I’ve not tried the prettyPhoto option though, i’ll do that now and see if it solves any issues, thanks for the support.