Title: Modelitup's Replies | WordPress.org

---

# Modelitup

  [  ](https://wordpress.org/support/users/modelitup/)

 *   [Profile](https://wordpress.org/support/users/modelitup/)
 *   [Topics Started](https://wordpress.org/support/users/modelitup/topics/)
 *   [Replies Created](https://wordpress.org/support/users/modelitup/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/modelitup/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/modelitup/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/modelitup/engagements/)
 *   [Favorites](https://wordpress.org/support/users/modelitup/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Front End PM] "Contact me" button](https://wordpress.org/support/topic/contact-me-button-1/)
 *  [Modelitup](https://wordpress.org/support/users/modelitup/)
 * (@modelitup)
 * [10 years ago](https://wordpress.org/support/topic/contact-me-button-1/#post-7017335)
 * Try putting rawurlencode($name);
 * in the echo and it should add %20 where spaces are.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Front End PM] "Contact me" button](https://wordpress.org/support/topic/contact-me-button-1/)
 *  [Modelitup](https://wordpress.org/support/users/modelitup/)
 * (@modelitup)
 * [10 years ago](https://wordpress.org/support/topic/contact-me-button-1/#post-7017332)
 * I was able to create a Contact Button by using the following code:
 *     ```
       <? 
   
       $name = get_the_author(); // I used Author since I wanted the Author of the post to be contacted.
   
       $title = 'Title / Subject';
       $message = 'Default message goes here (placement text)';
   
       echo '<a href="/?fepaction=newmessage&to='.$name.'&message_title='.$title.'&message_content='.$message.'">Contact Author</a>';
   
       ?>
       ```
   
 * If you used HTML you’d have to enter all the info manually.
    I have run into 
   a problem when contacting some usernames with Spaces between them though so if
   anyone knows a way around that I’d definitely be interested in knowing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] [Plugin: Better WP Security] This plugin broke other plugins.](https://wordpress.org/support/topic/plugin-better-wp-security-this-plugin-broke-other-plugins/)
 *  Thread Starter [Modelitup](https://wordpress.org/support/users/modelitup/)
 * (@modelitup)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-better-wp-security-this-plugin-broke-other-plugins/#post-2914656)
 * This plugin even broke my tags… I can’t believe how much damage this plugin did…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] [Plugin: Better WP Security] This plugin broke other plugins.](https://wordpress.org/support/topic/plugin-better-wp-security-this-plugin-broke-other-plugins/)
 *  Thread Starter [Modelitup](https://wordpress.org/support/users/modelitup/)
 * (@modelitup)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-better-wp-security-this-plugin-broke-other-plugins/#post-2914607)
 * I had to uninstall the plugin it broke all the interface in Firefox but everything
   still works in Internet Explorer.
 * This isn’t a local related problem sadly as I’ve tested other browsers.
    I’m 
   not sure what it did but it definitely limited the use of the site now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Calendar] [Plugin: Ajax Event Calendar] Calendar Tag [calendar] creating 2 calendars instead of one?](https://wordpress.org/support/topic/plugin-ajax-event-calendar-calendar-tag-calendar-creating-2-calendars-instead-of-one/)
 *  Thread Starter [Modelitup](https://wordpress.org/support/users/modelitup/)
 * (@modelitup)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-ajax-event-calendar-calendar-tag-calendar-creating-2-calendars-instead-of-one/#post-2364942)
 * That’s alright the plugin wasn’t doing much good for page rank which is what 
   we were using it for to try to speed up the yspeed for ranking purposes.
 * It doesn’t do the best so I’ll just remove it.
 * Thanks for the quick assistance and the great calendar plugin :D!
    I’m looking
   forward to using your shortcode update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Calendar] [Plugin: Ajax Event Calendar] Calendar Tag [calendar] creating 2 calendars instead of one?](https://wordpress.org/support/topic/plugin-ajax-event-calendar-calendar-tag-calendar-creating-2-calendars-instead-of-one/)
 *  Thread Starter [Modelitup](https://wordpress.org/support/users/modelitup/)
 * (@modelitup)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-ajax-event-calendar-calendar-tag-calendar-creating-2-calendars-instead-of-one/#post-2364938)
 * Excellent, found the cause.
 * Sadly it was Gzip plugin but I can work around that, calendars worth more than
   yspeed.
 * Scripts Gzip
    [http://mindreantre.se/program/scripts_gzip/](http://mindreantre.se/program/scripts_gzip/)
   This is the plugin that was conflicting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Calendar] [Plugin: Ajax Event Calendar] Calendar Tag [calendar] creating 2 calendars instead of one?](https://wordpress.org/support/topic/plugin-ajax-event-calendar-calendar-tag-calendar-creating-2-calendars-instead-of-one/)
 *  Thread Starter [Modelitup](https://wordpress.org/support/users/modelitup/)
 * (@modelitup)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-ajax-event-calendar-calendar-tag-calendar-creating-2-calendars-instead-of-one/#post-2364936)
 * Which of the FAQ would you like me to attempt?
    I don’t see anything that matches
   what i’ve described.
 * I tried recently backing up the mysql database and deleting then re-activating
   the plugin but it said it was missing the file “cat_colors.css” so I manually
   uploaded that.
 * It’s still giving the same trouble and I didn’t see any other issues like this
   in the FAQ Forum.
 * Please let me know what you’d like me to try from the FAQ and I’ll gladly do 
   so, many thanks for taking the time to reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [update wiped colors and calendar](https://wordpress.org/support/topic/update-wiped-colors-and-calendar/)
 *  Thread Starter [Modelitup](https://wordpress.org/support/users/modelitup/)
 * (@modelitup)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/update-wiped-colors-and-calendar/#post-2261750)
 * I’m reverting back to a backup, I can’t wait any longer for response as business
   needs it online.
 * Please let me know if this issue is only effecting me, if it isn’t I look forward
   to your next update.
 * When you get it running smoothly it’s great!
    Still a great tool I highly recommend.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [update wiped colors and calendar](https://wordpress.org/support/topic/update-wiped-colors-and-calendar/)
 *  Thread Starter [Modelitup](https://wordpress.org/support/users/modelitup/)
 * (@modelitup)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/update-wiped-colors-and-calendar/#post-2261749)
 * Warning: fopen(*HIDDEN*/plugins/ajax-event-calendar/css/cat_colors.css) [function.
   fopen]: failed to open stream: Permission denied in *HIDDEN*/plugins/ajax-event-
   calendar/ajax-event-calendar.php on line 1301
    cannot open file
 * This is the error I get when attempting a fresh install.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Calendar] Category Colors](https://wordpress.org/support/topic/category-colors/)
 *  Thread Starter [Modelitup](https://wordpress.org/support/users/modelitup/)
 * (@modelitup)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/category-colors/#post-2222374)
 * I resolved by manually adding the file I found from another installation then
   I updated the category after chmodding the css file.
 * [cat_colors.css](http://www.krauppinc.com/ifac/newsite/wp-content/plugins/ajax-event-calendar/css/cat_colors.css)(
   apologies if links removed as is not my site)
 * Is the color css I used if anyone needs in the future.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Calendar] Category Colors](https://wordpress.org/support/topic/category-colors/)
 *  Thread Starter [Modelitup](https://wordpress.org/support/users/modelitup/)
 * (@modelitup)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/category-colors/#post-2222370)
 * I believe it’s the cat-colors.css thats causing the issue.
    I tried adding a 
   blank “cat-colors.css” and chmod to 777 but it wouldn’t update.
 * I’m going to try to de-activate then chmod then activate it.
 * If you have a link to the original “cat-colors.css” that would be generator or
   a link to a copy it would be most appreciative.

Viewing 11 replies - 1 through 11 (of 11 total)