erwin_m
Forum Replies Created
-
I’ve fixed it!
The footer wasn’t included anymore. I was thinking that there wasn’t anything special for my theme in it, so why border. But this was the fix I needed.
Is there a solution already? I’m beginning to get desperate. I’ve build a new site which has to be launched any day now. It was ok, but after updating to WP 2.8.4 the thickbox isn’t working anymore.
Thanks already
Forum: Plugins
In reply to: How to erase [View with Piclens] option ?Hi Velee81, you can set this option by the options on the general tab. You can turn it on and off. You’ll find the options in the Gallery menu.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] NGG Effect Will Not Show UpThis is the same problem I have. Its begon yesterday after upgrading to WP 2.8.4 from 2.7. I don’t have a clue what to do. At this moment I can’t publish a url because of its for a new site and the DNS is not adjusted at his time. Anybody a clue? Mike, do you have resolved your problem?
Forum: Fixing WordPress
In reply to: internal server error 500 when updating pageI’ve tried to deactivate all the plugins, this doesn’t resolve anything. The template I’m using is developed by myself, as beeing a amateur. So, there isn’t a file as wp-cache-config.php. The site self is online there isn’t a problem. The problem is only for the backend. When wp tries to reload the page where you can edit the page, then there’s the error, the url on that moment is:
The problem isn’t there with updating of all pages, just by some of them. And it hasn’t been there before.
More suggestions?
Forum: Plugins
In reply to: [Plugin: Events Calendar] Please remove css from code.I’m using the events calendar in the large-view. I’ve bin trying to set the calendar to a smaller fit in the page. This works for the table by adjusting the margin but it doesn’t works for the months above it. I can’t find the div “calendar_wrapLarge” in the css, in this div the months are located. Does anyone know where I can adjust this?
Forum: Themes and Templates
In reply to: multiple div’s in page.php problemOk, thank you! I’m gonna try it. It makes sense to me.
Forum: Themes and Templates
In reply to: multiple div’s in page.php problemI’ve been trying to recreate the code as above, but I don’t get it to work. Right now I have:
<?php /* Template Name: standaard layout */ ?> <?php get_header(); ?> <!--Begin Content--> <div id="container2"> <!--strating the loop--> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="content"> <!--SNIPPET--> </div> <div class="textdiv"> <?php the_title(); ?> <?php the_content(); ?> </div> <!--finishing--> <?php endwhile; endif; ?> </div><!--//container2--> <br style="clear:both" /> </div><!--//container--> </body> </html>
CSS part:
.content { width:500px; float:left; } .textdiv img{ display:none; }
When I create a page with this template, I do see the text, but the image won’t be shown. Is there a specific way to insert the image or is my code invalid?
Forum: Themes and Templates
In reply to: multiple div’s in page.php problemAnd what if I first want a div with content full width and then under it two div’s near each other. One with images and one with content also. How is it possible to create the content dynamically different for both div’s? And what should be in my div’s? Is it two times
<?php the_title(); ?>
<?php the_content(); ?>Thank you for your help, it’s very inspiring for me ;).
Forum: Themes and Templates
In reply to: multiple div’s in page.php problemSo, there isn’t a reason to put in the loop?
Forum: Themes and Templates
In reply to: multiple div’s in page.php problemAs I said, I’m very new with wp…..is it nescessary to include the loop or if you don’t have a blog than you don’t need the loop. The rest is clear to me, thank you.
Forum: Themes and Templates
In reply to: multiple div’s in page.php problemI’m building the template, so I’m very interested in what snippets you’re meaning.
The result I’m obtaining is creating a varity in layout for end-users with multiple templates like page.php.
Thank you for your reaction.
Forum: Themes and Templates
In reply to: CSS Help!Which white thing do you want to disappear. I only see a blue stroke at the right ofthe menu. The blue part is theresult of the padding you’ve choosen.
Forum: Themes and Templates
In reply to: navigation structureWorking with css is no problem, the wordpress specific links are my problem, there are static pages and blog’s, archieves and more widgets. Where do they have to go….. And what if users want to make their own menu-items? If I make it myself in css, must the div be named sidebar or can I determine it my self, like nav for example?
Could anyone recommend me a plugin whitch handels my navigation?