sphipps

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
Jun 28, 2013 at 7:46 pm
#6822
Member
sphipps
OP

JtGD28————–> how i can edit the default [file_list] shortcut??
I don´t want a table header and the file title must show as links.

Use css and if you don’t want the title show as a link do the following:

OK, first, go to categories.php find this code around lines 322:$cat[template_repeater] = $cat[template_repeater]?$cat[template_repeater]: and get red of the “a” tag around the [title].(line 324)

THEN GO to the template that you used to display documents, for example I used link-template-default.php and change the [page-link] to [title]

you may need use css to style it as you wish. For example: (.wpdm-pro h4{
font-size:17px;
color: #b7ab83;
}

good luck

Jun 28, 2013 at 7:40 pm
#6821
Member
sphipps
OP

JtGD28—> Is there a way to create a simple, plain links template without the file download button to the right similar to the way the [file_list] gets displayed?

Try this in your style.css:

.wpdm-thumb, .wpdm-download-link img.wpdm-thumb{
display:none;

}

Jun 28, 2013 at 7:09 pm
#6820
Member
sphipps
OP

Semjon- UHHHHHHHHHHHHHHHH, finally 🙂

OK, first, go to categories.php find this code around lines 322:$cat[template_repeater] = $cat[template_repeater]?$cat[template_repeater]: and get red of the “a” tag around the [title].(line 324)

THEN GO to the template that you used to display documents, for example I used link-template-default.php and change the [page-link] to [title]

you may need use css to style it as you wish. For example: (.wpdm-pro h4{
font-size:17px;
color: #b7ab83;
}

Good luck

Jun 28, 2013 at 4:04 pm
#6815
Member
sphipps
OP

Semjon- it’s a great plugin, but we still need to do a lot our-self. I have the same problem and I am working on it. wpdmpro is a custom post type that we are using for this plugin. Install this plugin “theme helper” (see image b.jpg)(get it from here: https://github.com/melissacabral/theme_helper) that will tell you what page you are using in development phase.Turn it off when you your site is live.
Any way. I think you may customized your single page or using different template, but see how my files looks like as a list( a.jpg) and when you click (b.jpg). I think in the shaon (plugin developer) using the same sorting and viewing from the dashboard area so if go to one the package single file and click view you see how will appear. I am going through his code hopping to figure how to at least get red of the link, but if it’s the same code he is using for the dashboard area probably won’t work. If you found out something let me know as well. See attached images. Also you can look at his code on the plugin folder, find wpdm.php, I am not sure, but you may find something there. Don’t forget copy the folder, so always have the originals.

Jun 28, 2013 at 3:40 pm
#6814
Member
sphipps
OP

regman – create a category first. Then bulk download the documents for that category, select all and assign them to that category, get the category short code and place it where you need it. I may not look exactly like his demo, because he is misrepresenting the plug in a little bit. If you know a little bit of coding and css you can arrange them nicely Hope this help. Also change the_item_per_page=” 10″ to “100” if you want to display more than 10 document. Good luck buddy, took me so long until get my site the way I wanted. It’s a great plugin, but lots of misrepresentation.

Best.

Jun 28, 2013 at 3:35 pm
#6812
Member
sphipps
OP

regman – create a category first. Then bulk download the documents for that category, select all and assign them to that category, get the category short code and place it where you need it. I may not look exactly like his demo, because he is misrepresenting the plug in a little bit. If you know a little bit of coding and css you can arrange them nicely Hope this help.

Best.

Jun 27, 2013 at 11:32 pm
#6807
Member
sphipps
OP

If we go –> add new package then upload multiple files and assigned them to a category and create a package it will display a zip file and no matter if we able or disable user cannot download individual files. BUT, if we create a category first, then use the upload bulk, select all and assign them to a category then you can download them individually and it will display it individuly

May 31, 2013 at 5:18 pm
#6484
Member
sphipps
OP

any update?

May 28, 2013 at 7:07 pm
#6423
Member
sphipps
OP

OK Great! Would you give us a proxy time?

May 13, 2013 at 9:36 pm
#6185
Member
sphipps
OP

that code is line 1512 in my functions.php. I tried it, but it does not make a difference. I am just changing it in a categories, as I generate them.

In a different subjects:
1- Is there any way to get ta global search for all the documents, not on each category? Say, I lace a search on a page which carries multiple categories. User search the name or part of the name and those documents show up as a result?
2-I bought the pro version, and recently added the Advanced TinyMCE button add-on, put the adds in plugin folder. de-active and active the plugin but there is no difference, I don’t see any button or anything? any advice

Thank you

May 13, 2013 at 6:52 pm
#6173
Member
sphipps
OP

That would be great, but for now I was able to fix it by changing it on final category shortcut: From this: [wpdm_category id=forms-policies item_per_page=10] to this: [wpdm_category id=forms-policies item_per_page=100]

Viewing 11 posts - 1 through 11 (of 11 total)