New Landing How can we help? Themeforest Theme Support Neighborhood Search results to display a PDF

Viewing 9 posts - 1 through 9 (of 9 total)
  • #220002
    dunedesign
    Member
    Post count: 21

    Hi is it possible to set a search to reveal a product image/link?

    At the moment the search is only showing a link to a page, and a date and a heart. I need to get rid of the date and the heart

    I need the search results to include an image/link of a PDF. These are data sheets that will hold all the technical information about the lights. There are links set up at the moment to an example PDF on the Circular light engines page.

    What I need is if you type in LE019 you will see a PDF icon and a title, Linear Light Engine 140-24-SAM-HI (SAMSUNG) and if you click the PDF it will open, to either be viewed, printed or downloaded.

    Also I need to get rid of the side bar on the search page as there won’t be enough information on the site to merit it.

    #220064
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1)

    Unfortunately that customisation is beyond our scope of support as it is more work than a small customisation. We recommend that you seek a freelance developer if you need to make that customisation: http://www.swiftideas.com/customization/

    2)

    To removed the sidebar from your search page, please add this:

    .search-results .sidebar.right-sidebar {
        display: none;
    }

    Thanks,
    David.

    #220820
    dunedesign
    Member
    Post count: 21

    Is there any way I could make the search results more specific then? Rather than showing a page link as it does at present, could it show a product title/link and then viewer can select the PDF from there? Oh and thanks for the code!

    #220826
    dunedesign
    Member
    Post count: 21

    Sorry I forgot to ask on the reply how do I get rid of the date and the heart on the search? Thanks

    #220829
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please use this

    Love It Removal:

    .search .love-it-wrapper {
        display: none;
    }

    Date Removal:

    .search .date-overlay {
        display: none;
    }

    For your above request, are you looking for the search to specifically only search for products?

    Thanks,
    David.

    #220847
    dunedesign
    Member
    Post count: 21
    This reply has been marked as private.
    #220851
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please update the date CSS to use this:

    .search .post-date {
        display: none;
    }

    Displaying the contents of a PDF within the search results for each product would be extreme challenging and would require a developer. The functionality would also need to be built to allow you to upload and associate a PDF with each product.

    Thanks,
    David.

    #220858
    dunedesign
    Member
    Post count: 21
    This reply has been marked as private.
    #220863
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    It will be right. Great thanks to David.
    Mohammad

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register