Forum Replies Created
Hi Shahriar,
I want the reviews to be shown in a specific location with [wpdm_reviews]. But, at the bottom of the packages, it shows the reviews. how can I delete it?
Changing in the /wpdm-user-reviews/wpdm-user-reviews.php is not a good solution, because when updating the plugin, it might change.
I used this code in my functions.php file:
remove_filter( 'the_content', array(\WPDM_User_Reviews::class, 'wpdm_package_review' ), 99 );
But Unfortunately it does not effect.
Can you guide me through this?
-
This reply was modified 6 years, 1 month ago by
Mehdi Sabbagh.
Hi Shahriar,
I am wondering why did you use the same tag as the wordpress tags? That is so strange. Most want to use different tag taxomonies in their menu and other places.
Hi Shahriar,
I really didn’t find out where to change the currency??? I searched the documents that you mentioned in your link, but no clue found!!!!
How can we override the classes of the card or smooth sytles?
Where should we put to tpls files of membership addons in order to be customized?
Hi Mehrdad,
I did not see any language files attached to your comment.
Would you please share it?
Thanks
Hi,
No answers?
No answers????
Hi Abdus,
I got both of those that you mentioned, but unfortunately it does not work and gives me this error:
php_network_getaddresses: getaddrinfo failed: Name or service not known
What would you think the problem is?
Thanks
Hi Abdus,
For copied this file:
wp-content\plugins\multilevel-marketing\tpls\overview.php
to this location:
wp-content\themes\yootheme-openscript\download-manager\multilevel-marketing\overview.php
But the changes don’t effect. Am I putting it in the right address?
Hi,
Thanks for the guide, but I prefer to not change the core files. I just wanted to override them in my child theme.
I hope to see the new features very soon. Good Job.
Hi,
1 -Do you want to edit tags & classes by editing the code?
Yes, I am using UIKit Framework for my site, and I am overwriting your codes for UIKit. So I need to change the tags structure and the classes and attributes.
2 -Downloads are sorted by date by default. So orderby parameter isn’t required for that.
I need 4 sortings(download_count, create_date, update_date, latest_downloads). The first 3 are used in WPDM shortcode. But how can I add latest_downloads to the sorting options?