rolmokhen
Forum Replies Created
-
Forum: Plugins
In reply to: [Collapse-O-Matic] Please help me make a long text element easier to manageThank you, we kind of figured it out. Plug in is very cool … but your documentation is not ?? nentheless, very appreciative!
all the best to you sir
Forum: Plugins
In reply to: [Collapse-O-Matic] Please help me make a long text element easier to manageone more thing… at present, when I click on my close toggle, it doesn’t jump all the way to the top of the text, but a bit under that, for some reason.
thank you for your help!
Forum: Plugins
In reply to: [Collapse-O-Matic] Please help me make a long text element easier to manageoh, and I’d also like to have hover and selected colors, if possible ??
Forum: Plugins
In reply to: [Simple Download Monitor] password/download post customizationOK – well I managed to change the post-template-php so that it displays this: $protected_title_format = apply_filters( ‘protected_title_format’, __( ‘This document is password-protected: %s’ ), $post );
But, I didn’t manage to get rid of the post title and I didn’t figure out how to add the
“to obtain the password, please use the contact form on the business page or email us at [email protected]”
text at the bottom of the post
thanks
Forum: Plugins
In reply to: [Simple Download Monitor] password/download post customizationThanks, but I’m sure there is a way to not show the file name and ust have some text generated.
Here’s the CSS changes I’ve made so far:
.sdm_post_item_top_right {
float: none;
width: 100%;
}
.sdm_post_item {
width: 100%;
}
input.sdm_pass_text {
width: 70%;
border: 1px solid;
}input.pass_sumbit {
border-radius: 0;
padding: 0.2em 2em;
background-color: #08BD38;
border-color: #08BD38;
color: #000;
}.single-sdm_downloads .p-meta, .sdm_post_title {
display: none;
}
.entry-wrap {
background-color: #fff;
}Forum: Plugins
In reply to: [Simple Download Monitor] password/download post customizationThanks, even though I don’t know CSS very well, I’ve managed to make most of these changes already.
WHat I still need to figure out is:
1. how can I change the auto-generated post heading from : Protected: FK Tech Rider 2 (where FK Tech Rider 2 is the name of the protected document) to a static:
This document is password-protected content.
2. How can I put this at the bottom underneath the submit button :
to obtain the password, please use the contact form on
the business page or email us at [email protected](where ‘the business page’ is a link to https://kiermyer.com/new/business/ and [email protected] is an email link)
???
If I can figure that out I will be very happy indeed!
Please tell me where I can make those changes.
Thank you!
Forum: Plugins
In reply to: [Simple Download Monitor] Styling the generated postsbut it still generates this:
Protected: FK Tech Rider 2and 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 : https://kiermyer.com/new/business/
and [email protected] as an email linkpossible?
thank you!
Forum: Plugins
In reply to: [Simple Download Monitor] Styling the generated postsI managed to change some of this myself by adding this CSS in Customize:
.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;
}.single-sdm_downloads .p-meta, .sdm_post_title {
display: none;
}
.entry-wrap {
background-color: #fff;
}Forum: Plugins
In reply to: [Simple Download Monitor] I've make some customizationok – sorry!
Forum: Plugins
In reply to: [Simple Download Monitor] I've make some customizationJust so you know, I am using x-theme integrity
thanks!
Forum: Plugins
In reply to: [Simple Download Monitor] I've make some customizationIf you can tell me what code to put where, or what files to modify, where to find them and how to modify them, I can do it and then you can see the results.
Forum: Plugins
In reply to: [Simple Download Monitor] I've make some customizationThank you!!!
This is the page with the links: https://kiermyer.com/new/business/
The icons half-way down ( BIO PDF BIO TXT PULL-QUOTES PDF etc ) are supposed to be the links. Just the first one is working so far.
I can send you a mock-up of what I’d like the post to look like, but I don’t know how to send files in this blog.
all the best – Franklin
Forum: Plugins
In reply to: [Simple Download Monitor] I've make some customizationHi,
I am trying to style the password/download post and I need some help ??
Right now, they look like this: https://kiermyer.com/new/sdm_downloads/fk-tech-rider-2/
and I’d like them to look like this: https://kiermyer.com/new/wp-content/uploads/2016/07/enter-password-to-download.jpg
Thank you!!!