onlineATwork

Forum Replies Created

Viewing 25 posts - 101 through 125 (of 152 total)

onlineATwork
Participant
This reply has been marked as private.

onlineATwork
Participant
This reply has been marked as private.

onlineATwork
Participant

Hey team,

Long time ago but i need to have the alternative soultion installed again.

Are there any news for the google prieview?
I thought about the google API Key? Maybe this would get the DOC-Preview working?

If not, what about the alternative way and the bug fixes i posted? :

– if i do not have the permission to see or download a download, there automaticly pops up an …no permission.txt.
Please just stop that download, ore set the Text into the iframe area.
– hide the empty iframe area, if user has no permission

PLease install the alternative solution on my site, or show me how to do that by my own.

Thanks allot!

username and PW will follow as private post.

in reply to: File Card Download not working #49363

onlineATwork
Participant

Thanks allot! It is working!
Sorry for mad writing…
It just would be great to have a bit more conversation between the steps.

But still, thanks allot!

in reply to: File Card Download not working #49284

onlineATwork
Participant

PAYED ADDON !!!!
PAYED SERVICE !!!!

HELLOOOO SERICE TEAM??? IS ANYBODY HERE ??????

in reply to: File Card Download not working #49140

onlineATwork
Participant

7 Days… PLease help me with this payed addon.
My customer is getting angry…

in reply to: File Card Download not working #49045

onlineATwork
Participant

i´ve set the folder to writable, but nothing changes.
Please check if the settings are correct, otherwise change them.

Thnks allot!

in reply to: File Card Download not working #49017

onlineATwork
Participant
This reply has been marked as private.
in reply to: File Card Download not working #48889

onlineATwork
Participant
This reply has been marked as private.
in reply to: problem with doc preview Google #48761

onlineATwork
Participant

and how to get the feature working when we use acces rules, like the normal wordpress groups or the WPDM Memberships?

in reply to: problem with doc preview Google #48742

onlineATwork
Participant

?

in reply to: problem with doc preview Google #48627

onlineATwork
Participant

same here!

in reply to: WP Membership Pro Support access #48504

onlineATwork
Participant

i can not find this setting ? Any changes over the time?
Need to edeit the Message!

in reply to: /new item/doc preview is not working / as Administrator #48430

onlineATwork
Participant
This reply has been marked as private.

onlineATwork
Participant

OK ,i found out that this code is working for me:
Tested with a PHP Widget plugin

<?php
$terms = get_the_terms( $post->ID , 'versicherer' );
 if ( $terms != null ){
 foreach( $terms as $term ) {
 print $term->name ;
 //unset($term);
} }
?>

The only thing to know is, how to set up the code with your filter hook? wdm_before_fetch_template

Docs: http://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/

i will set the code for every taxonomy but please give me one example with versicherer and the php code above, to get [versicherer] working in the WPDMtemplate-editor.

Thanks allot!


onlineATwork
Participant

Thanks for that!

as i found out i need this code:

echo "<ul>";
$terms = wp_get_post_terms( $post->ID, 'versicherer');
foreach($terms as $term) {
    echo "<li><a href='".get_term_link($term)."' title='".$term->name."'>".$term->name."</a></li>";
}
echo "</ul>"; 

How do i combine that with the Fetch function to get a Shortoce and import that into the template ?


onlineATwork
Participant

I was wrong that this has anything to do with CPTUI.
I do create the taxonomies assigned to the post type of the download manager called “download”, but the Terms ore meta data are saved in the download manager.

What i want to show is the META DATA or also called TERMS? assigned to each taxonomy of every document, wich i can controll with the download manager.
See screenshot.

So there have to be a way to grap these data and get it displayed.

I am willing to programm it myself but i need a bit assist from your site. We´ve bought the full package of your products, so it would be great to get a support that is at least as good as the products 😉

The filter hook is allready great to get the template done, but i need assist with the funtion, to grap all active terms of all taxonomies of an document,to display them and have a better overview, of what i had searched for. (webiste is a search document site)

Hope you help me out,
Greats

in reply to: TICKET NOT FOUND! #46964

onlineATwork
Participant

ok, tahnks for your feedback.
Could you please check your customization mails.

Thanks allot!


onlineATwork
Participant

ok i just did! Thanks


onlineATwork
Participant

what would the explained customization cost ?


onlineATwork
Participant

Does that help?

https://github.com/WebDevStudios/custom-post-type-ui/wiki/Custom-Post-Type-UI-Action-and-Filter-Hooks

I thought tthat i maybe have to register the parameters, to get it work with thrird party plugins.
I know, thats pretty far from you software, but i hope you can give me al little help, to get the last task done.

cptui_user_supports_params

Since 1.0.0

Filters custom supports parameters for 3rd party plugins.

Parameters:

array $value Empty array to add supports keys to.
string $name Post type slug being registered.
array $post_type Array of post type arguments to be registered.

Default value:

empty array

Greats, Johannes


onlineATwork
Participant

I will delete the code out of function.php to get the side working again.


onlineATwork
Participant
This reply has been marked as private.

onlineATwork
Participant
This reply has been marked as private.

onlineATwork
Participant

I mean, i wan´t to show the active Custom Post types, that are assigned to the Download.
Does this work?

Viewing 25 posts - 101 through 125 (of 152 total)