cezarneaga
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Auto-Update Failure in WordPress 2.7i still get this
Warning: ftp_rawlist() [function.ftp-rawlist]: Unable to create temporary file. Check permissions in temporary files directory. in /is/htdocs/wp1090696_F7DLCX6X2Y/www/wp-admin/includes/class-wp-filesystem-ftpext.php on line 203
even after Lightwolf’s hack.any ideas?
thanks.
cForum: Fixing WordPress
In reply to: [Plugin: WP-dTree] Post countsi disabled post count until solved. still waiting for a reply.
Forum: Fixing WordPress
In reply to: [Plugin: WP-dTree] Post countshi to both of you.
i have a problem with post count. it used to be ok but after some update is now behaving weird. basically what i have is the post count on a folder item is double the sum of the posts in the subfolders.+2009 (20)
+jan (5)
+feb (5)
any idea why?thanks,
Cezar
ps: to see it live go to https://pact.lk/timelineForum: Fixing WordPress
In reply to: wp_query in sidebar doesnt show on posts pagecome on,
no one there to help a wp bro?this is important.
thank,
CezarForum: Fixing WordPress
In reply to: test if WP is displaying with index.php filehi syncbox,
i want the same thing as you. what is your nested solution? or since 8 months have past, have you got another solution?
thanks,
CezarForum: Fixing WordPress
In reply to: Stats not workingjust add this to your theme
<?php wp_footer(); ?>
right before</body>
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] header doesnt show on firefox 3.0 for maci have an update after a frustrating 8 hours today trying to sort this one out and reading 10 pages of forum issues.
the thing is, for some reason the gallery containing the banner photos behaves different even in the admin section. if you go to manage gallery and click the view link, theoretically it should show the image in thickbox. in safari and IE this happens. in FF it doesnt.
in the same FF, in the same blog, same theme but different gallery the view link works fine. produces the desired result. the only difference is the size of images. banners are 985*200 the other galleries are 640*480.
right now the code in the header is this:
<div id="masthead"> <div class="slideshow" id="ngg_slideshow1"><img src="<?php echo get_settings('home'); ?>/wp-content/gallery/banners/banner01.jpg" /> </div> <script type="text/javascript" defer="defer"> //<![CDATA[ var so5508 = new SWFObject("<?php echo get_settings('home'); ?>/wp-content/plugins/nextgen-gallery/imagerotator.swf", "ngg_slideshow1", "985", "200", "7", "#095fa2"); so5508.addParam("wmode", "transparent"); so5508.addVariable("file", "<?php echo get_settings('home'); ?>/wp-content/plugins/nextgen-gallery/nggextractXML.php?gid=1"); so5508.addVariable("linkfromdisplay", "false"); so5508.addVariable("shownavigation", "false"); so5508.addVariable("showicons", "true"); so5508.addVariable("overstretch", "true"); so5508.addVariable("backcolor", "0x000000"); so5508.addVariable("frontcolor", "0xFFFFFF"); so5508.addVariable("lightcolor", "0xCC0000"); so5508.addVariable("screencolor", "0x000000"); so5508.addVariable("rotatetime", "10"); so5508.addVariable("transition", "random"); so5508.addVariable("width", "985"); so5508.addVariable("height", "200"); so5508.write("ngg_slideshow1"); //]]> --> </script> </div><!-- end MASTHEAD -->
but since this morning till now nothing changed. i figured that since the problem persists in admin section, the problem is not with this code but with the plugin’s other functions.
alex, help would be appreciated.
thanks,
Ci kind of figured it myself. went to cpanel did all that but still not working in FF
bemused, i didnt understand what you did to sort this. can you explain in layman’s terms. ??
i managed through google to find out i have hotlink protection enabled. but where did u tick that box about allowing direct requestsi have the same issue. what i also noticed is that if in manage gallery you try to view the photo, it doesnt work.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Adding flash headerjonimueller, your code works fine on safari, IE but not on Firefox for mac. would you have an idea why this is happening?
Forum: Installing WordPress
In reply to: upgraded to wp and this code in the loop is returning errorsit so worked. ??
thank you so much. if you’re ever planning to scuba dive in sri lanka give me a ping.
Cezar
Forum: Installing WordPress
In reply to: upgraded to wp and this code in the loop is returning errorshi thanks for the reply Otto.
indeed on the pages i dont have. maybe also a few posts. so in search results if a result is from a page it brings this warning.any idea how i could correct this?
thank you for the help.C
Forum: Themes and Templates
In reply to: Excluding categories in the_categoryhi,
i want the same thing too. since i see there is no include/exclude parameter shouldn’t it be possible to do a little bit or workaround?
i mean the_category reads and displays all categories a post has but isnt there a way to tell the loop to echo only certain ones?
i am not a programmer but couldnt it be something like:
<?php $category = get_the_category(); echo $category[9,10,11]->cat_ID; ?>
where 9,10,11 are the category ids of the categories you want to display. i tried it and it didnt work but i think i just dont know syntax ??
Forum: Fixing WordPress
In reply to: long comments – <!–more–> tag doesnt workok, but why is there a more tag insert in the wysiwyg on comment edit? kinda makes sense to work if its there, dont you think?
anyway, thanks for the comment excerpt. i wish it would work better though. i couldnt find a way to show more than 20words or to have a link to display everything. if no one else has anything on this by tomorrow i will change this to resolved
C