This ‘cart’ is not like the cart in general sense. You will understand after checking the video on the product page.
Sorry missed your last reply. Which timezone are you in?
Hi,
You are right about these issues. Switching option is not available yet from the frontend. We will resolve these issues asap.
Thanks.
Please try now.
Please check allowed user roles settings from Downloads Settings Frontend Tab. Maybe the option is not set yet. If you activate the frontend access each user can see and edit their own packages.
https://www.evernote.com/l/AUdIS3YUa8FClq6lhw1KCBKjZBeEpz2u8jsB/image.png
Please give plugin editor access to the temp user. Did you make any customization with WPDM or add-on?
Hi,
It is not possible yet to use different templates with archive shortcode. The link template from package settings is used when you insert a package shortcode without specifying link template.
If you are adding custom template tags using filter wdm_before_fetch_template then you can return tag output based on the custom field value. So, there will be no link when the custom field is empty if you return nothing.
Hope this helps, but let me know if you have further queries on this.
Thanks.
File : /themes/prime/homepage-blocks/featured-items.php
Please change <?php the_permalink(); ?> to <?php echo wpdm_download_url(get_the_ID()); ?> on line 28
1 ) Clone the active ( the one you are using for the package ) page template from Downloads Templates Page Templates page.
2 ) Remove the [thumb_WxH] template tag from there and save it. This will remove the second featured image. The first one is coming from your theme.
3 ) Then set the new custom page template in your package settings.
This is advance search shortcode from Archive Page add-on. But you won’t get the initial list of downloads with this shortcode.
Maybe there is an issue with your server settings. Please try installing an SMTP plugin or send temporary wp-admin login info in private reply.
The issue is not on this page https://welscongregationalservices.net/wp-admin/admin-ajax.php?action=wpdm_add2list_options&p=154#
This link is supposed to load on a modal as it does in the demo. But the modal is not working with the theme.
When you click on “My Resources” here https://welscongregationalservices.net/000-jd-sample-bookmark-resources-page/ the modal appears for second and then redirect to this page https://welscongregationalservices.net/wp-admin/admin-ajax.php?action=wpdm_add2list_options&p=154#
But it shouldn’t redirect.
Please check the ‘Allow Access’ option of your packages. Maybe it is empty, set it to ‘All Visitors’ or specific user role to show them in all packages table.
https://www.evernote.com/l/AUfi1Om7XcFGaq6xqvkrLa0NT08dmPET3m8B/image.png
There is an order_by parameter in archive shortcode. You have to use that to show latest packages initially. To show latest downloads at first use order_by date and set order descending like the following shortcode.
[wpdm-archive cat_view="extended" button_style="default" link_template="link-template-calltoaction2.php" order_by="date" order="desc" items_per_page="10"]
Create New list link doesn’t link to the same URL. Two URLs are same on your site because of the popup issue. Fixing the popup will also fix the create new link.
If popup issue is fixed it will work like the demo.
Login URL ( demo/demo ) – https://themes.wpdownloadmanager.com/appmarket/dashboard/
Package List Demo – https://themes.wpdownloadmanager.com/appmarket/package-list-wish-list-collections/
Hi,
Sorry for all the confusions above.
Some things like menu item color or navigation/pagination can’t be controlled by Archive Page in this case. Because these things are controlled by your theme. The template ( archive.php ) you created is a core WP template ( usually provided with the theme ). It doesn’t have any use with Directory add-on functionalities.
When you are clicking the category ( from archive category shortcode page ) it just pointing you to the category archive page which is rendered by your theme.
Using the Archive Page Sidebar view is the best solution for your use case,
1 ) It will keep the Downloads menu always active.
2 ) Sidebar view has built-in pagination to track parent-child relation.
Please check the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-sidebar ( click on Technical Support Bulletins on left sidebar, it has a child category, you will see how pagination works there )
and let me know if you need any help to set this up.
Thanks.
Please send temporary wp-admin login info in private reply to check the issue. Maybe MiniMax is not active or there is a conflict with another plugin. I can’t say for sure before checking your installation.
Are these underlined texts coming from WPDM option ( Permission Denied Message for Packages: )? In that case, your translation plugin may have an option to translate the option fields.
Options fields cannot be translated from the plugin language file.
Changes are made at the bottom of your active theme’s style.css file ( You can access it from Appearance Editor page ).
I have added following CSS in your theme’s style.css file to left align file names.
.table.wpdm-filelist td:first-child {
text-align: left;
}
If you do not see the changes please clear your browser cache.
Unlocked your key. Please try now.
Please send the username too, or send the page URL where you have the download list. I will suggest required CSS to left align the list.
Unlocked your key. Please try now.
Tree shortcode is coming from Extended Shortcodes add-on. Please check if you have it installed and activated?