emanuel

Forum Replies Created

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

emanuel
Member

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


emanuel
Member

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

in reply to: Custom Page Templates Not Working! #4707

emanuel
Member

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.

in reply to: Turning off comments? #4112

emanuel
Member

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

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

in reply to: Turning off comments? #4085

emanuel
Member

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

in reply to: Turning off comments? #4084

emanuel
Member

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

in reply to: Turning off comments? #4063

emanuel
Member

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

in reply to: Conflict with All-in-One Event Calendar #4057

emanuel
Member

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.

in reply to: Turning off comments? #4047

emanuel
Member

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

in reply to: Moving wordpress site #4021

emanuel
Member

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

in reply to: Conflict with All-in-One Event Calendar #4020

emanuel
Member

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.

in reply to: Conflict with All-in-One Event Calendar #4013

emanuel
Member

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

in reply to: Conflict with All-in-One Event Calendar #4012

emanuel
Member

Thanks! 🙂

in reply to: Turning off comments? #4011

emanuel
Member

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

in reply to: Turning off comments? #3999

emanuel
Member

Anyone?

in reply to: protecting unauthorized downloads #3993

emanuel
Member

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)