Client Comments - Improvements #15599
openAl Maqaam || SEO || Top Flight routes || Bug
100%
application/views/FlightsSeo/Edit_Top_Flight_Routes.php
public\css\home.css
public\css\home_ar.css
resources\views\Seo\FlightRoute\TopFlightDestination.blade.php
resources\views\Seo\FlightRoute\TopFlightDestinationViewMore.blade.php
resources\views\Seo\FlightRoute\TopFlightFromDestination.blade.php
resources\views\Seo\FlightRoute\TopFlightFromDestinationViewMore.blade.php
resources\views\Seo\FlightRoute\TopFlightRoutes.blade.php
resources\views\Seo\FlightRoute\TopFlightRoutesViewMore.blade.php
resources\views\Seo\Hotel\HotelTopDestinationSeo.blade.php
resources\views\Seo\Hotel\HotelTopDestinationViewMore.blade.php
resources\views\Seo\Hotel\TopHotelViewMore.blade.php
resources\views\Seo\IslamicAndHalal\BasedOnPackages.blade.php
resources\views\Seo\IslamicAndHalal\CategoryBasedViewMore.blade.php
resources\views\Seo\IslamicAndHalal\CityBasedViewMore.blade.php
resources\views\Seo\IslamicAndHalal\CountryBasedViewMore.blade.php
resources\views\Seo\IslamicAndHalal\DiscoverDetails.blade.php
resources\views\Seo\IslamicAndHalal\ViewAllIslamicHalalPackages.blade.php
resources\views\Seo\IslamicAndHalal\ViewAllIslamicPackages.blade.php
resources\views\Seo\Umra\TopUmrahCategoriesViewMore.blade.php
resources\views\Seo\Umra\TopUmrahOriginsViewMore.blade.php
resources\views\Seo\Umra\UmrahByPage.blade.php
resources\views\Seo\Umra\UmrahByViewMore.blade.php
resources\views\Seo\Umra\umrahSEOPage.blade.php
Description
In the SEO admin under top flight routes we have Top Flight Destinations. I created a table in the Content Section English. But this is not reflecting in the frontend. Please find attached.
2. In top flights from destinations, there is "Popular Destination Title English". I have given the title but no deals appeared in the frontend. Please find below design. Need it to be like this.
3. In the top flight routes under top flight destinations, if I edit any route eg: dubai-kwi, it automatically becomes disabled. please find attached.
Files
Updated by Twinkle Bapsy Mathew 11 months ago
- File clipboard-202412151751-pxvgb.png clipboard-202412151751-pxvgb.png added
- File clipboard-202412151754-hod46.png clipboard-202412151754-hod46.png added
- Description updated (diff)
Updated by Twinkle Bapsy Mathew 11 months ago
Updated by Twinkle Bapsy Mathew 11 months ago
- File clipboard-202412151837-gbspp.png clipboard-202412151837-gbspp.png added
- Description updated (diff)
Updated by Rajalakshmi R 11 months ago
- File AlMaqam-15599-point-3.png AlMaqam-15599-point-3.png added
- File AlMaqam-15599-point-2.png AlMaqam-15599-point-2.png added
- Files Changed updated (diff)
Point 1: checking
Point 2: If there is no trending flight deals the section will not visible there. Attaching image which Dubai has data.
Point 3: Issue fix is done
Updated by Twinkle Bapsy Mathew 9 months ago
- Status changed from For Review to Assigned
- Assignee changed from Twinkle Bapsy Mathew to Rajalakshmi R
1. done.
2. Works fine but if only one popular destination is there, it is showing repeatedly. No need to repeatedly show the same one. Please find attached.
3. Done
4. New point- In the top fight routes, Top flight destination, about al maqaam read more not workign and the FAQ section seems static. not able to see answers. the entire page becomes idle. please check this.
5. New point- In the search panel, flight from destinations page, only from location to be mentioned. remove to destination. please find design for your reference.
https://caxita.co.in/maqam/seo-pages/newSEO/top-flight-routes/top-flight-destination-flights-from-jeddha.html
Updated by Rajalakshmi R 9 months ago
- File AlMaqam-15599-4.png AlMaqam-15599-4.png added
- File AlMaqam-15599-3.png AlMaqam-15599-3.png added
- File AlMaqam-15599-2.png AlMaqam-15599-2.png added
- Status changed from In Progress to Fixed not Tested
Point 2: Showing only one item if we get one deal. Loop also disabled. Already working like that.
Point 4: Issue fixed, table given on read more section was the issue. This case is handled
Point 5: No issue found, image attached. To flight destination will show search panel with TO detail filled. And From flight destination will show search panel with FROM city detail filled.
Updated by Rajalakshmi R 9 months ago
- File AlMaqam-15599-4-ui.png AlMaqam-15599-4-ui.png added
Need UI support for POINT 4
Here the popup issue fixed, but there is another one case.
If read more section having tables, the modal section become displaced and the left side of the page become idle.
in home.css file,
div:has(.table-1 ) {
display: block;
}
this display block was the initial issue, that UI team found. And as per the communication block was changed to table and the poup issue fixed . But the left side page idle issue issue not fixed. The modal section still misplaced.
On front we have checked that the modal pop up code placement issue, but there is not such issue. Because the page with read more content having table free data is working fine. No such idle page case occurring.
https://maqaamqa1web.caxita.ca/en/travel/flights/flights-from-cochin-cok?type=fromDestination&id=12 => read more without table in content (so no issue)
https://maqaamqa1web.caxita.ca/en/travel/flights/flights-from-kuwait-kwi?type=fromDestination&id=11 => read more with table in content (so there is issue)
Also if we remove below code, this issue will fix, but the tables added on page will misplace and misalign
div:has(.table-1 ) {
display: block;
}
This case already communicated with UI side, please assign this to UI side
Tried PHP side fixes, but not working. no code issue found
Updated by Bilaludeen Labba J 9 months ago
- Project changed from Almaqam-finalphase- HTML to Almaqam-Final Phase-Web
4) modal issue change the class name "table-1" to "table-2" Functionality
Updated by Rajalakshmi R 9 months ago
- File AlMaqam-15599-issue.png AlMaqam-15599-issue.png added
Need analysis on point 4.
As discussed with UI team, they need to work along with along with PHP side to sort out this issue.
table-1 class is auto generated by the text editor unable to remove or rename. So another solution needs to find, this may take some time.