Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #246065

    Hi how can I get this working: http://nl.tinypic.com/r/2ykc0aw/8

    a) get a overlay over portfolio items with a image saying this item is new

    b) get the page numbers aligned in a centered way instead of left aligning, this includes the disappearance of the meta pagination (page 1 of 2) for this I addes the Quick CSS:
    span.pagination-meta {display: none;}

    Thanks for helping me with this!
    Jolanda

    #246788

    Hi Jolanda!

    Can you post a link to your website? what have you done so far?

    Regards,
    Josue

    #247350
    This reply has been marked as private.
    #247636

    Hi!

    For the navigation, add this:

    #top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
        float: none !important;
        display: inline !important;
    }

    Regarding the other request i think the fastest and easiest approach would be to including that ‘new’ sticker in the actual image.

    Best regards,
    Josue

    #248990
    This reply has been marked as private.
    #248994

    Hey Jolanda!

    I forgot one part in the code, this should do it:

    .pagination{
        text-align: center;
    }
    #top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
        float: none !important;
        display: inline !important;
    }

    Result:

    Best regards,
    Josue

    #248998

    Beautiful Josue, that did the trick!

    #248999

    Hi Josue,
    Shall I make a new ticket for the overlay or can you help me with that last question as well?
    Thanks,
    Jolanda

    #249041

    Hi Jolanda!

    I suggested to edit the actual image to add the sticker, although is possible to create some functionality on the backend to add it dynamically that would require a deep modification to the theme files and unfortunately we can’t cover that.

    Best regards,
    Josue

    #257351

    ok suggestion is accepted by the customer, thanks!

    • This reply was modified 10 years, 1 month ago by jramerman. Reason: please close this one
    #257419

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.