pxprod

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 76 total)
Jan 23, 2024 at 11:55 am
#192599
Participant
pxprod
OP

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.

Jan 17, 2022 at 10:59 pm
#166712
Participant
pxprod
OP

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 4 years, 2 months ago by pxprod.
Jan 17, 2022 at 7:52 pm
#166709
Participant
pxprod
OP

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

  • This reply was modified 4 years, 2 months ago by pxprod.
Jan 17, 2022 at 1:58 pm
#166697
Participant
pxprod
OP
This reply has been marked as private.
Dec 24, 2021 at 1:25 pm
#166027
Participant
pxprod
OP
This reply has been marked as private.
Dec 24, 2021 at 10:45 am
#166019
Participant
pxprod
OP
This reply has been marked as private.
Dec 23, 2021 at 8:03 pm
#166006
Participant
pxprod
OP
This reply has been marked as private.
Dec 23, 2021 at 8:01 pm
#166005
Participant
pxprod
OP
This reply has been marked as private.
Dec 14, 2021 at 3:51 pm
#165730
Participant
pxprod
OP

ok thanks

Dec 14, 2021 at 3:04 pm
#165717
Participant
pxprod
OP

any update with regards to my query?

Dec 13, 2021 at 3:12 pm
#165666
Participant
pxprod
OP

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 4 years, 3 months ago by pxprod.
Dec 8, 2021 at 8:38 am
#165395
Participant
pxprod
OP

thanks a lot

Dec 7, 2021 at 1:37 pm
#165341
Participant
pxprod
OP

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.

Dec 6, 2021 at 4:57 pm
#165291
Participant
pxprod
OP

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?

Sep 28, 2021 at 4:07 pm
#162405
Participant
pxprod
OP
This reply has been marked as private.
Sep 28, 2021 at 3:19 pm
#162403
Participant
pxprod
OP

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

Sep 27, 2021 at 1:49 pm
#162340
Participant
pxprod
OP

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 4 years, 5 months ago by pxprod.
Sep 24, 2021 at 11:50 am
#162212
Participant
pxprod
OP

..

  • This reply was modified 4 years, 6 months ago by pxprod.
Sep 24, 2021 at 11:44 am
#162209
Participant
pxprod
OP
This reply has been marked as private.
Sep 24, 2021 at 10:56 am
#162207
Participant
pxprod
OP

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

  • This reply was modified 4 years, 6 months ago by pxprod.
Sep 23, 2021 at 1:40 pm
#162181
Participant
pxprod
OP
This reply has been marked as private.
Sep 21, 2021 at 12:03 pm
#162032
Participant
pxprod
OP

Thanks will do so shortly.

Sep 21, 2021 at 7:38 am
#162018
Participant
pxprod
OP
This reply has been marked as private.
Sep 20, 2021 at 3:30 pm
#161984
Participant
pxprod
OP

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.

Apr 14, 2021 at 8:35 am
#150456
Participant
pxprod
OP

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)