hawaiibillT
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] League tablesRoch My tables still aren’t sorting right. Doesn’t seem to matter what I do in configuration or updating they still display wrong.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] League tablesThanks for the quick reply. The rankings are displaying out of order 6-2 6-3 6-2 6-2 and 5-3 5-4 5-5 5-4. The win display is sorting right but the loss display isn’t sorting right.
I’m using Am Football settings for basketball since I have both sports. I’ve tried to change the settings to basketball but get a error page when I do.
Here is the women’s standings table, its doing the same.
My football tables are displaying right using conference as the prime. Basketball is using overall as the prime until conference play starts.
You can see all my standings tables at https://bigbluerules.com in the menu under SEC Standings.
Bill
That did it, Mahalo Roch.
Forum: Plugins
In reply to: [Ultimate Post List] Space between wiget title and first showing postMartin I solved my display problem by modifying top margin for the image and adding margin to your post title css.
#uplp-list-44674 ul li img { display: inline; float: left; margin: 10px 8px 8px 0px; width: 75px; height: 75px; }
#uplp-list-44674 ul li div.uplp-post-title { font-size: 13px; margin: 10px 0px 0px 0px; }Bill
Forum: Plugins
In reply to: [SOGO Author's Recent Posts] Conflict problemThanks for your reply. I decided to use another plugin.
Resolved
Thanks Roch. Sorry it took so long to reply, was camping to escape the heat. That worked great putting it in either the sportspress custom css or the theme custom css.
Thanks again
Thanks for the quick reply Roch. Last question, how do I align Team Conf Overall to the left to match up with the standings PF PA columns?
Thanks
Fixed it. Thanks
Roch it still hasn’t been answered in pro support. I got one reply asking exactly what needed to be changed to make sure what I wanted but Anita hasn’t gotten back to me with a answer yet. You guys are always very fast in answering questions so she’s probably very busy.
Bill
You should be able to see it now. I forgot to tell you I’m using pro version.
Thanks for your quick reply.
BillForum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] league menu logo linkSimon a simple html link code works. a href=”link” target”blank” <?php echo wp_get_attachment_image( $logo, $logo_size, false, array( ‘class’ => ‘sp-league-menu-logo’, ‘alt’ => $title, ‘title’ => $title ) ); ?> /a Hope this helps you.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] league menu logo linkyou’ve probably got it figured out by now but just in case. wrap this <?php echo wp_get_attachment_image( $logo, $logo_size, false, array( ‘class’ => ‘sp-league-menu-logo’, ‘alt’ => $title, ‘title’ => $title ) ); ?> with a href in sportspress-pro/includes/sportspress-league-menu/sportspress-league-menu.php
Forum: Fixing WordPress
In reply to: Being hacked?Thanks ClaytonJames. My site seems to be in good shape. After reading about it I’m not sure about the HS school district in Texas where the last attempt came from though.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] league menu logo linkI set it by adding an href to the logo in sportspress-league-menu.php. Would be a good addition to have the ability to add it in the league menu page