Sridhar Katakam
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: How do you promote your Blog?just letting you know that sidebar is at the bottom. The header and footer are not aligned properly. Let me know if you want a screenshot.
Do check out my blog and let me know how it is ??
Forum: Themes and Templates
In reply to: Problem sidebar of Kubrick ThemeIt appears fine for me, even the first time. Using Opera.
Forum: Themes and Templates
In reply to: Kubrick theme – removing blog name from headerWhy not simply remove the blog title and tagline from ‘General Options’?
Forum: Themes and Templates
In reply to: Kubrick theme modificationsactually, lady helped me solve the issue!
I have it now like this:
<?php /* Checks to see whether it needs a sidebar or not */ if ((! $withcomments) && (! is_single()) && (! is_page()) && (! is_archive()) && (! is_404())) { ?>
Now the sidebar doesn’t appear on single posts, pages, archives and error pages.
Thank you.
Forum: Themes and Templates
In reply to: Kubrick theme modificationsThanks for the reply. Here is the header.php: https://pastebin.com/696985
Just to be clear, I don’t want the sidebar to appear in archive view and page view but it should be visible in rest of the cases (i.e., the blog view, single view etc.).
Forum: Everything else WordPress
In reply to: MailTo php script“This is a plugin for WordPress which allows you to insert a custom build contact form, which on submission will send the information via email.”
Forum: Fixing WordPress
In reply to: Changing siteurl and homeurl valuesJust want to mention that you can still use phpMyAdmin by installing it on your local machine just fine.
Forum: Plugins
In reply to: [Release] youtube.com video gallery pluginAre there any installation instructions around for this plugin?
I looked at https://rane.hasitsown.com/blog/plink/technical/27/wordpress-youtube-video-gallery-plugin/#more-27 and found only code to modify the CSS.
The downloaded files has no readme. The plugin archive contains two folders ‘mytube’ and ‘rane’. I uploaded both of them as is (by placing them under ‘mytube’ directory) to my plugins directory on the site and went to plugins admin section but don’t see it listed.
Forum: Fixing WordPress
In reply to: Next/Previous linksHave a look at @ https://elektroelch.de/hacks/wp/pagebar/. May be it will fix the prob and also looks nicer?
Forum: Installing WordPress
In reply to: inept to install plugins. no upload button.To upload the plugins into your WordPress blog, you connect to your web space by using a FTP client. There are quite a few FTP clients that you can freely download, install and use. Ex.: SmartFTP.
Forum: Everything else WordPress
In reply to: Unable to upload photoForum: Fixing WordPress
In reply to: Adding code to all posts in semilogic themeThanks for the reply. I located the php file. I put
echo “test”;
where I want to insert the google ads and it works fine. But when I replace that with the ad code, the page is blank. How do I convert the code so it is PHPized, i.e., is there a way to automatically put the ‘echo’ statements in front of the code and take care of the other syntax as well?
Forum: Everything else WordPress
In reply to: Unable to upload photoI don’t use FTP client at all. I use https://surftp.com.
If you are paranoid about giving out the password there, you can set up that script on your site by going to https://www.net2ftp.com/
Forum: Fixing WordPress
In reply to: uploading images – broken link?Do you know how to FTP into your web site?
Forum: Fixing WordPress
In reply to: Slow Commentingjust tested it out. No probs at all.