Title: Disable dialing code selection
Last modified: January 27, 2022

---

# Disable dialing code selection

 *  Resolved [bn01](https://wordpress.org/support/users/bn01/)
 * (@bn01)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/disable-dialing-code-selection/)
 * 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](https://wordpress.org/support/users/bn01/)
 * (@bn01)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/disable-dialing-code-selection/#post-15299645)
 * 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](https://wordpress.org/support/users/e4jvikwp/)
 * (@e4jvikwp)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/disable-dialing-code-selection/#post-15301601)
 * 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 4 years, 4 months ago by [e4jvikwp](https://wordpress.org/support/users/e4jvikwp/).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Disable dialing code selection’ is closed to new replies.

 * ![](https://ps.w.org/vikrestaurants/assets/icon-256x256.png?rev=2426639)
 * [VikRestaurants Table Reservations and Take-Away](https://wordpress.org/plugins/vikrestaurants/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/vikrestaurants/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/vikrestaurants/)
 * [Active Topics](https://wordpress.org/support/plugin/vikrestaurants/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/vikrestaurants/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/vikrestaurants/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [e4jvikwp](https://wordpress.org/support/users/e4jvikwp/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/disable-dialing-code-selection/#post-15301601)
 * Status: resolved