Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter Oxize2

    (@oxize2)

    resolved.

    Thread Starter Oxize2

    (@oxize2)

    Fixed it. ??

    Thread Starter Oxize2

    (@oxize2)

    I added some custom css to it.
    .post-ratings {position: relative;left: 227px;top: 27px;}

    Now its in the good position. I only need a box around it with some gradient black color like those other guys have from Elegantthemes (ePhoto theme).

    Well after i putted “<?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>” into my post.php, its working. With the shortcode which i dont use anyway, it gives me that failed to verify error.

    Usage
    
        Open wp-content/themes/<YOUR THEME NAME>/index.php
        You may place it in archive.php, single.php, post.php or page.php also.
        Find: <?php while (have_posts()) : the_post(); ?>
        Add Anywhere Below It (The Place You Want The Ratings To Show): <?php if(function_exists('the_ratings')) { the_ratings(); } ?>
    Thread Starter Oxize2

    (@oxize2)

    Okay i am closer now. I installed “<?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>” into single-blog.php. But now it appears above the author/date box. How can make it like the demo site of Elegant Preview theme?

    <div id="left-div2">
    <?php if (get_option('ephoto_integration_single_top') <> '' && get_option('ephoto_integrate_singletop_enable') == 'on') echo(get_option('ephoto_integration_single_top')); ?>
    
        <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    
        <!--Begin Post-->
    
        <div class="post-wrapper">
            <h1 class="post-title" style="margin-top: 0px;"><?php the_title(); ?></h1>
    
    		<?php if(get_option('ephoto_postinfo2') ) { ?>
    <?php if(function_exists('the_ratings')) { the_ratings(); } ?>
    			<div class="post-info" style="margin-bottom: 15px;">
    				<?php esc_html_e('Posted','ePhoto') ?> <?php if (in_array('author', get_option('ephoto_postinfo2'))) { ?> <?php esc_html_e('by','ePhoto') ?> <?php the_author_posts_link(); ?><?php }; ?><?php if (in_array('date', get_option('ephoto_postinfo2'))) { ?> <?php esc_html_e('on','ePhoto') ?> <?php the_time(get_option('ephoto_date_format')) ?><?php }; ?><?php if (in_array('categories', get_option('ephoto_postinfo2'))) { ?> <?php esc_html_e('in','ePhoto') ?> <?php the_category(', ') ?><?php }; ?><?php if (in_array('comments', get_option('ephoto_postinfo2'))) { ?> | <?php comments_popup_link(esc_html__('0 comments','ePhoto'), esc_html__('1 comment','ePhoto'), '% '.esc_html__('comments','ePhoto')); ?><?php }; ?>
    			</div>
    		<?php }; ?>
    
            <div style="clear: both;"></div>
    
    		<?php if (get_option('ephoto_thumbnails_blogpost') == 'on') { ?>
    
    			<?php $width = (int) get_option('ephoto_thumbnail_width_blogpost');
    				  $height = (int) get_option('ephoto_thumbnail_height_blogpost');
    				  $classtext = 'blogthumbnail';
    				  $titletext = get_the_title();
    
    				  $thumbnail = get_thumbnail($width,$height,$classtext,$titletext,$titletext);
    				  $thumb = $thumbnail["thumb"]; ?>
    
    			<?php if($thumb <> '') { ?>
    				<?php print_thumbnail($thumb, $thumbnail["use_timthumb"], $titletext, $width, $height, $classtext); ?>
    			<?php } ?>
    
    		<?php } ?>
    
            <?php the_content(); ?>
    		<?php if (get_option('ephoto_integration_single_bottom') <> '' && get_option('ephoto_integrate_singlebottom_enable') == 'on') echo(get_option('ephoto_integration_single_bottom')); ?>
    		<br style="clear: both;"/>
    		<?php if (get_option('ephoto_show_postcomments_blogpost') == 'on') { ?>
    			<div class="comments-wrapper">
    				<?php comments_template('',true); ?>
    			</div>
    			<img src="<?php echo get_template_directory_uri(); ?>/images/comments-bottom-<?php echo esc_attr(get_option('ephoto_color_scheme')); ?>.gif" alt="comments-bottom" style="float: left;" />
    		<?php }; ?>
            <?php endwhile; ?>
        </div>
        <?php else : ?>
    		<?php get_template_part('includes/no-results'); ?>
        <?php endif; ?>
    </div>
    
    <?php get_sidebar(); ?>
    
    </div>
    
    	<div id="bottom">
            <?php get_template_part('includes/footer-area'); ?>
        </div>
    
    <?php get_footer(); ?>
    
    </body>
    </html>

    https://www.oxize.nl/portrait/using-100mm-on-portrait/

    i guess you postrated on the frontpage in the lower corner?

    Did you rate my post through this link?
    https://www.oxize.nl/macro-insects/distelvlinder/

    I still get the same error.

    If you cant get it working you can disable the verify refferer in the wp-postratings.php file, by adding // before the lines
    “_e(‘Failed To Verify Referrer’, ‘wp-postratings’);”
    and
    “exit();”

    But i would do this until Lester has no other solution for you.

    At this moment i didnt changed anything. It works at your side, but not at my side. Wierd things going on here, lol ??

    Edit: It works on my phone also. But not on my 2 computers. ??

    Got the same problem. It doesnt matter if i use the shortcode or remove the “//” before the “add_action(‘the_content’, ‘add_ratings_to_content’);” to show everything.

    My site is: https://www.oxize.nl

    https://www.oxize.nl/macro-insects/distelvlinder/

    Even with the standard Twente Eleven Theme (wordpress standaard theme)it doesnt work. Still get the same error.

    Deactivated all plugins. Still the same.

    If i disable the Verify Refferer in your wp-postratings.php it does work, but that isnt the normal way. Let me know if you can fix this, otherwise i am forced to disable the verify reffer code.

    Thread Starter Oxize2

    (@oxize2)

    Nobody?

    You can look also at an Photoblog theme which i use. I am using reflection mod in combination with Yapb.

    Have a look. Dunno if this is what you want.
    https://www.oxize.nl/archive/

    Thread Starter Oxize2

    (@oxize2)

    Can i force wordpress to use fixed thumbnails which overrules everything? It seems that my YaPB sidewidget doing a good job. They show nicely 100×100 thumbs.

    I dont get it why it doesnt work on my archive/mosaic page :S

    Some help would appreciated

    Oxize2

    (@oxize2)

    Where do you find this “wp_options.stats_options”? In the SQL-database? Or in some php file?

    Oxize2

    (@oxize2)

    I got this problems aswell, and somehow your stuff got listed somewhere, and its unchangeable. I hope the make of this plugin realize, he have to look into this.

    Thread Starter Oxize2

    (@oxize2)

    When you want to manual add an non wordpress.com blog to the wordpress.com it can only be done by upgrading your existing blog. Just lol.

    When go back your own wordpress site, and you click on the wordpress.com stats plugin and click on “add blog to wordpress.com”, it wont show up in the blog dashboard of my wordpress.com dashboard.

    The button to make add a www.ads-software.com site into wordpress.com database remembers some configuration. Seems it works only 1 time, and after that its impossible to make changes. The problem lies soemwhere in wordpress.com database.

    Anyone else know a good WordPress Stats plugin, which being showed without frames and loaded from other site?

    How more i try to fix this WordPress.com stats plugin, how more i get depressed. Atm i am totally done with this stupid bug.

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