Michael

Forum Replies Created

Viewing 25 posts - 151 through 175 (of 187 total)
May 25, 2018 at 6:56 pm
#77256
Participant
Michael
OP

I tried a lot of things today, clearing up other java problems, but the error console is reporting errors within download manager itself? I notice also after upgrading to the latest version, there’s a separate screen to give the package a name, but it still does the same thing when it gets to the details.

Is the problem because this is inline java ? Could it be called externally ?

May 24, 2018 at 6:59 pm
#77143
Participant
Michael
OP
This reply has been marked as private.
May 24, 2018 at 5:34 pm
#77121
Participant
Michael
OP
This reply has been marked as private.
May 24, 2018 at 5:31 pm
#77119
Participant
Michael
OP
This reply has been marked as private.
May 24, 2018 at 9:36 am
#77072
Participant
Michael
OP

Third shot

May 24, 2018 at 9:35 am
#77070
Participant
Michael
OP

Second shot

May 2, 2018 at 9:56 am
#75487
Participant
Michael
OP

Thanks, just got the same result the pages don’t load just got the preloader bouncing animation. Cleared cache, same result.

May 1, 2018 at 7:54 am
#74921
Participant
Michael
OP

Hi, thanks, but unfortunately adding that broke the functionality of my site, it wouldn’t load correctly (am guessing the theme must use nivo maybe for my front page sliders) or I’m using the WP Bakery plugin (may use Nivo too). I tried just deregistering the script part of the function above, but it gave errors after that.

Apr 29, 2018 at 9:36 am
#74606
Participant
Michael
OP

It works, but it messes up my already installed lightbox. It creates my lighbox versions, then when I close it the download manager previews are behind it. How can I disable the lightbox of the download manager?

Apr 29, 2018 at 9:32 am
#74605
Participant
Michael
OP

Thanks, I feel so stupid now for not picking up on that ! 🙂

Feb 27, 2018 at 9:57 am
#70538
Participant
Michael
OP

That’s where I put it, and it doesn’t read it. I’m using a child theme, does it need to go in the original theme folder or the child theme folder, mind you I tried it in both.

I created the single-wpdmpro.php based on the page-default template, I made some slight changes to the spelling of a word on the single-wpdmpro.php file. Cleared the cache and reloaded, still didn’t show the changes. Not sure what I’m doing wrong. As I say I have the solution working, but I’d rather do it the correct way rather than edit core files.

Feb 26, 2018 at 8:46 pm
#70493
Participant
Michael
OP

Thanks for the clearer explanation, I understand it now. Could you please mark your reply above as private to hide my URL’s please ? 🙂

Feb 26, 2018 at 8:44 pm
#70492
Participant
Michael
OP

I’m not sure what’s wrong with my install, but the only way I can do this is to edit the template files directly.

I altered the page-default template (making a backup of the original first). Got the functionality I wanted, but when I follow the instructions in your link, doesn’t seem to work if I create a single-wpdmpro.php file in a subfolder of my theme called download-manager? Should it be in a sub folder of the download-manager folder?

Feb 25, 2018 at 6:14 pm
#70394
Participant
Michael
OP

Sorry Shahriar, don’t follow that at all.

Do you mean I need to create a single-wpdmpro.php file somewhere and edit that with conditional statements to check for certain categories?

If so, how?

Feb 25, 2018 at 6:06 pm
#70391
Participant
Michael
OP
This reply has been marked as private.
Feb 23, 2018 at 8:21 pm
#70309
Participant
Michael
OP

I’m not seeing the query strings any more either, so I don’t know what’s happening. The downloads and details buttons still work correctly though.

Feb 23, 2018 at 8:19 pm
#70305
Participant
Michael
OP

I could’ve sworn I’d replied to this already.

Thanks for the response, and for the information, where is the wdpm-category used? as a slug, when I hover the downloads on my site I get URL’s like this..

https://domain.com/name of category/#

When I hover over the download button,

When I hover over the details button I get

https://domain.com/wpdm-package/name of download

This is while my settings are as seen in the screenshot.

I’d like mine to show

https://domain.com/downloads/name of category/# For the download button

and

https://domain.com/downloads/name of download for the details

I’m confused can you help me forward with this.

Feb 9, 2018 at 9:16 pm
#69340
Participant
Michael
OP

By the way I saw that you recommend the file manager addon in other posts, sorry but $49 to delete files is a bit crazy. There’s got to be another way. If I could only work out what files are attached to the package and delete from there.

Feb 9, 2018 at 9:08 pm
#69339
Participant
Michael
OP

Is there somewhere else I can see what files are attached to the download package? So that I can delete the additional ones?

Feb 7, 2018 at 10:37 am
#69214
Participant
Michael
OP

So true. I’ll stick with the PHP approach then, and thanks.

Feb 3, 2018 at 10:08 am
#69024
Participant
Michael
OP

I’ve been told of another way, I’m posting here in case others have the same problem. Add the following to custom css, or as part of a child theme css.

.single-wpdmpro .content-area .entry-thumb {
display: none !important;
}

Still appreciate your solution though. Both work.

Feb 2, 2018 at 7:59 pm
#68991
Participant
Michael
OP

Thank you !!

I was on the right track, I just didn’t know the syntax of the command, and didn’t want to put something that would break the site. I really appreciate your help with this Shahriar 🙂

I added it to a child theme version of the same file and it worked straight away.

Feb 2, 2018 at 8:44 am
#68963
Participant
Michael
OP

Just did it again, it accepts the username password, then the thing spins round, then your advert for optin magic pops up, but the box stays on the screen. It’s like it’s missing a refresh or something. Anyway, hitting F5 reloads and I’m logged in.

Feb 1, 2018 at 7:50 pm
#68941
Participant
Michael
OP

Hi,

I did that already same thing, the strange thing is that it doesn’t always do it, sometimes it goes straight in, other times it just hangs there. It’s no big problem, I just hit refresh, but others might not.

Jan 31, 2018 at 8:49 pm
#68901
Participant
Michael
OP

I tried, but the logic was confusing me. I know I have to check to see if a post type !==wpdmpro so in other words if it’s not equal do download manager don’t print a thumbnail. What’s confusing is there’s code to display a thumbnail in content.php and image.php ..

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