emptymindfilms
Forum Replies Created
-
You’re right – not what I wanted to hear.
Could you visit the test site and look at what I am doing? Test-Page.
I need a page that lists doctors where each name links to a profile page for each doctor. I also need the doctors to be listed by state (New York, Florida). So I chose them to be authors – could you suggest an alternative?
Forum: Themes and Templates
In reply to: A page that contains an index of people profiles? Help needed…I put the site online so you can see the problem – site example.
Two ‘authors’ are listed – one has a profile (post) but clicking this does not take me to that post direct – which is what I want.
Second, I need to put the authors into categories per state, is there a way to do this?
I am using more fields plugin to create the profiles.
thanks
Forum: Themes and Templates
In reply to: A page that contains an index of people profiles? Help needed…I am also looking at your idea using wp_list_authors().
Any idea how I could list these on a page a in defined groups according to the states they are from? Like New York… then a list?
If I add the people as authors I wonder what power thjis gives me to index them on a page with a link to their profile (which would be a post).
My last question is to define 5 or 6 custome fields for the profile – I tried the plug ins such as Custom Fields but was not impressed.
Thanks for the help.
Forum: Themes and Templates
In reply to: A page that contains an index of people profiles? Help needed…Well I found a plug in – and it worked exactly. Here it is index of posts.
Thanks.Forum: Themes and Templates
In reply to: A page that contains an index of people profiles? Help needed…Thank you, but I do not think we can use an author to write each post.
The posts are a list of people – about 100 or so with profiles that need 5 or 6 custom fields. I am trying to get a page that just makes a list of these taken from the category. The list will grow or be added to by staff members.
I can hard code a link on the page to each profile (post) but that is my last option.
Can this be done using a category page?
Forum: Themes and Templates
In reply to: Fusion theme: background header not changingI am trying to change the position of the header-center but with no success. I changed this to a swf file which works fine (embedded in the header.php) but I cannot get this header-center.swf to sit behind the sidebar (when you choose left-side sidebar). Any idea pleae digitalnature?
Forum: Themes and Templates
In reply to: Moving second sidebar in Fusion themeThis is a screen shot showing the second sidebar in position to the right and I am trying to move this to the far left. I did move the main sidebar 1 to the left but this created a problem with my new header, so the sidebar is now back to the right side and I am left with now moving the second sidebar from the right to the far left – the screen shot will explain better.
Forum: Themes and Templates
In reply to: Header position problem in fusion themeThe site is not online – I have to build the site locally – hence the screenshot. It is a problem I have to resolve – to make the header the full width of the site and sit behind the left sidebar.
I replaced the header.jpg with a header.swf and this flash embed is in the header.php – that is working fine. It is only the position which is a problem.Forum: Themes and Templates
In reply to: Header position problem in fusion themeThe problem is how to refer to the header image in this code, as in the theme it is a background image –
#page-wrap1{ background: transparent url(images/header-bg.jpg) repeat-x left top; }
#page-wrap2{
background: transparent url(images/header-flash/header.swf) no-repeat center top;
height: 250px;
width: 100%;
display:block;
}Forum: Themes and Templates
In reply to: Fusion Sidebar – how to have it start below the headerGo to stylesheet.css and change the margin-top – the higher the number the lower the sidebar sits (distance from the browser top). Mine is set to 160px in a 250px header.
#sidebar-wrap1{
background: transparent url(images/side-start.png) no-repeat left top;
padding-left: 28px;
margin-top: 160px;
height: 100%;
}Forum: Themes and Templates
In reply to: Moving second sidebar in Fusion themeThe site is local while I do the build out so it cannot be viewed. I overcame this by switching the main sidebar to the left side which is a theme option.
Forum: Themes and Templates
In reply to: Replace header image with SWF – Fusion themeIt took quite a lot of fiddling around – mainly to insert the swf without affecting the nav buttons and right sidebar. In the header.php I inserted this code for my own flash header –
[kml_flashembed movie=”https://yourwebaddress/wp-content/themes/fusion/images/header-flash/header.swf” height=”360″ width=”1000″ /]Forum: Themes and Templates
In reply to: Replace header image with SWF – Fusion themeNo one can offer advice? the site is https://emptymindfilms.com
Forum: Plugins
In reply to: links to video in new window from sidebar?No ideas anyone?