• Resolved highlycontent

    (@highlycontent)


    hi there,
    firstly thanks for your hard work on this plugin.
    I note that some of the shortcodes are not working
    hide_loadmore=’true’
    hide_title=’true’
    for example.
    any idea why?
    thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Veda

    (@vedathemes)

    Hi there,

    Thanks for trying podcast player.

    I checked again and can confirm that both attributes are working properly. Can you please inform the exact shortcode that you are using? I will check and inform why it is not working.

    1. hide_loadmore should work perfectly without any problems (It will hide the load more episodes button).

    2. It could be somewhat confusing about hide_title. This will hide title of the podcast (not episode). Podcast title and other details can be seen by clicking the podcast icon at the bottom of the player.

    Inform me for more help on this.

    Thanks,

    Thread Starter highlycontent

    (@highlycontent)

    Ah ok, thanks for your clarification.

    I thought hide title would do this
    .ppjs__podcast-title{ display:none; }

    and hide more
    .ppjs__more{ display:none; }

    here’s my code

    [podcastplayer feed_url=’###’ number=’10’ hide_title=’true’ hide_loadmore=’true’ excerpt_length=’22’ accent_color=’#ffc700′][/podcastplayer]

    just a further note to you the “title” by “podcast author” needs a space after by, at the moment it shows as byAuthor

    Plugin Author Veda

    (@vedathemes)

    Hi there,

    1. About title, I now realize that it should hide this title too. I will make necessary changes in next update.
    2. About loadmore, it will hide the loadmore button.

    Try copy and paste the following shortcode,

    [podcastplayer feed_url="#" hide_loadmore="true" hide_title="true" excerpt_length="22" accent_color="#ffc700"]

    Inform me for more help on this.

    Thanks,

    Thread Starter highlycontent

    (@highlycontent)

    thanks for your replies.
    any way to remove the […] with shortcode? or do I need to do this via css?

    Plugin Author Veda

    (@vedathemes)

    Hi there,

    You may use the following CSS to hide it,

    .ppjs__more {
      display: none !important;
    }

    I think you might have already figured it out ??

    Inform if you need any other help with podcast player.

    Thanks,

    Thread Starter highlycontent

    (@highlycontent)

    Super kind for your replies, thank you.

    Will see if I can upgrade to your paid plan once I get some more podcasts under my belt and it becomes viable (-:

    Plugin Author Veda

    (@vedathemes)

    Hi there,

    You’re welcome. Inform me for any other help with podcast player.

    Thanks,

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘hide_loadmore’ is closed to new replies.