Web Guy

Forum Replies Created

Viewing 25 posts - 151 through 175 (of 201 total)

Web Guy
Participant

Thanks. Does the button switch from Add to Cart to a Download button ONLY if I am using the WP Download Manager Membership addon?

I am using a third party membership program to assign my membership levels and for access control. I am able to display and hide text based on membership level, so it would be great if there was a way for me to generate an add to cart button with one shortcode and a download button using a different shortcode. I would use the shortcode from my membership program to wrap the download button, such that it would only be displayed to members that are logged in. Please advise.

in reply to: Differentiating Files by Membership Level #114448

Web Guy
Participant

Thanks for the code. It is now displaying the role name as the tag, which is great.

However, it is not displaying the lowest required membership level required to access the file. I assume that I am supposed to list my user roles in hierarchical order, so I have gone ahead and tested it with the following modified code:

$order = array(‘guest’, ‘subscriber’, ‘basic_subscriber’, ‘premium_subscriber’, ‘premium_plus_subscriber’, ‘editor’, ‘administrator’);

I then assigned the following access roles to a test package: premium_subscriber and premium_plus_subscriber

However, the test product is displaying the “Premium Plus” tag, but it should only show the lower level “Premium” tag, since that is the lowest membership level required to access the file.

Please advise.

in reply to: Display Options for Download Limit Plugin #114443

Web Guy
Participant

It is working fine now. I had the shortcode displayed twice on my test page. Apparently that caused an issue. I removed the first instance of it and now it is displaying the colorful version properly. Thanks!


Web Guy
Participant

Hello. I resolved the issue. I had a category selected in the shortcode that did not have any content loaded into it yet. I removed the category from the shortcode and now it is working properly.

in reply to: Adjusting Column Width on Default Archive Page #114407

Web Guy
Participant
This reply has been marked as private.

Web Guy
Participant
This reply has been marked as private.

Web Guy
Participant

Thanks. I understand the part about including a subscription link, but how is the download button generated for those people that already have a subcription and would like to download the file. As of now, the download button changed into a payment button as soon as I associated a price to the package.

Is there a way to use two different shortcodes? For example one shortcode that will display the download button and then have a separate shortcode that can display the payment button? That way members that have access can download from the first shortcode and guests that would like to purchase the download can use the second shortcode?

Please advise.

in reply to: Category Archive Page #114397

Web Guy
Participant

OK. Thank you for the clarification.


Web Guy
Participant

Thanks. That worked good.

One last question. If I change the number of columns on my page from 4 to 3, it seems that the following CSS code no longer works:

.w3eden .wpdm-downloads.row .col-md-3:nth-child(4n)::after {
content: ‘\a\a\a\a\a’;
white-space: pre;
}

Can you please let me know what changes are needed if I display 3 columns instead of 4 columns in my archive?

Thanks


Web Guy
Participant
This reply has been marked as private.
in reply to: Compact View Directory Question #114321

Web Guy
Participant

Thanks. Would it be minor code customization similar to what you outlined in this post (https://www.wpdownloadmanager.com/support/topic/exclude-categories-in-accordion/? If so, can you please tell me the code changes that I would need to make to achieve both of the options that I provided above? Thanks.

in reply to: Category Archive Page #114320

Web Guy
Participant
This reply has been marked as private.
in reply to: Breadcrumbs Not Working Properly #114316

Web Guy
Participant
This reply has been marked as private.
in reply to: Question About Templates #114312

Web Guy
Participant

OK. Thank you.

in reply to: Shortcode to Display Total Number of Packages #114311

Web Guy
Participant

Thank you!

in reply to: Display Options for Download Limit Plugin #114310

Web Guy
Participant
This reply has been marked as private.

Web Guy
Participant
This reply has been marked as private.
in reply to: Styling the Dropdown Menu #114307

Web Guy
Participant

Thanks. That worked great. Is there something similar that can be done for the mobile view as well?

Thanks

in reply to: Differentiating Files by Membership Level #114306

Web Guy
Participant
This reply has been marked as private.
in reply to: Compact View Directory Question #114260

Web Guy
Participant

Thanks for sharing the link. I have a couple of additional questions:

1) Is it possible to to just exclude a particular category from showing up in the drop down by using a modified version of the shortcode (i.e., without needing to edit anything in the PHP file)?

2) Is it possible to exclude certain items from being displayed in the archive grid area (based on the assigned “tag”) by using a modified version of the shortcode?

Here is the code that I am currently using:

[wpdm-archive category=”1145″ cols=”4″ cat_view=”compact” button_style=”default” link_template=”5d277d746310d” order_by=”post_title” order=”asc” items_per_page=”12″]

Please let me know. Thanks.

in reply to: Styling the Dropdown Menu #114258

Web Guy
Participant
This reply has been marked as private.
in reply to: Bulk Import from Dropbox #114256

Web Guy
Participant

Given that this is from April 2018, I wanted to follow up on this to see if there have been any updates in the software, which would now allow for users to use the bulk import option with Dropbox (without needing to use a CSV file). Please let me know. Thanks!

in reply to: Breadcrumbs Not Working Properly #114254

Web Guy
Participant
This reply has been marked as private.
in reply to: Differentiating Files by Membership Level #114243

Web Guy
Participant
This reply has been marked as private.
in reply to: Differentiating Files by Membership Level #114144

Web Guy
Participant

Thanks for the clarification. I have a few follow up questions:

1) Which parts of the sample code do I need to modify to reflect my membership level (i.e., wordpress role)?

Is it just the part that says: [ ‘wpdm_package_membership_levels’, 10, 1 ]

If so, what does the 10, 1 stand for? Are these user role IDs?

I will have some files that are assigned to multiple user role levels, but I would want the label to indicate the lowest level required to access the file. For example, a file that requires a minimum of a Free Basic membership to access would need to be flagged as “Basic”, but all of our higher membership plans would also have access to download that file. Does this mean that all of our higher membership user roles would also need to be listed where the 10, 1 is in the above code (in addition to listing the free basic role)? If so, does the order of the user role IDs in the code matter in regards to which tag is shown?

2) Do I paste this code into my theme’s functions.php file or is there somewhere else that this code needs to go?

3) If I want to make a few custom tags for the various membership levels, do I just repeat this same code multiple times in my functions.php file or does the existing code need to be modified to allow for me to make multiple tags for multiple membership levels?

Thanks

Viewing 25 posts - 151 through 175 (of 201 total)