Forum Replies Created

Viewing 12 replies - 16 through 27 (of 27 total)
  • baco99

    (@baco99)

    Hello, thanks for your reply. Now I don’t see anymore the warning message in the header but now I see it where there were the icons :\

    baco99

    (@baco99)

    Hello tadesse please can you help me, unfortunately I can’t understand where to put your patch inside category_icons.php.

    I have tried but i got syntax errors. I have tried to put in place of original “function ig_caticons_install()”.

    Hello allstone, I have the same problem, please can you tell me where is the 1360 line? I can’t find where to add ,0

    Thread Starter baco99

    (@baco99)

    Boh resolved copying the folder from the other site. I don’t know why now it works, I have deleted and reinstalled it so many times…

    Thread Starter baco99

    (@baco99)

    Hello, thanks Austin. Now it works, I’m using this now:

    /* Logo */
    
    .login h1 a {	
    
    background:url('../images/logo.png') no-repeat 0 0;
    
    margin-left:-174px;
    
    width:674px;
    
    height:100px
    
    } 
    
    /* Background */
    
    body.login {background:#color url('../images/background.jpg') repeat-x; 
    
        background-repeat: no-repeat;
    	background-attachment: fixed;
    	background-position: center center;
    Thread Starter baco99

    (@baco99)

    Thanks for your reply, but I like to not install too many plugin if it is possible. I’ll take it as last option.

    Thread Starter baco99

    (@baco99)

    I have resolved in IE/Opera setting lower width…but know IE/Opera is like Firefox. Images not aligned for some pixels.

    Any idea?

    Thread Starter baco99

    (@baco99)

    Hello thank you very much.
    I’m sorry usually I link my site in my profile where I can remove it when I prefer.

    Thread Starter baco99

    (@baco99)

    Hello thanks for reply, I don’t want to delete the post but just to edit my site from there. Now isn’t anymore an information good for other people because I have edited the TAB there so why isn’t possibile remove my url from there? It is just useless.

    That is a Wp test that I don’t update and I don’t control usually, so is a little dangerous for me that link!

    Sorry I’m italian so I don’t speak very well english and I wouldn’t like to appear rude. I’m just asking the favour to remove my url from that topic because at the beginning I thought was possibile to edit it.

    I don’t understand for a moderator why can’t help me removing an information that for me is really sensitive πŸ™

    Thread Starter baco99

    (@baco99)

    Thanks for reply I understand, but its possibile just to edit my first post and remove my site (not delete the entire topic)?

    I thought was possibile to edit our posts.

    Thread Starter baco99

    (@baco99)

    Is it possibile to delete this topic? I prefer to remove my url thanks:)

    Thread Starter baco99

    (@baco99)

    This is the code at the moment:

    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
    <!--[if IE 7]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie7.css" type="text/css" media="screen" /><![endif]-->
    <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" /> 
    
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <?php wp_enqueue_script('jquery'); ?>
    <script type="text/javascript" src="/js/jquery.tools.min.js"></script>
    
    <?php wp_head(); ?>

    The first : <script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/script.js”></script>
    is from the template.

    Must I put it after:
    <?php wp_enqueue_script(‘jquery’); ?> ?

    I have tried many variants but with no result.

Viewing 12 replies - 16 through 27 (of 27 total)