Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter vinmarc

    (@vinmarc)

    Even with this change, I do not work ….
    I do not know what to do …

    Thread Starter vinmarc

    (@vinmarc)

    good morning
    I tried the suggested plugin and it works, both with the default themes with both my …

    Thread Starter vinmarc

    (@vinmarc)

    I do not understand what should I expect with this plugin ….
    I installed it I have configured. What do I see?

    Thread Starter vinmarc

    (@vinmarc)

    Then I noticed that my template I charge only

    <link href="http://localhost/wordpress/?feed=rss2&page_id=284" title="test » Sedi Feed dei commenti" type="application/rss+xml" rel="alternate">
    <link id="bgmp_style-css" media="all" type="text/css" href="http://localhost/wordpress/wp-content/plugins/basic-google-maps-placemarks/style.css?ver=1.10" rel="stylesheet">
    <script src="http://localhost/wordpress/wp-includes/js/jquery/jquery.js?ver=1.8.3" type="text/javascript">
    <link href="http://localhost/wordpress/xmlrpc.php?rsd" title="RSD" type="application/rsd+xml" rel="EditURI">
    <link href="http://localhost/wordpress/wp-includes/wlwmanifest.xml" type="application/wlwmanifest+xml" rel="wlwmanifest">
    <link href="http://localhost/wordpress/" title="home" rel="prev">
    <meta content="WordPress 3.5.1" name="generator">
    <link href="http://localhost/wordpress/?page_id=284" rel="canonical">
    <meta content="initial-scale=1.0, user-scalable=no" name="viewport">
    <style type="text/css">

    I can not find functions.js, you think I can force it in any way?

    Thread Starter vinmarc

    (@vinmarc)

    I tried the Plugin locally with the theme Twenty Eleven and it works but with my no ….

    I tried locally with my theme eliminating all links to plugins and jquery and leaving only <? Php wp_head ();?> But does not work ….

    Where do you think I’m wrong?
    Thanks

    Thread Starter vinmarc

    (@vinmarc)

    Now I can not try the plugin in the theme twentytwelve because the site is online.
    But I have made ​​a step forward …. I’m successful to be loaded at least JS but I can not see the map, it remains in the loop preload ….

    Do you know what can I do? Do you have other tips?

    thanks

    Thread Starter vinmarc

    (@vinmarc)

    I’m sorry, I explained bad ….
    A friend of mine asked me to create a website …. I thought I’d create it in wordpress …
    Then he asked me to see, in the sidebar, a map which displays all its offices.
    These sites need to be updated, whenever my friend opens a new office in around Europe.

    So I installed this plugin
    thanks

    Thread Starter vinmarc

    (@vinmarc)

    Honestly, it’s a nice plugin but it is not what I need.
    I’m looking for a plugin that enables the user to add their own work sites around the world.

    The prmo Plugin gave me the opportunity to do all of the above.
    You can not tell me why I do not work?

    thanks

    Thread Starter vinmarc

    (@vinmarc)

    I tried to display the map in a post ….

    went on the banner error but remains the preload and you do not see the map …

    My intent is to display a google map with the locations dell’azzienda, and I would like to see in my Sidebar.

    thanks

    Thread Starter vinmarc

    (@vinmarc)

    I put this in my sidebar
    <?php do_shortcode ( '[bgmp-map categories="das"]' ); ?>
    do you think so does not work?

    Thread Starter vinmarc

    (@vinmarc)

    I did everything ….
    Via also enclose the code entered in functions.php

    <?php
    function bgmpShortcodeCalled()
    {
        global $post;
    
        $shortcodePageSlugs = array(
            'news'
        );
    
        if( $post )
            if( in_array( $post->post_name, $shortcodePageSlugs ) )
                add_filter( 'bgmp_map-shortcode-called', '__return_true' );
    }
    add_action( 'news', 'bgmpShortcodeCalled' ); 
    
    ?>
    Forum: Plugins
    In reply to: [M-vSlider] Malfunctioning
    Thread Starter vinmarc

    (@vinmarc)

    Sorry….

    Hello to all
    I installed the plugin in a Free hosting and it worked great, then I migrated to a server fee is I have a problem.
    I set the slider FADE mode and the image, before disappearing, downward slide, as you can see from the website http://www.dasitalia.com.

    How can I fix it?
    Thanks to all

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