mark
Forum Replies Created
-
Forum: Plugins
In reply to: [Recent Posts Slider] Align entire slider to CENTER make responsiveI too would find this helpful (both center and responsive). Perhaps the ability to set to % for width rather than set pixels would work. I use the Propulsion theme that is responsive and resizes depending on screen size.
Your plugin is under the image on front page.
Thanks.
Forum: Plugins
In reply to: [Team Rosters] Page not foundThanks for the help. Oddly, by simply changing the permalinks settings and resetting it works as it should. I’m guessing its an issue with the theme.
Also, to view as a gallery (in mimicking your site), I’m assuming to use
teams/team-name/
to view the gallery? When I attempt this, I am given an archive page. This is both in my current theme and testing with Twenty-Ten.
Thanks.
Forum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Blank on IE / Social IconsDisregard, seems to be an isolated incident reference IE on my laptop. Seems to work on all other PCs I’ve tested on.
Thanks for the great plugin.
Forum: Plugins
In reply to: [WP Parallax Content Slider] Format TextDisregard, manual excerpt allows HTML code.
Forum: Plugins
In reply to: [Wordpress Content Slide] Baby Step DirectionsI left this plugin this morning for another.
But, to get mine to work I had to use images the exact same size as the parameter on the setting page.
If on the top of the setting page you have the image set to be 800 by 600 px, your image must be exactly that size, otherwise it will repeat.
I used pixlr.com to edit my images to make them fit.
Hope that helps.
Forum: Plugins
In reply to: [Wordpress Content Slide] Baby Step DirectionsYou must edit the php file where you want the image to show, not the function file.
For my site, I put the code on “front-page.php” as I wanted the slider to appear on my front page. The slider will show on the home page and the home page only.
You may have to create a page template if you want to put the slider on another page.
Forum: Plugins
In reply to: [Game Schedules] No Time?Mark,
That roster plugin looks good. Got a sneak peek on your dev page. Anticipating its release. (Sorry, off topic I know)
Forum: Plugins
In reply to: [Game Schedules] Add link for map to locationPerfect with map location link!
Thanks again, looks great.
Forum: Fixing WordPress
In reply to: Time (and dates) incorrect on siteFinally, I fixed it (with your help)
Used this code to set timezone in the script added to WP page:
<?php
date_default_timezone_set(‘America/Denver’);$script_tz = date_default_timezone_get();
if (strcmp($script_tz, ini_get(‘date.timezone’))){
echo ‘Script timezone differs from ini-set timezone.’;
} else {
echo ‘Script timezone and ini-set timezone match.’;
}
?>Would not have figured it out without your help. Many thanks.
Forum: Fixing WordPress
In reply to: Time (and dates) incorrect on siteHowever, when I deactivate all plugins the time zone output is now:
The date/time on the server is: [04-Nov-2012 06:36:34 AM UTC +0000]
timezone string on server is: UTCForum: Fixing WordPress
In reply to: Time (and dates) incorrect on siteAdding the script
$standalone_timezone = ‘(*** whatever the other script said ***)’;
$wp_timezone = date_default_timezone_get();
echo ‘wp timezone string on server is: ‘.$wp_timezone.’
‘;
date_default_timezone_set($standalone_timezone);does not seem to have an effect. Sounded good in theory. I tried adding in different portions of the script and no luck.
I added that output to both pages, WP page has
The date/time on the server is: [03-Nov-2012 11:22:46 PM PDT -0700]
timezone string on server is: America/Los_Angeleswhile standalone has
The date/time on the server is: [04-Nov-2012 12:18:55 AM MDT -0600]
timezone string on server is: America/Denver
I began looking at my plugins. I deactivated All-in-One Event Calendar and Game Schedule plugin. Both change the output of the time zone on the WP page. Seems to be the source of the problems between these two plugins (both which I would like to keep for functionality).
It always comes down to another plugin, right? LOL
Can I add anything to those plugins to reset to WP timezone? I’m super frustrated now.
Forum: Themes and Templates
In reply to: [Hero] Professional Version of Hero ThemeThat is a upgrade in the pro version – unlimited slider images.
Forum: Fixing WordPress
In reply to: Time (and dates) incorrect on siteWow, that is a mouthful, LOL.
I entered the given code. On the standalone page, the response is:
The date/time on the server is: [03-Nov-2012 09:28:02 PM MDT -0600]
On the WP page, the response is:
The date/time on the server is: [03-Nov-2012 08:28:00 PM PDT -0700]
So that explains the times being off by an hour. I am assuming make an adjustment to the General Settings on WP site is easiest way to adjust?
And is does not address the issue of the days being off. It is the exact same script copy and paste into WP using the plugin ‘Code Insert Manager’.
Thank for taking a look, I know not the simplest of problems, any other input would be great.
Forum: Plugins
In reply to: [Game Schedules] Add link for map to locationHi Mark (I posted previously under a different account name that was name of old site I worked on),
Although the map location would feature would be great, I would love to see the Team Rosters plugin developed. I truly am a fan of your plugins in so far that work perfectly for my purpose.
My site is live at: https://www.nmclippers.com
Any plans for a tournament plugin? I was surprised to find a lack of quality sports plugins for WordPress.
Thanks again for your work.