Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter rwperkinsjr

    (@rwperkinsjr)

    That wasn’t working but I deleted all of the files from the server and re-uploaded the plugin and that did the trick after a total clear of the cache. Thanks for the reply!

    Thread Starter rwperkinsjr

    (@rwperkinsjr)

    Hello? Any updates for the new Woocommerce? 4 days, no reply, might be time to find another theme and I was considering buying the full version too but unresponsiveness and no updates is not a very good sign.

    I’m with Fatcow and the query limit was my problem in case anyone else has this problem.

    I just started getting the same error.

    Latest WP version
    Apache Version 2.2.29
    PHP Version 5.4.34
    MySQL Version 5.5.42-MariaDB
    Architecture x86_64
    Operating System linux

    Screenshot as requested from others: Screenshot

    A waste of time if you want to test it to post to pages unless you spend $40 on the upgrade or $60 for the “Enterprise” version. If you want to post to pages this is a worthless plugin without investing into it.

    What business people want to post to their personal timeline when testing a plugin like this? Not me, I don’t want to fill my personal timeline, which is hard to clear and clean, with posts from my business pages.

    Waste of time for any business people. If you are a hobby person and only want to post to your personal timeline it may be the plugin for you but it’s not for me.

    Thread Starter rwperkinsjr

    (@rwperkinsjr)

    Well… if anybody else has this problem you can edit this file:

    /wp-content/plugins/wordpress-https/lib/WordPressHTTPS/Url.php

    And around line 500 change the parameters FROM:

    $url->setScheme(@$url_parts['scheme']);
    				$url->setUser(@$url_parts['user']);
    				$url->setPass(@$url_parts['pass']);
    				$url->setHost(@$url_parts['host']);
    				$url->setPort(@$url_parts['port']);
    				$url->setPath(@$url_parts['path']);
    				$url->setQuery(@$url_parts['query']);
    				$url->setFragment(@$url_parts['fragment']);

    TO:

    $url->setScheme( isset($url_parts['scheme']) ? $url_parts['scheme'] : null );
    				$url->setUser( isset($url_parts['user']) ? $url_parts['user'] : null );
    				$url->setPass( isset($url_parts['pass']) ? $url_parts['pass'] : null );
    				$url->setHost( isset($url_parts['host']) ? $url_parts['host'] : null );
    				$url->setPort( isset($url_parts['port']) ? $url_parts['port'] : null );
    				$url->setPath( isset($url_parts['path']) ? $url_parts['path'] : null );
    				$url->setQuery( isset($url_parts['query']) ? $url_parts['query'] : null );
    				$url->setFragment( isset($url_parts['fragment']) ? $url_parts['fragment'] : null );

    That should remove the errors from your debug panel. It did in mine at least.

    Thanks to Google and a few decades experience of code scouring and modifying.

    Thread Starter rwperkinsjr

    (@rwperkinsjr)

    Not sure what I did wrong except call it like it is but oh well no big loss on my end.

    [Comments moderated]

    It was an error in the library that you used Arnan, not my error, I fixed your error by replacing the minimized version with a non-minimized library for ShowOff… a good developer would have already done this and tested on the largest social network in the world if he cared to save his hard work and not get these questions from us idiots that use your plugin.

    I like WordPress and I even like this plugin but I do not like this developer as a person and that is my right, you’re not going to keep me from saying the truth… my government is doing a good enough job at that already.

    Sorry, that’s as nice as I could be about this, I wasted hours debugging this. If this plugin was properly tested this would not have been an issue in the first place. The author has set the tone for discussion here, not the users and that is why, if you read through a few, you will see his following is dwindling and I am part of that dwindling movement.

    Did I hear there was fork coming? I sure hope so. The stripslashes was my error, I forgot I had to debug another plugin to work with the shortcode from this one, that was my bad and I accept the mistake, that’s how it’s done.

    rwperkinsjr

    (@rwperkinsjr)

    Why did you give it five stars then?

    Thread Starter rwperkinsjr

    (@rwperkinsjr)

    So I found the full version of the jquery.jshowoff.min plugin. I then went and found where the jquery.jshowoff.min was called, uploaded the non-min (jquery.jshowoff.js) version and had the plugin call the version that is not minified and it worked. Temp fix at best since the first update you release it will overwrite my changes.

    So I would mark this as resolved but I think we need some input from the developer about the numerous errors found and the fact that you want 25 EURO ($33 USD) for a plugin that may not even work right still.

    Again if the free version is riddled with errors that a basic guy like me can track down then the complicated full version must be a nightmare.

    Has anyone forked 3.7 yet? If you need it let me know I found a copy and will send it to you if you want to fork it.

    Thread Starter rwperkinsjr

    (@rwperkinsjr)

    ShowOff is doing it, when I disable it in the setting menu FB scrapes my site, when I enable it FB complains but if I disable it my ads won’t scroll anymore the site just shows a bank of ads from the group they are in.

    rwperkinsjr

    (@rwperkinsjr)

    Arnan you are a great developer and I even use the newest free version and am pretty happy with what it does for me but maybe you should take a deep breath before replying to people.

    I was on the verge of buying this, I’m not mad about the stripping of features that I never even knew were there since I am new to your plugin, but I think the best way to deal with people is not to incite them but to try to get them to calm down, relax and discuss the situation.

    Maybe you could offer a few good users a promotional copy of the pro plugin to smooth things over? Just a suggestion. Always remember to be humble, don’t call your customers idiots. Because of this outburst, (and others I have read from you, I am now second thinking a decision to buy the full version of this plugin and will research other alternatives. It’s a shame too because I really like this plugin and it does what I want it to do.

    Also posted another request but after two weeks no reply. Do you reply to your users or are we just on our own? If you don’t reply I am sure we will find alternatives and now I know why the 3 star rating, should have been a red flag.

    Hello? Any reply here?

    How do you do this?

    Forum: Plugins
    In reply to: Flash plugin upgrade

    I’m having the same problem with the Harmony theme in IE only. Firefox and Chrome work great but of course IE is screwed up as usual. Someone please help asap.

Viewing 15 replies - 1 through 15 (of 17 total)