Support » Plugin: WP Boxer » [Plugin: Boxer] remove date from box that displays at the bottom of the box?

  • Resolved kvogelmann

    (@kvogelmann)


    I’d like to remove the display of the date that appears below the box when you click through to view only the box itself. The text at the bottom includes the “image name | year | Comments()”. I’m not even sure where clicking the image is taking me… I have a post with this image, and the image is included in a WP gallery. Any guidance forward is appreciated.

    http://wordpress.org/extend/plugins/boxer/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Coding Our Web

    (@codingourweb)

    Do you have the address of your site for me? That way I can view the issue myself..
    gr. mark

    Thread Starter kvogelmann

    (@kvogelmann)

    I was able to remove the date by installing the plugin WP Date Remover. So, that part is OK. It looks as though when I click on the image in the “box”, it is linking to the post I had created which has the image in it, also. That is where the date was coming from.

    I am thinking that I could go back to the image itself & edit it so that it links to a “Page” for the image. That way, when the image is clicked, it goes to where I want it to go instead of a post.

    This is difficult to put into words… 🙁

    Here’s the page I’m referring to: http://kladewerks.com/from-the-garden-boxer/

    The page is a test page. I’m looking to create a nice gallery for his work. I’m experimenting with a number of different things.

    Thanks for your help,
    Karen

    Plugin Author Coding Our Web

    (@codingourweb)

    Hi Karen,
    Unfortunately the link you provided does not seem to work. It says

    Page not found

    Thread Starter kvogelmann

    (@kvogelmann)

    Yes, I made the page draft status, because I’ve decided to stick with the native gallery function for now. I may perhaps decide to use boxer in the future.

    I resolved the issue by using both the WP Date Remover plugin as well as editing the child theme stylesheet (WPFolio theme) by inserting the following code with the “diplay:none” line added to turn off the display of all tags on the bottom of all posts.

    .post-bottom-title{
    margin: 5px 30px 0px;
    text-align: center;
    font-size: 11px;
    clear: both;
    display:none;
    }

    Thanks for your help, sorry to have bothered you.

    By the way, the recent update looks pretty amazing. I’ll have to keep it in mind in case the gallery ends up not being ideal.

    – Karen

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Boxer] remove date from box that displays at the bottom of the box?’ is closed to new replies.