netrival
Forum Replies Created
-
Forum: Plugins
In reply to: [upPrev] [Plugin: upPrev] Their are thousands of entries in WP_Options table?Thanks!
Forum: Plugins
In reply to: [Ad Injection] [Plugin: Ad Injection] side by sideOh, Remove 1 ad from each div nrad125 so you may be able to show 2 ads side by side.
Forum: Plugins
In reply to: [Ad Injection] [Plugin: Ad Injection] side by sideYou may split div like this:
<div id="nrad125"> <div class="adslot 1">YOUR AD CODE HERE</div> <div class="adslot 2">YOUR AD CODE HERE</div> </div> <div id="nrad125" style="margin-left:5px;"> <div class="adslot 3">YOUR AD CODE HERE</div> <div class="adslot 4">YOUR AD CODE HERE</div> </div> <div style="clear:both;"></div>
And css part should be like this:
#nrad125 { float: left; } .adslot { background: none repeat scroll 0 0 #FCFCFC; border: 1px solid #F2F2F2; display: block; height: 125px; margin: 0 0 5px; padding: 2px; width: 125px; }
I hope it will work. ??
Sorry, None were working for me.
I just disabled and re-enabled the plugin, now workig. The problem for me was., After upgrading the plugin, none (The new delete cache button on admin bar and the “Delete Cache” button in dashboard) are working for me except deleting files one by one in the dashboard.
Nope! That is the problem. The button is not clearing all existing cache files. And still show in cached file list.
Oh! I am not the only guy facing such problem. I am also unable to purge the cache after hitting the delete button.
Deleting each cache file one by one is possible but unable to delete all files at once.
I have this problem after the recent update.