baco99
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Icons] Missing Argument 2 for wpdb::prepareHello, 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 :\
Forum: Plugins
In reply to: [Category Icons] Missing Argument 2 for wpdb::prepareHello 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()”.
Forum: Plugins
In reply to: [Category Icons] WordPress 3.5 Admin ErrorHello allstone, I have the same problem, please can you tell me where is the 1360 line? I can’t find where to add ,0
Forum: Plugins
In reply to: [Plugin: W4 Content Tabset] problem, not worksBoh 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…
Forum: Hacks
In reply to: WordPress 3.3 breaks my custom log in pageHello, 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;Forum: Hacks
In reply to: WordPress 3.3 breaks my custom log in pageThanks for your reply, but I like to not install too many plugin if it is possible. I’ll take it as last option.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Problem with two Images Side by sideI have resolved in IE/Opera setting lower width…but know IE/Opera is like Firefox. Images not aligned for some pixels.
Any idea?
Forum: Requests and Feedback
In reply to: Please is it possibile to edit a topic?Hello thank you very much.
I’m sorry usually I link my site in my profile where I can remove it when I prefer.Forum: Requests and Feedback
In reply to: Please is it possibile to edit a topic?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 π
Forum: Fixing WordPress
In reply to: Problem adding jquery tabThanks 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.
Forum: Fixing WordPress
In reply to: Problem adding jquery tabIs it possibile to delete this topic? I prefer to remove my url thanks:)
Forum: Fixing WordPress
In reply to: Problem adding jquery tabThis 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.