• Resolved buahbleah

    (@buahbleah)


    It’s me again. Is there a shortcode to display all WODs of a selected program? We would need it to have some sort of WOD Archive so we have all WODs from the past listed chronologically.
    Thanks in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author osti47

    (@osti47)

    Please checkout the new WOD posting function. This allows you to create daily posts with your WODS which will then have the standard WordPress archive function (you can also achieve this with fewer configuration option in Wodify itsself by having it post to WordPress).

    I will try to think about a feature that might do something similar without actually posting the WODs,. Currently I have difficulties to imagine what this could look like.

    Thread Starter buahbleah

    (@buahbleah)

    Ah ok. Yeah, it saves them as Blog entries. Perfect. I’m having trouble to display the blog the same as the WOD with the [wdfywod] shortcode though.

    Also, is there an option to adjust the color (red) of the the blog entry?

    Plugin is awesome and thanks for the fast support.

    Plugin Author osti47

    (@osti47)

    What is the trouble with the blog? Is that with the Wodify feature or the plugin’s feature? The plugin-generated blog entries should display the WOD very similar to the shortcode.

    For styling the output you can use CSS that should be loaded after the plugins CSS file (e.g. in your theme). To change the red color you would add something like

    .soswodify_section_title
    {
    color: red;
    }

    and change the “red” to anything you like.

    I might think about some more convenient options to style the plugin output, but that is currently not very high on my list ??

    Thread Starter buahbleah

    (@buahbleah)

    Great. I was able to make the changes in .css file.

    Header: .soswodify_wod_header
    Sections: .soswodify_section_title
    Type of exercise .soswodify_component_name

    But there’s additional text that I’m having trouble with changing the style.

    i.e. our WOD:

    161203 – Saturday —> Header
    Weightlifting —> Section
    Drop Snatch (1-1-1-1-1) —> Type
    Metcon —> Section
    1000m Row (Time) —> Type
    Max Effort 1000m Row —> ???

    Any possibility to change this in the css?

    Thanks

    Plugin Author osti47

    (@osti47)

    The description of a component uses .soswodify_component_wrapper

    Is that what you are looking for?

    Thread Starter buahbleah

    (@buahbleah)

    Yes. Awesome.
    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Shortcode for WOD Archive’ is closed to new replies.