• Resolved bn01

    (@bn01)


    Hi. Firstly, great work on this plugin. Very impressed with its capabilities and we are planning on using it for online table bookings.

    I am looking to remove/disble the pre-fix selector (with the flag) from the tel no section. I have tried a few things but with no luck. Is there a way to do this?

    There is one other thing that is happening and that is when a section is completed and you click next, the page moves back to the top of the screen and you have to scroll down to the form again. This may be cause with a conflict with the theme (Enfold) but agin, I can’t seem to find a fix.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bn01

    (@bn01)

    Apologies. I see there is a switch in the settings to swith off the prefix. I was trying to remove it by mofifying the code… sorry.

    Plugin Author e4jvikwp

    (@e4jvikwp)

    Hi,

    exactly! For those users that might be interested in the same thing, the dial code dropdown can be removed by disabling the Phone Prefix Selection setting from the global configuration of the plugin.

    About the other problem, the animation was introduced to automatically reach the contents of VikRestaurants after the page loading. This is pretty useful for those themes/websites that displays a big slideshow or anything else that may shift the contents down. Anyway, the same feature might result annoying for other types of theme.

    It is possible safely disable the animation of the pages by inserting a new record within the configuration database table of VikRestaurants. All that you have to do is opening your database panel and launch the following query:

    INSERT INTO #__vikrestaurants_config (param, setting)
    VALUES ('animatepages', 0);

    Remember to replace #__ with the real prefix used by your database.

    Since this is not the first time that we hear a similar issue with Enfold theme, we will consider to introduce a setting within the plugin configuration to easily toggle the animation feature.

    • This reply was modified 2 years, 10 months ago by e4jvikwp.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable dialing code selection’ is closed to new replies.