• Hi, I can’t get this to work at all. Here’s what I tried.

    1. settings > wp float options shows blank under “WP Float Content”. Nothing. There’s no options to change.

    2. I can’t do appearance widget because I only have 1 column on my site.

    3. I can’t do shortcode on a single page either. I tried pasting this on a page. Nothing. I get some jibberish but it’s text on the page instead of floating.

    [wp_float type=”float” location=”top” align=”left” center=”false” offsetlocation=”” offsetalign=”” speed=”” width=”” ]
    some text or HTML
    [/wp_float]

    I see the following on my page and it doesn’t float.

    “” offsetalign
    some text or HTML
    /wp_float

    Please help.

    http://wordpress.org/extend/plugins/wp-float/

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author samhagin

    (@samhagin)

    first try to disable all plugins leaving wp float alone to see if it works. if it does you can then activate one plugin at a time to find the one causing the issue. it is possible wp float is conflicting with another plugin.

    Thread Starter red987654

    (@red987654)

    Tried that and went to settings > wp float and saw this

    Fatal error: Call to undefined function wp_editor() in /home/skin/public_html/wp-content/plugins/wp-float/wp-float.php on line 444

    Plugin Author samhagin

    (@samhagin)

    the plugins is wp_editor as specified at http://codex.wordpress.org/Function_Reference/wp_editor was introduced in version 3.3. since your version does not have it, you will have to use an old version of the plugins instead. version 1.3 or 1.4 should work with your version, you can find them at http://wordpress.org/extend/plugins/wp-float/developers/

    Thread Starter red987654

    (@red987654)

    Here’s what happened

    1.4 installed. no wp float option under settings
    1.3 installed. no wp float option under settings
    1.1 won’t install. requires wp 3.3

    I tried using the shortcode below with wp_float 1.3 installed.

    [wp_float type=”float” location=”top” align=”left” center=”false” offsetlocation=”” offsetalign=”” speed=”” width=”” ]
    some text or HTML
    [/wp_float]

    I get this on the page

    “left” center
    some text or HTML
    /wp-float

    Do I have to upgrade my WP? I’m trying to avoid that because my plugins will break.

    Plugin Author samhagin

    (@samhagin)

    wp float version 1.3 or 1.4 only exists as widget/shortcode and not under settings >> wp float option.

    Plugin Author samhagin

    (@samhagin)

    did you already try disabling all other plugins temporarily and using wp float 1.3/1.4 only? if you did and the shortcode is still not working, the issue may be due to your theme, you can try changing the theme temporary. Also, you can check the Javascript console for your browser to see if there are any errors

    Thread Starter red987654

    (@red987654)

    I haven’t tried that, but I need those other plugins. Would you know of any other plugin that gives the same functionality?

    I need it on all pages across my site. I realize this isn’t what you wanted to hear, but I have a feeling troubleshooting this is going to take too long and is a waste of your time. Thanks for answering my questions so far.

    Plugin Author samhagin

    (@samhagin)

    what exactly are you trying to do with wp float? let me know and I can point you in the right direction.

    Thread Starter red987654

    (@red987654)

    I want to put a floating object – either a small rectangular picture or a piece of text. The object, when clicked, will hyperlink to a new page.

    Plugin Author samhagin

    (@samhagin)

    there is no other plugin i know of however you can look into this jQuery plugin http://www.designchemical.com/lab/jquery-floater-plugin/examples/ and implement wp float manually. wp float is based on that plugin

    Thread Starter red987654

    (@red987654)

    Thank you 🙂

    Thread Starter red987654

    (@red987654)

    update: I found “quick bar” wp plugin. Almost does exactly what I want – the positioning isn’t pixel perfect but it’s enough. The floating object can be html code so images and text are fine. Hope that helps someone in the same boat as me.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘doesn't work at all on wp 2.9.2.’ is closed to new replies.