daand
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Div does not want to align to center..It did work, awesome!!
Forum: Themes and Templates
In reply to: Div does not want to align to center..Hi Andrew,
Thanks for your message.
If tried your solution, and now it gives me a vertical ist instead of horizontal..Coud you please check again?
Forum: Themes and Templates
In reply to: Div does not want to align to center..Haha, sorry, forgot..
Forum: Plugins
In reply to: [The Events Calendar] Need to add few extra fieldsHi Jonah,
I have the same challenge as nims.
Do you know someone who can help me getting some extra fields into the form below each event?
Also I would like to turn off the time selection in general (for everyone), is there an automatic way to to so, or a change in code?Thanks in advance.
Forum: Plugins
In reply to: [Mingle Forum] [Plugin: Mingle Forum] [mingle forum] Newest post on topNobody?
Forum: Fixing WordPress
In reply to: white page, but admin screen is workingSomehow now..
It is not working again, and i also can not get in to the admin panel :SAny idea’s?
Forum: Fixing WordPress
In reply to: white page, but admin screen is workingYes, somehow i got it working again..
Changened wordpress back to version 2.9.Thanks!!
Forum: Networking WordPress
In reply to: Continuous redirects to /wp-admin/&reauth=1I cleared Cache and cookies, but after some times it starts again..
Does anyone know where this error is comming from so i can remove it?Forum: Plugins
In reply to: [plugin:Featured Content Gallery] blank, no imagesNo one?
Forum: Themes and Templates
In reply to: Page not displayed, only all posts..Anyone got idea’s?
Forum: Themes and Templates
In reply to: Page not displayed, only all posts..Found out that somehow the page loads another template..
http://outdoor-stevents.nl/contact
Page.php gives:
<?php if ( is_page(opt('services_page')) ) { include(TEMPLATEPATH . '/template-services.php'); } elseif ( is_page(opt('blog_page')) ) { include(TEMPLATEPATH . '/template-blog.php'); } elseif ( is_page(opt('blog2_page')) ) { include(TEMPLATEPATH . '/template-blog2.php'); } elseif ( is_page(opt('blog1_page')) ) { include(TEMPLATEPATH . '/template-blog1.php'); } elseif ( is_page(opt('portfolio_page')) ) { include(TEMPLATEPATH . '/template-portfolio.php'); } elseif ( is_page(opt('contact_page')) ) { include(TEMPLATEPATH . '/template-contact.php'); } else { get_header(); { ?> <?php } ?>And instead of displaying the page it displays template-blog.php
So a figured out the problem pretty specific i think, but i dont know why, or how to solve it..
Forum: Themes and Templates
In reply to: Page not displayed, only all posts..Did not work:
Installed everything on sub directory with new database prefix..http://outdoor-stevents.nl/website/?page_id=235
http://outdoor-stevents.nl/website/
The page should be displayed but it wont..Forum: Themes and Templates
In reply to: Page not displayed, only all posts..Might be solved by removing some php which grabbed wrong templates somehow..
Forum: Fixing WordPress
In reply to: First; weird url forward, now blank pages..Continuing here: http://wordpress.org/support/topic/428348?replies=1#post-1614187
Forum: Fixing WordPress
In reply to: First; weird url forward, now blank pages..Thanks very much, i fixed the database last night.
Was wroking to day so i had no time to react..
Some values where deleted in the db, very weird..But the thing now is, my pages are not working.
It has something to do with the theme, because in the default theme the website is working fine and all the pages are propperly displayed.
But when i use the Black Eve theme something is wrong, where the page content needs to be i see only all the website posts…