By Torgrim Sandvoll on Thursday, 27 April 2017
Posted in General Issues
Likes 0
Views 199
Votes 0
Got a Location button when in EasyBlog composer, but I can not figure how to use it?

I enter a location, and the map below refreshes and show the location.

But there is no Insert button or anything? Why is this feature here? (And if no use, how can I remove/hide the Location button?)

PS: Yes, I have entered the Google Maps API key in the backend.
Hey Torgrim,
Thanks for your input on this.
As for the css, below are the custom css codes you can use. Apply it into the custom.css file at JoomlaFolder/templates/yourCurrentTemplate/html/com_easyblog/styles/custom.css(create directory and file if it does not exist)

#eb .eb-comp-toolbar .btn-group[data-type="location"] {
display: none !important;
}
·
Thursday, 27 April 2017 15:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Torgrim,
There is no insert button because once you select a location, it is already inserted into the blog post.
The frontend will look something like this: http://take.ms/Qe6lt
To remove inserted location: http://take.ms/h3wYi

There is no setting to hide the location button in the composer but I can provide a custom css draft if you want to hide it.
·
Thursday, 27 April 2017 11:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Raymond!

Think it would be more intuitive to have a Insert (-> Remove) button in the pop-up.

Please send the CSS and file name-path to remove the Location button from the composer.
·
Thursday, 27 April 2017 15:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Raymond!
·
Thursday, 27 April 2017 16:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Torgrim,

You are most welcome. Glad to know that your issue has been resolved now.
Regards.
·
Thursday, 27 April 2017 16:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post