Support

ICE 3.17 Theme and Nextgen Gallery (6 posts)

Languages

de | fr | es | 日本語

About This Topic

Tags

  1. rss J0SH44

    new member


    rss Posted 3 years ago
    #

    I have recently started using your ICE 3.17 theme on my website (www.joshandcolleen.com) because it is very clean and I like the fluid layout. However, I also use Nextgen Gallery to display my pics and when I use your theme my pics look very washed out or faded. I am unsure as to what is causing this but it does not do this with any of the other themes I have used. Do you have any ideas for me to try, I would really like to get the true quality of my pics to display and use your theme. Any input would be greatly appreciated.

  2. rss milo

    moderator


    rss Posted 3 years ago
    #

    That's the opacity rule in the stylesheet:

    a img{border:.08em solid #000;padding:.077em;filter:alpha(opacity=50); -moz-opacity:0.5;opacity:0.5; -khtml-opacity:0.5;}a img:hover{border:.08em solid #ccc;opacity:1;}

    Adjust or remove to your needs.

    Also add proper credits:

    Credit for template designers are usually listed in the sidebar or footer and it is against distribution or copyright regulations to remove a credit for a design you did not create or purchase.

  3. rss J0SH44

    new member


    rss Posted 3 years ago
    #

    Perfect, thank you very much Milo for the help and the quick response. As for the credit that was going to be the second part of my question. I was going to ask if you could post the code you would like to have in the footer as credit. The code that is distributed with this theme does not contain a valid web address. The original code pointed to http://milo.peety-passion.com/ and that site does not come up (which many of your themes I found at http://themes.wordpress.net have that same address). That was the only reason I had taken it out. It took a little bit of searching but I was able to find your site here and figured I would ask you about the images and a new credit link/code. So if it wouldn't be any trouble, if you could just post a snipet of code you would like me to put back into the footer for your credit I would be happy to insert it. Thanks again for the help, I wouldn't have thought to look for opacity.

  4. rss J0SH44

    new member


    rss Posted 3 years ago
    #

    oh and one more question if it is not too much. Is there anyway that I can put a widget into the footer? I would like to put that meta widget into the bottom middle protion of the footer. It is not a big deal to me but thought I would ask. If it is not too difficult; otherwise, I don't really need it down there it was just something i was thinking on trying out but had no clue where to start.

  5. rss milo

    moderator


    rss Posted 3 years ago
    #

    Created by miloIIIIVII

  6. rss milo

    moderator


    rss Posted 3 years ago
    #

    . credit link:

    Created by < a title = "The Support page" href = " http://3oneseven.com/ ">miloIIIIVII< /a>

    . footer widget:
    open functions.php file, find this line:

    if ( function_exists('register_sidebars') )
    register_sidebars(2, array(
    'before_widget' => '<div id="%1$s" class="widget %2$s">',
    'after_widget' => '</div>',
    'before_title' => '<h2>',
    'after_title' => '</h2>

    add
    register_sidebars(3, array
    instead of
    register_sidebars(2, array,
    save it, open footer php file,

    find this:

    <div class="footer_inside">

    add this line AFTER the above string:

    <?php if (function_exists('dynamic_sidebar') && dynamic_sidebar(3) ) : else : ?>

    find this line:
    </div>

    <hr class="clear" />

    add this line BEFORE it:

    <?php endif; ?>

    save it, now you have a widetized footer, where you can drag widgets
    in the widgets panel.

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.