• Hi, I made a website for a client. Template i created myself, There is an option to add new post etc.
    the thing is that only text is visible on actual page whenever i add post, if i want to include link or image into post, added code is visible only in editor, not on a page. anyone has a clue what is the reason?
    thanks for reply

Viewing 14 replies - 1 through 14 (of 14 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    – re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress.

    Thread Starter motix

    (@motix)

    I did everything you suggested to, but none of those options work for me:/ is my own template causing a problem?

    Quite possibly. Did you switch to the an unedited copy of the Twenty Eleven theme to rule out any theme-specific problems?

    Thread Starter motix

    (@motix)

    yup. i downloaded fresh Twenty Eleven theme, activated it and then activated my own theme. i cannot check if it works or not because code in my template is quite different from the default one. should i transfer apropriate code from my template to this default one?

    then activated my own theme

    No – just activate Twenty Eleven. If the site works, then it confirms that the issues is within your theme.

    Thread Starter motix

    (@motix)

    it seems like the theme is working. i mean, no content is visible than on my own template because of code differences. have a look how does it look like when default theme is applied link

    Thread Starter motix

    (@motix)

    When I activated Twenty Eleven theme, i was able to add comment and then i could add link through admin panel. So it seems like there is a problem with the theme. What steps should i take or where should i look to make it work in my theme?
    thanks for reply

    Thread Starter motix

    (@motix)

    this is a code which i use to display posts, anything missing here?

    [Code moderated as per the Forum Rules. Please use the pastebin]

    I Have the same problem with 2 templates on WP 3.3.1 🙁 any solutions plz ?

    Thread Starter motix

    (@motix)

    heya, i fixed it today:), I just needed to change —> the_excerpt() function to —> the_content() in the place where i display content of the post. Luckly it works for me, hopefully it will work for u too.

    Hi Motix can you explain me plz what did you exactly ?

    Thread Starter motix

    (@motix)

    i just changed php function to this >?php the_content(); ?< in the place where i display content of added post on the page.for example i also have function to display title —-> the_title(); and the_date(); to display date when post was added. hope that’s help

    I do not understand it, will make this change on each page or post? my editor is disabled on all pages and posts

    Thread Starter motix

    (@motix)

    it seems that your problem is slightly different than mine. try to find other post with similar problem to yours. could you do a favour for me. i need to check if logo this website link works on IE9 on Windows 7. If you have one, could you please check,where logo(left top corner) is located. thanks

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘WYSIWYG editor problem’ is closed to new replies.