Giter VIP home page Giter VIP logo

airfaremoss.com's People

Contributors

adityabansal1402 avatar xxwarmachineroxx avatar

Watchers

 avatar

airfaremoss.com's Issues

Localhost Airline Background Image is not accessible for xampp dev environment

WhatsApp Image 2023-06-21 at 11 41 19

Problem

<div id="header-wrapper" class="wrap-inpg py-4 py-md-5 image " style="background-image: url('frontend/images/Qatar-air.png'); background-position: bottom;background-no-repeat: no-repeat; background-size: cover;">

Solution :

<div id="header-wrapper" class="wrap-inpg py-4 py-md-5 image " style="background-image: url('/airfaremoss.com/frontend/images/Qatar-air.png'); background-position: bottom;background-no-repeat: no-repeat; background-size: cover;">
  • Xampp or windows environment requires the absolute path to the image but linux one works fine with relative paths.

Hotfixes โ˜‘๏ธ ๐Ÿ”ฅ

  1. Use
  • banner.html to align image while dev.

OR

  1. Use full path to
  • align and uncomment it when pushing.

New* City Pairs have document title as british airways

All new pages have the title set by

document.title = "Book Cheap Flight Ticket on British Airways | Get Cheap Flight Deal British Airways - Airfaremoss";

should be From Location and to location or something more descriptive as per context

Site-map.php does not work as expected for iphone

Issue: column-count property not working on iPhones

Description

The column-count property is not producing the expected two-column layout on iPhones. Instead, the sitemap list flows into a single column, causing the content to overflow outside of the airline box.

Steps to Reproduce

  1. Access the website containing the sitemap list on an iPhone (specific model and iOS version).
  2. Observe that the sitemap list is displayed as a single column, even though the CSS includes column-count: 2 for the relevant element.

Expected Behavior

The sitemap list should be displayed in two columns, as intended by the column-count property, on all platforms, including iPhones.

Actual Behavior

The sitemap list flows into a single column on iPhones, causing the content to overflow outside of the airline box.

Additional Information

  • The issue is not reproducible on other platforms or devices.
  • The problem persists across different versions of iOS on iPhones.
  • Tested on various web browsers on iPhones, including Safari and Chrome, with the same result.

Screenshots

If applicable, please attach screenshots demonstrating the issue.

Possible Solution

One possible solution to ensure consistent rendering across all platforms is to use an alternative approach, such as flexbox, to create the desired two-column layout. Flexbox has proven to be more reliable and compatible across different devices and browsers.

Environment

  • Device: [e.g., iPhone X]
  • iOS Version: [e.g., iOS 14.5]
  • Web Browser: [e.g., Safari, Chrome]

Related Code Snippet

.site-map .ftr-sl ul {
  column-count: 2;
}

/* Additional CSS code */
Additional Notes
Won't be fixed as it not very necessary

Sitemap Links are incorrect as they don't have to made or some of them don't exist

  1. Tampa
    image
    image
  1. Toronto
image
  • Toronto is not even listed as a origin city so in List of Pages.xlsx
  • Crosses out 2 of them
  1. Seattle
image
  • Although Seattle is a origin city but the above cities (denver and los angles are not listed as the destination route for Seattle ) . Should be removed
  • Crosses of 2 of them
  1. San Diego
image
  • Should exists as per the sheet, but not made yet.
  • Crosses out 2 of them
  1. Rayleigh
image
  • Should be las vegas to raleigh
  1. Phoenix
image
  • its just the "T" in toronto was capitalized which leads to this error
    (cheap-flight-phoenix-to-Toronto.php exists)
  1. San Franscisco
image
  • Same error with San Fran. (cheap-flight-san-francisco-to-Miami exists)
  1. Los Angeles to Tampa file should be removed ( not listed in excel sheet)
  2. All new pages have the title set by

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.