Shahjada

Forum Replies Created

Viewing 25 posts - 6,276 through 6,300 (of 15,655 total)
Nov 17, 2015 at 7:47 pm
#36638
Keymaster
Shahjada
Staff OP

please give me temporary wp-admin login info and ftp access the wp-content dir to check your issue in details.

Nov 17, 2015 at 7:46 pm
#36637
Keymaster
Shahjada
Staff OP
Nov 17, 2015 at 7:45 pm
#36636
Keymaster
Shahjada
Staff OP

sorry, no such option but it is a good idea and I shall add option like that soon.

Nov 17, 2015 at 7:43 pm
#36635
Keymaster
Shahjada
Staff OP

🙂
If anyone else want to know, you need to remove [download_link] from link/page template, doc: http://www.wpdownloadmanager.com/doc/templates/

Nov 17, 2015 at 7:39 pm
#36634
Keymaster
Shahjada
Staff OP

I’ve tested it for “Administrator” account with download limit 1 and looks like it is working fine for me, I download a package, after that all other package showing message like this:

View post on imgur.com

Nov 17, 2015 at 7:09 pm
#36633
Keymaster
Shahjada
Staff OP

Somehow the Plugin Organizer plugin blocking the archive page plugin execution when it is trying to get an url ( …your-site/site/?wpdmtask=get_downloads&pg=251&category=0 ) with ajax for download list. Plugin Organizer dev team need to check the issue.

Nov 16, 2015 at 10:20 am
#36602
Keymaster
Shahjada
Staff OP

Thanks, I shall add those with the next update of the add-on.

Nov 16, 2015 at 9:00 am
#36598
Keymaster
Shahjada
Staff OP

Ok, no problem, we will add the feature soon.
May you please give me the pdf you are trying with to check stamping at button.

Nov 16, 2015 at 8:41 am
#36597
Keymaster
Shahjada
Staff OP

Sorry for the confusion. It is ok now.
Following code is changed in wpdm-extended-short-code.php:
Replaced:

$params['tax_query'] = array(
                array(
                    'taxonomy' ► 'wpdmcategory',
                    'field' ► 'term_id',
                    'terms' ► $scat,
                    'include_children' ► false
                )
            );

With:

if($scat==''){
            $params['tax_query'] = array(
                array(
                    'taxonomy' ► 'wpdmcategory',
                    'field' ► 'term_id',
                    'terms' ► get_terms( 'wpdmcategory', array( 'fields' ► 'ids'  ) ),
                    'operator' ► 'NOT IN',                     
                )
            );
        } else {
            $params['tax_query'] = array(
                array(
                    'taxonomy' ► 'wpdmcategory',
                    'field' ► 'term_id',
                    'terms' ► $scat,
                    'include_children' ► false
                )
            );
        }
Nov 16, 2015 at 6:47 am
#36594
Keymaster
Shahjada
Staff OP

It is strange, subpages are not showing properly even when wpdm is disabled, probably it is something with your theme, did you change anything is theme recently? it is not related with wpdm pro.

Nov 15, 2015 at 8:43 pm
#36591
Keymaster
Shahjada
Staff OP

[wpdm_tree] is actually working fine. Please check now.

Nov 15, 2015 at 8:35 pm
#36588
Keymaster
Shahjada
Staff OP

Actually skip lock option is only implemented for integrated locks ( password, fb like, g+, tweet… ) with core plugin, but we shall add external lock ( add-on ) support for skip lock option soon.

Nov 15, 2015 at 8:32 pm
#36587
Keymaster
Shahjada
Staff OP

Please set Font Offset / Line Height = 1 , then {br} will work

Nov 15, 2015 at 8:06 pm
#36586
Keymaster
Shahjada
Staff OP

you can do category part using WordPress SEO plugin https://wordpress.org/plugins/wordpress-seo/

Nov 15, 2015 at 7:52 pm
#36585
Keymaster
Shahjada
Staff OP

We can add-on stamping feature will multi-file package, but it will add huge extra load to your server, first stamp all attached pdf, then create zip file in every download.
And nothing to do with stamp position actually, it is totally depend on your applied settings and the pdf.

Nov 15, 2015 at 4:27 pm
#36583
Keymaster
Shahjada
Staff OP

Looks like it will require some customization. However, even though files are stored in same dir, you can use tree view like this http://demo.wpdownloadmanager.com/wpdmpro/tree-view/ to show the categorized downloads .

Nov 14, 2015 at 1:27 pm
#36551
Keymaster
Shahjada
Staff OP

I see there are lots of plugins installed in your site, I tested disabling other plugins and category page worked fine, you can find the conflicting one by disabling one after another 🙂

View post on imgur.com

Nov 14, 2015 at 5:05 am
#36542
Keymaster
Shahjada
Staff OP

I need to check the setup in your installation, please give me a temporary wp-admin login info in a private reply.

Nov 14, 2015 at 4:59 am
#36541
Keymaster
Shahjada
Staff OP

please use [thumb_gallery_200x200] , the tag will show 200×200 thumbs of attached additional images

Nov 14, 2015 at 4:52 am
#36540
Keymaster
Shahjada
Staff OP

The admin url is redirecting me here https://www.terressentia.com/error/

Nov 13, 2015 at 7:43 pm
#36531
Keymaster
Shahjada
Staff OP
  1. I actually forgot to apply utf8_encode in cron function, I just added it now
  2. We also have added it in our side, so you will not have to be worry about the updates 🙂
Nov 13, 2015 at 7:22 pm
#36527
Keymaster
Shahjada
Staff OP

wpdm adds such prefix when another file with same name already exist, but it is trimmed before download, however you also can choose option to overwrite files with same name to avoid such rename from wpdm settings page.

Nov 13, 2015 at 7:14 pm
#36526
Keymaster
Shahjada
Staff OP

I see download button also showing properly at front-end now, addtionally, I installed image button add-on ( http://www.wpdownloadmanager.com/download/wpdm-image-button/ ) to show nice images with download link. You can change button image from wpdm settings page.

Nov 13, 2015 at 7:04 pm
#36524
Keymaster
Shahjada
Staff OP

it will not be able to stamp file in zip, you need to enable single file download.

Nov 13, 2015 at 7:03 pm
#36522
Keymaster
Shahjada
Staff OP

in your log, it showing /public_html/wp-content/plugins/download-manager.new/templates but no such dir there actually, it is /public_html/wp-content/plugins/download-manager/templates and site loods fast enough from my location and download manage is active.

Viewing 25 posts - 6,276 through 6,300 (of 15,655 total)