dragon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS Feed Problems“feed:<?php bloginfo(‘rss2_url’);” is from the standerd footer.php in the kubrick theme.
I’ll check that out.. it wirks well ..
txForum: Fixing WordPress
In reply to: RSS Feed ProblemsCan you guide me a bit more
I have to change the RSS 2 link to
“feed:www.abhishekthakkar.com/spice/wp-rss2.php” from
“feed:<?php bloginfo(‘rss2_url’);”?
-ThakkarForum: Themes and Templates
In reply to: How does one change the grahic headerEach theme has an image folder, which is at wordpressroot//wp-content/themes/”yourtheme”/images, you can get the header image from here and modify it using any photo editing tool ..
Check my version of Kubrick header at
https://www.abhishekthakkar.comHope this helps..
-ThakkarForum: Plugins
In reply to: Image BrowserLogon to Admin Panel
Go to Options Tab -> Miscllenous
click Checkbox for Allow Uploads to onWordPress itself suggests some directory path to set up the upload space, its mostly fine, just check it once and say ok .. you are done..
Now your Admin panel will have an upload tab added using which you can upload your files, once you’ve uploaded using this section, they are now available in the “Insert Images” link which comes when you click on the write Tab.
Hope this helps
-Abhishek ThakkarForum: Installing WordPress
In reply to: stylesheet resolve at localhostWell, when I setup-ed WP for an IntraNet blog for my research Lab, this issue came.. I didnt have to traverse through the whole thing..
Simply login to admin panel.
Go to Options tab, and under the WordPress URL etc, change from https://localhost/your/wordpress/install
to
https://your.ip.address.here/your/wordpress/installin my case it was something like
https://10.129.203.101/designdiscuss/
hope this helps
-@Forum: Plugins
In reply to: WP-Photos works sometimes. Code or server?its coming … not to worry
This is Thakkar, from India, using an IE on WinXP @ a cyber cafe..Forum: Everything else WordPress
In reply to: Photoblog / Gallery / Image Viewer ScriptsMy thing was getting stuck too .. although I havent integrated it to wordpress yet… Yet in earlier cases when the flash was getting stuck at the “loading..” Stage, I found the problem was that the flash file was not getting the imageData.xml file correctly. I had rectified this error by changing the flash movie load code to
src=”https://your.example.com/gallerydirectory/viewer.swf?imageData.xml” into the index.html page, thus ensuring that the flash file always connects to the xml …
Can you try this out, and if it works can you tell me how to integrate it to WordPress, I am a noob at PHP