AlterBlitz
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Downloads do not startI can confirm, the same issue is happening with me as well. I can’t seem to download files. It says “You do not have permission to access this download. Go to homepage”
Forum: Plugins
In reply to: [Download Monitor] Download Count won’t disableOpen content-download-filename.php from wp-content/plugins/download-monitor/templates
Remove this:
(<?php printf( _n( '1 download', '%d downloads', $dlm_download->get_download_count(), 'download-monitor' ), $dlm_download->get_download_count() ) ?>)Forum: Requests and Feedback
In reply to: Poor Plugin InstructionsThe WordPress team perhaps should make it a norm to accept plugins with proper documentation.
Forum: Plugins
In reply to: [Download Monitor] Downloads increment 2xI’m using Version 4.0.1 and I’m creating new Download File in Downloads > Add New and linking it in a post using shortcode.
Forum: Fixing WordPress
In reply to: How do we edit this?Thanks a lot, it worked !
One more thing, how to get only ‘Create a New Package’..i dont want other 3 tabs from displaying.
Forum: Fixing WordPress
In reply to: CSS went crazy on mePost link of your website. I will check it out.
Forum: Fixing WordPress
In reply to: Add sidebar to a category pageThe sidebar depends on your page template. You have to add the following code to the template you want the sidebar to appear.
<?php get_sidebar(); ?>
Forum: Fixing WordPress
In reply to: CSS went crazy on meIn custom css option or style.css
Forum: Fixing WordPress
In reply to: How do we edit this?Could anyone tell me?
Forum: Fixing WordPress
In reply to: Can this be made in wordpress?I have few questions:
*Can we modify the look of the posts in the front end?
*Can we track downloads through your plugin?
*Can we use filtering to sort out stuff like ‘Most downloads, latest uploaded
*Can we use custom post types? (Like the one we see in Gravity Forms)
etc..Would be nice if you could answer it,
Cheers.Forum: Fixing WordPress
In reply to: Can this be made in wordpress?Is there a way we can modify how the display of form data is? Like shown in above picture.