Isdanielle
Forum Replies Created
-
Having exactly the same issue on two websites that I updated to 15.6.1. If you click on the eye icon nothing happens, as if the button doesn’t work.
Danielle
Hi,
I saw another threat at this forum with the same problem as we have. So more people experience the same problem after the update and all using the classic editor.
I checked it also, it’s not the theme or one of my other plugins…Well it is actually it seems to be a conflict with the classical editor..
Thanks for replying!
- This reply was modified 5 years, 10 months ago by Isdanielle.
I have the same problem when editing in de classic editor.
Ok, thanks for your fast reply. Will contact the theme developer!
Just wanted to add that the back-end is still very fast. It’s just the front end that slowed down immediately after I deleted the old version of my theme and downloaded and activated the updated one.
same problem..had to roll back to 2.6.8
Forum: Fixing WordPress
In reply to: Search is not working –> blank pageI’ve made a Search.php because I couldn’t find one. Now the search works but doesn’t have the full theme page look. But it is better than nothing.
<?php get_header(); ?> <div class="contentmain"> <div id="content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h1 class="title"><a>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1> <p class="meta"><small>Posted on <?php the_time('F jS, Y') ?> by <?php the_author() ?> <?php edit_post_link('Edit', ' | ', ''); ?></small></p> <div class="entry"> <?php the_excerpt(); ?> </div> <div class="info"> <p class="links">» <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></p> <p class="tags"><?php the_tags('Tags: ', ', ', ' '); ?></p> </div> </div> <?php endwhile; ?> <div class="navigation"> <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div> </div> <?php else : ?> <h2 class="center">Not Found</h2> <p class="center">Sorry, but you are looking for something that isn't here.</p> <?php endif; ?> </div> </div> <?php get_footer(); ?>[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Fixing WordPress
In reply to: Search is not working –> blank pageYes because I put it all back after I tried it, I can’t leave it like that for a hour or so because I have a lot of visitors..
Forum: Fixing WordPress
In reply to: Search is not working –> blank pageI just followed your advise to reset the plugins folder by ftp, but that did not change anything unfortunately..
Forum: Fixing WordPress
In reply to: Search is not working –> blank pageI’ve tried the first 2 steps, I found these possible solutions while I was searching the forum on this topic. That did not help.
And I don’t have any plugins that are inactive..So I don’t think thats the answer..