lahoti
Forum Replies Created
-
Forum: Plugins
In reply to: The best wordpress review plugin?I think if you are looking for free plugin gdstarrating will be best ( after a couple of release though). I was also looking for review plugin but wanted to use free one so all others like wpreviewsite etc. though nice weren’t used. Presently trying with GDSTarRating — abit complicated to use but still quite decently made
Forum: Installing WordPress
In reply to: moving from one site to anotherok my bad.. needed to change the Settings…!!!
Forum: Installing WordPress
In reply to: moving from one site to anotherJust forgot to add why copy paste isnt working- page/ post links still pint to alpha.mydomain.com/?post_id=xx
Forum: Themes and Templates
In reply to: Chage Theme image on mouse overDid it like this but still a issue
(here i am using a:hover property to change the header image but when
it is over link1 i want different image and diff for link2 – which am not able to achieve with this method… I can possibly achieve by cutting my header into 2 parts but if it can be done using only single header image will prefer that)
changed css —–
#header {
background-color: #73a0c5;
margin: auto;
padding: 0;
height: 300px;
width: 960px;
background: url(images/sky.gif)
}#header a:hover{
background-color: #73a0c5;
margin: auto;
padding: 0;
height: 300px;
width: 960px;
background: url(images/3.gif)
}
#link1 {
float: left;
position:absolute;
width : 314px;
height: 300px;
margin-left: 0px;
margin-top: 0px;
}#link2 {
float: left;
position:absolute;
width : 222px;
height: 300px;
margin-left: 314px;
margin-top: 0px;
}php….
<div id="header"> <a id="link1" href="https://as.com" title="Subscribe with RSS"></a> <a id="link2" href="https://as.com" title="Subscribe with RSS"></a>
Forum: Themes and Templates
In reply to: Chage Theme image on mouse overit was
<a...> <img...> </a>
Forum: Themes and Templates
In reply to: Different theme for the Home page?hey peter i was wondering if you were able to modify the category- based to page-based.
I yes will it be possible for you to share the same