Search results for: “”

  • titelIgnite Talks & Networking

    contentIgnite Talks & Networking

  • titelUG February Event

    contentUG February Event

  • titelFebruary 2019 Meetup

    contentFebruary 2019 Meetup

  • titelDrupal Coworking Day

    contentDrupal Coworking Day

  • titelGeeks – Februrary Edition

    contentGeeks – Februrary Edition

  • titelLove Breakfast

    contentLove Breakfast

  • PRO: Send Form-Data to API

    This is done in this way:1. Create a 1st JCI-Template:Name of Template: senddata2formURL: dummyrequest (we don’t need an API when just displaying the Form)urlparam4twig: inptwig-template: Then, use the following Shortcode on a page with a URL /send-form-data-to-api/ 2. In the above twig-template, we call a JCI-Template named senddata. Let’s create this:Name of Template: senddataURL: empty…

  • PRO: JSON & Slider – How to do it with the jQuery Lightslider-Lib

    Your challenge:You have some URLs to Images in your JSON-Feed. Those images should be displayed in a image-slider. There are many ways to do that:One way is to use a PRO-slider like Smartslider and feed him with RSS, build out of JSON. Another way is to use the jQuery lightSlider Library (see also here). ATTENTION:…

  • PRO: Search multiple Websites – Call several APIs to collect results

    Your Challenge: The User The JCI-PRO plugin can do that if the searched Servers have a JSON-Search-API. Usually, WordPress-Website does have those. See how this is done with JCI-PRO: Step 1: Searchresult Page Place this Shortcode onto a ordinary WordPress-Page: Step 2: Search result JCI-Template named “searchresults” Step 3: Receiving JCI-Template named “searchsingle” Create a…

  • Search JCI-Websites

    This Multisite-Search is done with the JCI-Pro – see here how this works…