Forum Replies Created

Viewing 6 replies - 61 through 66 (of 66 total)
  • 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

    Thread Starter lahoti

    (@lahoti)

    ok my bad.. needed to change the Settings…!!!

    Thread Starter lahoti

    (@lahoti)

    Just forgot to add why copy paste isnt working- page/ post links still pint to alpha.mydomain.com/?post_id=xx

    Thread Starter lahoti

    (@lahoti)

    Did 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>

    Thread Starter lahoti

    (@lahoti)

    it was <a...> <img...> </a>

    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

Viewing 6 replies - 61 through 66 (of 66 total)