Hi,
I want get url of category to add on menu
How can i get it ?
Thanks
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.
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
I’m trying the social lock functions, but i can’t get what i want. Probably is my fault because i can’t understand how the Facebook lock works :/
I create a new package
I set my link and page templates
I set Facebook Lock
In my download page, i can’t see any button for the “Like” 🙁
The Page template is:
<div class="row-fluid"> <div class="span5"> <img src="[thumb_url_600x0]" class="img-rounded"> <table class="dtable table"> <tbody> <tr><td>Total Files</td><td>[file_count]</td></tr> <tr><td>File Size</td><td>[file_size]</td></tr> <tr><td>Create Date</td><td>[create_date]</td></tr> <tr><td>Last Updated</td><td>[update_date]</td> </tr> </tbody></table> </div> <div class="span7"> [description] <br /> [file_list] <br> </div> </div>
The link template is:
<div class="media"> <a class="pull-left" href="[page_url]"> [icon] </a> <div class="media-body"> <h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[page_link]</h4> [download_link] <i style="margin: 2px 0 0 5px;opacity:0.5" class="icon icon-th-large"></i> [file_size] </div> </div>
Install premium package and test ‘licensing’.
But it always returns ‘invalid’.
curl is on, get license, add domain, edit ‘LICENSE_VALIDATOR’ are done.
Hi guys,
I’ve just bought your plugin + WPDM Directory Add-on (within the All Ad-ons package) and I can’t get it work.
This is what I did :
1) In functions.php, I declared my widget zone.
function mediatheque_widgets_init() {
register_sidebar( array(
'name' ► 'Mediatheque',
'id' ► 'mediatheque',
'before_widget' ► '',
'after_widget' ► '',
'before_title' ► '',
'after_title' ► '',
) );
}
add_action( 'widgets_init', 'mediatheque_widgets_init' );
2) In WP dashboard, I configured the widgets “WPDM Search”, ” WPDM Categories”, ” WPDM Packages by Category” then I used the proper shortcode in my page.
3) I’ve configured the template’s .php file to display the widget.
When viewing the page in my browser, the page displays the shortcodes, but does return the result of the shortcode.
I don’t know if my made myself clear as English is not my mother tongue, and I can’t provide you any URL since we’re working offline, but for instance :
I’ve used the shortcode [wpdm-search-result]. And instead of displaying the search results, it displays the shortcode.
Any ideas what might have cause this issues? Did I do something wrong?
Thanks,
If I change page template at the settings it is only reflected at a download page and not at the category page. How can I change template of the category page?
Also how can I change the homepage of the plugin? It currently is a blank /wpdmpro/ page. How can I change URL and add content to it like shortcodes to downloads?