Does anybody else have the problem, that the Site Slogan under the sitename disappeard after the 1.1 update?
There is no CSS preventing the display. It isn't in the code anymore.
By the way does the copyright and social stuff on the bottom works with your installation. here it doesn't

test.pressmar.de

Regards Oliver

    Could solve the Site Slogan topic. The update activated the logo and so the text was invisible.

    Anyone some hints on the second part.

    Does anyone know the map style used for the google maps plugin in the purity iV demo site (the bright white one)

    pressmar By the way does the copyright and social stuff on the bottom works with your installation. here it doesn't

    How did you change? Basically, with copyright info in the footer, you can override the language string of footer module:

    MOD_FOOTER_LINE1="Copyright © %date% %sitename%. All Rights Reserved." ; Note : %date% will be auto replaced by current year! Don't translate
    MOD_FOOTER_LINE2="<a href=\"https://www.joomla.org\">Joomla!</a> is Free Software released under the <a href=\"https://www.gnu.org/licenses/gpl-2.0.html\">GNU General Public License.</a>"

    About the map, if you mean the map in contact us page, it's from JA Google Map plugin, we add embedded code of the map into a custom HTML module in main-top-1 position. Here is the code:

    {jamap mode='normal' locations='{"location":{"0":"London, UK"},"latitude":{"0":"51.507351"},"longitude":{"0":"-0.127758"},"info":{"0":""}}' maptype='normal' zoom='15' }{/jamap}

    and it's default map type, you can configure in JA Google Map plugin.

      saguaros Thx for your answer. I did not change anything. So this are just custom Modules? I will give it a try.

      Yes i mean the map. What i don't see is the map style. The code how the google maps is displayed. You show the map just in white and bright gray. The normal one ist colourful.

      Thx for you help

      8 days later

      yes but this make it look like this

      and i want it to look like this

        Hi pressmar

        To have the style, please go to JA Google map plugin, under the "Map Styles", add the custom style then save the setting.

        [
        {
        "featureType": "water",
        "elementType": "geometry",
        "stylers": [
        {
        "color": "#e9e9e9"
        },
        {
        "lightness": 17
        }
        ]
        },
        {
        "featureType": "landscape",
        "elementType": "geometry",
        "stylers": [
        {
        "color": "#f5f5f5"
        },
        {
        "lightness": 20
        }
        ]
        },
        {
        "featureType": "road.highway",
        "elementType": "geometry.fill",
        "stylers": [
        {
        "color": "#ffffff"
        },
        {
        "lightness": 17
        }
        ]
        },
        {
        "featureType": "road.highway",
        "elementType": "geometry.stroke",
        "stylers": [
        {
        "color": "#ffffff"
        },
        {
        "lightness": 29
        },
        {
        "weight": 0.2
        }
        ]
        },
        {
        "featureType": "road.arterial",
        "elementType": "geometry",
        "stylers": [
        {
        "color": "#ffffff"
        },
        {
        "lightness": 18
        }
        ]
        },
        {
        "featureType": "road.local",
        "elementType": "geometry",
        "stylers": [
        {
        "color": "#ffffff"
        },
        {
        "lightness": 16
        }
        ]
        },
        {
        "featureType": "poi",
        "elementType": "geometry",
        "stylers": [
        {
        "color": "#f5f5f5"
        },
        {
        "lightness": 21
        }
        ]
        },
        {
        "featureType": "poi.park",
        "elementType": "geometry",
        "stylers": [
        {
        "color": "#dedede"
        },
        {
        "lightness": 21
        }
        ]
        },
        {
        "elementType": "labels.text.stroke",
        "stylers": [
        {
        "visibility": "on"
        },
        {
        "color": "#ffffff"
        },
        {
        "lightness": 16
        }
        ]
        },
        {
        "elementType": "labels.text.fill",
        "stylers": [
        {
        "saturation": 36
        },
        {
        "color": "#333333"
        },
        {
        "lightness": 40
        }
        ]
        },
        {
        "elementType": "labels.icon",
        "stylers": [
        {
        "visibility": "off"
        }
        ]
        },
        {
        "featureType": "transit",
        "elementType": "geometry",
        "stylers": [
        {
        "color": "#f2f2f2"
        },
        {
        "lightness": 19
        }
        ]
        },
        {
        "featureType": "administrative",
        "elementType": "geometry.fill",
        "stylers": [
        {
        "color": "#fefefe"
        },
        {
        "lightness": 20
        }
        ]
        },
        {
        "featureType": "administrative",
        "elementType": "geometry.stroke",
        "stylers": [
        {
        "color": "#fefefe"
        },
        {
        "lightness": 17
        },
        {
        "weight": 1.2
        }
        ]
        }
        ]

        Please let us know if you have any other questions.

        Best regards.

        thanks this was the solution i was searching for.

        Write a Reply...
        You need to Login to view replies.