Shahriar

Forum Replies Created

Viewing 25 posts - 4,476 through 4,500 (of 12,513 total)
Oct 28, 2018 at 7:24 pm
#88741
Moderator
Shahriar
Staff OP

Hi,

How did you translate other texts like panel title ( above your name ) etc?

You can also use the /download-manager/languages/download-manager.pot template file to create your own translation. Use PoEdit ( https://poedit.net/ ) software to create the translation file.

Thanks.

Oct 28, 2018 at 7:17 pm
#88740
Moderator
Shahriar
Staff OP

I have updated the custom link template code to add page link and custom font CSS. Please check the custom link template doc here https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/ The doc explains how you can work with custom templates.

Edited the category widget file to add custom bg in the current category.

https://www.evernote.com/l/AUdEJgABqAhF9LX7kbwYNz2NMps6HKpNIgMB/image.png

The page title is controlled from your theme. WPDM can’t control that feature.

Oct 28, 2018 at 6:43 pm
#88739
Moderator
Shahriar
Staff OP

You can ask your server support to send you the PHP error log. The permissions seem okay there. So, it might be a something else.

Oct 28, 2018 at 6:40 pm
#88738
Moderator
Shahriar
Staff OP

You can change the text and link from Appearance Customize Homepage Call To Action option.

Oct 28, 2018 at 6:30 pm
#88737
Moderator
Shahriar
Staff OP

Just tested the download limit from 2 different IP address. Worked fine without any issue. The limit of one IP address doesn’t limit the download in another IP address. Could you please try again using a new package.

Oct 28, 2018 at 6:25 pm
#88736
Moderator
Shahriar
Staff OP

You have to set the logo on this page https://publiko.com.br/painel/ too. Use the same URL with all login shortcode to use the same image.

Oct 28, 2018 at 6:23 pm
#88735
Moderator
Shahriar
Staff OP

Unlocked your license key.

Oct 28, 2018 at 6:22 pm
#88733
Moderator
Shahriar
Staff OP

When creating your CSV file just put the file URL under the files column. Please check the following sample CSV.

Oct 28, 2018 at 6:19 pm
#88732
Moderator
Shahriar
Staff OP

I guess by showing subcategories you mean showing all downloads from subcategories. It is possible using category shortcode ( https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/ )

By default, it doesn’t include the child category items. But we can include the child items using a simple code update. Please send temporary wp-admin login info in private reply. I will update the code on your site.

Install TinyMCE Button add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ). This will help you when inserting a shortcode. This add-on has a visual interface for inserting different WPDM shortcodes.

Oct 28, 2018 at 5:59 pm
#88731
Moderator
Shahriar
Staff OP

Some parts of the Membership plugin is not translatable yet. But we have the plan to fix this issue soon.

Oct 28, 2018 at 5:56 pm
#88730
Moderator
Shahriar
Staff OP

Looks like the text domain has not been updated in that specific template file. We will update it in next release of Download Manager.

Oct 28, 2018 at 5:44 pm
#88729
Moderator
Shahriar
Staff OP

Downloads working fine. Tested both packages. Please check the screenshot below,

https://www.evernote.com/l/AUfrsWFpfI1Oqq9mGJSEnCBkomL31DLyJSUB/image.png

Oct 28, 2018 at 5:39 pm
#88728
Moderator
Shahriar
Staff OP

Your key is linked to postpartumprogress.org Do you want me to unlock it from there?

If you are having the license issue in this site, please install the latest version of Download Manager. That should fix it.

Oct 28, 2018 at 5:34 pm
#88727
Moderator
Shahriar
Staff OP

Hi,

Sorry for the delayed reply. Unlocked your key. Please try now in your production site.

Thanks.

Oct 28, 2018 at 5:31 pm
#88726
Moderator
Shahriar
Staff OP

Could you please update the plugin to the latest version or if you allow I can do it myself? You have an older version there. I checked the email lock issue. There is no problem there. But stats seems to be inserted multiple times for single download.

Oct 28, 2018 at 5:17 pm
#88725
Moderator
Shahriar
Staff OP

It is possible to limit the category access in Frontend add new package page using a custom template for /tpls/wpdm-add-new-file-front.php file. Copy the file and place it in /active-theme/download-manager/ directory. Then make changes in this new template file.

You have to add the following code inside the category loop to skip categories. Also, make sure you have set category access in category settings.

if( ! wpdm_user_has_access( $category->term_id, 'category') ) continue;

https://www.evernote.com/l/AUfN__D1HvVMuI6RqTmJura2NrSuKu85qr8B/image.png

Oct 25, 2018 at 2:23 pm
#88650
Moderator
Shahriar
Staff OP

Hi,

Email Cart feature is working now. The issue was coming from your SparkPost plugin. The weird thing is this plugin isn’t sending an email when is setting From address in the email header. You should ask the SparkPost team to look into this issue. Because they should handle all use cases of wp_mail function.

I have modified WPDM Email code and removed the from address from header to resolve the conflict with SparkPost. Now emails are delivered successfully.

https://www.evernote.com/l/AUdUwJqB3HlNi7adjI4ZaUWX47FRh2ZEdNQB/image.png

Thanks.

Oct 25, 2018 at 10:06 am
#88629
Moderator
Shahriar
Staff OP

Copy the PDF Viewer Add-on from the current site to the other one. That will fix the issue there too.

Oct 25, 2018 at 10:00 am
#88627
Moderator
Shahriar
Staff OP

PDF Viewer is working now. Your server was not allowing the | in URL. I have made some changes in PDF Viewer add-on to handle thing in a different way.

You can check the viewer here https://falconoilandgas.com/download/corporate-presentation-agm-october-2018/

If still having an issue then it is related to cache. Just clear all caches to fix.

Btw, please always create new tickets to report new issues. It helps us to track issues easily.

Oct 25, 2018 at 9:20 am
#88624
Moderator
Shahriar
Staff OP

Your custom template doesn’t have the feature image. The featured image in category page is coming from the theme.

I have created a new template with the featured image and applied it in archive shortcode oh homepage. Also added some custom CSS to hide various parts of Archive Shortcode you don’t need.

Now the page looks like the category page as you wanted.

Oct 25, 2018 at 7:16 am
#88620
Moderator
Shahriar
Staff OP

Hi,

Sorry for the delayed reply.

You can use the Archive Page Sidebar view. It shows all categories in a sidebar, so it is easy to access categories. And when you select a category all child categories are listed in the content area. I have set up a demo here https://vtal.co.il/support-test/

Thanks.

Oct 25, 2018 at 6:25 am
#88618
Moderator
Shahriar
Staff OP

Please go to Downloads Settings Frontend Login Page option and set ‘None Selected’ as value. Alternatively you can use yoursite.com/wp-login.php?skipwpdm=1 URL to skip the WPDM login page.

Send temporary wp-admin login info in private reply if you need help with that.

Oct 25, 2018 at 6:15 am
#88617
Moderator
Shahriar
Staff OP

Hi,

Looks like you are using the Sidebar view now.

However, the issue was related to the version of WPDM you are using there. The free version doesn’t have the Panel 1/3 link template. That’s why it was using the default link template.

You need PRO to use the Panel 1/3 Or have to create a custom link template file and place it in /active-theme/download-manager/link-templates/ directory. You can copy the Panel 1/3 template here https://www.dropbox.com/s/xssbs4yy4nfrasu/link-template-panel-1-3.php?dl=0

Thanks.

Oct 25, 2018 at 6:04 am
#88616
Moderator
Shahriar
Staff OP

Hi Jan, Unlocked your key from staging site.

Oct 25, 2018 at 6:02 am
#88615
Moderator
Shahriar
Staff OP

Fixed the issue. File cart email is sending the download link now.

Viewing 25 posts - 4,476 through 4,500 (of 12,513 total)