Shahriar

Forum Replies Created

Viewing 25 posts - 8,476 through 8,500 (of 12,513 total)
May 11, 2017 at 7:15 pm
#57708
Moderator
Shahriar
Staff OP
This reply has been marked as private.
May 11, 2017 at 7:12 pm
#57707
Moderator
Shahriar
Staff OP

Looks like you were using a custom link template and now that template is not available anymore ( someone deleted it).

You have to change your shortcodes and set the link template to an available one. That will fix the issue.

May 11, 2017 at 7:08 pm
#57706
Moderator
Shahriar
Staff OP

Maybe you latest installation was incomplete ( some files was not imported properly ). Could you please try re-installing the latest version? What was your previous version before the update?

Please send wp-admin login info in private reply if re-installation doesn’t fix your issues.

May 11, 2017 at 7:04 pm
#57705
Moderator
Shahriar
Staff OP

If you are using an old version of Download Manager please install the latest version which is available here https://www.wpdownloadmanager.com/user-dashboard/purchases/

If already have the latest version but still getting this error, send temporary wp-admin login info in private reply.

May 11, 2017 at 7:02 pm
#57704
Moderator
Shahriar
Staff OP

Hi,

Directory addon to has search feature with lots of shortcodes. You can check the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/

Thanks.

May 11, 2017 at 7:00 pm
#57703
Moderator
Shahriar
Staff OP

Please ask your server support to enable cURL. That should solve the issue.

May 11, 2017 at 6:57 pm
#57701
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply. As you are facing this issue after the latest update, Did you make any other changes like installing some plugin recently?

May 11, 2017 at 6:37 pm
#57699
Moderator
Shahriar
Staff OP

Please send the admin login info in private reply.

If you are using an old version of Download Manager, updating the plugin usually fixes most issues. Latest version available here https://www.wpdownloadmanager.com/user-dashboard/purchases/

May 11, 2017 at 6:35 pm
#57698
Moderator
Shahriar
Staff OP

No direct option available to change the thumbnail size of [file_list_extended]

You can create your own template tag by replicating [file_list_extended] code { File Location: /download-manager/libs/class.Filelist.php function: Box }. Then make required changes there. But it requires coding expertise. Related doc https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/

You will find thumbnail size code in line 257 ( /download-manager/libs/class.Filelist.php )

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

May 11, 2017 at 6:17 pm
#57696
Moderator
Shahriar
Staff OP

Latest version of WPDM is 4.6.6 You can download it here https://www.wpdownloadmanager.com/user-dashboard/purchases/

May 11, 2017 at 6:16 pm
#57695
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue. Maybe it is related to generating the thumbnail image for the first time. However, I have to check to understand clearly what is going on.

May 11, 2017 at 6:14 pm
#57694
Moderator
Shahriar
Staff OP

Hi,

Looks like a js issue. Try disabling other plugins to find out if the issue is coming from one of those. Also, update the Download Manager to the latest version ( 4.6.6 ) if you are using an older version.

Send temporary wp-admin login info in private reply if still not getting any result.

May 11, 2017 at 6:11 pm
#57693
Moderator
Shahriar
Staff OP

Free version of Download Manager was installed there. I have installed Pro, now all pages are working as expected. You can always download the latest pro version from your purchase area https://www.wpdownloadmanager.com/user-dashboard/purchases/

May 10, 2017 at 9:24 pm
#57668
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check this issue.

May 10, 2017 at 8:32 pm
#57665
Moderator
Shahriar
Staff OP

Slider image loaded normally in my test. Found no issue. Let me know if you are referring to something else.

May 10, 2017 at 8:27 pm
#57663
Moderator
Shahriar
Staff OP

Yes, you can create your own page/link template ( From Downloads Templates Page ) using available template tags and your own design. Please read more about custom template here https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/

May 10, 2017 at 8:24 pm
#57660
Moderator
Shahriar
Staff OP

Hi,

You can create a custom link template to change the outlook of the pacakge shortcode. I have created a simple custom template there, please check it it works for you. You can create your own from Downloads Templates page.

You can read more about custom template here https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/

Let us know if you need help in any step.

Thanks.

May 10, 2017 at 4:52 pm
#57649
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue. Result will return the package that contains the file with matched keyword.

May 10, 2017 at 8:15 am
#57630
Moderator
Shahriar
Staff OP

Hi,
Sorry for delayed reply.

#1. I found none of the strings are translated:
https://www.evernote.com/l/AV25uUbHVo1LV5lNpnh3q-VwfUzVQ6pdJdwB/image.png

#2. Hardcoded text label inside page/link template are not translation ready, but values are. However, we are bringing those under translation file soon.

Language file names are like wpdmpro-it_IT.po ( wpdmpro-languagecode_COUNTRYCODE.po )

May 10, 2017 at 7:07 am
#57627
Moderator
Shahriar
Staff OP

When you are in package  category archive page, you can get the category image using following  code,

$obj = get_queried_object(); $MetaData = maybe_unserialize(get_option( "__wpdmcategory" )); $cat_image_url = $MetaData[$obj->term_id]['icon'];

Or if you want to get package category image using category slug using following code ( here I retrieved the category image of category with plugins slug ),

$wpdm_category = get_term_by('slug', 'plugins', 'wpdmcategory');  $MetaData = maybe_unserialize(get_option( "__wpdmcategory" )); $cat_image_url = $MetaData[$wpdm_category->term_id]['icon'];

May 9, 2017 at 3:53 pm
#57604
Moderator
Shahriar
Staff OP

Hi,

When packages in the table are filtered using category page reload event occurs and loads a different URL ( adds category info in URL ). Shouldn’t these two events enough to provide the user a sense that back button will bring all packages back?

However, if you want you can make your own template for All Packages table and add following code to create a Back to all packages button,

<?php if(isset($_GET['wpdmc'])): ?> <a href="<?php echo get_permalink(); ?>">All Downloads</a> <?php endif; ?>

Thanks.

May 9, 2017 at 3:33 pm
#57603
Moderator
Shahriar
Staff OP

@brave, unlocked your key from the old domain. License key should work on new domain now.

May 9, 2017 at 3:30 pm
#57602
Moderator
Shahriar
Staff OP

Looks like Bootstrap CSS is disabled in your installation. Enable Bootstrap CSS from Downloads Settings Basic Tab. That should fix the layout.

May 9, 2017 at 3:20 pm
#57601
Moderator
Shahriar
Staff OP

Follow the steps below to make your package page like https://demo.wpdownloadmanager.com/wpdmpro/wpdm-package/mobile-app-for-wpdm/

Install Following addons first.,

1. Page Template – https://www.wpdownloadmanager.com/download/wpdm-page-templates/

2. Image Button – https://www.wpdownloadmanager.com/download/wpdm-image-button/

Now in your edit package page set the page template to Default Template and set Single Column, Flat as page template in package settings area.

https://www.evernote.com/l/AUeQdvtZ96dFlqTS0c1x-54QN1uvWRVqQX0B/image.png

Then Go to Downloads Settings Image Button and set the button image there.

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

May 9, 2017 at 3:09 pm
#57598
Moderator
Shahriar
Staff OP

You can change Crypton Homepage content. It is designed only for downloads and blog posts as it is in the demo. If you don’t like the Homepage design, you can use any page as you Homepage.

You can do that by setting another page as homepage from Dashboard Settings Reading page.

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