Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support WP Travel Engine Support

    (@wptravelenginesupport)

    Hello @gianniscfa,

    Thank you for contacting WP Travel Engine team!

    The issue has been raised because you haven’t added any data in the Cost Includes section. But we have already fixed the issue and will release it in the next update.

    As for the temporary solution, if you don’t want to add a Trip Includes content, I will provide you Additional CSS to remove the Icon, so please try adding the CSS code below by going to Admin Dashboard > Appearance > Customizer > Additional CSS.

    .cost .content #include-result li::before {
    opacity: 0;
    }

    Worry not, we will definitely update the plugin by fixing the issue regarding appearing Green/Red Tick Icon while not adding a Trip Includes/Excludes.

    If you have any confusion or queries later, please let me know and I will be back.

    Thank you!

    Thread Starter GIANNISCFA

    (@gianniscfa)

    Hello

    I have to backup my WP TRAVEL ENGINE Files because the website is broken and displaying very weird after some updates,

    i cannot find any settings through the database

    Plugin Support WP Travel Engine Support

    (@wptravelenginesupport)

    Hello @gianniscfa,

    The WP Travel Engine plugin data is stored in the wp_posts and wp_postmeta tables in the database. In the wp_posts table, a trip is represented as a post with the post_type ‘trip’ on the right side. To verify whether the data for a particular trip exists, you would need to check its ID in the post meta. If data is available, it will be displayed automatically. Otherwise, the data will be retrieved from the database.

    Check here: https://www.awesomescreenshot.com/video/14893562?key=7b8f63865011563879e91770f0094888.

    Hope you understand.

    If you have any queries or confusion later, please let me know, and I will be back.

    Thank you!

    Plugin Support WP Travel Engine Support

    (@wptravelenginesupport)

    Hello @gianniscfa,

    Due to inactivity on this topic, we are closing this.

    If you have any questions or face any issues, please feel free to start a new topic.

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove faulty icon – tick’ is closed to new replies.