Support

LAXvII (11 posts)

Languages

de | fr | es | 日本語

About This Topic

Tags

  1. rss ty

    junior member


    rss Posted 1 year ago
    #

    How do I get the "title" or "alt" effect to stop completely. I really want the black bar that appears with or without a title to go away. Please help. I tried removing the "a hover" line in the css stylesheet but that didn't work.

    Thank you

  2. rss ty

    junior member


    rss Posted 1 year ago
    #

    Also I wanted to ask how do I get the flick gallery at the bottom of the page to pop up in a new window instead of making my visitors leave my blog to go to my flickr account?

    The below URL helped me get my Flickr Id info in a snap:
    http://www.adamwlewis.com/articles/what-is-my-flickr-id
    Big props to Adam Lewis for creating the Flickr ID figure-out-er :)

  3. rss milo

    moderator


    rss Posted 1 year ago
    #

    Open header php
    find line 27 & 29

    <script src="<?php bloginfo('template_directory'); ?>/js/addEvent.js" type="text/javascript"></script>
    <script src="<?php bloginfo('template_directory'); ?>/js/sweetTitles.js" type="text/javascript"></script>

    and delete both

  4. rss milo

    moderator


    rss Posted 1 year ago
    #

    Flickr gallery: you may need a plugin for a popup flickr gallery

    Pls do not open several threads for same casue, ie lax, ty

  5. rss milo

    moderator


    rss Posted 1 year ago
    #

    Your flickr id is 44363732@N05, easily retrieved from your flickr stream, see url.

  6. rss ty

    junior member


    rss Posted 1 year ago
    #

    Thanks for the prompt response :) Apology for the multiple thread thing, I didn't realize I created more than one.

  7. rss ty

    junior member


    rss Posted 1 year ago
    #

    Is there a way to specify which posts go under the "Main" large picture area,
    or the "Recently" area, and the "News" area?

    I really would like to keep the different sections seperate and not have the
    same articles come up in all 3 areas.

    This repetition also happens between the 3 top big picture columns. Please see my site: www.tytemedia.com

  8. rss ty

    junior member


    rss Posted 1 year ago
    #

    On the "Recent Posts" tab the article photos don't always resize the same which causes 1 to bunch up under the other. It appears and disappears as the articles cycle.

  9. rss milo

    moderator


    rss Posted 1 year ago
    #

    specify posts

    each area is specified with a loop,
    example: open home php
    find line 9

    <?php query_posts('cat=1,2,3,4,5,6,7,8,11&showposts=2'); ?>

    the numbers after the cat= are referring to the category id's
    find the cat id's by hovering each cat in the edit category page
    the id is shown in your browser status bar

    same query as above is in all other templates,
    like middle, r_sidebar and footer

    recent posts imgs

    the template is fluid along with all images, auto adjusting on browser size

  10. rss ty

    junior member


    rss Posted 1 year ago
    #

    Milo, Thank you for your continued support.
    Based on your information above, I was able to get things sorted out.
    Thank you again!

  11. rss milo

    moderator


    rss Posted 1 year ago
    #

    Glad it worked out for you ;P

Reply

You must log in to post.

Design by milo

Milo designs web sites that strike the perfect balance between professional high-class graphics, functionality, usability, user experience, and high performance.