emanuel

Forum Replies Created

Viewing 16 posts - 1 through 16 (of 16 total)
May 28, 2013 at 6:37 pm
#6422
Member
emanuel
OP

Yes I already did and the problem is fixed. Thanks!

May 27, 2013 at 4:29 pm
#6412
Member
emanuel
OP

Please someone help. My license key does not work after I changed my domain name. How do I make it work again?

Mar 11, 2013 at 10:29 pm
#4707
Member
emanuel
OP

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.

Feb 4, 2013 at 3:44 am
#4112
Member
emanuel
OP

After consulting others, the solution was to add the following piece of css code:

body.single-wpdmpro #response {display: none;}

Feb 2, 2013 at 5:25 am
#4085
Member
emanuel
OP

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

Feb 2, 2013 at 5:21 am
#4084
Member
emanuel
OP

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

Feb 1, 2013 at 5:01 am
#4063
Member
emanuel
OP

And don’t forget about me. I don’t have a “single.php” file in my theme. 🙂

Jan 31, 2013 at 11:35 pm
#4057
Member
emanuel
OP

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.

Jan 31, 2013 at 4:07 pm
#4047
Member
emanuel
OP

My theme does not have a file called “single.php”. I use the “Atahualpa” theme.

Jan 31, 2013 at 1:54 am
#4021
Member
emanuel
OP

Where is the add-on? I don’t see it in the extend add-on menu.

Jan 31, 2013 at 1:52 am
#4020
Member
emanuel
OP

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.

Jan 31, 2013 at 1:26 am
#4013
Member
emanuel
OP

Ok actually that is not the issue. The ‘,6’ was already gone. I today purchased the DM Pro version. The problem still exists.

Jan 31, 2013 at 1:12 am
#4012
Member
emanuel
OP

Thanks! 🙂

Jan 31, 2013 at 1:12 am
#4011
Member
emanuel
OP

Thanks, but where are these two files? I’m searching through the main plugin folder and can’t find them.

Jan 30, 2013 at 11:56 pm
#3999
Member
emanuel
OP

Anyone?

Jan 30, 2013 at 7:54 pm
#3993
Member
emanuel
OP

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?

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