Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1069346
    sunship
    Participant

    Hi, I am using Simple Download Monitor to protect downloads of certain items. I’d like to style the look of the posts, for example, now it generates posts that look like this: http://kiermyer.com/new/sdm_downloads/fk-tech-rider-2/

    I’d like the posts to look like this: http://kiermyer.com/new/wp-content/uploads/2016/07/enter-password-to-download.jpg

    I suppose that these posts are styled by x-theme and not the plugin, right?

    Can you tell me where/how I can style the posts that get generated please?

    Thank you very much

    #1069360
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .sdm_post_item_top_right {
        float: none;
        width: 100%;
    }
    .sdm_post_item {
        width: 100%;
    }
    input.sdm_pass_text {
        width: 100%;
    border: 4px solid;
    }
    
    input.pass_sumbit {
        border-radius: 0;
        padding: 0.2em 2em;
        background-color: #08BD38;
        border-color: #08BD38;
        color: #000;
    }

    Hope that helps.

    #1069362
    sunship
    Participant

    Thanks! This is much better, but there are a few things I’d still like to change please:

    Instead of “Protected: FK Tech Rider 2
    ADMIN JUNE 30, 2016
    Protected: FK Tech Rider 2”

    I’d just like the text: “This document is password-protected content.”

    and

    I’d like to change the box background color from that tan to white. Actually, I’d like to change this on my whole site, as it seems to be a default color of some type.

    Thank you for your great help!!!

    #1069366
    Christopher
    Moderator

    Please change post title to This document is password-protected content..

    Add this too:

    .single-sdm_downloads .p-meta, .sdm_post_title {
        display: none;
    }
    .entry-wrap {
        background-color: #fff;
    }
    

    Hope it helps.

    #1069370
    sunship
    Participant

    Thats also great, but it still generates this:
    Protected: FK Tech Rider 2

    and what I want is for it to always say:
    This document is password-protected content.

    without the content name

    I also need to add this text at the bottom:

    to obtain the password, please use the contact form on
    the business page or email us at [email protected]

    and have ‘the business page’ as a link to : http://kiermyer.com/new/business/
    and [email protected] as an email link

    possible?

    thank you!

    #1069378
    Rue Nel
    Moderator

    Hello There,

    Thank you very much for the updates! Regretfully we can no longer give your further assistance. We can only give minor cosmetic changes. This particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization and at the same time a 3rd party plugin Simple Download Monitor. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    Thank you for your understanding.

    #1069816
    sunship
    Participant

    ok – thanks

    #1070084
    Rue Nel
    Moderator

    Thank you very much for your understanding.

  • <script> jQuery(function($){ $("#no-reply-1069346 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>