Forum Replies Created

Viewing 13 replies - 31 through 43 (of 43 total)
  • Plugin Author stephenblender

    (@stephenblender)

    You’re killing me! ?? I’ve been poking around for a few hours and there is something going on for sure. For some reason the ‘update’ process (hitting update on a post editing page) is causing the contents of the stored meta data in the database to revert to a past state. Not all the stored data, just the per-structured version I call ‘cached’. Weird.

    I am digging deeper to figure this out.

    Can you try something for me? Make a few changes to some post links, but don’t hit ‘update’. Just navigate away. The plugin does not require update as it is saving as it goes along / each action is made. Let me know if the links then appear in the post.

    I am curious if what you are experiencing now is a new problem or just the same old problem with a previous revert state of no links.

    Thanks for your help!

    Plugin Author stephenblender

    (@stephenblender)

    Hmm. This sounds similar to the issue the other poster had. I was able to recreate the problem with a server side wp cache plugin running called “WP Super Cache” (there are others but I have not used them). The other poster did not respond to confirm whether he was using it or not, so I did not pursue it. Are you using something like that?

    Note: this is not the same as your browser cache which you mentioned clearing.

    I don’t suppose you are using Firefox and are familiar with Firebug are you? Probably a long shot. What browser are you using? I have built in some feedback the plugin to help figure out where the breakdown is, but you need to be able to see it.

    Plugin Author stephenblender

    (@stephenblender)

    Plugin Author stephenblender

    (@stephenblender)

    There you go, some big changes. Well, maybe not BIG…

    1. thumbs in admin pane should show scaled down to fit
    2. clear button to make clearing the link form easier
    3. drag existing links into the order you like

    next up, adding links to pages…

    Plugin Author stephenblender

    (@stephenblender)

    I’ll try to get a next version in the next few days. I think I had a historic (pre-release) version with pages so it should be easy to add back in. I’m away camping through the weekend, watch for an update early next week.

    Plugin Author stephenblender

    (@stephenblender)

    ps. working through other commenter’s bug report and have added your clear button. He also had giant thumbs! Will let you know when update ready for prime time.

    Plugin Author stephenblender

    (@stephenblender)

    My email is [email protected], but I like having this conversation here for reference and transparency . I have subscribed to this thread so should get better alerts.

    I have a theory. You mentioned that the ‘cache was removed’ by which I am guessing you mean you turned off something like WP SUPER CACHE? I am asking because with that plugin turned on I am able to re-create what your video showed, with it off my plugin works for me as expected for me. Let me know if you are using a server side cache plugin.

    The functionality of my plugin is that related_links_blender_links_cached is written whenever add or delete in the control pane are pressed. It is not required to ‘update’ the post. I might change this in the future as it is not intuitive…I was just enthusiastic about ajax.

    I have a build of the plugin I can send you that has more verbose logging to the web browser console. Willing to give it a try? You would need to be able and willing to ftp updated plugin files to your web server and watch the console for logged messages. Specifically it logs the value stored in related_links_blender_links_cached so you can compare that to what is in the control pane and what shows up in the post.

    Let me know! You can email me your email and I will send you the plugin files.

    Thanks for your help,
    Stephen

    Plugin Author stephenblender

    (@stephenblender)

    Loved the video! So great to see someone using it how I had planned it. Made things very clear. (You are the second person with the giant thumbs, must fix that.)

    That is interesting. Cache would have been my first guess, but it sounds like that is out.

    In the second link you sent, to your blog, when I visited there were two related links at the bottom. Is the problem of a link not being added consistent or just sometimes? Or in the three days since you posted here did it resolve itself?

    I looked at the generated code and it looks correct, except for there only being one link in the primacom.

    I have some ideas, let me fool around a little.

    ps. I was expecting WordPress to send me alerts when people post here, but I have not received them for yours. Sorry. I’ll check in more the next few days.

    Plugin Author stephenblender

    (@stephenblender)

    Sorry tenshinhikaru, I missed the email alert about your post. If you still need help, and after 3 weeks it would not surprise me if you had given up, let me know.

    I’m a little unclear on exactly what is happening on your site. I’ll need a link to your website so I can see what is being added.

    Plugin Author stephenblender

    (@stephenblender)

    haven’t forgotten, just being hammered…

    Plugin Author stephenblender

    (@stephenblender)

    Thanks for the feedback. Your mockup and bug links were reversed which confused me a little, but I figured it out. Thanks for including them as it made it very clear what you were talking about.

    Great ideas, especially #1,#3. #1 because it is so easy and #3 because it is so handy. I’ll have to think about #2 as that function is replicated by copy->add->delete and the fewer controls the better. But an edit button is also something people would look for if they want to make a change…

    Regarding the bug – I see the problem(s). Give me a couple of days and I will fix. A failing on my part not to better consider different users varying link data and thumbs!

    Thread Starter stephenblender

    (@stephenblender)

    I have waited a few days so safe to say it is not a cache issue. So weird. I moved the border radius code to the .profileimage for testing as I needed to pretty up the fan grid (using a :before png, looks nice but breaks the function of being able to click fans…)

    Anyway the style code used now is:

    .connect_top .profileimage {
    border-radius: 5px;
    -moz-border-radius: 5px;
    }

    It works in Firefox, although when using Firebug the listed style is ‘border-radius:8px’. It fails in chrome, opera, ie8. And like I said, chrome tools sees ‘-moz-border-radius’ but strikes it out (unsurprisingly)

    website https://maggiecoulombe.com

    Would it be surprising that Facebook would be screening out CSS codes? Or something like that? (I understand some things are out of your control…)

    Thread Starter stephenblender

    (@stephenblender)

    Thanks for the quick reply Otto. Great plugin.

    If I understand your linked css this is the cached version on the Facebook server? What is funny is you are right – there is no ‘border-radius’ style there, but there has always been one in my stylesheet. The -moz-border-radius-topleft (etc etc) do not exist in my stylesheet in the fan box settings. Not completely true – i did include them once, but only after I noticed them already present in the chrome inspector. Also other changes I made during working on this problem were reflected immediately.

    Is it possible that Facebook is cleaning the css and helpfully changed my bare border-radius to the -moz-border-radius-topleft (x4)? I’ll leave it til tomorrow and if nothing has changed will bump this post.

    Thanks again for the assistance.

Viewing 13 replies - 31 through 43 (of 43 total)