digitalcanopy
Forum Replies Created
-
@poovarasudev I ran into the same issue this afternoon. Using @duongcuong96’s response as guidance, quickly realized I had accidentally enabled the AWS for WordPress plugin. After disabling AWS for WordPress, I was able to run BackWPup without any problems. Hope this helps!
Thanks mslocum. Hopefully the NextGen Gallery dev will remedy their next release.
Looking for the same solution. I know it can be done with the Media Library built within WordPress, but this feature didn’t seem to translate to NextGen Gallery. Any advice or direction would be greatly appreciated.
Forum: Plugins
In reply to: [SimpleMap Store Locator] [Plugin: SimpleMap] New Locations not Geo-coding@glenn, Hope all is well. I know there was a recent update to the SimpleMap plugin, but I noticed in my version this issue is still occurring. Did the fix not make it into this release? Thanks, -Brian
Forum: Plugins
In reply to: [SimpleMap Store Locator] [Plugin: SimpleMap] New Locations not Geo-coding@glenn, thanks for the update! Do you have an estimated release window for the standard version of the plugin?
Forum: Plugins
In reply to: [SimpleMap Store Locator] [Plugin: SimpleMap] New Locations not Geo-codingI’ve run into the same issue. Plugin use to work, but is no longer generating longitude and latitude values.
Forum: Fixing WordPress
In reply to: Menu feature – drag and drop is not working@cxd also helped me resolve this issue. The WordPress Codex does make note of adding the ‘if(!is_admin) { … } ‘ in the documentation. This is required to prevent the drag-and-drop in the custom menus from breaking.
Forum: Themes and Templates
In reply to: WordPress 3.0 Menu class and id issues@rhand, much appreciated. Ran into the issue
warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'register_my_menus' not found or invalid function name in /opt/local/apache2/htdocs/wordpress/wp-includes/plugin.php on line 339
, and wrapped it in the function_exists check to get rid of her. Thanks much!
Strange, the more I look into this, the more I discover this issue is browser-specific. The good news is that the files being uploaded are being stored on the server and can be accessed via the MM Forms Community admin panel. Bad news: is that file attachments function in Chrome and Safari (webkit browsers), but don’t function in either Firefox or Internet Explorer 8 (have not yet tested IE7, but one can only assume they don’t function there either).
Well, finally got around to attempting to test out file attachments. Alas, they do not work. MM-Forms was so much better!
Why make a whole new plugin?!
Forum: Plugins
In reply to: [MM Forms Community] [Plugin: MM Forms Community] 404 Page Not FoundWell, I think this guy resolved itself. The issue might have been related to a redirect malware script that attacked my server of all things. So, with that, ignore this issue!
Forum: Plugins
In reply to: [MM Forms Community] [Plugin: MM Forms Community] 404 Page Not FoundCouple more additions to this issue:
3) This problem only occurs when the user goes to Settings >> Reading, and sets the “Front page displays” to “A static page”.
4) I’m calling the MM Forms function in my template using the following code snippet:
<?php if (function_exists(insert_mm_form)) { insert_mm_form('Pre-Register'); } ?>
… and the code snippet is OUTSIDE of the WP Loop. Does it need to be in the Loop to function properly?
Thank you in advance for any help you can provide me with this issue.
Forum: Plugins
In reply to: [Plugin: GigPress] Gigpress makes content disappearDid you guys ever get this issue resolved? I’m having the same issue on my client’s site where, once I’ve activated GigPress, my content disappears. Any help will be much appreciated.
Forum: Plugins
In reply to: [Plugin: DM Albums] Feature Request: Photo OrderingJust wanted to follow up with a public “Thank You”. The new drag-and-drop photo ordering is a great feature. I recommend DM Albums to anyone who wants to showcase and manage their photos with ease. Keep up the great work!
Forum: Installing WordPress
In reply to: Settings>DM Albums displays nothing in 2.8.4I’ve run into this same issue on a Media Temple Gridserver Lite. I emphasis “Lite” because on a standard Media Temple Gridserver the issue does not occur. You can see the issue occurring at the following address:
new.perspectivestudio.com/portfolio/fine-art
Any help you can provide me would be much appreciated!