Robert
Forum Replies Created
-
Forum: Plugins
In reply to: [CSS-JS-Booster] [Plugin: CSS-JS-Booster] HTTP 500-Error on WPMUIt isn’t the plugin as much as the fact that the plugin copied code into the root .htaccess file the wrong way, I found it out the hard way on my blog at http://www.themesteam.com
I did the following: placed the text starting with #CSS-JS-Booster Start################################################# on a new line
Forum: Plugins
In reply to: [CSS-JS-Booster] [Plugin: CSS-JS-Booster] HTTP 500-Error on WPMUI get the same error on a regular blog.
It also be fun if it would work on custom post types, would it not be?
In WordPress 3.1.1. the Field Group delete button shows up when hovering upon the field group but disappears as soon as one tries to click on it – leading to an endless game of cat and mouse.
Forum: Fixing WordPress
In reply to: Header appearing in body tagElSebas, how on earth did you fix the problem?
Oh, I get it now!
Yes, sorry for the arrogant tone, I noticed conflicts with jQuery and removed some of them to get it to work.
Take a look at http://www.viking.ee/aknad/, http://www.viking.ee/uksed/ – really would love to get the auto-expand to work.
Thanks
Robert
Also the auto-expand feature does not work.
Forum: Everything else WordPress
In reply to: WordPress inside domain namesYes, but the thing is, that the people behind wordpressthemes.com are earning serious money, while ethical companies lose out.
Additionally this reflects badly on WordPress, if the bad guys can have their way with minimal interference.
Therefore it is hardly poignant to compare this to a citizen privately driving without insurance since the losers are competitors and WordPress itself.
I shall report them.
<?php query_posts($query_string .'&posts_per_page=100&post_type=any') ; while ( have_posts() ) : the_post(); echo '<li>'; the_title(); echo '</li>'; endwhile; // Reset Query wp_reset_query(); ?>Forum: Fixing WordPress
In reply to: Site Doesn't Show Changes In Internet ExplorerUsually the problem might be that the changes are shown in the browser that you are logged in as an admin but on the ones you are not – the changes do not show.
This is due probably to the caching plugin your WordPress has been installed with – try flushing or emptying the cache.
Another reason is that IE, still it seems from your post, has quite bizarrely strong browser cache within itself – try emptying the browser history for IE9.
I strongly recommend starting to use an caching plugin such as W3 Total Cache: http://ww.wp.xz.cn/extend/plugins/w3-total-cache/
Forum: Plugins
In reply to: [Plugin: Easy Fancybox] Avoding the AlphaImageLoader per ySlow/YahooIt looks quite an orgy over there, I will try to do so in the next couple of weeks.
Forum: Plugins
In reply to: [Category Meta plugin] [Plugin: Category Meta plugin] Php helpTheoritically this should work, however in practice, the plugin seems to be corrupt and not work all the time. Try inserting the following somewhere above:
<?php if (function_exists('get_terms_meta')) { $category = get_the_category(); $catid = $category[0]->cat_ID; $catimage = get_terms_meta($catid, 'catimg'); $cattime = get_terms_meta($catid, 'timeandday'); } ?>In order to get the timeandday metadata to display as you desire, please add this straight after the div “showboxtitle”
<br/><p class="timeandday"><?php echo $cattime; ?></p>And replace the category description inside the style=””
with<?php echo $catimg; ?>I will try to post an use-case scenario with an example wordpress template to http://www.themesteam.com this week, if you are interested!
Forum: Plugins
In reply to: [Plugin: Easy Fancybox] Not working in Opera and FirefoxI am already using W3 Total Cache basically to the max I can (no CDN right now for development/test site) and I have used it once or twice previously to the absolute maximum it offers, however it´s gzipping functionality is some what manual, if I remember correctly and depends on the templates – while developing it is hard to to define the files to be gzipped manually since they change quite regularly.
I got Scripts Gzip working BTW, unfortunately it does keep the javascript files in the head – but there is another plugin that might move them for me, or I will move them myself
Forum: Plugins
In reply to: [Plugin: Easy Fancybox] Not working in Opera and FirefoxRavanH, do you have a PayPal donation link going on for you? I started to think that you generously pushed me on the right track, even though I knew the solution, but I was too focused on other things, and so deserve some credit.
I am also wondering is it possible to add FLV file support for Easy Fancybox? I will start a new thread requesting it, if it is appropriate.