vtroia
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] TIme Zone settingSorry, i just read the README and noticed it was relying on the wordpress time settings.
Forum: Plugins
In reply to: [W3 Total Cache] PHP Error – realpath(): open_basedir restriction in effect.Anyone? Bueller? Bueller?
Forum: Fixing WordPress
In reply to: Import creates duplicates and adds star character ★Excellent. Thank you very much.
Found the answer here if anyone else is looking for it:
Forum: Plugins
In reply to: [WP-Table Reloaded] Displaying Limited Table rows?Nevermind, I found the answer:
row_count (integer) (optional)
Forum: Plugins
In reply to: [Plugin: Sociable] Need custom images to workStill having this problem. When examining the source, the IMG urls continue to say ..”services-sprint.png”. This is even with the sprite checkbox disabled.
Forum: Plugins
In reply to: [Plugin: Lightbox Plus] Broken in SafariFixed with some simple CSS:
#cboxOverlay { display:none; }
cbox will still display properly afterwords.
Forum: Fixing WordPress
In reply to: http versus httpsI second that. It would be great to be able to specify a secure URL in the config.
Forum: Fixing WordPress
In reply to: WP 2.8 can’t ftp to the server (plugin updates)Bump.
Forum: Installing WordPress
In reply to: Upgrade WordPress Nothing HappeningI found the problem the problem, at least with 1and1 as my host.
I had to specify that PHP5 was being used via the .htaccess file. I added these two lines:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php