Frank G.
Forum Replies Created
-
Forum: Plugins
In reply to: [Gis maps] How do I get Open Street Maps base layer in my own custom map?Sorry for the delay, I do not have much time now.
I’m glad you fixed the problem and thanks for using the plugin.
Forum: Reviews
In reply to: [Gis maps] Great feature for QGIS usersThanks Giovassi
Forum: Plugins
In reply to: [Gis maps] One issue when watching maps with phoneHi Giovanni.
The problem is not in the plugin, it’s in the theme you’re using, it’s probably not a theme prepared for mobile devices.
You can test with the latest wordpress theme – Twenty seventeen –Thanks.
Forum: Plugins
In reply to: [Gis maps] One issue when watching maps with phoneHi Giovanni,
Sorry, I did not see the notification for this issue.
I’m going to work on it.Thanks
[else] in shortcode not work for me.
I’m using the wordpress version 4.2.3. and I’m thinking it might be a filter for php language.
Maybe it would be a good idea to implement it as [s2Else]?….Sorry for my English and thanks in advance.
More info…..
[s2If current_user_can(access_s2member_level1)]
Content level1
[/s2If][s2If current_user_can(access_s2member_level2)]
Content level2
[else]
WORK?
[/s2If]Screen output.
Content level1
Content level2
[else]
WORK?