• Quick question. Is there any way, through CSS or natively through the Sessions plugin, to remove the session duration info off of the session grids?

    I have looked through everything and it looks like it can not be changed which is no big deal. I just wanted to get any info if there was a way to do that, that wouldn’t be too complicated if even possible.

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Amber Hinds

    (@alh0319)

    You can hide the duration with CSS liek this:

    .wpcs-session-time-duration { 
    display: none;
    }
    Thread Starter kielk98

    (@kielk98)

    I have just tried entering that through “Customize” as well as on the “Additonal CSS Class(es)” area when you edit the page and both ways don’t seem to be removing the “(210 min)” text.

    Is there another way/area I should be inputting that code?

    Thread Starter kielk98

    (@kielk98)

    we are using Beaver Builder too if that helps any

    Plugin Contributor Amber Hinds

    (@alh0319)

    If you put it in the customizer, that should work. I don’t see it outputting. Did you publish it after you put it there?

    Thread Starter kielk98

    (@kielk98)

    I have actually been going down a rabbit hole because I realized the “Additional CSS” tab is not showing on my Customizer. I cant figure out how to get that to show up but can’t find anything close to an answer.

    I can’t speak for how other themes work since BB is my first. But, I am not able to edit the page’s CSS through BB since the Conf. Sched. Plugin only works as setting it up as a “post” page. So adding the CSS through BB would override that page/content.

    • This reply was modified 2 years, 5 months ago by kielk98.
    Plugin Contributor Amber Hinds

    (@alh0319)

    Hi @kielk98,

    Unfortunately, I’m not familiar with Beaver Builder enough to know where you should put the CSS if there isn’t an Additional CSS tab in the customizer. You may need to reach out to Beaver Builder to ask them for direction on that.

    I’m not certain what you mean by

    Plugin only works as setting it up as a “post” page.

    If you use the shortcode, you can add a schedule on to any Beaver Builder page and then it should work in the CSS settings for that page.

    Thread Starter kielk98

    (@kielk98)

    To be quite honest I am very new to all this so I didn’t know about shortcode or how it works. Just figured it out though. Thanks for the help!

    Thread Starter kielk98

    (@kielk98)

    Thanks I think it all works now

    • This reply was modified 2 years, 5 months ago by kielk98.
    • This reply was modified 2 years, 5 months ago by kielk98.
    Thread Starter kielk98

    (@kielk98)

    Is there not a way to include multiple shortcodes on a single page?

    Our conference is three days so I made three modules and added the plugin’s shortcode [wpcs_schedule date=”2022-11-02″ color_scheme=”light” session_link=”permalink” layout=”grid”]
    But changing each day to the corresponding day I need for each module.

    But it seems like when I add one the page works just fine. But when I add the other two days the page breaks after publishing.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Can you remove Session Duration Text?’ is closed to new replies.