Manoj H L
Forum Replies Created
-
Hi,
I diddn’t know about that option. But still by just getting the url of the image instead of the img element itself there will be more possibilities to do things.
Forum: Fixing WordPress
In reply to: Combine Menu and Headeryour logo/header image width itself is 1140, first you have to trim/corp this to smaller one so that it can fit. I am assuming you will set the width to 200px (change if you want)
@media(min-width: 681px){ .header:before, .header:after { content: " "; display: table; } .header:after { clear: both; } .header { background: #fceee5; padding: 0; } .header>a{ float: left; } .header>a img{ max-width: 200px; } .header .nav{ float: left; clear: none; width: auto; text-align: left; } }
And remove the Home nav button [because logo is already pointing to your home url].
Forum: Hacks
In reply to: Add content/meta tab between Title and Content in WP Editor@bcworkz thank you very much…… I searched for days to get this done, hoping at-least a filter will be there but found an action I am very thankfull to you..:):):):)
Forum: Networking WordPress
In reply to: updating sites?each has its own wordpress installation
you have two separate wordpress installs, that means they are completely different from each other.
Updating wordpress means you will replace your wordpress installation files (.php, .js, .css….) with the new one, so unless you don’t have multi-site installation you have to update both of them separately.. ??
Forum: Hacks
In reply to: Add content/meta tab between Title and Content in WP Editorwell piklist proposes to remove the default editor, add metaboxes or content and then add the custom editor(not default editor).
Not a bad approach but using a filter will be more help full than this.And regarding jquery or javascript – it is better to do it in the server side rather than relaying on client side.
oh, i still don’t know the answer, can u plz help me with that..
i apologize, i intended that only moderators can answer this question..
their is no forum to ask this kind of question.But form now on i swear i will never do this again.
Forum: Themes and Templates
In reply to: Video Postioni got 404 error..
Forum: Fixing WordPress
In reply to: I want to remove comment countsmention the theme u r using
Forum: Fixing WordPress
In reply to: Can't access a single page of blog all of a suddenplz don’t mind i got database error while accessing ur both links…
Error establishing a database connection
so check wp-config.php file once….
Forum: Fixing WordPress
In reply to: Getting posts from the current categorywhere do you want to list them be specific…
Forum: Fixing WordPress
In reply to: Nav menu not showing in Ieur theme is not valid, which theme are u using, if u are using an commercial theme u must ask for support to problems there….
or
use a wordpress preferred/recommended theme in wordpress theme directory
there are many of business themes out there at least better than urs….
Forum: Fixing WordPress
In reply to: Changed Permalink, Now Can't See Pagecan u make it some more breif
i mean mention u changed permalink to ……. what
and if u want it to be post name , then select post name option
and make sure /%postname%/ is there in in open field..
Forum: Fixing WordPress
In reply to: Video Player for homepageIf u know little much about coding stuff…U can refer these codex pages to create ur own short code for video player……
just an option from my side
u can upload file to any video site and embed it in ur home page…. there are lot of plugins available out there to to embed them in widgets or using shortcode APIForum: Fixing WordPress
In reply to: .min.css and .cssi got it….