baszer
Forum Replies Created
-
Forum: Plugins
In reply to: [Twitter Tracker] Blank Search ResultsHi,
I got the following error after clicking on the Authorise with Twitter button. I use WordPress 3.5.1.
Fatal error: Cannot redeclare class OAuthServer in /var/www/vhosts/../subdomains/test/httpdocs/wp-content/plugins/twitter-tracker-master/class.oauth.php on line 481Forum: Plugins
In reply to: [Tweet Blender] Tweet Blender new APIFrom the makers of http://wordpress.org/plugins/twitter-tracker/
There’s a beta version working with te new Twitter API. You can download it from here, https://github.com/cftp/twitter-tracker/archive/master.zip, and please report any issues here, http://wordpress.org/support/topic/blank-search-results?replies=30#post-4318035
Forum: Plugins
In reply to: [Tweet Blender] New Twitter API taking effect 3/1/13?anybody a sollution yet? or another plugin?
ok, found the solution.
to bad it is not in the settings 😉
but:
open in the folder view the file gallery.php
add after the<span><?php echo $image->alttext ?></span>
save, and it works.
Forum: Plugins
In reply to: An upload files comments for non-membersanybody a tip?
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] WP-Twitter require_once errorweird indeed, but I got it working now. Deleted the old files and installed it again.
And it worked, thanks for your time.
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] WP-Twitter require_once errorthank you for your anser, I am using Version 2.5.0
and version 3.4.2 of WP.Forum: Themes and Templates
In reply to: Exclude category from index pagewhy are you asking?
because it did not work 😉
Forum: Themes and Templates
In reply to: Exclude category from index page<?php global $query_string; query_posts($query_string . '&cat=-14'); ?>like this?
Forum: Plugins
In reply to: Difference between Advanced custom fields vs PodsThank for your answer. The last time (more than one year ago) that I tried pods I thought it was quiet complicated. So hopefully you create good tutorials 🙂
For sure that I will give it a try!
Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Centre align menuyou should give the URL of your website, so people can help you. Nobody is going to install that theme and try to change the CSS 🙂
you still got that error? Because I have the same error. So if you got the answer to fixed it, please 🙂
Forum: Themes and Templates
In reply to: Comment template on certain pageThank you very much,
this did the trick!
Forum: Themes and Templates
In reply to: Comment template on certain pagein that document:
Uses global: (array) $comment List of comment objects for the current post
Uses: $wpdb
Uses: $id
Uses: $post
Uses: $withcomments Will not try to get the comments if the post has none.so I thought, I can get the comment form for id but I dont know how.
I want to have a comment form in a page, but from another page.
Forum: Themes and Templates
In reply to: multiple is_page()thank you for your answer, I think you are right, I now did it some other way.