maeztro
Forum Replies Created
-
Forum: Plugins
In reply to: nextgen-gallery and SeamonkeyFollowup:
Seems to be an issue with my installation of Seamonkey. At my office, it works fine with the same version of Seamonkey. Will try an do a complete clean installation of Seamonkey.Forum: Plugins
In reply to: nextgen-gallery and SeamonkeyFollowup: At https://nextgen.boelinger.com/singlepic/
I have the following with Seamonkey:
1. Click on slideshow box: New image loads immediately.
2. Click on any of the two sample pictures at the bottom of the page: lightbox loads, but image does not display.Have the same at test.chaos.co.za. It seems to be an issue with Seamonkey?
Forum: Plugins
In reply to: [Plugin: Simple Tags] ST doesn’t work in write post pageHad the same problem, inactivating WP-Amazon fixed the problem. Have a look at
https://www.ads-software.com/extend/plugins/amazon-reloaded-for-wordpress/ for a replacement for WP-Amazon.Forum: Plugins
In reply to: [Plugin: Simple Tags] Suggested and Auto Tags not working in WP2.5Possible incompatibility between Simple Tags and WP-Amazon plugin.
See:
https://www.ads-software.com/support/topic/165527Had the same problem, inactivating WP-Amazon fixed the problem. Have a look at
https://www.ads-software.com/extend/plugins/amazon-reloaded-for-wordpress/ for a replacement for WP-Amazon.Forum: Plugins
In reply to: [Plugin: Simple Tags] Not Loading Tags From YahooPossible incompatibility between Simple Tags and WP-Amazon plugin.
See:
https://www.ads-software.com/support/topic/165527Had the same problem, inactivating WP-Amazon fixed the problem.
Forum: Fixing WordPress
In reply to: Widget page blankProblem seems to have resolved. The above post was last night. This morning, WP-Serverinfo indicated that the memory limit is now 64M. I am now able to activate all the plugins, including ones that I initially thought were incompatible.
Maybe depending on your system (linux, win) or host (own machine, bluehost, whatever), the memory limit setting takes some time to get active.
Conclusion: don’t rely on the fact that you have adjusted the settings. Use something (WP-Serverinfo) to check if the settings has actually changed in the operating environment.
Forum: Fixing WordPress
In reply to: Widget page blankI have just noticed the following in the error logs:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /XX/public_html/website/gallery2/modules/imageframe/module.inc on line 45There are a few similar such lines. I have also installed the WP-Serverinfo plugin. This indicates that the PHP Memory Limit is 32M but I do have the line:
memory_limit = 64M
in the php.iniForum: Fixing WordPress
In reply to: Widget page blankPasted below:
——————–
<div id=”sidebar”>-
<?php /* Widgetized sidebar, if you have the plugin installed. */
- <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
- <h2>Author</h2>
<p>A little something about you, the author. Nothing lengthy, just an overview.</p> -
<?php /* If this is a 404 page */ if (is_404()) { ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
<p>You are currently browsing the archives for the <?php single_cat_title(”); ?> category.</p><?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
<p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> blog archives
for the day <?php the_time(‘l, F jS, Y’); ?>.</p><?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> blog archives
for <?php the_time(‘F, Y’); ?>.</p><?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> blog archives
for the year <?php the_time(‘Y’); ?>.</p><?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
<p>You have searched the /”><?php echo bloginfo(‘name’); ?> blog archives
for ‘<?php the_search_query(); ?>’. If you are unable to find anything in these search results, you can try one of these links.</p><?php /* If this is a monthly archive */ } elseif (isset($_GET[‘paged’]) && !empty($_GET[‘paged’])) { ?>
<p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> blog archives.</p><?php } ?>
- <h2>Archives</h2>
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?><!– Author information is disabled per default. Uncomment and fill in your details if you want to use it.
–>
<?php if ( is_404() || is_category() || is_day() || is_month() ||
is_year() || is_search() || is_paged() ) {
?><?php }?>
<?php wp_list_pages(‘title_li=<h2>Pages</h2>’ ); ?>
-
<?php wp_get_archives(‘type=monthly’); ?>
<?php wp_list_categories(‘show_count=1&title_li=<h2>Categories</h2>’); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php wp_list_bookmarks(); ?>- <h2>Meta</h2>
-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- Valid <abbr title=”eXtensible HyperText Markup Language”>XHTML</abbr>
- <abbr title=”XHTML Friends Network”>XFN</abbr>
- WordPress
<?php wp_meta(); ?>
<?php } ?>
<?php endif; ?>
</div>
——————–
I am not sure if this is the source of the problem, as this is the WordPress Default theme. I have not edited anything in here. If you want to have a look at the output, see https://word.chaos.co.za/