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

    Reference URL: http://kriesi.at/themes/enfold/pages/contact/

    How do you add a map to the page?

    How do you change the content of the footer (i.e. Interesting Links, Business Hours, etc)?

    General forum question: I see that you can search for across all forums (themes). Is there a away to just search within the Enfold theme? I don’t want to post duplicate questions but also don’t want to manually search / scan.

    Thanks for the help!

    #216714

    Hi kcristella!

    1.) Go to Appearance > Widgets then create a custom widget area. Insert the Enfold Maps Google Widget. Edit the contact page then insert the Widget Area element using the Advance Layout Builder.

    2.) You can change the widgets on Appearance > Widgets. Add widgets on the Footer – columns widget areas.

    3.) Sorry but the forum doesn’t have that search feature. You can try to place something like “enfold + subject” on search field.

    Best regards,
    Ismael

    #216739

    Thanks for the help. Follow up question about the map – is there a way to disable the zoom when scroll function (for mobile and full browser)?

    #216818

    Hi!

    Edit framework > php > class-framework-widgets.php, find this code on line 1211:

    
    zoom:".$zoom.",
    mapTypeControl:true,
    

    Below, add this code:

    
    scrollwheel: false,
    

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    #216960

    That works – thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Map & Footer Questions’ is closed to new replies.