Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #375307

    hi –

    love the theme, have purchased at least 5-6 times for various projects. A couple issues have arisen:
    1. The “More” buttons in my slider are linked to anchors further down on the page. They work fine on desktops and laptops, but not on ipad / iphone. The top menu also uses the same anchor links, and these work fine on all platforms. The link addresses are the same in the More buttons and in the top menu, so it’s a mystery to me why the More button anchor links do not work.

    2. The fullscreen slider does not seem to auto-rotate in Internet Explorer.

    3. when you select a date in the room reservation calendar the date shows in European format i.e. day/month/year instead of month/day/year. Is it possible to switch this to Month / Day / Year?

    Let me know if you would like login info.

    Thank you for the great theme and support.

    Doug Anderson

    #375327

    Please disregard #1 – I was able to figure out what the problem was.

    #’s 2 and 3 are still open though.

    many thanks,

    Doug Anderson

    #375402

    Hi!

    2. Make sure IE is updated and that compatibility view is turned off.

    3. Add this to the bottom of your functions.php file.

    add_filter( 'avf_datepicker_dateformat', function(){ return 'mm / dd / yy'; } );
    add_filter( 'avf_datepicker_date_placeholder', function(){ return 'MM / DD / YY'; } );

    Regards,
    Elliott

    #375461
    This reply has been marked as private.
    #375836

    Hi!

    Completely delete the theme before downloading + uploading a fresh copy from themeforest and then add the code to the bottom of your functions.php file again.

    Regards,
    Elliott

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.