I setup download manager Pro in workpress with IP address 172.168.0.10 . AFter all Test is done , I move the server to production and change its both IP and domain name . But looks like download manager still stick to the old IP address rather than new one .
In stead of change those image url one by one ,is there any way to batch change it ?
I’ve buyed the pro addon Facebook Share to lock downloads but doesn’t work. I’ve configured the key and web platform on facebook developers but don’t work!
Url for view: https://bit.ly/2HP9IDk
Ps: when i click in “share” my page goes to top.
Hello.
Now I really need to put this addon to work for me, serious.
The WPDM Pro version 4.7.4 not working for me, I am using 4.7.3.
Any package with Form Lock activetad, gives me this error trying to view on browser:
Warning: Illegal string offset ‘html’ in C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\wpdm-form-lock\wpdm-form-lock.php on line 78
Warning: Cannot assign an empty string to a string offset in C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\wpdm-form-lock\wpdm-form-lock.php on line 78
Warning: Illegal string offset ‘html’ in C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\wpdm-form-lock\wpdm-form-lock.php on line 79
Fatal error: Uncaught Error: Cannot use assign-op operators with string offsets in C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\wpdm-form-lock\wpdm-form-lock.php:79 Stack trace: #0 C:\wamp64\www\eletrobrasrondonia\wp-includes\class-wp-hook.php(286): WPDM_FormLock->download_lock(”, Array) #1 C:\wamp64\www\eletrobrasrondonia\wp-includes\plugin.php(203): WP_Hook->apply_filters(”, Array) #2 C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\download-manager\libs\class.Package.php(902): apply_filters(‘wpdm_download_l…’, ”, Array) #3 C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\download-manager\libs\class.Package.php(219): WPDM\Package::activeLocks(Array, Array) #4 C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\download-manager\libs\class.Package.php(1174): WPDM\Package->Prepare(12401, ‘<!– WPDM Templ…’, ‘page’) #5 C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\download-manager\wpdm-functions.php(1289): WPDM\Package::fetchTemplate(‘<!– WPDM Templ…’, Array, ‘page’) #6 C:\wamp64\www\eletrobrasr in C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\wpdm-form-lock\wpdm-form-lock.php on line 79
this is my setup in WP:
Versão do plugin : 4.3.2
Versão WP : 4.9.4
WPMU: No
MySQL Versão : 5.5.5
WP Prefixo de tabela : co_eletro_
PHP Versão : 7.1.11
Sessão salvar caminho : c:/wamp64/tmp
WP URL: http://www.eletrobrasrondonia.com
Nome do servidor : http://www.eletrobrasrondonia.com
Domínio do cookie : http://www.eletrobrasrondonia.com
CURL Biblioteca presente : Yes
Depurar arquivo permissões de gravação : Writable
Versão PHP : 7.1.11
Uso de memória: 63.22 MB
Limite de memória : 512M
Tamanho máximo para carregar : 256M
Tamanho máximo do post : 256M
Permitir URL fopen : Ligado
PHP Allow URL Include : Desligado
Erros de exibição : Ligado
Tempo máximo de execução de script : 6000 Seconds
I am using a category short-code to display all the packages in a category as cards. The packages included in this category have titles that vary in length. Some of the titles are long enough that they are displayed on multiple lines (wrap text) and others are only one line. This causes the cards to not display properly in a 4 x 3 grid. I tried fixing the height of the [page_link], but then the size of the browser window can cause some of the titles to be hidden.
Is there a way to make the top of the cards in each row line up no matter how long the titles are?
Here is my catergory display short-code:
[wpdm_category id="infrastake" title="InfraStake" desc="These are InfraStake files" toolbar="1" order_by="title" order="asc" item_per_page="12" template="5a94448318a7e" cols=4 colspad=2 colsphone=1]
Here is my card template code:
<div class=”list-group wpdm-lt-card” style=”margin: 0 0 15px 0″>
<div class=”list-group-item”>
[thumb_500x250]
</div>
<div class=”list-group-item”>
<h4 style=”padding:0px;margin:0px;”>[page_link]</h4>
</div>
<div class=”list-group-item”>
<span class=”badge”>[file_size]</span> File Size
</div>
<div class=”list-group-item”>
[download_link]
</div>
</div>