Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #3950
    Oleksii Malikov
    Participant

    Hi.

    First of all, thanks for great plugin!

    But now I need some help.

    I dont know why, but NivoLightbox shows my searchform in lightbox (integrated via shortcode), but dont do the same thing for elements on this form. (see screanshot link)
    So I’m getting dropdownsearch working normal, and mapsearch that dont make any searches. Map displays like and image without controls and square search area.

    screanshot:
    http://www.mice-explorer.com/wp-content/uploads/2014/05/nivo.jpg

    I’m using “Filter Custom Fields & Taxonomies” search plugin.
    Here is link:
    http://codecanyon.net/item/filter-custom-fields-taxonomies/6964843?ref=websupporter

    This plugin has a shortcode
    [search-form id=”Id of your search form”]

    Is there any way to fix this?

    Thanks in advance!

    ~ Oleksii

    #3951
    Bartosz
    Keymaster

    Thanks Oleksii,

    I think that kind of external elements (like Google Map) will only work in iframe mode and it seems to be working fine.

    But you’d like it to be working via shortcode – is that what you need?

    #3953
    Oleksii Malikov
    Participant

    Yeah, in iframe its working fine. But this type of integration has some issues with layout and other stuff.

    Shortcode is more native and natural for my needs.

    “But you’d like it to be working via shortcode” – exactly! Is it possible?

    #3954
    Bartosz
    Keymaster

    WordPress shortcodes can output iframe as well – this is not a problem. But you just need to code it on your own for eg. modify the shortcode you are using or create another one.

    Iframe can cause some layout issues but this can be handled as well – iframe selector is accessible via CSS.

    #3955
    Oleksii Malikov
    Participant

    I mean, I just need to show my searchform in lightbox. I can do it anywhere with a shortcode. But it works bad in the NivoLightbox.

    I dont want to make a page, insert there my searchform, and then integrate it with an iframe into lightbox.
    Cuz it will cause me to cut header and fotter using <div>s, it will be strange looking thing on mobile devices, and so on.

    Thats why I said, that shortcode way will be more natural and logic.

    And it is so, just some Mapsearch-navigation problems.

    #3956
    Bartosz
    Keymaster

    Ok, it’s hard to find out what you’re trying to do without looking into your code.

    But the screenshot suggests that only static elements are displayed in lightbox. Google map is loaded .

    I think you you have 2 options:
    – create a separate page tamplate and include that in lightbox with iframe mode (it’s not that easy but can be done)
    – try to load google map via Ajax

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.