bhenselmann
Forum Replies Created
-
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] problems with network activationHello braekling,
thanks a lot for the plugin and the fast response!
I′m not using multi networks because of the number of sites or users, but to organize the websites of different owners. So the mentioned WP restriction are deffinitely not a problem for me.
Thanks for looking on this multi-site problem! In the meantime I′m using the plugin by activating each site separately.
Related to the tracking code: Yes, I used a browser on a remote computer with which I was not logged in.
Different URLs: Thanks – this is solved now. At least with the seperate activation of each site.
Forum: Plugins
In reply to: [Geo Mashup] costum fields to select posts for mapHi Dylan,
I’ve tried the code but unfortunately it is not working.I′ve tried the code
<?php
$custom_query = new WP_Query( array(
‘post_type’ => ‘kommune’,
‘posts_per_page’ => -1,
‘meta_key’ => ‘Friedhofsatzung’,
‘meta_value’ => ‘Friedhofsatzungsbeschluss’,
) );echo GeoMashup::map( array(
‘map_content’ => $custom_query,
‘width’ => 500,
‘height’ => 600,
‘zoom’ => 6,
‘center_lat’ => 51.2,
‘center_lng’ => 10,
‘map_type’ => ‘G_HYBRID_MAP’,
‘cluster_max_zoom’ => 0,
‘add_overview_control’ => ‘false’,
‘add_map_type_control’ => ‘false’,
‘interactive_legend’ => ‘false’,
‘name’ => ‘friedhofsatzungen’
) );
?>in the theme template and directly in the page.
The
‘map_content’ => $custom_query,
in the echo block seems to produce an problem – the page is not loading completely.
I′ve also tried to put the map_post_type attribute to the shortcode – this is not working, too.Do you have an idea, what I′m doing wrong?
Thanks
bernhardForum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] problems with network activationI found out, that the reason of showing a site more than once in PIWIK is different urls and protocolls are calling from the site, e.g. https and http
Forum: Plugins
In reply to: [Geo Mashup] costum fields to select posts for mapHi Dylan,
thanks for that fastest response. I′ll try the code!Forum: Plugins
In reply to: [Geo Mashup] The header dashboard is back againit′s back in y websites as well – offcourse only when logged in.
It could be a incompatibility with NEXTGen Gallery plugin, which is activated on my website. When deactivating, the dashboad in the map is gone.It′s really annoying – and it′s not only at the Smart Manager dashboard page but on all pages in the dashboard. At least you should add a “Dissmiss”-Link in the advertisment!
Commenting the span is not working at my sites (multisite).Forum: Plugins
In reply to: [Speedy Page Redirect] relative redirect not workingwhy not simply change the type=”url” to type=”text” ??
Offcourse you have to remember when updating the plugin!Hi and thanks for your replay!
I wasn′t logged in as admin but as editor for testing!
This is the text:
-start —
The updated version of the 5th resolution notably includes one paragraph on the support of affected countries in the identification and clean-up of contaminated sites through the international community. This year, for the first time, Iraq called for the United Nations to grant financial and technological support to states affected by DU contamination. ((ICBUW (2014): https://www.bandepleteduranium.org/en/iraq-calls-for-treaty-ban-on-depleted-uranium (accessed 28/10/2014) )) Furthermore, the resolution contends that information on areas that have been targeted by DU munition has to be made available. This demand has already been an integral part of the 3rd UN resolution on DU weapons in 2010. ((ICBUW (2014): https://www.bandepleteduranium.org/en/new-un-depleted-uranium-resolution-calls-for-clean (accessed 28/10/2014) )) Yet, the US refuses to release information to the Iraqi Government on the areas targeted by DU munitions in the Gulf War (1991) and the Iraq War (2003). This significantly impedes the identification and clearance of DU contamination. ((PAX (2014): https://www.paxforpeace.nl/stay-informed/news/no-solution-in-sight-for-iraqs-radioactive-military-scrap (accessed 28/10/2014) ))
– end of text —A similar thing yesterday came up with rule 209.
What to do?
Greetings
bernhardForum: Plugins
In reply to: [Explanatory Dictionary] Dictionary for Multisite?Hi EXED intern,
thanks!Forum: Plugins
In reply to: [TheCartPress eCommerce Shopping Cart] How to create new units for products?thanks a lot!
I deactivated safe mode now and hope, that this is not an security problem.
thanks for your fast replies!
The problem is occuring on different WP-Instllations.
More Info about my configuration:
MySQL: 5.6.19
PHP: 5.4.16
PHP Safe Mode is ON
WP: 4.0 Multisite-Installation
tested with
all other plugins deactivated (network-wide and individual)
Twentyforten theme activatedThe plugin works with PHP Safe Mode OFF!
But I prefare to have this ON and using the last 1.9 Version.
Forum: Reviews
In reply to: [Child Theme Configurator] works fineSorry – I just discovered the possibility to reorder the css-definitions with the numbers in the css-comments
Forum: Plugins
In reply to: [Geo Mashup] How to make maps responsive?Dear Dylan,
thanks for your fast support and for the plugin as well!!