pauernet
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Sort and Display for WooCommerce] New update Crashes my siteme too,
the whole site crashes. 🙁i updated to 4.0 and all Plugins.. and now i have to deactivate the plugin.
if i try to activate the plugin again, worpress said: Cant activate because it makes a fatal crash.in german: Das Plugin kann nicht aktiviert werden, da es einen fatalen Fehler erzeugt.
Forum: Plugins
In reply to: [CM Tooltip Glossary] Term Page is not found /glossary/termit worked.. i think the index.php or the page.php was the problem. thank you very much.
Forum: Plugins
In reply to: [CM Tooltip Glossary] Term Page is not found /glossary/termmy page.php look like
<?php get_header(); ?> <div id="inhalt"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="entry"> <?php the_content(); ?> </div> <?php endwhile; endif; ?> </div><!-- inhalt --> <?php get_footer(); ?>i can give you admin rights for the site. no problem.
Forum: Plugins
In reply to: [CM Tooltip Glossary] Term Page is not found /glossary/termif i switch to an installed theme like Twenty Thirteen i get a 404 Error on a term page like http://testen.nooon.de/wiki/test/ . 🙁
Forum: Plugins
In reply to: [CM Tooltip Glossary] Term Page is not found /glossary/termJap it is a custom theme. do i have to edit the functions.php or something else that the plugin works?
Where do i have to include jquery.js. in the header.php (didnt work) or in the functions.php (what code?)