stefanluk

Forum Replies Created

Viewing 16 posts - 1 through 16 (of 16 total)

stefanluk
Member

Anyone?

I still haven’t found a solution for this.

in reply to: Create and Update Date Format in Templates #12660

stefanluk
Member

How do I edit this outside of the plugin?

I want to change the create_date format, but I don’t want to mess with plugin files directly. I want to be able to upload without any problems.

I’m using a child theme.


stefanluk
Member

I did some more research and I managed to fix the problem.

The archive add on uses jquery to show the downloads. When you call the Archive layout the way I did, the jquery from wpdm-archive-page.php is not being loaded. Therefore, the downloads will not be shown.

I copied the jquery part from wpdm-archive-page.php to my archive.php template file. (thats the page template that’s being used and that’s where I have the IF statement, mentioned above.)

Now everything seems to be working fine.


stefanluk
Member

In my case, is it possible that AJAX is not working? It just seems like the downloads are not loaded within the page.

in reply to: [wpdm-archive category="category-slug"] not working #12630

stefanluk
Member

I thought I’d changed it to ADMIN after the first time you asked. Anyway, thanks for your patience. This problem is solved (sort of).

I’m experiencing different issues now, but I will make a new topic for these issues.

in reply to: wpdm archive short code with category slug #12501

stefanluk
Member

Hi there,

Is see you allready noticed I’m experiencing the same problem 🙂

When you find a solution, can you post it here?

in reply to: [wpdm-archive category="category-slug"] not working #12500

stefanluk
Member

Shaon it’s been 11 days since I sended you temporary login info to check if my settings were correct. I’ve emailed you severeal times and most times I did not get any reaction.

I’m asking you again, can you please look into this?

in reply to: [wpdm-archive category="category-slug"] not working #12412

stefanluk
Member

Hi again,

Have you looked into my problem yet? I still don’t know why it’s not working.

You should have the correct login info’s on email

in reply to: [wpdm-archive category="category-slug"] not working #12307

stefanluk
Member

Sorry, I still had a security plugin running.

Please try again with the same info.

in reply to: [wpdm-archive category="category-slug"] not working #12259

stefanluk
Member

I still haven’t received a response. Can you guys look into this?

I can’t put my website online unless this is fixed.

in reply to: [wpdm-archive category="category-slug"] not working #12213

stefanluk
Member

@zorrox
I do have the archive add-on installed.


@shaon

I just send an email with temporary login info

in reply to: Archive template on Category Page #12176

stefanluk
Member

UPDATE:

I fixed this problem, but another one occurs.

This is my code:

if ( ‘wpdmpro’ == get_post_type() ) {
echo do_shortcode(“[wpdm-archive button_style=’default’ link_template=’link-template-panel’ category='”.$str.”‘]”);
}

When I’m on a wpdm archive page, It used the shortcode. Where $str is the category slug.

My problem now is, it is still showing ALL downloads (not just the one in that specific category) and the buttons with subcategories disappeared.

How do I fix this?

EDIT:

You can mark this as solved. I made a new thread for this new issue.

in reply to: Archive template on Category Page #12166

stefanluk
Member

UPDATE:

I used the following code in my archive.php to show the WPDM archive template on these category pages.

if ( ‘wpdmpro’ == get_post_type() ) {
echo do_shortcode(“[wpdm-archive]”);
}

But, the WPDM archive is showing the 1st level categories. So in my example, when in my sidebar, I go to:
Sports > Outdoor. Then the Outdoor category page (which now has the archive layout) shows the categorie Sports (top level).

I want it to show only the subcategory. So when im on Sports > Outdoor, it should give back the subcategories Soccer and Baseball.

How do I do this?

in reply to: Archive template on Category Page #12117

stefanluk
Member

UPDATE:

I fixed issue #1 using jQuery.

The problem still is that when clicking on a category. The category page is using archive.php from my template. I want to show the wpdm-archive template

in reply to: Website Broken (RSS issue?) #11302

stefanluk
Member

Thanks, this fixed my problem.

in reply to: Website Broken (RSS issue?) #11273

stefanluk
Member

Here’s the message I get in FireFox

Viewing 16 posts - 1 through 16 (of 16 total)