Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17465
    kumar
    Member

    I have used freem catch box wordpress theme for website development. I hve few queries:

    Website i am developing : http://recruitment.techprocessor.com/

    1. I have uploaded one pic at the header by using following code:
    #branding {
    background-color: #fff;
    background:url(/wp-content/themes/catch-box/images/Reheader.png);
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }

    Now the problem is it is not responsive, how i can make it responsive?

    2. I have added one plugin in theme, called “”Advance WP Query Search Filter”” so that employees can filter the option to find a job.. Now when any employee click on the any of the state.. i.e New York, then backgroud of the theme should start showing map of New York….. Is it possible,, will you please help me in this?

    Thanks, waiting for your reply 🙂

    #17483
    Sakin
    Keymaster

    @kumar: Thanks for your support question but you have remove the copyright information for Catch Box theme. So, please add back. This is only reason we provide free theme and free support. If you want to remove that you can use Pro version.

    Actually it is not a good method to add background in header to make it responsive. But since your image is small you can use background position.

    #branding {
        background: url("/wp-content/themes/catch-box/images/Reheader.png") no-repeat scroll center center transparent;
    }

    For your second question, you need to work with the plugin support forum.

    #17485
    kumar
    Member

    Hello,

    Thank you so much for your reply,, yeah sure i will put that again, but i am going to purchase the paid version, just playing with the free theme, as need to submit the demo to client before start actual development…

    #17494
    Sakin
    Keymaster

    @kumar: Then it’s all good. Thanks 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Queries’ is closed to new replies.