Hgna
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Caching sidebar widgetsHi Emre, just to follow up in case you have preliminaries on adding cache for sidebar. It would be fantastic:-)
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Caching sidebar widgetsThanks a lot Emre! That’s exciting and will be fantastic if it’s possible, fingers crossed! 🙂
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Caching sidebar widgetsYou mean sidebar cache is not defined by the individual user but predefined?
What is the time interval for cache delete of sidebar?Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Caching sidebar widgetsWhat if I set cache delete frequency high, like at least every day?
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Caching sidebar widgetsWhat kind of problem – is there any way to solve it?
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Caching sidebar widgetsOk No problem:) so guess the twitter widget is a separate problem. Know anybody who has made this widget load faster? Just in case…
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Caching sidebar widgetsThanks for the reply!
There are new tweets almost every day – does that mean the cache of the sidebar cannot be cleared ever?
And does it mean that the sidebar, therefore, cannot be cached more than once (namely before a new tweet) with Fastest Cache plugin?Forum: Plugins
In reply to: [PlayPress] Style object id audioplayer1Hi again,
Is it possible to use a clickable image as a player instead of the player bar – a simple onclick:play image that I size myself and link to from my media library? Maybe in the plugin code like here:
$flash_top = ‘<object id=”audioplayer’ . $i . ‘” type=”application/x-shockwave-flash” data=”‘ . plugins_url() . ‘/playpress/player.swf” width=”290″ height=”24″>
<param name=”movie” value=”‘ . plugins_url() . ‘/playpress/player.swf” />
<param name=”FlashVars” value=”‘ . htmlspecialchars($flash_parameters) . ‘” />Or else, how might I reduce the height of the player – and also obtain consistent style across devices/browsers? Style of the player bar varies greatly across devices/browsers.
Thanks for any help on this.
Regards,
HansForum: Plugins
In reply to: [PlayPress] Style object id audioplayer1Hi again,
I guess you can style in the plugin edit. However, the style of the player is different from one device to another – and I m hoping to have the same appear across ipad, pc, mac etc…
I m looking at this part of the plugin edit code. I have changed height from 24 to 10 to narrow the player, but it doesn’t take effect. It can’t be styled via css either it seems.
$flash_top = ‘<object id=”audioplayer’ . $i . ‘” type=”application/x-shockwave-flash” data=”‘ . plugins_url() . ‘/playpress/player.swf” width=”290″ height=”10″>
<param name=”movie” value=”‘ . plugins_url() . ‘/playpress/player.swf” />
<param name=”FlashVars” value=”‘ . htmlspecialchars($flash_parameters) . ‘” />How might I reduce height of the player and obtain consistent style across devices/browsers?
Thanks for any help on this.
Regards,
HansForum: Fixing WordPress
In reply to: How do I edit image captions?Hi again,
It’s quite strange: I can actually edit the captions in my posts and about-page, but not in the page I have linked to above. So maybe it does have something to do with that particular page?
Only difference between this and all other contents is that the page I have trouble with is not linked to the menu. But I have other pages also not linked to the menu and they work just fine.
Or could it have something to do with the number of images in the page I have trouble with? There are many images. I am just guessing. It would be fantastic if you could identify the cause of this.
Thanks!
HansForum: Fixing WordPress
In reply to: How do I edit image captions?Hi Jan,
Here is the link to my site and the page I’m working on:
http://localnepaltoday.com/?page_id=1486I have not tried to deactivate the plugins. I am using the Suffusion theme…
I hope looking at my page will reveal something – does it?
Thanks!
Hans
Forum: Fixing WordPress
In reply to: How do I edit image captions?Hi esmi,
Yes I have tried both options, that is to:
– edit the caption in the html editor, and
– edit it by going to the image in media library.None of these options work – the changes don’t take effect.
Any ideas what I might be doing wrong – are there alternative options?
Thanks for any help on this!
Hans
Forum: Plugins
In reply to: [Collapse-O-Matic] Arrows above trigger text – how to remove themHi again,
The solution was right there in the documentation, of course But now there is a new problem!
I inserted this code:
[expand title=”
<h2>The Setting: Some Framework Conditions</h2>
” trigclass=”noarrow”].However, when I click, not only the trigger title but all the content are underlined!
It as though the code affects the format of the content. Anything I can do?
Regards,
HansForum: Plugins
In reply to: [iframe] Style an iframe…Hi. I would like to add padding around my iframes so there is some space between the iframe and the text in the post. I used the code above as a model, replacing it with padding:
Iframe {
Padding: 10px;
}I inserted the code in the beginning of the css style sheet. It didn’t work. What am i dong wrong? Any particular place in the style sheet where i have to insert the code?
I us the suffusion theme…