idowebwork
Forum Replies Created
-
Forum: Reviews
In reply to: [My Simple Space] Shows wat I want, but slows down admin loginI have added some caching to the folder sizes in version 1.1.1. Please let me know if that works for you. It caches for 60 minutes 😀
Forum: Plugins
In reply to: [Re-Welcome] Does not work in 4.4.2I now see emails coming to users on one of my sites 😀
Forum: Plugins
In reply to: [Contact Form 7] No Emails SentMy problem has been resolved. Apparently there was a settings that needed to be changed and I had changed my email from coming to my domain and instead going through Google Apps. My host fixed the issue on my sites and all is good again. Thanks for suggesting that I check over at that link.
Forum: Plugins
In reply to: [My Simple Space] Is My Simple Space data cached?Currently it is not cached. I am working here on getting that put in there for the next release. Stay tuned.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Change admin e mail addressYou can change it under MailPoet > Settings > Basic tab. That will change it for future newsletters. Unfortunately, there is no easy way to change past newsletters in the admin. You would need to look for them under the database using phpMyAdmin (for example). They are in the wysija_email table.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Change of colours in widgetYou will need to make those changes through CSS. Something like this:
.wysija-submit { background: red; }Change that to the color you wish.
Forum: Plugins
In reply to: [My Simple Space] Current issues – update pending?And 1.0.7 was pushed out to address a really weird issue. I have a site that for some reason wanted to show the root path as just /. 1.0.7 is available and should fix issues across the board with error messages and 0B results for space usage.
Forum: Plugins
In reply to: [My Simple Space] Current issues – update pending?And 1.0.6 is out to fix an issue introduced in 1.0.5, with the fix for installs in a subfolder.
Forum: Plugins
In reply to: [My Simple Space] Current issues – update pending?If your site is contained inside a subfolder (yoursite.com/wp, for example), the way folders are collected causes a double entry for the /wp in the example. So, instead of the plugin spitting out a path of
yoursite.com/wp/wp-contentit instead spits outyoursite.com/wp/wp/wp-content.I have just released 1.0.5 to counteract this by removing one of those /wp’s dynamically.
Please let me know if this corrects the issue.
Forum: Plugins
In reply to: [Admin renamer extended] Has_cap error?The issue is not in the word ‘has_cap’, but in the way you are checking for user role permissions. This is the culprit (line 41 in admin.php):
add_submenu_page("plugins.php", "Admin renamer extended", "Admin renamer extended", 10, __FILE__, 'plugin_admin_renamer_initpage');Notice that 10 in there? You are looking for a user to have a user level of 10. This is not the way to do it. Change the 10 to say “activate_plugins”, which is something set for admins and super admin (in a MU setup) and that will fix the issue right up.
Forum: Plugins
In reply to: [Lightbox & Modal Popup WordPress Plugin - FooBox] lightbox not workingI fixed my problem, which was related to having a script to minify my site right inside my custom built theme. The issue seems to happen when you minify JavaScript and/or combining scripts to make it smaller to download for visitors. If you have a plugin in place to do this on your site and it has an option to turn this off, try that. Then look to see if there is a way to tell it not to minify the JavaScript file for FooBox Free, which is at this location on your site:
wp-content/plugins/foobox-image-lightbox/js/foobox.free.min.jsFrom the name, the min in the middle means that the script is already minified.
Hope that fixes your problem as well.
Forum: Plugins
In reply to: [Lightbox & Modal Popup WordPress Plugin - FooBox] lightbox not workingI can confirm this is an issue with the FooBox. Can we get someone to look into this and offer a fix. Using WP 4.2.1
Forum: Plugins
In reply to: [WP Backup] How do I restore backup?If you cannot get into the admin due to blocked password, you will need to manually restore by downloading the zip file, extracting it and pushing those files back to the server using an FTP program or perhaps even the file mananger in your site’s control panel.
Forum: Plugins
In reply to: [WP Backup] InfoIf I am understanding you correctly, yes this can be used to move to another server. Basically what this does is backup your files and/or database (based on your settings) and compresses (zips) them for you to download and/or restore. You would download the zip, uncompress and uplad the files elsewhere, restoring the database through whatever control panel your new server uses.
Forum: Plugins
In reply to: [WP Backup] Scheduled Backups Not Working AnymoreKen,
Please make sure you are running the latest version and see if the issue resolves itself. If not, feel free to post again and see if someone can help you.