Alex_Kuznetsov
Forum Replies Created
-
Forum: Plugins
In reply to: [podPress] Download button doesn't worksHey people! Can someone reply me?…
Forum: Plugins
In reply to: [podPress] Download button doesn't worksStill no reply… It’s only my problem or everybody have the same?
Forum: Plugins
In reply to: [WP-PostRatings] Can not install plugin to the new Artisteer generated themeDear Lester, I am very sorry!
You are absolutelly right, the code and the plugin are ok, but the raitings was not appeared cause I incerted the code to index.php file while my temlate contains home.php. Thus, I deleted home.php and all works fine!
The problem is solved.
Thanks a lot for your support and for very good plugin!
Forum: Plugins
In reply to: [WP-PostRatings] Can not install plugin to the new Artisteer generated themeLester, the problem is that I am following the installation instructions but the raiting doesn’t appears…
After incerting the code:
++++++
<?php get_header(); ?>
<?php get_sidebar(‘top’); ?>
<?php
if (have_posts()) {
/* Display navigation to next/previous pages when applicable */
if (theme_get_option(‘theme_’ . (theme_is_home() ? ‘home_’ : ”) . ‘top_posts_navigation’)) {
theme_page_navigation();
}
/* Start the Loop */
while (have_posts()) {
the_post();
get_template_part(‘content’, get_post_format());
if(function_exists(‘the_ratings’)) { the_ratings(); }
}
/* Display navigation to next/previous pages when applicable */
if (theme_get_option(‘theme_bottom_posts_navigation’)) {
theme_page_navigation();
}
} else {
theme_404_content();
}
?>
<?php get_sidebar(‘bottom’); ?>
<?php get_footer(); ?>
+++++And it does’t work, even if I try different ways…
Thanks so much! After upgrade to 8.8.10.7 it works great! The problem fixed!
Hi Tim,
Thanks a lot for your prompt reply. I deactivated “Use HTML5 tags:” in player settings but nothing happend… The player still not appears in IE.
How can I install the Development Version keeping my downloading statisctic safe? If I will uninstall the current version and then install Development Version I suppose my statistic will be lost? Or there is another method to shift to Development Version from the current version without losses for statistic?