Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #856879

    Hello
    I am using Sportspress and Enfold on my hockey site http://www.hcdelemontvallee.com/

    I have created a number of player lists however i am rather disappointed with the look of it.

    Example: http://www.hcdelemontvallee.com/list/moskito-b/

    The profile images are way too small and I would like to have spacers between the respective players with thier names below etc.

    Example One: (Preferred layout) http://hokejovo.sk/team/black-devils/
    Example Two: http://www.evotrackclub.com/team/evolution-speed-track-club/
    Example Three: http://londonraidersihc.uk/list/raiders-roster

    At this poitn it is unclear to me whether the issue is with Sportpress plugins or with Enfold template.

    I suspect the latter but I would really like to improve the layout of the player lists and be able to present it in the same way as some of the examples listed aboove

    Can anyone shed any light on this?

    THANKS
    D

    #857265

    Hey ddmarsden,

    You can check which one is causing this problem disabling the plugin or switching the theme to the WP default theme. If the plugin is causing it, you need to contact the plugin`s author and ask help.

    Best regards,
    John Torvik

    #857270

    Hey ddmarsden,

    Thank you for using Enfold.

    It is of course a styling issue with the plugin. The theme will not affect the layout of the plugin so what you’re getting now is the plugin’s default layout. Have you tried using the theme’s Team Member element?

    Best regards,
    Ismael

    #857383

    Thanks for your feedback Gents,

    The plugin takes the styling from the template and does not control the display. Actual layout depends on the theme so disabling the plugin I suspect will not help.


    @Ismael
    , I have created a player list and and a Team Member element. The Team Member element is fine and displays as I would like it displayed.

    I have in the meantime used the list view (shown here: http://www.hcdelemontvallee.com/1ere-equipe ) and the players are linked so if you select a player then you are taken to the Team Member element which as i say displays just fine.

    My issue is specifcally with the option in the plugin when selecting the Block or List option.

    See here: http://www.hcdelemontvallee.com/testpage

    I am specifically wanting to achieve something like the following: http://londonraidersihc.uk/list/raiders-roster

    D

    #857636

    Hi D,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #857638

    Sent, Thanks

    #858359

    Hi,

    Thank you for the update. Looks like the plugin is based on the default WordPress gallery. The theme has its own gallery styling so it also affected the plugin. Please add this code in the Quick CSS field to display the name and increase the size of the gallery items.

    #top .sp-template .gallery-caption {
        display: block;
    }
    
    #top .gallery .sp-template .gallery-item {
        margin: 1px 1px 0 0;
        width: auto;
        height: auto;
        padding: 0;
    }

    Best regards,
    Ismael

    #858439

    Hi Ismael,

    Thats great. THANKS. I knew there was a reason i invested in support!!

    Ok so its almost perfect there is a slight overlap of the profile photo which will be much more evident when i add the color profile photo.

    I would like to know how to style the table too.
    For example I would like to make the table transparent and only the table header outlined (and set a BG color)
    The font is also Times Roman which i would also like to change.

    Here’s the link: http://www.hcdelemontvallee.com/testpage

    I cant seem to set it in the theme.

    Thanks Again

    #858667

    Hi,

    Please add the following css codes.

    .sp-table-caption, .sp-data-table, .sp-data-table td, .sp-template .sp-view-all-link, .sp-template-gallery .sp-gallery-group-name, .sp-template-gallery .sp-gallery-wrapper, .sp-template-countdown .sp-event-name, .sp-countdown time, .sp-countdown span, .sp-template-details dl, .sp-event-statistics .sp-statistic-bar, .sp-tournament-bracket thead th, .sp-tournament-bracket .sp-team-name, .sp-tournament-bracket .sp-event, .sp-profile-selector {
        border-color: transparent;
    }
    
    .sp-table-caption, .sp-data-table, .sp-data-table tfoot, .sp-template .sp-view-all-link, .sp-template-gallery .sp-gallery-group-name, .sp-template-gallery .sp-gallery-wrapper, .sp-template-countdown .sp-event-name, .sp-countdown time, .sp-template-details dl, .sp-event-statistics .sp-statistic-bar, .sp-tournament-bracket .sp-team-name, .sp-profile-selector {
        background: transparent;
    }
    
    .sp-template-gallery .sp-gallery-wrapper {
        border: none !important;
        background: transparent !important;
    }
    
    /* table header */
    .sp-template-gallery .sp-gallery-group-name {
        background: blue !important;
        color: red !important;
    }

    Adjust the values as needed.

    Best regards,
    Ismael

    #1153425

    Hello, It seems I have the same error on a different site with the Player Gallery. LINK https://alps-selects.com/equipe-2008-elite/

    Again I am using the Enfold template with my player gallery again.

    I used the code previously provided but it seems that it doesn’t work with the later version of the enfold template.

    Can you help ?

    Thanks
    Darren

    #1154835

    Hi,

    Sorry for the delay. Did you toggle the Performance > File compression settings after adding the code? Turning the option on or off should regenerate the stylesheets, and so the css modifications will be applied immediately.

    Best regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.