frmars
Forum Replies Created
-
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Repeat posts on every updateStill have a random number of duplicates using Feedwordpress.
I’ve tested my site feed alone, in a news reader. And it does contain duplicates. Which means that the feed itself is cr[a]ppy.
How come WP gives such a strangely bad feed ?
Or is it just normal ?Question is : is your plugin really responsible or is it just bad feed conception from the start ?
[I use the latest versions of WP and of plugin]
By the way, is there a difference between :
? mysite/feed
and
? mysite/?feed=rss2They seem to give different results according to “whothef*ck knows” why ?
Forum: Themes and Templates
In reply to: Drop down menu not working in ie8Same problem for me. Please help.
Forum: Fixing WordPress
In reply to: How to open comments to all exceptionnally on just ONE postHelp ! Heeeeeeeeeeeelp !
Forum: Fixing WordPress
In reply to: is_page_template not working ?Ok then.
It is a page. But I display posts in this page.
So it’s a “post in a page”…That must explain why.
Damn ! And thanks for the tip.
Forum: Fixing WordPress
In reply to: Broken permalinks in pagesWas a problem with memcached.
Had to reboot it.Forum: Fixing WordPress
In reply to: Broken permalinks in pagesreally need you
Forum: Fixing WordPress
In reply to: Protect php code from being erased in articlesany idea ?
Forum: Fixing WordPress
In reply to: Getting very angry with children pagesnew thread started.
Message erased.
Forum: Fixing WordPress
In reply to: Getting very angry with children pagesPlease help
Forum: Fixing WordPress
In reply to: Getting very angry with children pagesHi,
I’ve tested your solution and asked my server admin .He increased suhosin.post.max_vars and suhosin.request.max_vars settings from 200->400.
Doesn’t work.
Now what’s happening on my wordpress is worse than I thought : when I create a new page, they are simply not recognized.
I create test pages, I publish them, try to display them , and WP tells me that they do not exist.
I am lost.
I am ready to give you admin access to the site to see what is happening.
Forum: Fixing WordPress
In reply to: Include AND exclude category at the same timePlease ?
Forum: Fixing WordPress
In reply to: Include AND exclude category at the same timeI’ve tried this :
<?php $args = array( 'cat'=> 4, 'category__not_in' => 6, 'paged'=>$paged ); query_posts($args);?>
and this
<?php $args = array( 'category__in' => 4, 'category__not_in' => 6, 'paged'=>$paged ); query_posts($args);?>
I have no errors, but the category is not excluded
Forum: Fixing WordPress
In reply to: Include and exclude multiple categories childrenCan anyone help me ?
Forum: Plugins
In reply to: [Plugin: Viper’s Video Quicktags] Resizing videos and keeping H/W proportionRight. Thanks. Your code didn’t work at first. I took a look at the source code, compared again the Dailymotion object code with and without the subtitle stuff.
It appears (just a guess) that the place where the tag is introduced matters. ANyway, I tried this and it seems to be working :
$this->swfobjects[$objectid] = array( 'width' => $atts['width'], 'height' => $atts['height'], 'url' => 'https://www.dailymotion.com/swf/' . $videoid . '&colors=' . $backgroundcolor . $glowcolor . $foregroundcolor . $seekbarcolor . '&autoPlay=' . $autoplay . '&defaultSubtitle=fr&related=' . $related );
Well, I am not sure in fact. I’ve made several tests on various browsers. It just seems to vary, and I have no idea why.
Test for yourself here :
https://www.enquete-debat.fr/archives/teaser-documentaire-sur-atlas-shrugged-dayn-rand/If you see subtibles on the video, it works (for you). My own tests are unconclusive.
Forum: Plugins
In reply to: [Plugin: Viper’s Video Quicktags] Resizing videos and keeping H/W proportionHi, here’s the code.
The tag is : “defaultSubtitle=fr”<object width="560" height="308"><param name="movie" value="https://www.dailymotion.com/swf/video/xed2bs?width=560&theme=none&foreground=%23F7FFFD&highlight=%23FFC300&background=%23171D1B&defaultSubtitle=fr&start=&animatedTitle=&additionalInfos=0&autoPlay=0&hideInfos=0"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed type="application/x-shockwave-flash" src="https://www.dailymotion.com/swf/video/xed2bs?width=560&theme=none&foreground=%23F7FFFD&highlight=%23FFC300&background=%23171D1B&defaultSubtitle=fr&start=&animatedTitle=&additionalInfos=0&autoPlay=0&hideInfos=0 <https://www.dailymotion.com/swf/video/xed2bs?width=560&theme=none&foreground=%23F7FFFD&highlight=%23FFC300&background=%23171D1B&defaultSubtitle=fr&start=&animatedTitle=&additionalInfos=0&autoPlay=0&hideInfos=0> " width="560" height="308" allowfullscreen="true" allowscriptaccess="always"></embed></object>