dyin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem, HELP me!oops, wrong advice. I didn’t read the full post. Sorry
I thought he wanted to reinstall wordpress, but it gave the stupid ‘it is allready installed’ message.Forum: Fixing WordPress
In reply to: cannot login using wp-login.phpI use XP and firefox.
edit: here is what I mean: https://www.mingei.be/home/contact-informatie/
I want to write test next to the picture and make more space between segments.
Forum: Fixing WordPress
In reply to: cannot login using wp-login.phpTou can chose to write a post or a page. So I mean that kind of page. WYSIWYG doesn’t work when I am writing pages.
@moderator: what do you use to style you pages?
Forum: Fixing WordPress
In reply to: cannot login using wp-login.phpI wan’t to use it to style my pages. It works for my posts, but not fot my pages. Is this normal?
Forum: Fixing WordPress
In reply to: cannot login using wp-login.phplol, you must be kidding me, it was allready turned on. It doesn’t do any good though (except for writing posts).
I saw a plugin a few days ago that allows you to make your text in a text editor (e.g. word) and then publish it. But I forgot the name and the place I found it.Forum: Fixing WordPress
In reply to: cannot login using wp-login.phpI’ll try it out, but I can’t find a way to turn WYSIWYG on.
I also still have the admin login issue.Forum: Fixing WordPress
In reply to: cannot login using wp-login.phpwhy do you say ‘damned’? Please explane yourself (I don’t want to be suprised by some stupid thing) ??
Forum: Fixing WordPress
In reply to: cannot login using wp-login.phpI have got the 2.0.1 version of wordpress.
BTW: does anyone know a good plugin to make typing pages,.. as easy as in ms word? I can’t make my page layout like I want it to be.
Forum: Fixing WordPress
In reply to: cannot login using wp-login.phpthere is no cache folder/file in my wp-content folder. Could this be a problem?
Some more tips are still welcome
Thanks handysolo ??Forum: Fixing WordPress
In reply to: cannot login using wp-login.phpwhat do you people mean with a cash folder/ clearing your cache?
I am not installing wordpress again, I did to mutch work to do this. Isn’t there an other way?Forum: Fixing WordPress
In reply to: cannot login using wp-login.phplol, good to kwow there is a plug-in that helps. It will be hard to find though (there are many plug-in’s). I hope you will remember the name or something like that. I don’t want to loose control over my website again.
Thanks for your help HandySolo.Forum: Fixing WordPress
In reply to: cannot login using wp-login.php@handysolo, is it imporant to keep the ‘feeds’ menu? I deleted it. Could this give a problem?
edit: I can’t log in through theme editor like you did.
Forum: Fixing WordPress
In reply to: cannot login using wp-login.phpI had the same problem so I installed worpress again. It didn’t fix anything so I will have the same problem in a few days. You are logged in for 10 days (cookie).
Can I see your site so I can see what we did to make this happen.
My site: https://www.mingei.be/home (still working on it)Forum: Fixing WordPress
In reply to: Several issuesyou just go to the sidebar.php menu in ‘presentation’ -> ‘theme editor’. You look for the bit of text that has ‘meta’ in it and you delete all of it. (don’t delete the next menu structure)
Forum: Fixing WordPress
In reply to: Ordering Pageshere is the code you’ll need:
<?php wp_list_pages(’sort_column=menu_order&title_li=Your Title’); ?>
I used it too.
I combined it with the exclude code like this (I found it myself :p):
<?php wp_list_pages(‘sort_column=menu_order&exclude=3,4&title_li=Your Title’); ?>
edit: I used it to make pages to different links so it looks like a site instead of a blog.
https://www.mingei.be/home (there is still a lot to do)