Rok
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: can reach new pages only via page_id, not via pagetitelJust check Page Slug.
Forum: Plugins
In reply to: My Sitemap Generator Plugin – New VersionI am agree with @handysolo creating a New Topic per release /updates is Best.
The reason, why a New Topic is very simple.
1. First, it will help the writer save time digging out an older post.
2. Secondly, sometimes a topic becomes so lenthy, that people would not bother to look in untill & unless, they have specific need to refer.
Forum: Plugins
In reply to: Deleting Plugins@podz you are 100% right. It always happens, something works at first go with some people, while other’s has to do lots of hits & tries, b’fore get those working.
And that is why forums and owers sites provides support at the best possible way. But that alone cann’t & will not serve the purpose.
What I mean is, it is actually we people, when in trouble asks of the solution. And once we get some or 100% tips, that solves their problem, never writes back.
If people, after their problems are solved writes back along with the code or whatever worked towards their soultion will help others with similiar problems.
Forum: Themes and Templates
In reply to: Trackback Helpyou can add the code anywhere you want to appear i.e. on your sidebar or comments area.
1. If you want TB to appear in sidebar, just add the code in your sidebar.php(if you have one) or index.php. The point is the main template file, where all your category, links, calendar etc. code are.
2. To have TB in your comments area just enter the code inside loop in your comments.php
Forum: Fixing WordPress
In reply to: creating a second index page?@kafkaesqui
@tomjohnson, thanks for the workout.What I always say to people is found here, i.e. the posted resultant code. This sounds more professional and will not only help other’s with similiar problems, but would also save re-posting of the same query’s again & again.
Most of the time, people after getting help never writes back. Even if fellow users asks them.
Forum: Fixing WordPress
In reply to: How to make a download linkJust insert the absolute path i.e. for e.g. https://abc.com/a.zip. You would do this,
<a href="https://abc.com/a.zip">zip file name</a>
. Now the code will be hyperlinked to “zip file name”.or alternatively you can use
<download></download>
codes.Forum: Fixing WordPress
In reply to: How to make a download link<a href="file download path">zip file name</a>
Forum: Plugins
In reply to: Lightbox JS Pluginjabash,
Thanks for taking out time to reply. Now I have got this beauty into working now. And surprisingly, I did not do anything, not even changes in “lightbox-plugin.php”.
Just removed the previously uploaded. And re-downloaded Lightbox JS Plus0.5 from Mentor’s site and re-uploaded again.
And this time I got the plugin listed under Plugin’s section. So, just activated this plugin. And there’s the Lightbox JS Plus v05 rocking.
Forum: Plugins
In reply to: Lightbox JS PluginHello!
anybody listening, still waiting for the solution to run this fantastic plugin. My URL is https://www.roks.xmgfree.com/blog
Forum: Plugins
In reply to: Lightbox JS PluginNeed help to run this fantastic plugin. Still waiting for response.
Forum: Plugins
In reply to: Lightbox JS Pluginjabash,
My blog is installed into “/blog” directory. Thus the complete URL is https://www.roks.xmgfree.com/blog
This is how the blog starts.
Waiting to hear some positive reply soon.
Forum: Plugins
In reply to: Lightbox JS PluginHi there,
Eagerly waiting for reply.
Forum: Plugins
In reply to: Lightbox JS PluginHi Ment0r,
I had downloaded lightbox-pluginplus from your site. And after unzipping, uploaded “ligtbox-plugin” directory & “lightbox-plugin.php”, after making following changes in PHP file,
( $ lightbox_pluginpath = get_settings(‘siteurl’).”/blog/wp-content/plugins/lightbox-plugin”; ).
But to no avail. I had then made an additional manual reference in my index.php file for the “.js & .css” files of lightbox.
But still nothing happen.
Could you please advice me, my URL: https://www.roks.xmgfree.com/blog
Forum: Fixing WordPress
In reply to: Need To Shorten Width of Dropdown for CategoriesAlso try to reduce font size, along with width pixels.
Forum: Themes and Templates
In reply to: How do I work on a New Theme while Displaying the Old?Install WP locally. Do all the tweaking /testing. Then upload the final version for the world to see.