Tim Beam
Forum Replies Created
-
Forum: Plugins
In reply to: [Shariff Wrapper] Buttons don't show the logoHaha, great! Thank you very much! It works fine.
Forum: Plugins
In reply to: [Shariff Wrapper] Buttons don't show the logoDear Shariff Crew,
at our site only the logo of GooglePlus is missing?
I added already the above code to the style.css.Any idea? The issue occurred after the last update to 3.3.0.
Forum: Plugins
In reply to: [WP Supersized] [Plugin: WP Supersized] PHP error "open_basedir restriction"I only delete the / in line 1515 and it works for me, too.
Looks that:if(is_dir($directory_base_path . $filename . "")) {0.9.6 works for me with WP 3.4. Thank you very much!
Forum: Plugins
In reply to: [WP Supersized] [Plugin: WP Supersized] PHP error "open_basedir restriction"I think it could be a thing of server configuration because dir functions are mentioned. Hence the developer of the plugin have maybe no idea! Or?
Sorry, how can I send you access data to the site which is under development?
Dear António,
I wrote you a PM because it contains private data. If we have the solution we can post it here. Thanks for your support.
Tim
Forum: Plugins
In reply to: [Mini Loops] [Plugin: Mini Loops] Custom Taxonomy with mini loopsDear Kailey,
you’re incredible!!! “Any” works very fine. Hm… Any! How easy. Thank you for this great plugin. Before I tried the “Special Recent Posts Pro” Plugin but after purchasing I found out that it does not support custom taxonomies. Mini Loops is much easier (after understanding it) and more flexible regarding the formatting. You made me happy and I can concentrate on the design now.
Thank you very much.Forum: Plugins
In reply to: [Mini Loops] [Plugin: Mini Loops] Custom Taxonomy with mini loopsI have the same taxonomy “Teams” in different custom post types e.G. “Reports” and “Updates”.
With the code below (without post_type=”xyz”) it shows only the articles of the standard post type but not the articles of the custom post types.
[miniloop number_posts=20 order_by="date" order="DESC" tax="teams=107"]...
Hence I tried the following but it does not work, too:
[miniloop number_posts=20 post_type="post" post_type="reports" post_type="updates" order_by="date" order="DESC" tax="teams=107"]...
The above shows the content of the last given post type.
I tried also a comma separated list and the & but all do not work.
Any idea?