Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter proapp

    (@proapp)

    OK bud, i just purchased the premium plugin. Honestly more because i appreciate your timely support than for the additional features. Now i have downloaded the files, is there an install guide as to how to install the premium plugin over the existing freeware plugin?

    Thread Starter proapp

    (@proapp)

    i should also mention that in the above code i included the images “description” above the image and also included it in the image link so that it is clickable.

    Thread Starter proapp

    (@proapp)

    I am having luck!

    here is the code as it stands now:

    <table border="0" cellspacing="0" cellpadding="0" width="200">
    			<tr>
    				<td align="center"><a href="<?php echo esc_attr($storage->get_image_url($image))?>"
                   title="<?php echo esc_attr($image->description)?>"
                   data-image-id='<?php echo esc_attr($image->pid); ?>'
                   <?php echo $effect_code ?>><h4><?php echo esc_attr($image->description)?></h4>
                    <img
                        title="<?php echo esc_attr($image->alttext)?>"
                        alt="<?php echo esc_attr($image->alttext)?>"
                        src="<?php echo esc_attr($storage->get_image_url($image, $thumbnail_size_name))?>"
                        width="<?php echo esc_attr($thumb_size['width'])?>"
                        height="<?php echo esc_attr($thumb_size['height'])?>"
                        style="max-width:none; border;0px;"
                    />
                </a></td>
    			</tr>
    			<tr>
    				<td align="center"><?php echo nggv_imageVoteForm($image->pid); ?><br /></td>
    			</tr>
    		</table>

    I dropped it in a table so that i could control the placement of the voting better.

    I have 2 questions i hope you can help me with:

    1. Is there any way to make the background on the stars for the star rating transparent? (or maybe just let me know where to find this code and i can tinker with the images, OR if you would like, and if i get around to it, i can come up with a few different options for the stars and you can include them in your future releases.
    2. right now, when i click on a thumbnail it makes the screen dark and shows the full size image. I know this is a NGG thing, but do you know where i could find the code for this? I would like to try to add the voting code to this as well.
    Thread Starter proapp

    (@proapp)

    Any clue on an eta for when you might have this worked out? If you think it will be a few hours, ill hold off, if you think it may be longer then i will uninstall NGG2.x and install an older version.

    Thread Starter proapp

    (@proapp)

    i believe i figured it out.. i needed to put the height and width not only in the height and witch parts of the iframe tag, but also in the style section. Code looks like this and works:

    <div style="display:none" align="center" valign="middle" width="100%" height="100%">
        <div id="lbp-inline-href-2" style="padding: 0px;background: #fff" align="center" valign="middle" width="100%" height="100%" >
            <iframe src="https://google.com" style="height:97%;width:97%;position:absolute;top:0px;left:0px;right:0px;bottom:0px" height="97%" width="97%" marginwidth="10" marginheight="0" hspace="10" vspace="0"></iframe>
        </div>
    </div>
    
    <a class="lbp-inline-link-2" href="#" title="Blah"><h3>Click Here</h3></a>
Viewing 5 replies - 16 through 20 (of 20 total)