tekoteko
Forum Replies Created
-
What is the solution for this problem??
Edit: Just to update everyone with /amp/ problem not loading, need to resave your permalinks settings.
- This reply was modified 8 years, 1 month ago by tekoteko.
Thank you ??
Forum: Fixing WordPress
In reply to: active window switches each time i work on itAfter some testing, this problem seems to be caused by /js/eye.js
Removing or renaming this file makes the problem stop occuring, and adding it back makes the problem returns.
Forum: Fixing WordPress
In reply to: active window switches each time i work on itUpgraded to Version 2.1.0.5 and this problem still occurs. When clicking any link on admin panel, the active window switches. On Firefox 3.5.
Disabling JS seems to stop the problem. So I’m guessing it’s one of the many JS files this plugin use on the admin panel.
Forum: Plugins
In reply to: [Plugin: Live Countdown Timer] DST Problems – Nov 12nd test.
Made a timer for 1 year in the future: 10/29/2010 on 17:30:0. Current time of testing is 5:27pm.
Result: 372:18:02:36
How is this possible?Using WP 2.8.5. WP time says:
UTC time is 2009-10-30 0:27:54
Local time is 2009-10-29 17:27:54Forum: Requests and Feedback
In reply to: [Plugin: Raw HTML] Long HTML posts not showing upAfter further investigation, we conclude the following: No matter what the content is (even just plain lorem ipsum plain text), as soon as it hits around 35KB, it will disappear.
Whiteshadow has fixed the problem in the new version (v1.0.5).
Forum: Requests and Feedback
In reply to: Bug in wp-rss2.php?This markup is annoying without a clear explanation, and plus without “Preview post”. Repost, hope the code will be clear:
Lines 40-43:
<?php if (get_settings('rss_use_excerpt')) : ?>
<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
<?php else : ?>
<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>It’s the exact same thing. When I changed to the following, it seems to be working:
<description><![CDATA[<?php the_content_rss('', 0, '', get_settings('rss_excerpt_length')) ?>]]></description>