Tiago Duarte
Forum Replies Created
-
I’m using the latest, WordPress 3.3.1
Forum: Fixing WordPress
In reply to: Query & Order posts by custom fieldsBump? No replies and the topic is going to the void… ??
Forum: Fixing WordPress
In reply to: Jquery Comments on Hover display reply LinkYeah, that’s the same problem i’m having. Sorry for not explaining it before ??
Hmm yeah, i’ll try optimizing the HTML further and see if I can come up with anything!
Hehe no, i’m from Portugal ?? But it is a small world indeed…
Thanks for the help!
Forum: Fixing WordPress
In reply to: Jquery Comments on Hover display reply LinkForum: Fixing WordPress
In reply to: Jquery Comments on Hover display reply LinkOh boy, ugly piece of code coming (yeah i know, gotta clean it up…)
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Jquery Comments on Hover display reply LinkStill not working :/
Forum: Fixing WordPress
In reply to: Jquery Comments on Hover display reply LinkHello again Sidney ??
Well, it’s working better now, but if i hover a child element the parent will appear too… The opposite effect is happening now.. :/
Forum: Fixing WordPress
In reply to: Jquery Comments on Hover display reply LinkWow! Thanks a bunch!
Now it only has a problem, if i hover a parent Comment, the child comment will show the link aswell :S
Basically, we need to find a way to prevent it from digging into child li’s…
Forum: Fixing WordPress
In reply to: Jquery Comments on Hover display reply LinkSidney, thank you for your reply ??
Unfortunatly, i tried that aswell before, and the same thing was happening.
I then added the sibblings to hide every element other than the one being shown, and it should’ve worked but it doesn’t…
Forum: Fixing WordPress
In reply to: [How to] Site wide galeries and per-post galeriesIn my case i have a gaming website, with the custom post type ‘game’ and each news for that specific game would need to have a per-post gallery (associated somehow to the game), so that it could be listed on a galerry with all those specific game images in one place.
I think i’m being a little confusing…
Anyways, I don’t know about the attachment template tags but with the custom post type solution i’m not sure if it would actually “associate” the gallery with the post.
I’m still searching, any new findings and i’ll report here ??Forum: Everything else WordPress
In reply to: WordPress needs Basic User Friendly ManualThere are many tutorials online you can view aswell ??
I can link you some if u want ??
Forum: Everything else WordPress
In reply to: WordPress needs Basic User Friendly ManualI don’t want to criticise your opinion on this, but i must say that WordPress is one of the most user-friendly CMS/Blog/Whatever you want it to be.
In case of doubt go see Joomla’s admin panel for example ??
Forum: Fixing WordPress
In reply to: [How to] Site wide galeries and per-post galeriesBump ??
Forum: Everything else WordPress
In reply to: Can I use WordPress for this?As mrmist said, yes, WordPress can be used to achieve such result.
You could create some pages and store the content there.
As for the news bit, they seem to be an RSS aggregator so you could make your own or use a plugin.Hope this helped ??
Forum: Fixing WordPress
In reply to: WP_Query & pagination not workingHello everyone,
I’m also getting a 404 error everytime i click on another page number :S
Here’s my current post query:
<?php query_posts(array('post_type'=>array('post','jogos','videos'),'posts_per_page'=>6, 'paged=>' . $paged )); while (have_posts()) : the_post(); ?>
I tried adding the paged thing but it didn’t work :S
Thanks in advance,
Tiago