MicahBlu
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Does not appear to work at allThink I know what it is. Can write cache say no..
Forum: Plugins
In reply to: [Autoptimize] Does not appear to work at allThis may be due to the way I have my directories structured? I manage all my sites with git, composer, grunt, using composer to manage WordPress and its plugins as dependencies of my project, in order to achieve this the entire wordpress source is loaded in a wp directory from the root directory.
See https://github.com/micahblu/wp-launchpad
But I’m not sure how this would conflict?
Forum: Plugins
In reply to: [Autoptimize] Does not appear to work at allChanging the theme to twentyfifteen had no effect, I did however find an error in my log associated with AO:
[Mon Apr 20 12:19:01.572938 2015] [:error] [pid 20563] [client 108.23.119.50:56368] PHP Warning: An unexpected error occurred. Something may be wrong with ww.wp.xz.cn or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to ww.wp.xz.cn. Please contact your server administrator.) in /home/micahblu/htdocs/wp/wp-includes/update.php on line 295, referer: http://micahblu.com/wp/wp-admin/options-general.php?page=autoptimize&settings-updated=true
Forum: Plugins
In reply to: [Autoptimize] Does not appear to work at allHI Frank, thanks for the quick response. Unfortunately none of those conditions apply.
view-source:http://micahblu.com/
The plugin is currently active. The site is extremely simple and the only other plugin I have is SSH SFTP Updater Support, which I don’t think is conflicting with AO.. Any ideas?
Forum: Plugins
In reply to: [RSVP ME] RSVP page not displaying correctlyLayout issues are fixed in latest
Forum: Plugins
In reply to: [RSVP ME] Change appearence and textAll the template files are located in the themes/default/ directory.
Hope that helps
Forum: Plugins
In reply to: [RSVP ME] Change appearence and textYou have to hire someone because you are asking for someones time to help you. Whether that be in translating text or writing code it is still someone else’s time. I have already donated hundreds of hours of my own personal time in developing open source software so that people like you may find a use for it and thousands have. So to ask for even an minute more of my time without compensation, worse without any expectation of compensating me for it, is a bit rude at best.
The shortcodes were never officially released, they were in beta, here’s a snippet from my changelog:
Fixed a shortcode error (Shortcode is still in Beta). Shortcodes are invoked witht the following: [rsvp_event id=”even_id”]
Have a good day
Forum: Plugins
In reply to: [RSVP ME] Change appearence and textHi laraurkiola, the requests you mention would be custom work. I’d be happy to discuss hiring me for the work or you can hire any other WordPress developer to help out. Regarding your second question, you’re trying to use a shortcode to display a RSVP Me event, RSVP Me does not support this. This would also be a custom features you’d need to hire someone to build.
Forum: Plugins
In reply to: [RSVP ME] RSVP page not displaying correctlyCan you guys try the latest release 1.9.9 please?
Forum: Plugins
In reply to: [RSVP ME] Showing respondents on the Events Page (Front End)Hi Talki,
You’re welcome, It is definitely possible to build a widget that would extend RSVP Me, this is not however a feature that is built in.
Best,
Forum: Plugins
In reply to: [RSVP ME] Respondants not workingAll should be working now in 1.9.8. Please update and let me know if the issue is not resolved. My apologies for the delay
Forum: Plugins
In reply to: [RSVP ME] Respondants not workingHello all, working on a fix today.. Sorry about the delay
Forum: Plugins
In reply to: [RSVP ME] Respondants not workingcan you provide a link that demonstrates the error please?
Forum: Plugins
In reply to: [TAB ME] How to remove the arrowsAh, the problem is that somehow you have <i> tags injected in the tab labels (Tab Me) doesn’t add those, and those <i> tags have those arrow images set as their background-image in your style.css line 287.
So either remove those <i> tags or remove the arrow background image in the style sheet.
Be careful though if you choose the latter since those arrows maybe be used else where in the site.
Best,
Forum: Plugins
In reply to: [TAB ME] How to remove the arrowsNot sure what you mean, there shouldn’t be any arrows produced by the plugin. Could you share a link to illustrate?