scarlettpromotions
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Author Without an Email?Hi ladylynnet,
I am using version 2.9.2 and I would love to comment out the lines that you are referencing, but I think the numbering is different (this is my 177-178).
* Check that the user login name and password is correct.
* @since 0.71Can you please let me know what code I am commenting out? This is exactly what I need! ?? Thanks, Kari
Forum: Fixing WordPress
In reply to: next_posts_link and previous_posts_link not working on category viewHi there, I was having the same issue as well! Here is the solution:
My permalink structure is set up as:
/%category%/%postname%/In my archive.php, I have the code:
<?php next_posts_link(‘« Previous Entries’) ?>
<?php previous_posts_link(‘Next Entries »’) ?>But when I’m on my category page, for example:
https://www.blahblah.com/in-the-news/The paging doesn’t work:
https://www.blahblah.com/in-the-news/page/2/ –> returns a 404I found the following plugin:
https://barefootdevelopment.blogspot.com/2007/11/fix-for-wordpress-paging-problem.htmlThat fixes this problem! Amazing, I want to kiss this guy! ??
K
Forum: Plugins
In reply to: Simple comment star review plugin wantedHi there, I am looking for this answer as well. Please let me know if you find a solution and I will do the same!
Forum: Plugins
In reply to: Individual rating per commentI would really like to know how to do this too. Please let me know if you find the solution and I will do the same!
Forum: Fixing WordPress
In reply to: Cannot upload images in 2.8I was having the same problem.
It might be theme related. For example I am using the theme irresistable and under miscellaneous the folder showing was wp-content. I changed it to wp-content/uploads and it would not let me upload, despite changing the chmod and messing with ‘save in date based folders’. On a whim changed it back to wp-content and it works now
Forum: Fixing WordPress
In reply to: Editor Displays In White Font After 2.8 UpgradeHi Joe, What files need to be chmod 777 to do the automatic upgrade?
I get the following error:
Download failed.: Could not create Temporary file
thanks!
Forum: Fixing WordPress
In reply to: Shortcodes not executing inside a header tagps #2 is solved! I was looking at the ‘selection source code’ through Firefox’s Web Developer toolbar and IT was omitting the ascii for spaces!
But there is still the problem of the shortcodes not executing in the header tags or excerpts!
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] wmode = transparentHi there – I am having a similar problem. I am using pb-embedflash and in Firefox, Safari the wmode is working (the javascript menu drops below it) but in IE it does not.
https://www.scarlettpromotions.com/ILR/
I’m using the object embed setting. Any suggestions on what I can do to fix this? Thanks!
Forum: Plugins
In reply to: PB- Embed Flash – don’t know how to use itRobyn, did you figure this out? I am having the same issue!
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] Extermal Template ProblemHi, I am hoping someone can give me some guidance! I am running WP 2.6.3 and I just downloaded pb-embedflash. I have a flash banner that’s going to be running on my home page and I stupidly thought that I could just embed the object like I do with regular html! Whoops!
So now that I have the plug-in installed, I didn’t change any of the default settings for the plug-in (want to insert as an object still).
In the pb-embedflash toolbar, I added the url of my flash piece to my medium – not sure if I had to do that but thought it couldn’t hurt. Now I am pasting the following code into my index.php:
<?php if(function_exists('pb_embedFlash_plugin')) { echo pb_embedFlash_plugin('[flash https://www.scarlettpromotions.com/ILR/wp-content/themes/delight/img/flash/HomePageBanner3.swf]'); } ?>
And nothing happens, just a blank box.
I tried inserting this code directly into the header but it didn’t work at all. Any help would be so appreciated!!
Thanks, Kari
Forum: Installing WordPress
In reply to: Blank Install PageHey babysneaks!
I am getting the same problem with the blank page and I tried to go in and make the changes as you suggested above but it’s still not working. I’m wondering if I should be looking to change all relative paths to absolute?
Are you hosted by media temple? All my files are in a httpdocs folder and I can’t help but wonder if that has anything to do with it?
Help!