bostjan laba

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 28 total)
Oct 18, 2024 at 2:41 pm
#200525
Participant
bostjan laba
OP

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.

Oct 18, 2024 at 1:15 pm
#200523
Participant
bostjan laba
OP

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.

Oct 18, 2024 at 12:42 pm
#200521
Participant
bostjan laba
OP
This reply has been marked as private.
May 1, 2022 at 11:57 am
#171772
Apr 30, 2022 at 1:06 pm
#171760
Participant
bostjan laba
OP

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

Apr 30, 2022 at 1:03 pm
#171759
Participant
bostjan laba
OP

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

Feb 23, 2021 at 9:02 am
#147253
Participant
bostjan laba
OP

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

Sorry to say but support could be better.

Nov 11, 2020 at 12:36 pm
#140367
Participant
bostjan laba
OP

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.

Nov 11, 2020 at 12:32 pm
#140366
Participant
bostjan laba
OP

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.

Nov 11, 2020 at 12:31 pm
#140365
Participant
bostjan laba
OP

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

Nov 11, 2020 at 12:21 pm
#140363
Participant
bostjan laba
OP

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

Nov 11, 2020 at 12:19 pm
#140362
Participant
bostjan laba
OP

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

Oct 21, 2020 at 7:14 am
#138877
Participant
bostjan laba
OP

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…

Oct 20, 2020 at 8:37 am
#138764
Participant
bostjan laba
OP

above suggested code works for my problem.

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

Oct 20, 2020 at 8:33 am
#138761
Participant
bostjan laba
OP

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 5 years, 5 months ago by bostjan laba.
Oct 20, 2020 at 7:00 am
#138748
Participant
bostjan laba
OP

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

Oct 19, 2020 at 7:07 pm
#138729
Participant
bostjan laba
OP

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

Oct 19, 2020 at 3:17 pm
#138696
Participant
bostjan laba
OP

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 5 years, 5 months ago by bostjan laba.
Oct 19, 2020 at 3:15 pm
#138693
Participant
bostjan laba
OP

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

Oct 19, 2020 at 2:49 pm
#138683
Participant
bostjan laba
OP

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.

Oct 19, 2020 at 2:47 pm
#138682
Participant
bostjan laba
OP

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

Any new attributes to use?

Oct 18, 2020 at 3:34 pm
#138621
Participant
bostjan laba
OP

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 5 years, 5 months ago by bostjan laba.
Oct 17, 2020 at 5:21 pm
#138584
Participant
bostjan laba
OP

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

Oct 17, 2020 at 4:12 pm
#138581
Participant
bostjan laba
OP

Great, thank you!

Oct 17, 2020 at 8:18 am
#138573
Participant
bostjan laba
OP

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)