Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hey, its the same for me, do you find a issue?

    They are some support with this plugin?

    thx

    Forum: Plugins
    In reply to: [Thumbs Rating] Question
    Thread Starter antijulo

    (@antijulo)

    ok just two things

    Its not a blog list page with post with comments, pagination etc?

    i change the shortcode to see : [thumbs_rating_top posts_per_page=”3″ post_type=”post” show_votes=”no”]

    but there not pagination

    Forum: Plugins
    In reply to: [Thumbs Rating] Question
    Thread Starter antijulo

    (@antijulo)

    ok its :

    <article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>

    <div class=”post-content”>

    <?php if( !is_single() ) { ?>

    <?php
    $extra_class = ”;
    if (!has_post_thumbnail()) $extra_class = ‘no-img’;
    ?>

    <div class=”post-meta <?php echo $extra_class; ?>”>
    <div class=”date”>
    <span class=”month”><?php the_time(‘M’); ?></span>
    <span class=”day”><?php the_time(‘d’); ?></span>
    <?php $options = get_option(‘salient’);
    if(!empty($options[‘display_full_date’]) && $options[‘display_full_date’] == 1)
    echo ‘<span class=”year”>’. get_the_time(‘Y’) .'</span>’;
    ?>

    </div><!–/date–>

    <div class=”nectar-love-wrap”>
    <?php if( function_exists(‘nectar_love’) ) nectar_love(); ?>
    </div><!–/nectar-love-wrap–>

    </div><!–/post-meta–>

    <?php } ?>

    <div class=”content-inner”>

    <?php if ( has_post_thumbnail() ) {

    if( !is_single() ) { echo ‘‘; }

    echo get_the_post_thumbnail($post->ID, ‘full’, array(‘title’ => ”));

    if( !is_single() ) { echo’‘; }

    } ?>

    <?php if( !is_single() ) { ?>
    <div class=”post-header”>
    <h2 class=”title”><?php if( !is_single() ) { ?> “><?php } ?><?php the_title(); ?><?php if( !is_single() ) {?> <?php } ?></h2>
    <?php echo __(‘Posted by’, NECTAR_THEME_NAME); ?> <?php the_author_posts_link(); ?> | <?php the_category(‘, ‘); ?> | “>
    <?php comments_number( __(‘No Comments’, NECTAR_THEME_NAME), __(‘One Comment ‘, NECTAR_THEME_NAME), __(‘% Comments’, NECTAR_THEME_NAME) ); ?>

    </div><!–/post-header–>
    <?php } ?>

    <?php the_content(‘<span class=”continue-reading”>’. __(“Read More”, NECTAR_THEME_NAME) . ‘</span>’); ?>

    <?php $options = get_option(‘salient’);
    if( $options[‘display_tags’] == true ){

    if( is_single() && has_tag() ) {

    echo ‘<div class=”post-tags”><h4>Tags: </h4>’;
    the_tags(”,”,”);
    echo ‘<div class=”clear”></div></div> ‘;

    }
    }
    ?>

    </div><!–/content-inner–>

    </div><!–/post-content–>

    </article><!–/article–>

    Forum: Plugins
    In reply to: [Thumbs Rating] Question
    Thread Starter antijulo

    (@antijulo)

    ok its :

    <article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>

    <div class=”post-content”>

    <?php if( !is_single() ) { ?>

    <?php
    $extra_class = ”;
    if (!has_post_thumbnail()) $extra_class = ‘no-img’;
    ?>

    <div class=”post-meta <?php echo $extra_class; ?>”>
    <div class=”date”>
    <span class=”month”><?php the_time(‘M’); ?></span>
    <span class=”day”><?php the_time(‘d’); ?></span>
    <?php $options = get_option(‘salient’);
    if(!empty($options[‘display_full_date’]) && $options[‘display_full_date’] == 1)
    echo ‘<span class=”year”>’. get_the_time(‘Y’) .'</span>’;
    ?>

    </div><!–/date–>

    <div class=”nectar-love-wrap”>
    <?php if( function_exists(‘nectar_love’) ) nectar_love(); ?>
    </div><!–/nectar-love-wrap–>

    </div><!–/post-meta–>

    <?php } ?>

    <div class=”content-inner”>

    <?php if ( has_post_thumbnail() ) {

    if( !is_single() ) { echo ‘‘; }

    echo get_the_post_thumbnail($post->ID, ‘full’, array(‘title’ => ”));

    if( !is_single() ) { echo’‘; }

    } ?>

    <?php if( !is_single() ) { ?>
    <div class=”post-header”>
    <h2 class=”title”><?php if( !is_single() ) { ?> “><?php } ?><?php the_title(); ?><?php if( !is_single() ) {?> <?php } ?></h2>
    <?php echo __(‘Posted by’, NECTAR_THEME_NAME); ?> <?php the_author_posts_link(); ?> | <?php the_category(‘, ‘); ?> | “>
    <?php comments_number( __(‘No Comments’, NECTAR_THEME_NAME), __(‘One Comment ‘, NECTAR_THEME_NAME), __(‘% Comments’, NECTAR_THEME_NAME) ); ?>

    </div><!–/post-header–>
    <?php } ?>

    <?php the_content(‘<span class=”continue-reading”>’. __(“Read More”, NECTAR_THEME_NAME) . ‘</span>’); ?>

    <?php $options = get_option(‘salient’);
    if( $options[‘display_tags’] == true ){

    if( is_single() && has_tag() ) {

    echo ‘<div class=”post-tags”><h4>Tags: </h4>’;
    the_tags(”,”,”);
    echo ‘<div class=”clear”></div></div> ‘;

    }
    }
    ?>

    </div><!–/content-inner–>

    </div><!–/post-content–>

    </article><!–/article–>

    Forum: Plugins
    In reply to: [Thumbs Rating] Question
    Thread Starter antijulo

    (@antijulo)

    this one is my index.php

    <?php get_header(); ?>

    <?php nectar_page_header($post->ID); ?>

    <div class=”container main-content”>

    <?php if(!is_home()) { ?>
    <div class=”row”>
    <div class=”col span_12 section-title blog-title”>
    <h1><?php wp_title(“”,true); ?></h1>
    </div>
    </div>
    <?php } ?>

    <div class=”row”>

    <div id=”post-area” class=”col span_9″>
    <?php

    if(have_posts()) : while(have_posts()) : the_post(); ?>

    <?php get_template_part( ‘includes/post-templates/entry’, get_post_format() ); ?>

    <?php endwhile; endif; ?>

    <?php nectar_pagination(); ?>

    </div><!–/span_9–>

    <div id=”sidebar” class=”col span_3 col_last”>
    <?php get_sidebar(); ?>
    </div><!–/span_3–>

    </div><!–/row–>

    </div><!–/container–>

    <?php get_footer(); ?>

    Forum: Plugins
    In reply to: [Thumbs Rating] Question
    Thread Starter antijulo

    (@antijulo)

    hey

    I got this

    http://www.karmafun.com/?page_id=92

    thx for help me, i really apreciate:)

    Forum: Plugins
    In reply to: [Thumbs Rating] Question
    Thread Starter antijulo

    (@antijulo)

    i create a custom page template.php with this code inside

    <?php
    /*
    Template Name: My Custom Page
    */

    get_header(); ?>

    <?php nectar_page_header($post->ID); ?>

    <div class=”container main-content”>

    <div class=”row”>

    <div id=”post-area” class=”col span_9″>
    <?php

    if(have_posts()) : while(have_posts()) : the_post(); ?>

    <?php the_content(); ?>

    <?php endwhile; endif; ?>

    </div><!–/span_9–>

    <div id=”sidebar” class=”col span_3 col_last”>
    <?php get_sidebar(); ?>
    </div><!–/span_9–>

    </div><!–/row–>

    </div><!–/container–>

    <?php get_footer(); ?>

    But i dont know where i have to add your code inside, i try but doesnt work :/

    And also i added the shortcode on the same page (frontend) [thumbs_rating_top posts_per_page=”10″ post_type=”post” show_votes=”no”]

    thx

    http://www.karmafun.com/?page_id=92

    Forum: Plugins
    In reply to: [Thumbs Rating] Question
    Thread Starter antijulo

    (@antijulo)

    i try but i have a white page

    I do :

    I have a page.php in my theme with this code :

    <?php get_header(); ?>

    <?php nectar_page_header($post->ID); ?>

    <div class=”container main-content”>

    <div class=”row”>

    <?php if(have_posts()) : while(have_posts()) : the_post(); ?>

    <?php the_content(); ?>

    <?php endwhile; endif; ?>

    </div><!–/row–>

    </div><!–/container–>

    <?php get_footer(); ?>

    I copy this page and rename “top positif post”

    And after i have to copy your code and insert inside?

    sorry 🙂

    Forum: Plugins
    In reply to: [Thumbs Rating] Question
    Thread Starter antijulo

    (@antijulo)

    ok i understand

    What do you advice me, i create a blog like 9gag, the user can add post with just a image, in botom the post the user can vote with your plugin

    Si i want make page ” top” with a rating from your plugin

    So i paste your code into which page php you think?

    Thx a lot 🙂

    Forum: Plugins
    In reply to: [Thumbs Rating] Question
    Thread Starter antijulo

    (@antijulo)

    Ok so what i have to do?

    i have to place the shortocde on a page [thumbs_rating_top posts_per_page=”10″ post_type=”page” show_votes=”no”]

    and i have to modify the code?

    thx

    but my wordpress is in latin language

    hey i have the same problem, do you have an idea?

Viewing 12 replies - 1 through 12 (of 12 total)