Rok
Forum Replies Created
-
Forum: Plugins
In reply to: Which is the best WYSIWYG editor?There are many, check this link
Forum: Fixing WordPress
In reply to: Is There A Generator For Layouts?Try Coffecup CSS template layout Software, for more Google CSS template softwares. There are plenty of them available.
Forum: Fixing WordPress
In reply to: posting html codes1. If you are using WYSIWYG editor’s either WordPress built-in or some 3rd party like Blogjet or ecto ect..click on the HTML button and paster video source code there in and save post. That is it..
2. Incase using plain vanilla old HTML editor of either as above, simply copy & paste video source code in your post & save.
Forum: Plugins
In reply to: List Active Plugins?flammobammo,
Try this URL http://www.andrewsw.com/text/pluginsUsedPlugin.txt and save as pluginsundedplugin.php
Note: While I was searching, the site was not responding. I had to hit refresh many times. So, if site does not respond, when you are trying, keep refreshing.
If that does not work try this
Note: I have uploaded this file for helping purpose only, since the authors site is not responding and I had this plugin with me. I don’t know about the latest release or about its present working. For all latest info, please visit http://www.andrewsw.com/
All rights are reserved with AndrewSW.com only.
Forum: Fixing WordPress
In reply to: How to show all posts on a custom page, paginated?</div>
where is its parent opening <div>????
Forum: Fixing WordPress
In reply to: Pages displayed as postsIt is not necessary that error will be on line 27, just check lines prior & later to 27. And see, if any opening /closing { } are left alone. If yes, then try to correct the syntax or disable that code and see what happens?
Forum: Themes and Templates
In reply to: adding a search box to the Connection’s headerYou are welcome!
Forum: Installing WordPress
In reply to: Images In Javascript Popover PluginTry lightbox, this nice utility turns linked images into Javascript-powered overlay popups and perhaps, this is what you are looking: http://www.m3nt0r.de/blog/lightbox-wordpress-plugin
Forum: Themes and Templates
In reply to: adding a search box to the Connection’s headerOpen header.php and before the closing tag enter Search code:
<div id="search">
<form id="searchform" method="get" action="/index.php">
<input type="text" class="search" name="s" id="s" size="28" onfocus="this.value=''" value="...search in blog" />
</form></div>If your CSS does not has Search ID, just create one and define values as per your specific need. That’s all…
Forum: Installing WordPress
In reply to: Hiding the plugins directory from publicIt is easier to add at one place, as Whooami suggested Options All -Indexes, rather going to many places.
But still it depends upon ‘how would one like to implement?’ As both are nice tricks.
Forum: Plugins
In reply to: clean-archives-plug-inHow do I use it?
Upload the srg_clean_archives.php to your wp-content/plugins/ folder and activate it through your wordpress admin panel.
The Month/Year format is surrounded by “strong” tags. If you would like to change this, just open up the srg_clean_archives.php file and look for this line of code:
echo get_archives_link($url, $text, ”,’‘,’‘);
There you can change the current tags to whatever you would like to use. Such as a h2, h3, etc. and re-save the file. Just be sure not to delete the quote marks.
The list of of articles can be styled in your css by setting up a .postspermonth class.
Here is an example:
.postspermonth {
margin: 5px 0 10px 0;
list-style: none;
padding-left: 25px;
}The output from this plug-in is already wrapped in the needed “ul” tags. All you need to do is customize the class to your taste.
To call the plug-in all you need to do is insert the following string of code where you want the archives to be displayed, ie your sidebar or on a separate archive page:
srg_clean_archives()
More detailed information can be found in the readme.txt file.
If the above information is not clear, you can refer accompaying readme.txt file.
red-star,
I have just clicked the above URL, it has quite pleasent look & feel. Please check your email, I have requested therein.
Forum: Fixing WordPress
In reply to: Urgent HELP! RequiredMichaelH,
Unfortunately for past 10 days, I have not been able to take the backup. I had added some code and after that, this problem started. I had then removed those code lines, eventhough this is continued. And as per the error, it unexpected $end. I could not locate, I have checked the file many times.
red-star,
Can you please tell, where did you get Greybox plugin. I actually had downloaded greybox 1.9 plugin from http://www.worldlingo.com/, it is missing .php file. And in absence of this file, I can not activate it. I have written comments on the main site many time, but the comment doest not appear. I think, they have disabled comments. I had further written an email to the author, but there is no reply.
Could you help me getting this nice plugin working.
Forum: Plugins
In reply to: Plugin Activate but not appearingHow did those plugin activated? If you do not see plugin appearing in panel.