bluealien
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: OptionTree] Theme Option ErrorCorrected, test setup data included with theme was calling to https://localhost:8080/wp/
which caused 500 Internal Server Error when tring to load Theme Options section
Forum: Plugins
In reply to: [Plugin: OptionTree] Theme Option Errormoved
Forum: Plugins
In reply to: [Plugin: OptionTree] Theme Option ErrorAdditional Info:
Based on my testing it happens with:
Version: 1.1.8 (based on build into theme use)
Version: 1.1.8.1 standalone plugin activatedForum: Installing WordPress
In reply to: Fatal Error after 3.3 updateWhat I have discovered with this upgrade is that it looks for file to over write, and if it does not exist it will FAIL upgrade and stop which and cause the Menu error
What I was missing on my sites was the “wp-config-sample.php” file so I made sure it was on the there site during upgrade and I had no issues.
My Fix was to Manually upload 3.3 via FTP, then login to admin and upgrade database. Al works fine after this.
Forum: Fixing WordPress
In reply to: List sub pages with breif description, imagesOk I got it,
had issue as it was lopped in other call. Final working version
Code
<div style="display:none"><?php the_ID(); ?></div> <?php $parent = $post->ID; ?> <?php query_posts('order=ASC&&post_type=page&post_parent='.$parent); while (have_posts()) : the_post(); ?> <h4><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h4> <p><?php print string_limit_words(get_the_excerpt(), 22); ?> …</p> <p><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>">READ MORE</a></p> <p> </p> <div style="clear:both"></div> <?php endwhile; ?>
Forum: Fixing WordPress
In reply to: List sub pages with breif description, imagesOk used wrong code for order…
used
order=ASC&
instead of
sort_column=menu_order
Forum: Fixing WordPress
In reply to: List sub pages with breif description, imagesany help?
I got this to work, but issue is it post the full first subchild and I cant get it to go in order based on menu.
code
<div style="display:none"><?php the_ID(); ?></div> <?php $parent = $post->ID; ?> <?php query_posts('sort_column=menu_order&post_type=page&post_parent='.$parent); while (have_posts()) : the_post(); ?> <h4><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h4> <p><?php print string_limit_words(get_the_excerpt(), 22); ?> …</p> <p><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>">READ MORE</a></p> <p> </p> <div style="clear:both"></div> <?php endwhile; ?>
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Slideshow title grabs post linksYEA!!!
NextGEN Gallery 1.0.2 has fixed the issue.
Forum: Plugins
In reply to: [Plugin: Nextgen Gallery] thickbox double image in IE7 issueOk, upgraded now to WP 2.7 and NG 1.0.1 corrected my initial double image gallery issue on first upload with Event Calendar installed, however now the Title for Slideshow widget now Grabs my Latest Post link…
Please help?
Forum: Plugins
In reply to: [Plugin: Nextgen Gallery] thickbox double image in IE7 issueLocated the issue, has something to do with the combination of NG 0.99.1 & Event Calender 2.5.1.1 activated.
great fun …
Forum: Fixing WordPress
In reply to: Front Page Display Issue?Heres my test site, which I am able to duplicate the results with another install:
https://www.sitebox.net/wordpress/
https://www.sitebox.net/wordpress/about/press/in WordPress “Home” and “Press” are setup in the back to use different Templates home is using Home.php and press is using Default Template, however when viewed, Press is using the same template as Home when setup to use Front Page Displays a Static page > Front Page = Home, Post Page = Press.
I have added a static h3 (Note* Home Page Template) on the home.php, which displays on both pages
I really need these to use two seporate templates.
any ideas or assistance would be appreciated.
Forum: Fixing WordPress
In reply to: Front Page Display Issue?Im still looking for a fix for this issue, any assistance would be helpful.
Forum: Fixing WordPress
In reply to: Call Search with in Flashresolved it by passing var to query string
Forum: Fixing WordPress
In reply to: Have multi names in nav display same pageResolved this using a plug-in : page-links-to
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Albums ThumbnailsJOSH44, Yes I have Gallery Running and see the thumbnails and descriptions, however when previewing the Albums using either Number [album=2,compact] or Name [album=alien,compact] in ID, I do not get a thumbnail to appear, it just says “Watch gallery” as a link in the image frame, but it if you click the links, it all works fine because it switches back to gallery style.
Example Demo:
https://www.sitebox.net/wordpress/gallery/albums