Best Podcast plugin for Bizway Pro?

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by wagunn21, Jul 13, 2015.

  1. wagunn21

    wagunn21 New Member

    Joined:
    Oct 12, 2012
    Messages:
    3
    Likes Received:
    0
    I am currently using the plugin "Seriously Simple Podcasting" with my Bizway Pro theme. At one point the podcast plugin formatted really well, but after some updates it looks poorly. Is there a podcast plugin that works well with Bizway Pro to be recommended?
    redlandhills.org/podcast
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    ul.post_meta li {
      display: inline;
      float: right;
      margin-left: 12px;
    }
     
    .post_date li {
      display: inline;
      float: left;
      margin-left: 10px;
    }
    Hope this will resolve your issue.

    Do let me know if you need more assistance,

    I would be glad to assist you further,
     
  3. wagunn21

    wagunn21 New Member

    Joined:
    Oct 12, 2012
    Messages:
    3
    Likes Received:
    0
    Thank you for this code. When I used the code, it did help my podcast page, but it messed up the appearance of my blog page slightly. The Bizway theme for blogs is very attractive (redlandhills.org/blog) but when I use this podcast plugin it does not format in a similar way. I would like it such that the podcast series shows as well. The Bizway theme for blogs is very attractive (redlandhills.org/blog) but when I use this podcast plugin it does not format in a similar way. If you have some additional code to enter I would be very appreciate. You guys do great work on your themes.
     
  4. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    .content-bar .post .date li {
     
        margin-left: 17px;
        }
       
        .content-bar .post .post_date {
        top: -1px;
    }
    Hope this will resolve your issue.

    Do let me know if you need more assistance,

    I would be glad to assist you further,
     

Share This Page