gionni
Forum Replies Created
-
Forum: Plugins
In reply to: Category treeActually this code i posted have changed since i was using tree but the plugin determines the lineage so “the branch”, not the whole tree. sorry
Forum: Plugins
In reply to: Exhibit 1.1d Photo Gallery PluginHi i’m having a little trouble with exhibit.
I’m running wp 153 and the latest asy version of exhibit.
Everything works fine except that preview is not showing in the main page (home or other multi post page).
The small preview below the post editing area (inside the UI) displays the preview as it should but on the real page i only see the excerpt.
Oh, and i DID tick the preview checkbox for the image in the exhibit interface.
When viewing the post thumbs and full images (bot as popup or in page) everything works fine.
Any clues anybody?
thxForum: Themes and Templates
In reply to: context aware sidebarHey nice and sweet.
I need to do some more testing but it seems to be working.
Thank you SO much!Forum: Fixing WordPress
In reply to: 1.5 questionThx mdawaffe too! I’ve been reading and i made some experiments on my local copy of the blog trying to fix the theme before upgrading the real blog.
I mostly managed to fix the multiple loops on the main page without troubles using the infos and examples from codex.
Still i got one problem, actually the same i had with 1. 2 and the show/hide category posts (you can see it working here https://www.stereotipic.it).
I’ll try to explain myself:
– 2 loops on the main page: one shows only the “shorts” category, the other one shows all categories except for the above mentioned.
-the number of post that i can show on the homepage depends on the setting in the option page.
-the option setting works for the sum of post shown fromboth loops.
How can i make the shorts section not dependant on the setting son that the max post no setting would apply only on my main loop?
I hope i explained myself.
ThxForum: Fixing WordPress
In reply to: 1.5 questionWow, this was quick! ?? Thx alphaoide!
I love this place an the wp community!
Enough of that or i’m gonna end up saying something stupid! ??
OK ’bout the problem, if i got it right i can just throw away kitten’s plugin and fix my own loops!
Good, tomorrow is upgrade day!Forum: Fixing WordPress
In reply to: importing databasethx for answering, both blogs are set to utf-8 (in the options page) which i think is the default setting for wp. Anyway i checked it again but it was set as i remembered.
Any other idea?Forum: Plugins
In reply to: Exhibit 1.1 Photo Gallery PluginYou have to SAVE a new post or open an existing one before you can see the UI.
Forum: Themes and Templates
In reply to: Style not being applied to entire pageLet’s see if i can help.
- use float css property to position the menu and margin-left to the content to make sure the whole content stay in place
- check that your footer (the one with “powered with wp”) is inside the wrap div (#rap)
- add the clear property inside the css
.credit {
clear: both;
}
This should force the footer p to stay always under any other floating element.
If you want, feel free to take a look here:Forum: Your WordPress
In reply to: Very Basic blog need adviceMaybe it doesn’t bother you at all but if you check out your blog without the css you will notice that something is missing ??
..exactly, the title! and maybe a description…
True, there is very few people around with netscape 4 or some other very old browser but what about handheld devices not supporting css like wap2 phones or similar stuff?
This is just for the sake of discussion man, no one reads my blog with a cell phone except for myself!
But what about screen readers? Also your banner img is css background so with no stylesheet the user doesn’t have any clue about blog’s title/description…
Think about it but don’t worry too much, is just my 2:00 AM bulshitting! ??
Oh by the way, what i did was hiding it with adisplay:none;
css proprety.Forum: Plugins
In reply to: Exhibit 1.1 Photo Gallery PluginI’ve been using exhibit for just a week and i’m no expert but i think that the answer is no.
I can’t recall seen any option for that in the config file.
The only problem with the method i suggested is that when you display the full article the link to the picture remain visible.Forum: Plugins
In reply to: Exhibit 1.1 Photo Gallery PluginI’m not sure if this is what you mean but you could just copy the url of the post title and put a link at the end of the article using that url.
Forum: Fixing WordPress
In reply to: just installed 1.2.2 want to upgrade to 1.5MMMM, thx nuclearmoose, maybe all this reading about the 1.5 is making me think at the question from a wrong point of view.
As with any software, unless there is a real need, is better stick with a stable version.
Maybe i’m just lazy and i’m worrying about having to change too much stuff in a future upgrade! ??
I guess i better stick to 1.2.2, it works nicely and i’m very happy with it.
cheersForum: Fixing WordPress
In reply to: just installed 1.2.2 want to upgrade to 1.5I’ve been asking myself the same thing in the past few days.
We’ve just started our blog and still working on it, fixing the layout but also organizing content, installing plugins etc…
I have no idea of 1.5 release schedule but besides that it looks like a lot of people is switchin to the beta version.
Some plugins too are already build for the 1.5.
Any advice helping me make the decision is quite welcome!Forum: Fixing WordPress
In reply to: No rss Feed when permalinks are activeI have same exact issue. I use wp 1.2.2
So let me see if i got it right: you are suggesting to substitute the php string<?php bloginfo('rss2_url'); ?>
withhttps://myblog.com/wp-rss2.php
which is the address of the rss feed.
Yes i guess this would work!
But still, is there any way to correct the bug?
In the meantime this workaround is simple enough!
THXForum: Fixing WordPress
In reply to: Trackback URI substitutionDone.
Thank you again!