bostjan laba

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 28 total)
in reply to: Download of file shows html page code #200525

bostjan laba
Participant

Found the plugin that is incompatible suddenly. It’s an old plugin so some WPDM code made it incompatible. For now we disabled it to try and debug.

in reply to: Download of file shows html page code #200523

bostjan laba
Participant

Changing to another theme has no effect, same error. We’ve never had this problem until latest WPDM updates (not sure what was the previous version). And our theme is the same for years.

in reply to: Download of file shows html page code #200521

bostjan laba
Participant
This reply has been marked as private.
in reply to: Slovenian support #171760

bostjan laba
Participant

Found it. Can you give me a link for directory add-on (archive page) aswell?

in reply to: Slovenian support #171759

bostjan laba
Participant

Thanks. Is there a way to upload my translations to wp translate website? I don’t want to copy paste every single line…

in reply to: Problem with [doc_preview] #147253

bostjan laba
Participant

Still no answer until today and no solution. Still having also issues regarding multilingual etc.

Sorry to say but support could be better.

in reply to: Changelog? #140367

bostjan laba
Participant

And another thing. When directory add-on is installed, there is no languages folder.

So I need to create languages folder and manually upload my language files. THen it works. But it has to be done after every update.

in reply to: Changelog? #140366

bostjan laba
Participant

Oh, and everytime I update wpdm, first I need to go and resave license. THen I can update. Also, all my language files for wpdm get deleted so I need to reupload them.

in reply to: Changelog? #140365

bostjan laba
Participant

Yes. However, I have just learned that everytime I do the add-on update thru WPDM, it actually deletes whole add-on. Clicking on INSTALL does not work. So I had to download it again and manually install it. THis was also a problem with 4.0.0

in reply to: WPDM Directory Add-on vs 4.0.1 stopped working #140363

bostjan laba
Participant

This isn’t working.

[wpdm_archive category=”zakonodaja-si” button_style=”info” items_per_page=25 link_template=”ena_vrstica_slovensko” cols=1 showcount=1]

Bostjan

in reply to: Changelog? #140362

bostjan laba
Participant

And btw, 5.3.0 + directory add-on again breaks shortcodes.

What is now wrong with this: [wpdm_archive category=”si” button_style=”info” items_per_page=25 link_template=”one_custom” cols=1 showcount=1]

Thanks

in reply to: Problema con [doc_preview] #138877

bostjan laba
Participant

I have the same issue, no cache turned on expect by default in browser. Perhaps the solution would be to add a random parameter at the end of url like ?random=04u3r10r032rweq to prevent browser from caching the link…

in reply to: Directory add-on not working anymore at all #138764

bostjan laba
Participant

above suggested code works for my problem.

It seems the code has been severely rewritten in v 4.0.0?

in reply to: Directory add-on not working anymore at all #138761

bostjan laba
Participant

Seems the problem is in your file WPDM\AddOn\ArchivePage\Templates\Starter

line:

if (wpdm_valueof($params, ‘showcount’, [‘default’ ► 0, ‘validate’ ► ‘int’]) === 1 && !is_user_logged_in())
return wpdm_login_form(array(‘redirect’ ► $_SERVER[‘REQUEST_URI’]));

which would mean that if I use SHOWCOUNT=1 then it checks if user is logged in. Which makes no sense. Perhaps this would be a correct line:

$login = wpdm_valueof($params, ‘login’, 0);

if (wpdm_valueof($params, ‘login’, [‘default’ ► 0, ‘validate’ ► ‘int’]) === 1 && !is_user_logged_in())
return wpdm_login_form(array(‘redirect’ ► $_SERVER[‘REQUEST_URI’]));

  • This reply was modified 4 years, 6 months ago by bostjan laba.
in reply to: Directory add-on not working anymore at all #138748

bostjan laba
Participant

this is my exact shortcode:

[wpdm_archive category=”zakonodaja-si” button_style=”info” order_by=”post_title” order=”asc” items_per_page=25 link_template=”ena_vrstica_slovensko” cols=1 showcount=1]

if I add login=0 or login=1 it’s the same – page locked

in reply to: Directory add-on not working anymore at all #138729

bostjan laba
Participant

One more issue with latest version: pages are locked to logged in users. login=0 attribute does not help.

How do I unlock the page as it was?

Thanks

in reply to: Directory add-on not working anymore at all #138696

bostjan laba
Participant

new update of directory add on has missing “languages” folder. I’ve created it under plugins/wpdm-archive-page/ and copied my own translations and now it works again…

Also:
– now it properly does not show all-downloads until you select a category BUT breadcrubs still show “Home All downloads” (make no sense).
– my translation works on HOME ALL DOWNLOADS on initial page opening. BUT when I select a category and go back (click “HOME”), the translation does not work anymore for breadcrumbs.

  • This reply was modified 4 years, 6 months ago by bostjan laba.
in reply to: Directory add-on not working anymore at all #138693

bostjan laba
Participant

languages folder of wpdm? (plugins/download-manager/languages) or elsewhere?

in reply to: Directory add-on not working anymore at all #138683

bostjan laba
Participant

Ok, please let me know the location of translation files for wpdm-archive.

Also, just a note. Updating core wpdm never works thru wp plugins. I always have to manually update. addons updates work ok.

in reply to: Directory add-on not working anymore at all #138682

bostjan laba
Participant

Found the problem. Shortcode change format! It’s not wpdm-archive anymore, it’s wpdm_archive now.

Any new attributes to use?

in reply to: Problem with [doc_preview] #138621

bostjan laba
Participant

I have the exact same problem. Usually in my case it works on 2nd refresh of the page.

BTW it would be awesome if PDf preview would open up as popup optionally…

Bostjan

  • This reply was modified 4 years, 6 months ago by bostjan laba.
in reply to: Directory add hide “all downloads” and customize #138584

bostjan laba
Participant

Btw, is there a way, thru css perhaps, to change category listing button width and height?

This would be very useful when there’s not many categories, but there is many downloads and especially with longer file titles.

This is our case: https://tehnicni.info/zakonodaja-eu/ (page is in Slovenia language but not important).

Bostjan

in reply to: Directory add hide “all downloads” and customize #138581

bostjan laba
Participant

Great, thank you!

in reply to: Directory add hide “all downloads” and customize #138573

bostjan laba
Participant

Hi, awesome.

Any option to make also nr. 2 and nr. 3 possible? Perhaps with a checkbox as an option in the settings?

Thanks

Bostjan

Viewing 25 posts - 1 through 25 (of 28 total)