sphipps

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
in reply to: Simple LInk Template LIke File_List? #6822

sphipps
Member

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

in reply to: Simple LInk Template LIke File_List? #6821

sphipps
Member

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;

}

in reply to: wpdmpro Page #6820

sphipps
Member

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

in reply to: wpdmpro Page #6815

sphipps
Member

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.

in reply to: List a specific download category #6814

sphipps
Member

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.


sphipps
Member

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.

in reply to: Couple of questions before purchase #6807

sphipps
Member

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


sphipps
Member

any update?


sphipps
Member

OK Great! Would you give us a proxy time?

in reply to: Showing more document in a page #6185

sphipps
Member

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

in reply to: Showing more document in a page #6173

sphipps
Member

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)