pxprod

Forum Replies Created

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

pxprod
Participant

Hi Tanvir,

thanks for your answer.
Any chance it will get added down the line?

Since the documentation said it is possible to use the Media Library without saying that it goes hand in hand with losing basic functionalities. We were thinking about using the wpdm uplaoder, but you can’t modify the upload folder for example (see my other topic) and we believe it’s more complicated for the client to manage their files via ftp/wpdm uploader.

in reply to: Tree View in translated version not working #166712

pxprod
Participant

It seems that treeview shortcode get executed before wpml plugin changes the languages and thats get_terms returns incorrect set of terms for the treeview.

I have managed to fix the issue by adding an additional shortcode parameter and changing the language manually using the following code.

 $lang = isset($sc_params['lang']) && $sc_params['lang'] !== '' ? $sc_params['lang'] : 'de';
		global $sitepress;
		
		$sitepress->switch_lang($lang); // Switch to new language

But it would be nice if you can execute the shortcode after wpml is loaded.

  • This reply was modified 2 years, 4 months ago by pxprod.
in reply to: Tree View in translated version not working #166709

pxprod
Participant

if you change language to english then you can find translated copy of the category with slug software-en

  • This reply was modified 2 years, 4 months ago by pxprod.
in reply to: Tree View in translated version not working #166697

pxprod
Participant
This reply has been marked as private.
in reply to: wpdm archive not working after translation #166027

pxprod
Participant
This reply has been marked as private.
in reply to: wpdm archive not working after translation #166019

pxprod
Participant
This reply has been marked as private.
in reply to: wpdm archive not working after translation #166006

pxprod
Participant
This reply has been marked as private.
in reply to: wpdm archive not working after translation #166005

pxprod
Participant
This reply has been marked as private.
in reply to: Download Large files #165730

pxprod
Participant

ok thanks

in reply to: Download Large files #165717

pxprod
Participant

any update with regards to my query?

in reply to: Download Large files #165666

pxprod
Participant

I think the best solution for the given problem is to enable caching,

At the moment if I download a file for the first time a cached copy of zip file is created. Is it possible to create a cache (zip file) upon saving a package in the wp-admin? or an option/filter to pre-cache all zip archives.

  • This reply was modified 2 years, 5 months ago by pxprod.
in reply to: Remove Sorting Options #165395

pxprod
Participant

thanks a lot

in reply to: Remove Sorting Options #165341

pxprod
Participant

Thanks, I managed to remove the options from the PHP file myself. If possible kindly add a filter function so these options can safely be overridden in the child theme.

in reply to: Remove Sorting Options #165291

pxprod
Participant

I am using this shortcode.
[wpdm_archive_compact template=”cat_filter_simple_template” order_by=”post_title” order=”ASC” items_per_page=”12″ cols=1 subcat=”1″ include_children=”1″ category=”documentation”]

http://prntscr.com/2213bwz

as you can see there are several options in the dropdown for sorting, I like to keep only the title or date maybe.

is there any filter(WordPress) available to remove unwanted sorting options from the dropdown?

in reply to: Attachment File limit #162405

pxprod
Participant
This reply has been marked as private.
in reply to: Attachment File limit #162403

pxprod
Participant

I tried to attach some other files again and upon saving the post again several files are goes missing.

in reply to: WPDM No Results found message #162340

pxprod
Participant

somehow the code your shared was returning “undefined”.

So i changed it a bit like this:
$html = "<div class='{$cwd_class} {$cwdsm_class} {$cwdxs_class}'>".__('No downloads found',WPDM_TEXT_DOMAIN )."</div>";

  • This reply was modified 2 years, 7 months ago by pxprod.
in reply to: WPDM No Results found message #162212

pxprod
Participant

..

  • This reply was modified 2 years, 7 months ago by pxprod.
in reply to: WPDM No Results found message #162209

pxprod
Participant
This reply has been marked as private.
in reply to: WPDM No Results found message #162207

pxprod
Participant

Ok i have updated the plugin but no “not found message” if search results are empty.

  • This reply was modified 2 years, 7 months ago by pxprod.
in reply to: WPDM No Results found message #162181

pxprod
Participant
This reply has been marked as private.
in reply to: Attachment File limit #162032

pxprod
Participant

Thanks will do so shortly.

in reply to: Attachment File limit #162018

pxprod
Participant
This reply has been marked as private.
in reply to: Attachment File limit #161984

pxprod
Participant

can you please expedite this ticket as we are already in the process of uploading files, in many cases there are package which contain more than 5 files.

in reply to: WPDM Archive shortcode not working properly #150456

pxprod
Participant

http auth
user: pp
pass: pp

https://schultes-neu.pixel-tal.de/wp-admin
pixel-admin
pixel2020

URL where incorrect filter is being shown
https://schultes-neu.pixel-tal.de/kunde/software/

https://snipboard.io/OsIhkA.jpg
(I have selected the software category in the shortcode but the dropdown shows complete tree inside on subcategories of ‘Software’. )

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