Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    same problem on WP 3.3.1.

    then I try to mv /wordpress/wp-content/plugins/all-in-one/all-in-one.php to plugins root (..nt/plugins/all-in-one.php) but after that, when try to active plugin, fatal error:

    Warning: require_once(/usr/share/wordpress/wp-content/plugins/lib/iCalcreator-2.14/iCalcreator.class.php): failed to open stream: No such file or directory in /usr/share/wordpress/wp-content/plugins/all-in-one-event-calendar.php on line 249 Fatal error: require_once(): Failed opening required '/usr/share/wordpress/wp-content/plugins/lib/iCalcreator-2.14/iCalcreator.class.php' (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/wordpress/wp-content/plugins/all-in-one-event-calendar.php on line 249

    Any help will be greatly appreciated 😉

    I’m using Polylang with The Proton theme, and I suffered problems to set multingual menus becouse, as @chouby had suggested in some previous support answers, The Proton is a hardcoded theme and there is not a generic solution for my problem.

    I solved my problem in this way:

    in header.php changed this:

    wp_nav_menu( array(‘container’ => ‘nav’, ‘container_class’ => ‘jqueryslidemenu’, ‘container_id’ => ‘menu’, ‘walker’ => new description_walker() ));

    for this:

    <?php wp_nav_menu( array(‘container’ => ‘nav’, ‘container_class’ => ‘jqueryslidemenu’, ‘container_id’ => ‘menu’, ‘theme_location’ => ‘primary’, ‘walker’ => new description_walker() )); ?>

    I’m new in php and wordpress, and I don’t know exactly what this change means or does, I’ve been trying and works for me. Perhaps can help someone.

    fins aviat!

    0.9 deleted to trash and 0.9.0.3 installed again, and after testing functionalities of the 0.9.0.3 version with my contents in 3 languages (I wold like to show, but is on closed server for the moment) works in same way as older version (0.9)

    the only setback for me, was that when trashing 0.9 I lost the connections done on my three languages when 0.9.0.3 is activated. But I only have few testing posts, no problem. perhaps is not need to trash for update in this case, but I’m beginner 😉

    Thanks chouby for your support!!!

    Hi again,

    apologizes, I’m a beginner in wordpress. I detect that in my case, the problem is that I haven’t see the “filter content by language” option on top menu of the dashboard 🙁

    I returned polylang/include/admin-filters.php to initial code and, so far, polylang works for me.

    Hi,
    I installed two hours ago the Version 0.9 of Polylang, and post, pages, categories disappeared just when pluggin was activated.

    After reading this support conversation and adding this to polylang/include/admin-filters.php:

    // add_filter(‘parse_query’,array(&$this,’parse_query’));

    Posts and pages are now visible in dashboard.

    But, the categories list remains empty, they not appear…

    I continue trying and look forward to the updates that are mentioned here …

    thanks!!!!

Viewing 5 replies - 1 through 5 (of 5 total)