Rok
Forum Replies Created
-
Forum: Plugins
In reply to: Hacking lightbox2.0 to show slideshows?Want a Lighbox solution that displays various media e.g. movies, documents, flash, images, links….check this post.
Forum: Fixing WordPress
In reply to: Adsense QuestionsYou want to add Text Ad Units, on the left of your content, do the following:
1. Install AdSense Plugin, you can find plugin info here. The most widely used plugin is Adsense Deluxe.
2. Once installed and activated, open your post.php file and look for the following code:
the_content(); or the_excerpt();You’ll find either of these, right after the end of Post info code and at the begining of
<div class="entry">(depends upon your theme). Once you find the, just add the AdSense code before thethe_content(); or the_excerpt();Forum: Fixing WordPress
In reply to: Adding Adsense inside a postOr refer this post for AdSense Plugins.
Forum: Themes and Templates
In reply to: Different browser displaysThe site makes no difference to me on any of the 3 browsers in question. Your header pic is nice.
Forum: Plugins
In reply to: WP-Cache with WordPress 2 – abondonware?The last released version of WP-Cache function well with WP 2.1.13.
Forum: Plugins
In reply to: Technorati Tagsyou can try Simple Tagging plugin, that’s another good Technorati plugin.
Forum: Everything else WordPress
In reply to: Expanding posts inlineA plugin called “Inline Ajax” is what you’re looking for, read here.
Forum: Plugins
In reply to: Related Entries Plugin & 2.1If you can write the plugin name, it’ll be easier to help you.
Forum: Themes and Templates
In reply to: Need Help!vkaryl,
1. Re. JS, I know there’re alot, I’ll be trying to get of some soon.
2. Re. imported stylesheets: That I’ve done intentionally for easy managebility. I felt, it would be better to have small stylesheets, rather having one or two large stylesheets.I would appreciate, if you would advice the better way.
3. Re. page load time: I feel, it’s due to lots of Js and plugins, that I’m running on my blog.
I would once again request you to advice me, some PHP cache plugin or something, that can speed up the process.
Hope to hear from you soon.
Rok…
Forum: Plugins
In reply to: [NEW-PLUGIN] WP-Sticky BetaGameZ, Thanks for the nice plugin.
Forum: Plugins
In reply to: Dynamic drop-down menu.Check, son of suckerfish menu, head over to my blog here
Forum: Fixing WordPress
In reply to: Need Urgent HelpPlease read the above line:
Permalink: /blog/%year/%month/%day…..
as:
Permalink: /blog/%year%/%month%/%day%/…..
Forum: Installing WordPress
In reply to: Installing WP in subdirectory..?All you’v to do is, open your index.php in the root folder and look for the under quoted line:
require(‘./wp-blog-header.php’);
and change this with:
require(‘./blog/wp-blog-header.php’);
Note: Remember to change ./blog with the actual folder name, where your WordPress core files are residing.
Forum: Plugins
In reply to: Unable to Solve myself [Need Help]Hi MichaelH,
Thanks for the reply, right after writting, I was able to solve all problems.
Forum: Plugins
In reply to: Alex King’s Share-ThisFirst and foremost, thanks for the great plugin. I’v been using Sharethis plugin for quite some time without any problem.
Recently, I’v moved my blog to a new host, and there it’s crashing with under quoted error:
Call to undefined function: akst_share_link() in /home/.lodi/ditii/ditii.com/blog/wp-content/themes/Connections/post.php on line 101
Can anyone please help me to solve this error, as I’v not been able to do so.
Thanks & regards,
DG…