@ram1234, for now you can remove those directly from html, but we are coming with new add-on named “quick share”, where at front-end it will mostly will work as files hosting systems, like: a simple form to upload file ( title, description and upload ) and share url, you also will able to specify storage space for users.
in v3 of wpdm, the tweet lock url went to the page that i added the shortcode to, which was fine. now in v4, the tweet url goes to the download page, not the page where the shortcode is – how can i fix this? thanks!
@skyflash, Thanks, i’ll add.
@tonism, please give me your url to check
1. I already am using 2.0.1 – but template is a mess, check url.
2. Sorry, but i can’t see it… there is only Twitter bootstrap and Archive Page link template under misc settings, nothing else.
3. I used code: [wpdm_category order=asc order_by=title id=programy item_per_page=10]
for “programy” category, see how it looks:
http://playernotes.pl/programy/
– two other things regarding this point – unfortunely i’m not using TinyMCE, sice i’m only using text editor and WYSIWG is disabled
– how can i change category template?
5. Already found it.
6. I do see custom fields tab, but i can only choose pre-defined fields, i would like to add my own like in custom fields plugin:
http://s12.postimg.org/vqhkntbml/3123123.jpg
7. It worked, thanks.
Perfect, found it in wpdm.php and your change worked great. Thanks
functions.php or wpdm.php
no, you don’t have to recreate any package.
This is one example:
file:///%22http://primsydoodledesigns.net////%22 — I think because custom field value is adding a \ before the ” in the source code line for the link.
It adds more slashes with each save, but when first created the link looked like:
http://www.seamstobesew.com/”http://primsydoodledesigns.net/”
when I was hovering over the url, when I click on it, I get a 404. The first example doesn’t even do anything when I click.
You can see this in action at:
http://seamstobesew.com/freebee/santa-2013-pdf-custom-field-needs-fix/
may you please give me an example url to check. sorry, but there is no way to set predefined custom fields
I am on Version 3.3.8 and don’t have a wpdm-core.php
I assume it is somewhere in functions.php I have to make the change? Will I need to recreate the package for the new URL to be made?
please go to download manager settings and under url settings add a rss base url ( i.e: wpdmrss ) and save settings.
file: wpdm-core.php
line# 117
function name: wpdm_download_url
change site_url to home_url
I think I found a little bug in the custom fields addon.
I created a field called Artwork By: and in the value field, I added a link to the artists website. title of url
What happens is this result leading to a 404 error page on my site: myurl.com/”http://totheirurl.com/”
Could you please fix the custom fields addon to allow links in the value fields.
Another question, is their a way to continuously use the same custom fields without having to add them again for each new package? I would just need to edit the values instead each time.
I dont have this site accessible to the internet yet. Do you know what link I am referring to? If there is a file or something I need to edit, I should be able to handle it if you explain it to me. Thanks
please send a temporary wp-admin login info to support@wpdownloadmanager.com
you can add categories with your menu from menu manager.
Hi,
I want get url of category to add on menu
How can i get it ?
Thanks
please use wpdm pro v4.0.0.rc2, anyhow if you see rss at homepage, add a url base for “WPDM Feed URL Base” in wpdm settings page and save settings.
pro has 100s more features and very detailed options, that certainly make the understanding process a bit lengthy then free. but trust me it is the most used and best one all over the internet :).
for generating package or category short-code use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/
please give me your url where you got issue with download
yes, carousel will be available again soon, please download archive page add-on again ( v2.0.1 )
1. yes
2. style #1 : template=”calltoaction1″ , style #2: template=”boxed” , style #3: template=”panel”
3. give me your url to check
4. will be available soon with next update of the add-on.
don’t worry with double image, simply remove [thumb] tag from page template
1) please give me your url to check, anyhow it could happen if /download-manager/cache/
dir is not writable.
2) Prettify button will not work with wpdm v4, please use [download_link] tag only and image button add-on to replace button link label with a pretty download image
3) hmm, not short-cut for that :(, anyhow you may remove other templates from template dir.
Hi,
I downloaded Download Manager and the Directory add on.
1. Thumbs are not showing up on my page template. I created a page template and couldn’t get the thumbnail to show. I the assigned the file the page template of Single Column, Image Top but no image appears (which suggests there might be an issue with the shortcode). The upload is a jpeg and I have added an image in ‘Additional Previews’. I couldn’t get thumb_url to work either.
2. Prettify buttons with bootstrap isn’t working either. I insert [download_link btn btn-lage btn-success] and it returns this shortcode in the browser and not a pretty button. This is on link and detail.
3. Default link and detail templates. How do I make my templates for link and page the default ones? I don’t want my client to have to keep remembering to select specific drop downs. Or maybe there is a global setting for this that I missed?
Thanks in advance
Nick
MVG Media
nickm@mvgmedia.com
I tried version 4, could not get to work at all. The import from free plugin not functional. Doesn’t assign categories and so on. Numerous other bugs, too many to report. I changed to version 3, and had more issues. Though not so many as version 4. Now have reverted to free version after trying several hours without any success. Here are the issues so far:
1. Bug in email signup
If you enter invalid email address, this appears:
{“error”:”Invalid Email Address!”,”downloadurl”:””}
2. How to remove promo message from Twitter signup page when twitter user not signed in?:
“Don’t miss any updates from A H M Shahnur Alam. Get your account today to stay up-to-date with your interests!”
3. Not possible to use “icon only” format. So pro version incompatible with free one – I would need change all my page layouts.
[download_link] cannot be used to create template because not a simple link, and therefore not workable into any of the templates
4. Pages/popups keeps displaying the text “[wpdm_reviews]”.
From a user point of view, I prefer the format of free plugin, it seems much more stable and user friendly. Neither version compatible with free plugin because can’t show icon only and link, and that means I would need to modify all of my pages/layouts for these complicated boxes to display properly, which I don’t want in any case.
This hook : add_filter( ‘the_content’, ‘wpdm_downloadable’… is the problem, because it changes the content for all calls of the_content().
Same problem with the links in the function wpdm_canonical_url (download-manager\modules\canonical_url.php)
You must verify the post type
if ( ‘wpdmpro’ == $post->post_type )
{…
Hello,
I would like the [icon] shortcode to link to the download URL (such as what the [download] shortcode does, but showing the icon).
Is there a parameter I can add to this shortcode?
Or where in the php files is it so I can change it?
thanks
fabien
Is it possible when the details button presses that you will take you to a page? I think of a URL address