Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter andyash

    (@andyash)

    I went through your plugin’s layout template files. Even though I found the following code which says that if a post excerpt is found, then to get the excerpt, the plugin did not get my post excerpts –

    if( has_excerpt($post_id) ) {
    $content = get_the_excerpt($post_id);
    } else {
    $content = apply_filters( ‘the_content’, get_the_content($post_id) );
    }

    Any idea why this could be? Because the same thing will happen even if I try to create my own custom template.

    Thread Starter andyash

    (@andyash)

    I am trying out your filter and will try and use a function to show the_excerpt instead of content.

    I want to group terms of different taxonomies separately instead of showing all of them together. Like the country taxonomy should be separate from tour type taxonomy and so on.

    I also want to stop showing or at least update the post count. If I am on one country then the tour type filter should only show me number of tours for that country instead of total number of tours for that type. It gets misleading.

    How do I do all this?

    Thread Starter andyash

    (@andyash)

    Thanks. I guess this means a drag-and-drop dynamic data puller in Avada will not work and you are actually talking about creating a php based custom post layout.

    But hopefully you will add a checkbox or toggle where the user can choose if he wants the content to be truncated into excerpt or the data should be pulled from the dedicated Excerpt field. That in itself will take away my need to create a custom layout.

    Thread Starter andyash

    (@andyash)

    Thanks for the response but this is not what I meant. I wanted to use the actual excerpt I have created in the post excerpt field. I am currently using Post Cards in Avada theme to create my post grid. You can see the bulletted points in on of the tour grid items on this page – https://daktaritravel.de/zielgebiete/botswana/

    But when I used your plugin it did not pick up this excerpt but used content from the main content editor and truncated it. I basically wanted to recreate my grid using your plugin since I want to filter the posts and my other search and filter plugin has failed to do so.

    Another option I was thinking of was if it is possible to use only your filters (but not the grid) to filter posts in my grid.

    Thanks and regards

    Thread Starter andyash

    (@andyash)

    I haven’t really used the plugin to its maximum capabilities so felt it unfair to give 5 Stars if I didn’t know it really well.

    Hi Narinder,

    The plugin is not validating if the phone number field is filled or not. Even though I have made it a required field it allows the form to be submitted even if I have not filled the country code or the phone number.

    regards
    Anand

    Thread Starter andyash

    (@andyash)

    Sorry, can’t make out anything from it since it has 3 scales and I have only one. I have tried quite a few combinations and even though I do get the scale result on a bar chart, I do not get the score in numbers on the results page.

    Thread Starter andyash

    (@andyash)

    Thanks. Am looking into Drupal and Joomla as well. Just wanted to find an option that will be the least painful customizing, but with the most features as well.

Viewing 8 replies - 1 through 8 (of 8 total)