chrissss
Forum Replies Created
-
Forum: Plugins
In reply to: [Shariff for Wordpress] Feature Request: Externer Aufruf@reeve, nur als Anmerkung. Das geht mit https://www.ads-software.com/plugins/shariff Ich nutze das Plugin bei mir im Blog.
Forum: Plugins
In reply to: [Galleries by Angie Makes] Latest Update broke all gallerysReverted back to WP Canvas Gallery 1.11. Still the same problem… After that I tried to narrow the problem down to the latest changes on my blog and found the culprit.
It looks like a conflict between WP Canvas Gallery and bbpress. When I activate bbpress the gallerys disappear from the blog. This happens with WP Canvas Gallery 1.11 too. But when I deativate bbpress the gallerys show up again.
I’m not sure why this happens…
Christoph
Deactivated all my plugins one by one and checked if i can load the admin page. After I deactivated Single Random Post With Text https://www.ads-software.com/plugins/single-random-post-with-text/ it worked again. So I reactived every plugin again — except Single Random Post With Text — and it still works. It looks like bwp-google-xml-sitemaps is not the culprit, but I don’t understand why this “Single Random Post With Text” is suddenly the problem…
Great! Thanks!
Forum: Plugins
In reply to: [Ozh' Who Sees Ads] Similar Plugin?Found one, this looks promising… https://www.ads-software.com/plugins/ad-injection/screenshots/
Forum: Plugins
In reply to: [Ozh' Who Sees Ads] Similar Plugin?@george, was your search successful? I’m looking for an alternative to Who Sees Ads, too. Christoph
Yep, it fixed my problems (no wp stats and no google adsense) on https://linuxundich.de
Thanks
ChristophI’ve got the same problem here…
Forum: Plugins
In reply to: [Flattr] Remove Flattr Button from RSS/Atom Feed?Afaik not, I can user placeholders inside the footer text…
You can use the following variables within the content, they will be replaced by the value on the right.
%%POSTLINK%% : A link to the post, with the title as anchor text.
%%BLOGLINK%% : A link to your site, with your site’s name as anchor text.
%%BLOGDESCLINK%% : A link to your site, with your site’s name and description as anchor text.
If you update the text above, check the preview below…but no PHP-Code.
//PS: Yep, unfortunately I’m right: https://www.ads-software.com/support/topic/php-code-into-rss-footer?replies=3
Forum: Plugins
In reply to: [Flattr] Remove Flattr Button from RSS/Atom Feed?Yep, works great. But i have a feature wish: It would be great, if I could add a configurable “Flattr-Text” instead of the button to the feed. Something like:
“whatever is a uncomercial hobby project. If you like you can
<a href="%%FLATTRLINK%%">flattr</a>
this posting and leave the author a small tipp”Right now I use the Plugin RSS Footer [1] for this. But i can only place a static flattr thing for my whole blog in the footer. The perfect solution would be, if I’am able to call the Flattr Plugin from withing RSS Footer to place the right Flattr-Link into the Footer.
Forum: Plugins
In reply to: [Flattr] Remove Flattr Button from RSS/Atom Feed?You are right, it’s easier to disable the call of the flattr_post2rss function…
if(function_exists('curl_init')) { //add_filter('the_content_feed', 'flattr_post2rss',999999); }
CU
ChristophForum: Plugins
In reply to: [Facebook Fan Box Cache] "Official" Help Forum for Facebook Fan Box CacheIs there a way to help you with translations? I could help you with german.
Btw, for those of you who have problems to get their facebook page id, because they’ve got a fanity url like https://facebook.com/whatever. Just open your page and look for the profile picture. The url to the picture will look like this…
https://profile.xxx/xxx/161999_182395928443149_1010918_n.jpg
…the 15 digit long number – in this case 182395928443149 – is the page id.
Great, this solved all these errors! Thanks!
Last try…
This should have been
<a href="..."><div>...</div></a>
> I think the problem is caused by the <div>…</div> structure you’re using…
This should have been <div>…</div>