TNT Studio
Forum Replies Created
-
Forum: Plugins
In reply to: [Quoty] Proble with activate and not onlyIf the error really is on line 40 in quoty.php than you have a very old version of php < 5.4
that doesn’t support the [] syntax.
What you should do is:$platforms = array(‘social-platforms’ => array( ‘facebook’, ‘twitter’,’googleplus’,’pinterest’,’linkedin’));
Or a better solution, upgrade the PHP version to at least 5.6
Forum: Plugins
In reply to: [Quoty] Text sharing only working on Twitter not in facebook or linkedinFacebook removed this functionality a while ago, so it’s now possible to share the text only if you connect a facebook app. I guess it would be possible to add support for this into the package. The user would have to enter the app key and secret on the settings page.
Forum: Reviews
In reply to: [Quoty] Quoty shares your visitors’ favorites fast!Thank you for such a great review ??
Forum: Plugins
In reply to: [Quoty] It doesn't workTry to put “body p” without the quotes into the css selector. You can also provide a link to the site so I can check it out.
Forum: Plugins
In reply to: [Quoty] Console ErrorsCan you paste the link to your site, so I can check it out?
Forum: Plugins
In reply to: [Quoty] Icons not showing on Internet ExplorerVersion 1.1.4 should fix the IE problems. Let me know if everything is working fine.
Forum: Plugins
In reply to: [Quoty] Console ErrorsThis error should be fixed in version 1.1.3. Let me know if everything works fine.
Forum: Plugins
In reply to: [Quoty] Js ErrorDoes the JS error still show up in version 1.1.3?
Forum: Plugins
In reply to: [Quoty] Icons not showing on Internet ExplorerHmm, this must be something related to IE not rendering SVG images very well. All of those social icons are CSS background inline images
Forum: Plugins
In reply to: [Quoty] Js ErrorThere are differences in the selection API between browsers, so that’s why the browser question ??
I am currently on your site using Chrome Version 48.0.2564.109 (64-bit) and am not able
to reproduce the error.The concrete link is https://www.testboks.com/vebu/essen-genuss/soja-sojaprodukte/ist-soja-ungesund/auswirkungen-von-soja-auf-das-prostatakrebsrisiko/
Can you give me a step by step scenario, so I am able to fix this.
Forum: Plugins
In reply to: [Quoty] Js ErrorCan you provide us with a link where the error shows up and which browser version you are using?
Forum: Plugins
In reply to: [Quoty] It doesn't workBy default the css selector is set to work on paragraphs, try changing it to “*” without the quotes.
Forum: Plugins
In reply to: [Quoty] Js ErrorCan you confirm if this is still happening with version 1.1.2?
Forum: Plugins
In reply to: [Quoty] Quoty Mozilla FirefoxThanks for the feedback. We fixed this so please download the latest version 1.1.2
Forum: Plugins
In reply to: [Quoty] pre-defined selectionsNice idea, I’ll implement it when I catch some free time.