Koschitzki
Forum Replies Created
-
Forum: Plugins
In reply to: [Embed Kindle] Fatal ErrorOhh and I changed to WordPress 3.5.1 on my installation but haven’t tested your plugin again. On my local installation. where it works, I’m running PHP Version : 5.3.10 / 32Bit OS
Forum: Plugins
In reply to: [Embed Kindle] Fatal ErrorPHP Version : 5.2.17 / 32Bit OS
Forum: Plugins
In reply to: [WP-Filebase Download Manager] Conflict with WP-MinifyAlright, I found the problem. The jquery libraries in the File-Base were conflicting with Minify. Put the following Files in the exclude field on the WP-Minify settings page:
/wp-content/plugins/wp-filebase/extras/jquery/treeview/jquery.treeview.js
/wp-content/plugins/wp-filebase/extras/jquery/treeview/jquery.treeview.edit.js
/wp-content/plugins/wp-filebase/extras/jquery/treeview/jquery.treeview.sortable.js
/wp-content/plugins/wp-filebase/extras/jquery/treeview/jquery.treeview.async.js
/wp-content/plugins/wp-filebase/extras/jquery/dataTables/js/jquery.js
/wp-content/plugins/wp-filebase/extras/jquery/dataTables/js/jquery.dataTables.js
/wp-content/plugins/wp-filebase/extras/jquery/dataTables/js/jquery.dataTables.min.js
/wp-content/plugins/wp-filebase/extras/jquery/jquery.cookie.jsIt works fine thanks! Last time I didn’t have the class “print-footer” in it!
Dear PrintFriendly,
I would like to add the footer as well, as you described. But I want to insert it in every post automatically. I tried to put your code into the single.php of my theme, but it seems that printfriendly works around the theme anyway. Do you have any idea how I could implement that?
Forum: Plugins
In reply to: Search Integration? / the limits of WP Search, Relevanssi & CoWell a friend fixed the Relevanssi Issue with some hot-fix, which repairs the Relevannssi indexing. I had to build the index with 100 posts per index step, which took some time. But the database-table from the index has over 80 MB and a search takes up to 12 seconds to response. So I still have no solution. At the Berlin WordPress Bootcamp I talked to some of the Pros who say that they have no solution either but make some sphinx integration for larger customers.
But I will try you plugin and give you some feedback then.Forum: Fixing WordPress
In reply to: Looking to change the layout of social media buttonsHaven’t looked on your site. But basically go to Plugins –> Editor. Then select 2-click-Social-Media Buttons. THen the second file must be the CSS file. There you can change nearly everything you want using CSS.