Claire

Forum Replies Created

Viewing 14 posts - 26 through 39 (of 39 total)
Jan 19, 2020 at 5:44 pm
#118569
Member
Claire
OP

I already checked. In fact, I have written “the sample.csv does not include Tags”. The link you posted does not talk about tags.

Another problems:
– description includes commas inside, so the csv does not upload properly
– link template is a custom template, I don’t see it in the wp-content/plugins/download-manager/tpls/link-templates directory in order to set it
– also page template is a custom template, I don’t see it in the directory

Can you suggest the solution in order to process correctly the csv?

Oct 21, 2019 at 6:52 pm
#113750
Member
Claire
OP

Hi Shahriar,
It should be like this: User login > redirect to a “page A” instead of the user dashboard page. (I don’t want the box “Welcome user” with link to user dashboard, not even the user dashboard page.

The “page A” is a “premium content” page accessible only to members (membership plan) regularly registered.

Jun 30, 2018 at 8:16 am
#79941
Member
Claire
OP

Edit: resolved, I re-modified the file overrided wpdm-archive-page.php

from
TAG with button style

$html .= "<div class='col-md-{$scols} col-tag'><a class='btn btn-{$btnstyle} btn-block text-left' href='$catlink' >{$icon} &nbsp; ".htmlspecialchars(stripslashes($category->name))."</a></div>";

to
TAG without button style

$html .= "<div class='col-md-{$scols} col-tag'><a class='wpdm-pcat' href='$catlink' > ".htmlspecialchars(stripslashes($category->name))."</a></div>";

Jun 30, 2018 at 7:22 am
#79938
Member
Claire
OP

Dear Shahriar,
after an upgrade made by you all in order to fix a bug in the wpmemberpro plugin (another support request), the code you provided is overrided in the sidebar.

The tag layout in the sidebar is the previous despite the activation of the code you provided in functions.php

Shortcode of the tags in sidebar [wpdm-tags cols="1"]

How can we fix it?

Jun 21, 2018 at 10:15 am
#79371
Member
Claire
OP

Perfect, thank you so much!!!

Jun 15, 2018 at 10:43 pm
#79111
Member
Claire
OP
This reply has been marked as private.
Jun 13, 2018 at 10:35 am
#78934
Member
Claire
OP

Hi Fahim,
thanks, but I already have seen that file. My questions are

1) page_template: I have a custom page template. E.g. 7djchsm3mskxjmc.php how can I set it? In whick folder it is? plugins/download-manager/tpls/page-templates does not shows it.

2) file_prices how can i set the price? If I set 10 (e.g. euros) this is not uploaded.

3) files: should I insert the full url of the file? e.g. https://www.domain.com/set/file.pdf? If I insert only the file name the file does not extract it.

Jun 7, 2018 at 11:33 pm
#78472
Member
Claire
OP

Hi,

You may use some custom CSS to removed button style from tag.

OK, but which file I’m supposed to modify (custom css for button style tag)?

Jun 6, 2018 at 8:43 pm
#78301
Member
Claire
OP

Thank you, I’ve modified the code.

Similar to this question: in the link template builder, or page template builder, I’ve the template variables.
E. G.

<div>[categories]</div>
<div>[description]</div>
<div>[tags]</div>

How can I remove button for tag and add button for download link?

In which file is the .css pull right class?


 <div class="pull-right" align="right">
[download_link_popup]
 </div>
Mar 18, 2018 at 7:33 am
#71762
Member
Claire
OP

And if I add the shortcode

[wpdm_login_form wpdm_reg_form]

it shows only two buttons that link to different pages (see attachment), one for registration and one for login but I would like to set the exact box of the first screenshot of the thread (tabmode).

Mar 18, 2018 at 7:22 am
#71760
Member
Claire
OP

I tried to add both the shortcodes

[wpdm_login_form][wpdm_reg_form]

but the result is not as the first screenshot.

See the attachment.

Mar 17, 2018 at 9:09 am
#71723
Member
Claire
OP

Thank you!
For the edit of css (eg. <span class="col-md-3"> for the width of the two remaining forms) which file I am supposed to open and edit?

wpdm-archive-page\wpdm-archive-page\libs\css is empty.

Mar 16, 2018 at 11:25 am
#71673
Member
Claire
OP

Update: curiously If I use two shortcodes I have different result for logged or not logged (credit/memberplan).

[wpdm_all_packages items_per_page="20" jstable=1 cols="title|categories|download_link" colheads="Title|Theme|Download"]
1) not logged: BUY BUTTON for the package with the credit and MemberPlan A —correct way (the package is the first of the all packages list)
2) logged as MemberPlan A user: BUY BUTTON for the package with the credit (the package moves down in the order of the all packages list!)

[wpdm-archive cat_view="compact"]
1) not logged: ADD TO CART BUTTON for the package with the credit and MemberPlan A
2) logged as MemberPlan A user: DOWNLOAD BUTTON for the package with the credit —correct way

Feb 18, 2018 at 9:54 am
#69812
Member
Claire
OP

In the line 484 line I added description tag

 else
echo "<li  class='file ext_$ext'><a href='" . wpdm_download_url(get_the_ID()) . "' rel='" . wpdm_download_url(get_the_ID()) . "'>" . get_the_title() . "</a>[description]</li>";
            }
        }
        echo "</ul>";
        die();
    }

but clearly it is not supported; where should I add the description parameter?

Viewing 14 posts - 26 through 39 (of 39 total)