Shivam Bhalla
Forum Replies Created
-
Forum: Themes and Templates
In reply to: resize header logoI cant excatly tell you how to properly format it unless I see the code and what you are trying to do, but you can give this a try.
<img src="https://localhost/dva/wp-content/uploads/2012/06/cropped-3.jpg"; width="INSERT_WIDTH_HERE" height="INSERT_HEIGHT_HERE"?>
This might remove previous styling set by the h1 tag so you probably will have to style the positioning as well.
Any questions feel free to ask.
Forum: Your WordPress
In reply to: My First Landing Page WordPress TemplateThanks a lot!
Forum: Plugins
In reply to: [Wordpress Wiki] [Plugin: WordPress Wiki] set automagically to privateHey, You can use the plug in called Select WordPress Access Control WordPress Access Control to control which pages are private and public.
Forum: Your WordPress
In reply to: My new Scruffy Girl Clothing BlogNice site, but I agree you can defiantly make the presentation better. Look at some inspirations online, it would greatly help you ??
Forum: Themes and Templates
In reply to: resize header logoJust curious why you would want to wrap an img in an h1 tag?
Just delete the h1 tag, keep the image. and style it accordingly to your page.
Forum: Themes and Templates
In reply to: White space problemIt looks like you are using the default 2011 WP Theme. You may want to install another free theme for the time being.
Activate random theme. Delete 2011 WP Theme,
Reinstall 2011 WP theme, and activate it. You should be good to go.
If anything, to move the title up, you need to find the id or class container the <?php title ?> code, go to you css and type:
margin-top:-30px;
Forum: Fixing WordPress
In reply to: Custom Theme – Header Image Broken in Posts vs. PagesMaybe check your single.php code, look for where your img is and check to see if you have the php code before you img src.
example: <?php bloginfo(‘template_directory’); ?>/images/etc.gif
Forum: Fixing WordPress
In reply to: Site content disappeared, only these 2 error msgs showingA lot of plugins and themes are not compatible with WordPress 3.14. If you created the theme yourself, you can easily fix the problem.If you previously bought a theme, try and find an update for the theme that supports WP 3.14.
I have the same problem. You can view my sites issue https://limus.ltionline.com/wiki/limus-test-wiki-one/
Only the page tab works correctly. The others completely mess up the layout of the pages. If someone can assist me with this problem, it would be greatly appreciated.
Thanks!