• Resolved HeatherThinkBelle

    (@heatherthinkbelle)


    We use Pinboard theme and we created a “Portfolio” page to display blog content marked with the category of “recent news”. The problem is that even though we are not including video in these posts, posts that populate to the portfolio page add fields from the PMVW Video Settings that we cannot figure out how to remove. Here’s an example.

    Tried disabling the Post Meta Video Widget component under settings, but that did not solve the issue. Thanks for any assistance you can provide.

    https://www.ads-software.com/plugins/video-sidebar-widgets/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Denzel Chia

    (@denzel_chia)

    Hi,

    The video that is shown in sidebar of this page
    https://www.thinkbelle.com/2014/09/16/integrated-pr-agency-kahiki-foods-bellle-communications/

    is produced by the random video widget and not the post meta video widget, perhaps you included the wrong sidebar or used the wrong widget.

    I viewed your webpage source, in the HTML body tag, there is a css class named postid-3061 which is generated using post id and unique to this page. So you can use css to hide the random video widget from that page. If you trash it and create a new page, the post id will be different.

    Put the following in style.css or any custom css site option.

    .postid-3061 .randomvideosidebar{display:none;}

    That’s all I can help on this issue.

    I never used Pinboard Theme and all themes are coded differently, so it is best to ask the author if you need further assistance.

    Thanks!
    Denzel

    Plugin Author Denzel Chia

    (@denzel_chia)

    Hi,

    Please ignore my previous reply.
    I thought you were referring to the video in the sidebar.

    Your theme must be using it’s own function to automatically include all post meta that is related to this post.

    Using the same unique post id class as mentioned previously, put the following at the end of your style.css

    ‘.postid-3061 .entry-category{display:block !important;}’
    ‘.postid-3061 .custom-meta{display:none !important;}’

    if all your other pages are having the same issue.
    use the following

    ‘.entry-category{display:block !important;}’
    ‘.custom-meta{display:none !important;}’

    My css fix should work, I tested them using firebug in firefox browser, but in case it does not, Please kindly contact your theme author for further assistance.

    Thanks!
    Denzel

    Thread Starter HeatherThinkBelle

    (@heatherthinkbelle)

    Denzel,

    Thank you so much! That solved the problem for individual posts. Would there be a way to apply that fix to all pages within a specific category, rather than all pages on the site? I tried the solution above without post id, but it messed up the appearance of the author/date line of posts in other categories. Either way we can just use the post id fix for each post in that category if need be.

    Thanks again, really appreciate your help.

    Heather

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Video Settings fields displaying on Portfolio posts’ is closed to new replies.