Keno
Forum Replies Created
-
yes, not only by logged in users, but also as admin of the website. disabled all plugins, tested on latest wordpress default twenty fifteen themes, same problem… ; ( right after upgraded to the latest wordpress. because i tried on another site, with lower version of wp. i posted an event successfully, then upgraded the latest wordpress, then tada…. clicked on submit an event remains on the same page, event not created.
same here. after upgrade wordpress to the latest version, works fine with older wp.
I tried on another site, while wordpress is lower than the current version, front end submitting event does work, then i clicked to update wordpress, tried again submitting an event, not working any more, on the same page, event not created!
Any idea, what’s going wrong? please!
Forum: Plugins
In reply to: [Community by PeepSo - Download from PeepSo.com] is it related to buddypress?and it’s annoying to be on buddypress official website’s plugin page, which is not for buddypress at all!!!! I really don’t like this kinda behavior.
Forum: Plugins
In reply to: [Community by PeepSo - Download from PeepSo.com] is it related to buddypress?@iseestarz, agree, buddypress is unbeatable!
not working.
ahhhh, i don’t know how to do that…. ; (
returned nothing!
so, events manager doesn’t register activity type for new event…?
and i also found, profile picture changing returned nothing either…
l have looked it up … but failed to figure out…
i tried:
<?php if (bp_get_activity_type() == ‘new_event’ ) : ?>
and
<?php if (bp_get_activity_type() == ‘event’ ) : ?>
but none of them help…
any idea?
if you want to use css to make a change only to one specific object, give this specific object a specific class or ID.
then give a class or ID to the div where you put the shortcode,
like
<div class=”momshof”>[locations_map]</div>then do the css:
.momshof .em-location-map-container{width:100%!important;height:your-height}
then the style will only do the changes on this div
<div class=”momshof”>[locations_map]</div>
won’t affect your individual listings
triple the maps and off center? that’s weird…
wonder what it looks like…
use the div class,
.em-location-map-container
instead of
.em-location-map, .em-locations-map
i tried to add css
.em-location-map-container{width:100%!important}
to the page where you put the shortcode,
and it works