Forum Replies Created

Viewing 15 replies - 421 through 435 (of 546 total)
  • Thread Starter syncbox

    (@syncbox)

    thanks, i think? is it good form to come back and provide the answer? a lot of the time, I figure it out after posting and since I took folks’ time to read my posts, i would want to give back if i find a solution?

    Forum: Fixing WordPress
    In reply to: Pages Permalink

    I am working on a site where I have mostly pages… for example, about-us, products, etc

    I am using permalinks in this format:

    /%category%/

    just for one bit that will use a category and have blog posts.

    I am linking to my pages like this:

    /about-us/

    or, you could use the absolute path, I suppose

    http://example.com/about-us/

    1) did you try using the ending /?
    2) is the page slug “photos”? Keep in mind that when you create a Page, the title you use is sanitized for spaces, etc and a page slug is created. Create a new page and add photos in the title field, add content and save/publish. Now that page slug is photos. You should be able to link to it like href=”/photos/”

    works for me, anyway. v2.0.4

    I think it is #ed_button

    this is used with the quicktags.js file to define some of the formatting tools.

    you can find quicktags.js in the wp-includes/js/ directory.

    maybe your theme uses custom quicktags? or a plugin?

    Thread Starter syncbox

    (@syncbox)

    OK, found the problem – just wanted to report on what it is and how I fixed it. The images being replaced randomly and then processed to support transparency in IE need widths and heights.

    doh!

    THis method doesn’t work for me. In IE, the images just disappear completely. Using pngbehavior.htc works perfectly… until you try to select the image (png32) randomly with scripting, then it also causes the image to either not have the transparency applied or to disappear completely, depending upon the method used to randomly select the image.

    sheesh. Is there NO in between?

    wow. I used this idea
    <?php echo rand(1, 7); ?>
    to pull in a random image and yes, it works (in this case, it is a foreground image, not background via css)

    I was hoping this would fix a problem I am having using rotate.php and pngbehavior.htc to present a random foreground image (png32 format). IE doesn’t support png transparency, but pngbehavior.htc fixes that. Only, when the image is randomly selected using rotate.php, it fails to process the png to make the background transparent. Bummer.

    So the above rand function works, but NOW, in IE, the whole image is transparent – even the non-transparent bits! I can see that the image is there by looking in the source code… and, of course, it is all working just fine in Firefox. Too WEIRD.

    Any ideas, anyone? THis is obviously some issue with when things are processed – the order in which the image is selected and then transparency applied… but I cannot figure out a fix for the life of me. THere’s no flexibility in this – I have to have png32 and it must be a random image.

    This is all just in the beginning stages, but if you want to see the missing image, here’s a url:

    http://dev.masilva.com/about-ma-silva/

    view in Firefox, then IE6

    (nothing tested for mac or other browsers at this point, just rough layout, etc)

    Thread Starter syncbox

    (@syncbox)

    OK, no response. maybe I didn’t explain what the issue is?

    pngbehavior.htc is a way of fixing png32 transparency problems in IE6. Works great… (google pngbehavior.htc for info)

    but when the image is randomly selected by using the rotate.php script in a folder of images, somehow the png fix doesn’t get applied… the img reference is in footer.php, so that is being pulled into a page template along with header.php and sidebar.php.

    Is there someway to get IE to process the footer and rotate php pages BEFORE it applies the png fix? I’ve tried preloading the images involved but it does nothing.

    This is killing me.

    Forum: Fixing WordPress
    In reply to: Google Maps in WP

    remember that wordpress creates directories on the fly for posts… so your post may not live in the domain.com/blog directory you have a key for.

    I’ve implemented a google map by placing it in a fixed file and including that into the template files, as in the sidebar, index, whatever…

    additionally, do you have custom permalinks set up? that also may be changing the actual directory structure for where the map displays. The key is only good for a page IN blog/

    not in blog/2006/august/my-post-with-map

    what HOOKS? I have get_footer.php and get_header.php files with some modification, but just to fit my custom layout…

    what SHOULD be in there and why isn’t there any documentation saying it?

    Gosh, wouldn’t it just be EASIER to add all this to the readme? THere’s just about nothing in there…

    or, are you suggesting that what should be there is just the sIFR required scripting?

    OK, what I’ve found is that you have to set the permissions of the wp-content folder to 777 to get it to work – which, I am told, is a BAD thing.

    at that point, you lose the error about the dat file.

    of course, it’s not a guarantee that the selector will be substituted… mine just goes missing, no flash appears, but it’s a start.

    that said, I am going to have to pull this idea out of play, I think… too many iffy things and not enough documentation. I mean, if the permissions need to be 777, just SAY SO. I’ve looked at 4 pages of posts asking about what is wrong and lots of suggesting that the permissions might be wrong, but no out and out statement from D. Chait what the permissions should BE. or which files need different permissions and what those should be.
    sheesh.

    I just flat out don’t have the .dat file. I’ve tried putting the sIFR folder at the root level of the plugins and I get the error:

    Unable to open file (/home/[pathstuffremovedhere]/wp-content/plugins/../cg-flashytitles.dat).

    that folder is writable. What permissions should be set on the wp-content folder? (666?) what?

    I CAN see the examples in the page where you create the plugin (I have two places, plugins>flashtitles and manage>flashytitles)… but on creating a title, it gives the unable to open dat file error. On editing, the default values are back, so any data entered is missing, and on cancelling the delete, it deletes anyway.

    dcasey AT syncbox DOT com, if you want to contact me directly, I’ll give you access to where I am working… I’d be happy to make a donation to get this working.

    um, the admin interface isn’t working right for me. Nor is the sIFR replacement – I get the .dat problem mentioned previously in this thread.
    error msg:
    Unable to open file (/home/[pathstuffremovedhere]/wp-content/plugins/../cg-flashytitles.dat).

    1) no replacement happening, likely because there is no .dat file to be found per the msg.
    2) on trying to edit the existing flashytitle, I click Edit and it takes me to the edit page but all the applied values are reset to default and the selector field is emptied. Hmm. wtf?
    3) on cancelling out of a delete flashtitle, it goes ahead and deletes it anyway.

    that said, here are some questions and suggestions?

    1) where is the documentation for the actual plugin? The readmefile is, er, minimal.
    2) is there a fla file for creating new fonts from flash 8?

    Thread Starter syncbox

    (@syncbox)

    it came back up for a bit, but is down again. What’s up with that?

    Thread Starter syncbox

    (@syncbox)

    I get this:
    500 Internal Server Error

    The server has encountered an internal error or misconfiguration and was unable to complete your request.

    and on click of send post, got:

    slow down, you move too fast…

    so I guess I “got to make the feeling last” 😉

    not feeling too groovy though… I need the documentation!

    Thread Starter syncbox

    (@syncbox)

    so, you CAN get to it? Or, you tried and couldn’t? which is it?

Viewing 15 replies - 421 through 435 (of 546 total)