Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Advanced serach on the homepage and banner ads on separate pages

  1. #1
    Thread Starter
    Junior Member dave_aj's Avatar
    Join Date
    Jul 2012
    Location
    United Kingdom
    Posts
    40
    Thanks
    3
    Thanked 2 Times in 1 Post

    Advanced serach on the homepage and banner ads on separate pages

    Hi,

    I understand why there is not an advanced search on the homepage (due to the fact classipress is designed for classified ads from a variety of industries) however I want to build a site focus exclusively on vehicles and I think that I really do need an advanced search option on the homepage.

    I've been thinking about how I might use the categories i.e. make/vehicle type (4x4, convertable) ect. I'm not sure yet. Which ever way I did it I think I really would prefer to have an advanced search on the homepage that ideally allows you to search by category as well.

    So I started to do some research into what solutions / work-arounds I can get. I have noticed a plugin called Classipro Advanced Search which you can use on pages, although I can't see how you could install it on the homepage as it doesn't show up in the wordpress 'pages' admin area. The admin demo has the homepage (static page) selected as the blog so I assume that homepage is put together using something like a functions.php file?

    A little frustratingly it seems that there is information on the forums on the topic of an advanced search being displayed on the homepage, just says I can't access it as I'm not yet a customer, for example:

    http://forums.appthemes.com/add-adva...me-page-19524/


    I'm also interested in the how to show ads on the site, I currently use openx on my other sites which it seems I could implement into the code of Classipress. I'm not set on using it though necessarily, I want to have different ads on different pages/categories and found this post, but again it can't be read:

    http://forums.appthemes.com/banners-...tegories-5851/


    Thanks if you've got this far and read the whole thing!!! Look forward to hearing your responses.

    Dave

  2. #2
    rubencio's Avatar
    Join Date
    May 2010
    Location
    Spain
    Posts
    3,804
    Thanks
    268
    Thanked 316 Times in 278 Posts
    Hi dave_aj, For the Advanced Search made at ClassiPro, you can embed the search on a page and simply choose it as your home page under your WordPress settings.
    Regards.

    r u b e n c i o . c o m


    Since 2010 providing AppThemes solutions,
    Plugins and the best childthemes...



  3. #3
    Thread Starter
    Junior Member dave_aj's Avatar
    Join Date
    Jul 2012
    Location
    United Kingdom
    Posts
    40
    Thanks
    3
    Thanked 2 Times in 1 Post
    Hi Rubenico, yeh that could be a solution although I like everything else about the homepage, I wouldn't want to lose the aspects of the homepage that already exist such as featured ads slider and just listed / most popular as well as the sidebar widgets. I don't know if there is a way to transfer the existing homepage to a new page which I could then insert the ClassiPro Advanced Search plugin, which is why I'm curious to know how the homepage is constructed.

  4. #4
    rubencio's Avatar
    Join Date
    May 2010
    Location
    Spain
    Posts
    3,804
    Thanks
    268
    Thanked 316 Times in 278 Posts
    Then you'll need to handle with PHP code for sure ;)
    Actually the home page it is builted under the index.php file.
    Regards.

    Quote Originally Posted by dave_aj View Post
    Hi Rubenico, yeh that could be a solution although I like everything else about the homepage, I wouldn't want to lose the aspects of the homepage that already exist such as featured ads slider and just listed / most popular as well as the sidebar widgets. I don't know if there is a way to transfer the existing homepage to a new page which I could then insert the ClassiPro Advanced Search plugin, which is why I'm curious to know how the homepage is constructed.

    r u b e n c i o . c o m


    Since 2010 providing AppThemes solutions,
    Plugins and the best childthemes...



  5. #5
    Thread Starter
    Junior Member dave_aj's Avatar
    Join Date
    Jul 2012
    Location
    United Kingdom
    Posts
    40
    Thanks
    3
    Thanked 2 Times in 1 Post
    I suppose as I have little PHP skills that means contacting the creator of the plugin and asking if he can give me some PHP i can insert into index.php to get the plugin on the homepage, or finding someone else who can write the PHP to make the plugin to appear work in the homepage (if it's possible).

    Thanks.

  6. #6
    rubencio's Avatar
    Join Date
    May 2010
    Location
    Spain
    Posts
    3,804
    Thanks
    268
    Thanked 316 Times in 278 Posts
    I am the creator of this plugin ;)
    Yes, you can simply use <?php if (function_exists… in order to place your Advanced Search wherever you need into the code.
    Regards and good luck!


    Quote Originally Posted by dave_aj View Post
    I suppose as I have little PHP skills that means contacting the creator of the plugin and asking if he can give me some PHP i can insert into index.php to get the plugin on the homepage, or finding someone else who can write the PHP to make the plugin to appear work in the homepage (if it's possible).

    Thanks.

    r u b e n c i o . c o m


    Since 2010 providing AppThemes solutions,
    Plugins and the best childthemes...



  7. #7
    Thread Starter
    Junior Member dave_aj's Avatar
    Join Date
    Jul 2012
    Location
    United Kingdom
    Posts
    40
    Thanks
    3
    Thanked 2 Times in 1 Post
    Also don't suppose you can give me an insight into what is being discussed in this post / what the outcome of it was?:

    http://forums.appthemes.com/add-adva...me-page-19524/

  8. #8
    rubencio's Avatar
    Join Date
    May 2010
    Location
    Spain
    Posts
    3,804
    Thanks
    268
    Thanked 316 Times in 278 Posts
    The answer for that thread it is the plugin itself ;)
    You can do your complex search by custom fields (city, country, province, colors, prices,,,,,,,,,) with the Advanced Search plugin.
    Regards.

    Quote Originally Posted by dave_aj View Post
    Also don't suppose you can give me an insight into what is being discussed in this post / what the outcome of it was?:

    http://forums.appthemes.com/add-adva...me-page-19524/

    r u b e n c i o . c o m


    Since 2010 providing AppThemes solutions,
    Plugins and the best childthemes...



  9. #9
    Thread Starter
    Junior Member dave_aj's Avatar
    Join Date
    Jul 2012
    Location
    United Kingdom
    Posts
    40
    Thanks
    3
    Thanked 2 Times in 1 Post
    Quote Originally Posted by rubencio View Post
    I am the plugin creator ;)
    Oh ha, brilliant! So is it possible, in theory at least, to create PHP that will insert the plugin into the homepage or into a funtions.php that can be applied across the site, or hopefully just on the homepage...

    for example here's some php i used in a functions.php file to have social media icons attached to the side of one of my sites:

    function add_social_media_icons () {
    ?>
    <div id="facebook_icon">
    <a href="http://www.facebook.com/" target="_blank"><img src="../../../../images/facebook_45.png" /></a>
    </div>
    <div id="twitter_icon">
    <a href="http://twitter.com/" target="_blank"><img src="../../../../images/twitter_45.png" /></a>
    </div>
    <?php
    }

  10. #10
    rubencio's Avatar
    Join Date
    May 2010
    Location
    Spain
    Posts
    3,804
    Thanks
    268
    Thanked 316 Times in 278 Posts
    Well, since this forum it is not for support purposes you must buy the plugin and then send your requests to the proper email address for us to help you further.
    Best regards.


    Quote Originally Posted by dave_aj View Post
    Oh ha, brilliant! So is it possible, in theory at least, to create PHP that will insert the plugin into the homepage or into a funtions.php that can be applied across the site, or hopefully just on the homepage...

    for example here's some php i used in a functions.php file to have social media icons attached to the side of one of my sites:

    function add_social_media_icons () {
    ?>
    <div id="facebook_icon">
    <a rel="nofollow" href="http://www.facebook.com/" target="_blank"><img src="http://forums.appthemes.com/../images/facebook_45.png" /></a>
    </div>
    <div id="twitter_icon">
    <a rel="nofollow" href="http://twitter.com/" target="_blank"><img src="http://forums.appthemes.com/../images/twitter_45.png" /></a>
    </div>
    <?php
    }

    r u b e n c i o . c o m


    Since 2010 providing AppThemes solutions,
    Plugins and the best childthemes...



Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to have separate stylesheet for homepage and rest of the site
    By pankaj in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: November 30th, 2011, 06:55 AM
  2. Icons in topbar doesn't appear in other pages except homepage
    By billis in forum Report ClassiPress Bugs
    Replies: 8
    Last Post: October 21st, 2011, 07:20 AM
  3. Put banner in registration or login pages
    By tonyperez in forum ClassiPress General Discussion
    Replies: 1
    Last Post: September 14th, 2011, 04:42 AM
  4. Separate TABS in Standard Homepage view
    By leetech in forum ClassiPress General Discussion
    Replies: 1
    Last Post: August 15th, 2011, 06:59 AM
  5. Problem with Banner Ads displaying in some pages
    By russbaugh in forum Report JobRoller Bugs
    Replies: 2
    Last Post: February 15th, 2011, 11:18 PM