Yes I already did and the problem is fixed. Thanks!
Please someone help. My license key does not work after I changed my domain name. How do I make it work again?
You’ve received at least a half-dozen reports of this bug. Why not just fix it? I cannot give you an admin login because this is an ecommerce site belonging to my client.
After consulting others, the solution was to add the following piece of css code:
body.single-wpdmpro #response {display: none;}
And here is what is inside the functions folder of my theme:
/functions/bfa_ata_add_admin.php
/functions/bfa_ata_admin.php
/functions/bfa_calendar_widget.php
/functions/bfa_css_admin_head.php
/functions/bfa_custom_comments.php
/functions/bfa_footer.php
/functions/bfa_get_options.php
/functions/bfa_header_config.php
/functions/bfa_hor_cats.php
/functions/bfa_hor_pages.php
/functions/bfa_m_find_in_dir.php
/functions/bfa_meta_tags.php
/functions/bfa_new_wp3_menus.php
/functions/bfa_next_previous_links.php
/functions/bfa_popular_in_cat.php
/functions/bfa_popular_posts.php
/functions/bfa_post_parts.php
/functions/bfa_postinfo.php
/functions/bfa_recent_comments.php
/functions/bfa_rotating_header_images.php
/functions/bfa_sociable2.php
/functions/bfa_subscribe.php
/functions/JSON.php
There’s no page.php either. This is what is there:
/wp-content/themes/atahualpa/_3.7.10.changelog
/wp-content/themes/atahualpa/atahualpa.pot
/wp-content/themes/atahualpa/comments-paged.php
/wp-content/themes/atahualpa/comments.php
/wp-content/themes/atahualpa/css.php
/wp-content/themes/atahualpa/download.php
/wp-content/themes/atahualpa/editor-style-rtl.css
/wp-content/themes/atahualpa/editor-style.css
/wp-content/themes/atahualpa/footer.php
/wp-content/themes/atahualpa/functions/
/wp-content/themes/atahualpa/functions.php
/wp-content/themes/atahualpa/header.php
/wp-content/themes/atahualpa/images/
/wp-content/themes/atahualpa/index.php
/wp-content/themes/atahualpa/js/
/wp-content/themes/atahualpa/js.php
/wp-content/themes/atahualpa/license.txt
/wp-content/themes/atahualpa/options/
/wp-content/themes/atahualpa/README.txt
/wp-content/themes/atahualpa/screenshot.png
/wp-content/themes/atahualpa/searchform.php
/wp-content/themes/atahualpa/style.css
/wp-content/themes/atahualpa/styles/
/wp-content/themes/atahualpa/template_multi_column_custom_query.php
/wp-content/themes/atahualpa/upload.php
And don’t forget about me. I don’t have a “single.php” file in my theme. 🙂
That link doesn’t help. But I did fix the problem by changing the calendar position menu. I had to contact the calendar plugin author to get the location of the correct php file, but I did get it to work.
I think you should fix the problem in future updates.
My theme does not have a file called “single.php”. I use the “Atahualpa” theme.
Where is the add-on? I don’t see it in the extend add-on menu.
The menu item in the dashboard for my calendar plugin disappears when I activate DM Pro. It is replaced with the DM Pro menu item.
I tried changing the functions.php file from this:
‘show_ui’ ► false,
‘show_in_menu’ ► false,
‘show_in_nav_menus’ ► false,
‘query_var’ ► true,
‘rewrite’ ► array( ‘slug’ ► ‘wpdmpro’ ,’with_front’►true), //get_option(‘__wpdm_purl_base’,’download’)
‘capability_type’ ► ‘post’,
‘has_archive’ ► true,
‘hierarchical’ ► false,
‘menu_position’ ► null,
To this:
‘show_ui’ ► true,
‘show_in_menu’ ► true,
‘show_in_nav_menus’ ► false,
‘query_var’ ► true,
‘rewrite’ ► array( ‘slug’ ► ‘wpdmpro’ ,’with_front’►true), //get_option(‘__wpdm_purl_base’,’download’)
‘capability_type’ ► ‘post’,
‘has_archive’ ► true,
‘hierarchical’ ► false,
‘menu_position’ ► 80,
in order to move the DM Pro menu item down to the bottom left of the dashboard. All it did was put an extra menu item there. The original DM Pro menu item still remained up top, where my calendar menu item is supposed to be.
Ok actually that is not the issue. The ‘,6’ was already gone. I today purchased the DM Pro version. The problem still exists.
Thanks! 🙂
Thanks, but where are these two files? I’m searching through the main plugin folder and can’t find them.
Anyone?
Essentially, I want a time limited download. Like this…
http://stackoverflow.com/questions/3725160/how-to-give-time-limited-download-link
Can this plugin do this?