Forum Replies Created

Viewing 4 replies - 151 through 154 (of 154 total)
  • Pat K

    (@blackcapdesign)

    I have noticed this too; only on Windows 7 in both Firefox and Chrome. It works fine in IE. Weirdly, in Windows XP it’s fine.

    The script is dynamically calculating the height of the parent element (anchor) and does this inconsistently. As a result, the vertical distance from the Parent in the submenu to its children is inconsistent…leaving a large gap when it renders improperly (about 50%) of the time.

    Any suggestions on how to remedy this?

    Thread Starter Pat K

    (@blackcapdesign)

    Udate: adding the .htaccess file to the /wp-includes/ directory broke the WYSIWYG editor. Try removing it after installing the wp-e-commerce plugin…WYSIWYG mode should work again.

    Thread Starter Pat K

    (@blackcapdesign)

    Update: it’s not the plugin – it’s a memory problem.

    I was able to install wp-e-commerce only after doing each of the following (I tried this MANY different ways before getting it to work):
    1) create a file called php.ini (using a text editor) and adding the following:

    ;; set memory limit for cache.php
    memory_limit = 128M

    …upload (FTP or cPanel File Manager) the php.ini file in 3 places;
    – above the root directory
    – in the root directory (public_html or www)
    – and in the wp-includes directory

    2) Add the following line below the opening <?php tag in the file wp-includes/cache.php:
    ini_set('memory_limit','128M'); // set memory to prevent fatal errors

    (…yes it’s modifying a core file, but it works!…just make a note of the modification)

    After that, create an htaccess file for the wp-includes directory and insert the following directive:

    3) Use a text editor to create a .htaccess file and add the following:

    # set memory limit for cache.php
    php_value memory_limit 128M

    …upload the .htaccess file to the wp-includes directory.

    Log out of admin, clear browser cache, login and install the module.

    See the following for details:
    http://perishablepress.com/press/2008/02/17/wordpress-error-fix-increase-php-memory-for-cachephp/

    I hope this helps…

    Pat K

    (@blackcapdesign)

    You don’t need to be an MIT grad.

    Some plugins – like this one – are too big to upload inside wp admin
    in which case, if you have cPanel, you can use the File Manager to upload the .zip file from your computer, then use WP admin to install it.

    Or, you can unzip the plugin on your computer and use an ftp program (like FileZilla) to upload the folder to /public_html/wp-content/plugins/ then install from WP admin.

    BUT, I did install the plugin and it crashed my admin area. If this happens, use cPanel File Manager or FileZilla to delete the /public_html/wp-content/plugins/wp-e-commerce directory. It seems this plugin is NOT compatible with wp version 3.3.1 🙁

Viewing 4 replies - 151 through 154 (of 154 total)