jrodgers
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: more ignored in custom posts pagetry this
<?php /* Template Name: Page allowing More Tag */ ?>
<?php get_header(); ?>
<div id=”content”>
<!– This is using page-more.php –>
<?php
query_posts();
$more = 0;
?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h2 id=”post-<?php the_ID(); ?>”><?php the_title(); ?></h2>
<?php the_content(__(‘… read more here’)); ?>
<?php wp_link_pages(); ?>
<?php edit_post_link(__(‘Edit’), ‘<p>’, ‘</p>’); ?>
<?php endwhile; endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>Forum: Your WordPress
In reply to: Corked 2.0: Personal Blog Redesignnice site, theme is pretty neat, clean looking, cork board is a nice idea/look but the image in the Lost posting seems out of alignment, maybe it’s supposed to look that way it does, but … maybe not, chaeck for a div tag that isn’t closed
>>* I’m using a beautiful theme (Royale) which, if you’re browsing with Firefox, is particularly nice.
you also indicate on the site that the site looks/function better in FF, why would you make a site that almost 60% of users will not get full functionality?did you test in IE? there is at least one issue on the home page that comes up when viewed in IE.
Forum: Fixing WordPress
In reply to: more ignored in custom posts pagemy code looks like this
<?php
query_posts(‘page_id=’.$_GET[‘page_id’]);
$more = 0;
?>Forum: Fixing WordPress
In reply to: Search only category x or categories x,y,zthanks but the search everything in an inclusive search, where as i need more of a restricted search on a per page basis, so if i am in the news-funny category the search option by default searches only that category and any child categories, but by the user clicking a checkbox (for example) the search is site wide or vice versa default is site wide check to search only category xyz
i think the search in category plugin is a good place for me to start, not too good with php, but I’ll see what i can get with some code tweaking
thanks again
Forum: Fixing WordPress
In reply to: Search only category x or categories x,y,zi found this
https://mywordpress.ru/plugins/search-in-category/and translated
https://translate.google.ca/translate?u=http%3A%2F%2Fmywordpress.ru%2Fplugins%2Fsearch-in-category%2F&sl=ru&tl=en&hl=en&ie=UTF-8just need to review the code
is that a real Russian wp site?Forum: Fixing WordPress
In reply to: Search only category x or categories x,y,zbeen looking …can’t seem to find one, is there a codex page on the search functions? can’t find that either
Forum: Fixing WordPress
In reply to: Give zen-cart access to wp functionsFYI
i was able to provide zen-cart with access to the WP libraries by copying this line from the wp index.cfm
require(‘./wp-blog-header.php’);
and adding it to the zen-cart index.cfm, and changing the relative path to reference the higher directory
require(‘../wp-blog-header.php’);Note: do not add
define(‘WP_USE_THEMES’, true);
doesn’t stop the functionality but did some weird stuff with my styles/themesForum: Requests and Feedback
In reply to: [Plugin: NextGEN Gallery] Feature requestthanks
much appreciated
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery .95] Interface changed from previousno, any attempt to open the media input gives an error, on the post input section, where it says ‘Post’ and on the right there are options i click the add picture, the popup opens but clicking on the ‘show’ does nothing, and the thumbnails don’t show either, works perfectly in FF, and safari (windows and mac)
the error seems to be in this block, specifically updateMediaForm(); (the ie error window says the error is on line 140, view source has that as in 140)
‘<script type=”text/javascript”>
<!–
jQuery(function($){
var preloaded = $(“.media-item.preloaded”);
if ( preloaded.length > 0 ) {
preloaded.each(function(){prepareMediaItem({id:this.id.replace(/[^0-9]/g, ”)},”);});
}
updateMediaForm();
});
–>
</script>’i dot think this is ngGallery code tho
Forum: Requests and Feedback
In reply to: [Plugin: NextGEN Gallery] Feature requestthey galleries can contain from 10 to 200 images, the user wants to select 2-3 to put in a teaser post and redirect the visitor to another page with more images
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery .95] Interface changed from previousno the upgrade form a previous version of NextGen, thanks for the quick response.
I have traced the issue to IE, in FF the functionality and the thumbnail are there but IE returns an error when clicking “Show” (IE7), I will test on other browsers, but the person i am making the site for will most likely be using IE
…Works in Safari (windows) but not opera
From the Opera error consoleJavaScript – https://siteAddress/wp-admin/media-upload.php?type=image&tab=nextgen&post_id=-1210341808&select_gal=1
Event thread: DOMContentLoaded
Error:
name: ReferenceError
message: Statement on line 6: Reference to undefined variable: prepareMediaItem
Backtrace:
Line 6 of inline#5 script in https://siteAddress/wp-admin/media-upload.php?type=image&tab=nextgen&post_id=-1210341808&select_gal=1
prepareMediaItem({id : this.id.replace(/[^0-9]/g, “”)}, “”);
Line 1 of eval script
if (b)
else
return c;
Line 1 of eval script
return E.each(this, a, b);
Line 6 of inline#5 script in https://siteAddress/wp-admin/media-upload.php?type=image&tab=nextgen&post_id=-1210341808&select_gal=1Forum: Your WordPress
In reply to: Cakedup.Com 5 month projectbackground is too busy, check you image file sizes, took some time to load, warn people about the content, some of us are at locations where we can be censured for that kind of material
Note: there is no nudity, that i saw, but images may not be appropriate for the office
Forum: Your WordPress
In reply to: Check my new WordPress Blog! A Five Month work!takes a long time to load, you will lose users unless you can speed it up, you have over 40 items to download on the homepage, i checked one it was 42k making your home page a 1M+ download (if average size is 42k and you have 40 items, total download is 1.6M), you might be able to save some time by dropping the colours from 32 bit to 24, not sure if that affects the transparency
don’t get me wrong it looks amazing, but you need to consider your users too, and if it doesn’t open when they click they wont be there long
Forum: Your WordPress
In reply to: First WP SiteThanks Julie.
Roo’s a nice looking pup