Forum Replies Created

Viewing 15 replies - 136 through 150 (of 312 total)
  • Thread Starter William Bowles

    (@creative-i)

    I’ve found a workaround, well kindof and you have to do it one page of posts at a time, so for example, I’ve imported 900+ posts all videos but the category name is different (shoulda thought of matching it before! Duh), that I want to add to Videos, so using the bulk edit option I work through the posts until all have been added to the Video Cat and then delete the imported video category.

    I tried it out on another duplicate imported category of just a few posts first to see if it would work.

    I’ve searched high and lo for a plugin that would enable global search/replace but it don’t exist.

    When you have thousands of posts, managing them needs a powerful DB editor.

    Thread Starter William Bowles

    (@creative-i)

    PPS: I turned off tiniymce advanced and it makes no difference, except I have less menu options, but you still get the same awful interface and you still can’t click on the link button when a link is highlighted in the text. Disastrous!

    Thread Starter William Bowles

    (@creative-i)

    It actually seems to work!

    Thanks

    Thread Starter William Bowles

    (@creative-i)

    makes no difference. The code stays in the post (miracle) but it’s not getting rendered.

    Thread Starter William Bowles

    (@creative-i)

    ok, installed jetpack and all seems ok.

    B

    Thread Starter William Bowles

    (@creative-i)

    Esmi:
    not sure I follow your comment on jetpack

    Thread Starter William Bowles

    (@creative-i)

    Thanks!

    Thread Starter William Bowles

    (@creative-i)

    Yeah, I keep hearing this, but it’s such ass-backwards way of doing things. Surely I should be able to switch back and forth between visual and source, like I do in Dreamweaver for example or am I asking too much from the WP editor?

    Re the youtube insert, ok if it’s youtube but I often post vids from other sources which is why I sometimes use a plugin or embed or object code.

    And why does the Editor accept embed and object code but not iframe?

    B

    Thread Starter William Bowles

    (@creative-i)

    Basically, what vodpod does is generate a link from whatever source I select, usually from the Bookmarklet I’ve installed in Firefox, so it pulls whatever code is in the source, whether object or iframe and posts it to the WP editor. VP doesn’t host the video, just a link to it.

    If it’s iframe I either paste in the object code (if I can get it) or I sometimes use a plugin eg [youtube]xxx…[/youtube] or whatever.

    What I want to know is why does WP strip out the iframe code, especially as youtube and others seem to switching to iframe?

    And I’ll check the functions.php

    Thanks

    Bill

    Thread Starter William Bowles

    (@creative-i)

    Hi Billerickson:
    Ok, but what about for example when I use Vodpod? Vodpod sends the code automatically to my site, it’s not something I create.

    Re modifying functions.php: Does it matter where it gets inserted?

    Bill

    Thread Starter William Bowles

    (@creative-i)

    Ok, I fixed the problem, I reset the permalink back to the default setting and now all the files can be accessed once more.

    But I’d still like to know how it happened.

    Y’know the setup is extremely confusing!

    I get this on the advanced page:

    The rewrite rules required by this plugin have changed or are missing. Scroll down the Advanced Settings page and click the Update Mod_Rewrite Rules button.

    But there IS NO button.

    Debug won’t work cos the mod rewrite rules don’t work, yet I’ve done everything according to the instructions. .htaccess is in the root directory, it has all the right code in it but WPC just won’t recognize it.

    I just checked the dot htaccess file and it seems ok but when I did a refresh:

    Mod Rewrite Rules
    Mod Rewrite rules cannot be updated!

    here’s the file (I had the wpcache code first and changed it, made no dif, it kept telling me that it was missing # BEGIN WordPress):

    # BEGIN WordPress
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    # END WordPress

    # BEGIN WPSuperCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    AddDefaultCharset UTF-8
    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
    RewriteRule ^(.*) “/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz” [L]

    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
    RewriteRule ^(.*) “/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html” [L]
    </IfModule>
    # END WPSuperCache

    Donncha:

    Both pages look identical but if I’m not caching the pages?

    B

Viewing 15 replies - 136 through 150 (of 312 total)