+ Reply to Thread
Results 1 to 6 of 6

Thread: Preview page

Hybrid View

  1. #1

    Preview page

    I want to change the mobile version of https://auto.demoflynax.com/add-listing/preview.html
    People post an ad and when they get on the preview page the first thing they see is the seller info box.
    How can I change the position of the seller info box so it would be just like when you view any listing, at the bottom of the page?
    Attached Images Attached Images

  2. #2
    Anyone? I need a fast solution for this as I noticed that my customers fill-in the listings but they don't confirm them at the second page of the one step form.
    I guess they get confused and scroll down so they don't see the note I've made. And if they could FIRST see and read the note as a "h1" (instead watching seller info at the top) I think they won't get confused anymore.

  3. #3
    Viktor, Rudi?

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    I think the best solution is to abandon this content box on listing preview

    go to plugins > listingPreview > rlListingPreview.class.php > public function hookTplHeaderUserNav()

    change:
    PHP Code:
    Only registered members can view the code
    to:
    PHP Code:
    Only registered members can view the code
    then in public function step($instance)

    change:
    PHP Code:
    Only registered members can view the code
    to:
    PHP Code:
    Only registered members can view the code

  5. #5
    Rudi thank you VERY MUCH!!!!!!!!!!!!!!!!!

  6. #6
    Just replying to bookmark this thread for later

+ Reply to Thread