Forum Replies Created

Viewing 15 replies - 31 through 45 (of 79 total)
  • Plugin Author Bage

    (@bagerathan)

    You can have all the categories on the same page or can have them in separate pages.

    if you are going to use separate pages, then you have create separate pages for each category and use the short-code with category parameter. then you can easily link those pages to your icons.

    If you want to use a single page, you can put the shortcode with category parameter one below one and then link you icons to scroll to that selection.

    Plugin Author Bage

    (@bagerathan)

    Yes, If you copy the ‘flexible-faq.css’ file to your theme directory from the plugin folder and make all the changes you can keep the style updates intact.

    The plugin will automatically use the stylesheet in the theme folder.

    Plugin Author Bage

    (@bagerathan)

    I have updated the plugin, it fixes the mentioned issues. Please update.

    Plugin Author Bage

    (@bagerathan)

    I do see that, if you have the same question in two categories, then there is an issue. I will fix this issue in the next update.

    Plugin Author Bage

    (@bagerathan)

    Copy the stylesheet from the plugin folder and upload it to your theme folder. After that you can make your desired changes.

    Plugin Author Bage

    (@bagerathan)

    I don’t understand your question well, do you see the category name below the faq? Do you have a link which i can check?

    Plugin Author Bage

    (@bagerathan)

    it is possible. The plugin uses shortcode to display the FAQ. So you should be able to use the text widget to add the shortcode in the sidebar.

    If you don’t get your expected result, you should add the following line to you theme functions.php

    add_filter('widget_text', 'do_shortcode');

    Which basically tells to render any shortcodes added to the text widget.

    Forum: Plugins
    In reply to: [Flexible FAQ] category IDs
    Plugin Author Bage

    (@bagerathan)

    Yes, I am going to do that with the next minor update of the plugin by early next week.

    Thank you.

    Plugin Author Bage

    (@bagerathan)

    Try using the slug please

    [faq category=’your-category-slug-here’]

    Forum: Plugins
    In reply to: [Flexible FAQ] category IDs
    Plugin Author Bage

    (@bagerathan)

    Sorry for a late reply. Please use the category slug like the following.

    [faq category=”your-category-slug”]

    Plugin Author Bage

    (@bagerathan)

    There is no “blook”, only “block”. Also you can actually change the style to fit your theme. Have you read the FAQ section? it is in the first answer.

    Plugin Author Bage

    (@bagerathan)

    Yes. It is possible.

    Plugin Author Bage

    (@bagerathan)

    Yes. It is possible.

    I am having the same issue. Commenting out the lines from 124 to 129 does nothing.

    Here is the json data i get, when i echo it. Thank you.

    {
       "is_claimed":true,
       "rating":4.5,
       "mobile_url":"https://m.yelp.com/biz/latimex-market-chino",
       "rating_img_url":"https://s3-media2.ak.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
       "review_count":11,
       "name":"Latimex Market",
       "snippet_image_url":"https://s3-media4.ak.yelpcdn.com/photo/KgeE9v8likUaTCqo19CVYw/ms.jpg",
       "rating_img_url_small":"https://s3-media2.ak.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
       "url":"https://www.yelp.com/biz/latimex-market-chino",
       "reviews":[
          {
             "rating":5,
             "excerpt":"This is my go to spot for meats and fresh salsas. The staff is friendly and helpful and I always leave here feeling like I got a great value. Their...",
             "time_created":1391934731,
             "rating_image_url":"https://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
             "rating_image_small_url":"https://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
             "user":{
                "image_url":"https://s3-media4.ak.yelpcdn.com/photo/KgeE9v8likUaTCqo19CVYw/ms.jpg",
                "id":"yZ6pvOr4cZnrFhOKosd5qQ",
                "name":"Chris O."
             },
             "rating_image_large_url":"https://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
             "id":"2zl-6yWr5mmKX2MzULIq9Q"
          }
       ],
       "phone":"9096288215",
       "snippet_text":"This is my go to spot for meats and fresh salsas. The staff is friendly and helpful and I always leave here feeling like I got a great value. Their...",
       "image_url":"https://s3-media4.ak.yelpcdn.com/bphoto/wwRAVteuDTMuXJp0uds_4g/ms.jpg",
       "categories":[
          [
             "Grocery",
             "grocery"
          ]
       ],
       "display_phone":"+1-909-628-8215",
       "rating_img_url_large":"https://s3-media4.ak.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
       "id":"latimex-market-chino",
       "is_closed":false,
       "location":{
          "city":"Chino",
          "display_address":[
             "11742 Central Ave",
             "Chino, CA 91710"
          ],
          "postal_code":"91710",
          "country_code":"US",
          "address":[
             "11742 Central Ave"
          ],
          "state_code":"CA"
       }
    }

    Will there be a date picker field in the future? It would be awesome to have one instead of asking people to write the date.

Viewing 15 replies - 31 through 45 (of 79 total)