Shahjada

Forum Replies Created

Viewing 25 posts - 2,176 through 2,200 (of 15,650 total)
Aug 25, 2020 at 6:15 am
#135042
Keymaster
Shahjada
Staff OP

okay now. I’ve updated the flow:
https://creeksidecontrols.com/download/dx-819-0/

Aug 25, 2020 at 4:40 am
#135035
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Aug 22, 2020 at 6:43 pm
#134928
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Aug 22, 2020 at 4:56 pm
#134917
Keymaster
Shahjada
Staff OP

May I try reinstalling the plugin and changing the theme temporarily?

Aug 22, 2020 at 11:44 am
#134910
Keymaster
Shahjada
Staff OP

May you please give me the URL with issue.

Aug 22, 2020 at 11:43 am
#134909
Keymaster
Shahjada
Staff OP

Okay now, had to disable bootstrap js from wpdm user interface settings.

Aug 22, 2020 at 10:27 am
#134905
Keymaster
Shahjada
Staff OP

okay now.
%D8%AA%D8%AE%D8%B5%D9%8A%D8%B5:%20%D9%85%D9%84%D9%81%D8%A7%D8%AA%D9%8A%20-%20%D9%85%D9%84%D9%81%D8%A7%D8%AA%D9%8A

Aug 20, 2020 at 8:41 am
#134761
Keymaster
Shahjada
Staff OP

Okay now, downloads are working fine.

Aug 20, 2020 at 6:40 am
#134755
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Aug 20, 2020 at 6:38 am
#134754
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Aug 14, 2020 at 7:11 am
#134396
Keymaster
Shahjada
Staff OP

Checking now.

Aug 12, 2020 at 10:12 pm
#134307
Keymaster
Shahjada
Staff OP

Hi.
We have recoded wp pro membership from ground, update is coming within next week, but I shall set it up on your site before that.

Aug 12, 2020 at 8:36 am
#134258
Keymaster
Shahjada
Staff OP

Hi,
Extremely sorry for your trouble, please delete wpdm pro and install it again. There was a minor packaging issue with the last update of wpdm and we had to reupload it again.

Aug 10, 2020 at 7:50 pm
#134184
Keymaster
Shahjada
Staff OP

Enable archive page from from settings, that will add “Downloads” archive link with your breadcrumb.

Aug 10, 2020 at 6:22 pm
#134177
Keymaster
Shahjada
Staff OP

Yes, when you use ‘Do not apply’, then it uses a generatepress template. But when you are using a link template, then wpdm creates a category page template dynamically using theme components/template-parts and due to that reason, the title is missed there, but you may follow the following doc the create category page template properly for your theme.
However, to show both title and description with the global or custom template, you need to add the following code at the end of your theme’s functions.php:

add_action("wpdm_before_category_page_content", function ($cat){
   ?>
    <h2><?php echo $cat->name; ?></h2>
   <p><?php echo $cat->description; ?></p>
   <?php
});

—–

Looks like you already have done that :).

Aug 10, 2020 at 2:28 pm
#134144
Keymaster
Shahjada
Staff OP

Default category pages are mostly controlled from the theme, and most themes show category title by default. But, as generatepress is not showing category title for default category page when using custom template, you can add the following code at the end of your theme’s functions.php to show the title:

add_action("wpdm_before_category_page_content", function ($cat){
    ?><h2><?php echo $cat->name; ?></h2><?php
});

Alternatively, you can use category shortcode or GB block on WordPress statics pages, please check:
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/

Gutenberg Blocks

Aug 10, 2020 at 1:14 pm
#134127
Keymaster
Shahjada
Staff OP

Sorry for the delays, we are also adding a major feature, AI CHAT ( using Dialogflow AI API ). Please allow us another week.

Aug 9, 2020 at 10:25 pm
#134082
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Aug 9, 2020 at 9:13 pm
#134079
Keymaster
Shahjada
Staff OP

Hi,
I was trying to update to the latest version ( 5.1.2 – released today ), but I could upload plugin due to max upload file size limit ( 2MB ), please update the plugin. Now you can use the custom template for the category pages. In some themes, if you don’t see category title, use the following code:

add_action("wpdm_before_category_page_content", function ($cat){
    ?><h2><?php echo $cat->name; ?></h2><?php
});
Aug 5, 2020 at 8:49 am
#133903
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Aug 5, 2020 at 8:48 am
#133902
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Aug 5, 2020 at 6:43 am
#133892
Keymaster
Shahjada
Staff OP

usound.com.

Aug 4, 2020 at 9:10 am
#133842
Keymaster
Shahjada
Staff OP

I’m checking those points and released a new update within the next 72 hours :).

Aug 4, 2020 at 8:25 am
#133838
Keymaster
Shahjada
Staff OP

Translations are showing now.
Image 2020-08-04 at 2.25.02 PM

Aug 4, 2020 at 6:35 am
#133832
Keymaster
Shahjada
Staff OP

Not yet, but we are almost ready, certainly will be released within this week.

Viewing 25 posts - 2,176 through 2,200 (of 15,650 total)