Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #825120

    Hi, I’ve insert Google Api and the widget “google maps” in home page but the section not appears.

    #825132

    Hey studioalice,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #825133

    Hi, I solve it, inserting correct Latitude. Another question. How to remove backlink in copyright using function.php?
    Thank you

    #825135

    Hey!

    Glad you figured it out!

    Please add following code to Functions.php file

    add_filter("kriesi_backlink","new_nolink");
    function new_nolink(){
    $kriesi_at_backlink = "";
    return $kriesi_at_backlink;
    }

    Best regards,
    Yigit

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