Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • angelsanchezjr Friend
    #178625

    hi, i have this site with a template a bought at jomlart.com : http://www.vacacionesytours.com/
    and in the right section “Top rated hotels in france “and if you go to this link(or any at this section):Wake up in a Japanese-design condo “http://www.vacacionesytours.com/index.php/82-demo/top-rated-hotels-in-francexxx/85-curabitur-tristique”

    then it redirects you to: http://www.vacacionesytours.com/index.php/using-joomla/extensions/components/users-component/login-form

    how to stop that? to change it
    Thanks for any help
    (i guess is easy but im not close enought yet)

    chavan Friend
    #459249

    you will have provide a access settings in the Menu or Article page.

    Please check it, if not provide me your admin settings in PM. Will fix it for you

    Note: If you Find my Post useful please click on the Thanks Icon

    angelsanchezjr Friend
    #459351

    thanks for your help, i just erase the whole domain, many thing was going wrong, and i just reinstall up everything again, now im stuck with another problem, i had a datepicker working great, now , following the same steps i did before, and it doesn´t work anymore, this is the code i wrote on the head.php file as before, files are in correct path, so i dont know what is going on
    thanks for any help on this now.
    <script src=”mootools-core.js” type=”text/javascript”></script>
    <script src=”mootools-more.js” type=”text/javascript”></script>
    <script src=”datepicker/Locale.es-ES-DatePicker.js” type=”text/javascript”></script>
    <script src=”Picker.js” type=”text/javascript”></script>
    <script src=”Picker.Attach.js” type=”text/javascript”></script>
    <script src=”Picker.Date.js” type=”text/javascript”></script>
    <link href=”datepicker_vista.css” rel=”stylesheet” type=”text/css” media=”screen” />

    <script>

    window.addEvent(‘domready’, function(){

    new Picker.Date(‘checkinHotel’, {
    pickerClass: ‘datepicker_vista’
    });

    new Picker.Date(‘checkoutHotel’, {
    pickerClass: ‘datepicker_vista’
    });

    new Picker.Date(‘checkinFlight’, {
    pickerClass: ‘datepicker_vista’
    });

    new Picker.Date(‘checkoutFlight’, {
    pickerClass: ‘datepicker_vista’
    });

    new Picker.Date(‘checkinEvent’, {
    pickerClass: ‘datepicker_vista’
    });

    });

    </script>

    this is the code of the hotel boking:

    <div class=”form-value”>

    <div class=”clearfix”>
    <p class=”text-form”><label>Find flights near</label> <input class=”inputbox” type=”text” name=”hotel” value=”ex. Paris” size=”18″ alt=”username” /><br /><span>City, airport, attraction</span></p>
    <p class=”text-form check”><label>Check-in:</label> <span><input class=”inputbox” type=”text” id=”checkinHotel” value=”mm/dd/yy” alt=”mm/dd/yy” /></span></p>
    <p class=”text-form check”><label>Check-out:</label> <span><input class=”inputbox” type=”text” id=”checkoutHotel” value=”mm/dd/yy” alt=”mm/dd/yy” /></span></p>
    </div>

    <div class=”clearfix”>
    <p class=”text-form”><label>Room</label> <select> <option>1</option> <option>2</option> <option>3</option> <option>4</option> </select></p>
    <p class=”text-form”><label>Adults:</label> <select> <option>1</option> <option>2</option> <option>3</option> <option>4</option> </select><br /><span>18+ yrs.</span></p>
    <p class=”text-form”><label>Children:</label> <select> <option>1</option> <option>2</option> <option>3</option> <option>4</option> </select><br /><span>1-17 yrs.</span></p>
    <input class=”button” type=”submit” name=”Find hotels” value=”Find hotels” /></div>
    </div>

    chavan Friend
    #459366

    Try removing these codes or either one and check, since mootools will be generated in default by joomla

    <script src="mootools-core.js" type="text/javascript"></script> <script src="mootools-more.js" type="text/javascript"></script>

    Note: If you Find my Post useful please click on the Thanks Icon

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  chavan 12 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum