mmattner
Forum Replies Created
-
Forum: Reviews
In reply to: [Google Analytics Dashboard Stats] Hacked My SiteI can assure you, this plugin has not been maintained for a LONG time. If there is a vulnerability that caused your issue, I most definitely apologize, but there was no malicious intention on my part.
Forum: Plugins
In reply to: [Current Weather] Only works when it wants toLee, would you be able to turn on debug mode in your local environment, and let me know what output you get? Functions related to this plugin use ‘wpgcw_’ in their naming structure in some fashion and the plugin has two file names to be aware of: ‘current-weather.php,’ and ‘class.wp_current_weather.php.’ Let me know if anything related to that pops up. The other thing to potentially check are the directory permissions of the assets directory and its contents, as well as the includes directory and its contents.
Forum: Plugins
In reply to: [Current Weather] Only works when it wants toCan you explain what is not working?
Forum: Plugins
In reply to: [WP-Instaroll] [Plugin: WP-Instaroll] Custom Post TypeThe other thing you might want to support is post formats. I’d personally like to use this as an image post by default. Might be nice to have this as an option in case post formats are available.
For reference: around line 393 of the file /instagram/instagram.php I added the line
set_post_format( $created_post_ID , 'Image' );
right below$created_post_ID = wp_insert_post($post_args);
in order to automatically set its format as image.Forum: Plugins
In reply to: [Current Weather] Only works when it wants toPart of the reason why I made the plugin was because I needed something clean that could do the job. Sorry to hear it isn’t working for you, though.
Are all of those sites with the same host? And which subset of php 5 is it?
Forum: Plugins
In reply to: [Current Weather] Only works when it wants toTo be honest with you I don’t know what would be causing this. I’ve seen others encounter errors with this plugin that I’ve never come across, but I suspect my development environment is part of the reason. Where do you currently host your WordPress installation, and can you tell me what php version you’re running on it?
Forum: Plugins
In reply to: [Google Analytics Dashboard Stats] Profile ID errorEnquirer32, there are certainly plenty of them, unfortunately.
I have to mark this as resolved because I’ve seen no response.
Forum: Plugins
In reply to: [Google Analytics Dashboard Stats] Profile ID errorHi, Conqueror, I’m sorry you’re having these problems. If you go to the Analytics Stats Settings page and click on the help tab, you’ll find the directions you need to get this up and running.
I apologize for not getting back to you sooner. Are you in an environment where you can turn on Debug mode and let me see the output of that? I’ve got this version working on multiple installs using 3.4.1.
I know that you switched to a different plugin, but for anyone experiencing issues that stumbles on this thread, refer to this thread for a possible solution.
Glad I could point you in the right direction and thanks for you using my plugin!
I just used the exact shortcode you gave above multiple times in a page template without any issues: https://sandbox.mikemattner.com/lorem-ipsum/
It is showing up in my sandbox environment there in various contexts, and on other WordPress installs. I’m actually pretty stumped on this one, as I’ve tried to reproduce the problem without ‘success.’ I’m not entirely sure what is missing.
What version of WordPress are you currently using? What are you using for your template as of right now? Something proprietary or a framework? Would turn on WordPress debugging, reload the link you gave me and let me know what errors pop up? That might point me in the right direction.
I would really like to help here. Can you give me any information to use for debugging purposes?
That’s odd. I have this plugin running on multiple sites without issue. Would you be able to turn on debug mode, and let me know what you get?