Buddypress event image not display in homepage - wordpress

I used buddypress event manager plugin.
To display the event i should use this short code[activity-stream per_page=10 ].
Now 10 events are displayed correctly. But image will not displayed. If i create an new event means the Name of the event, Who's created , Time will be displayed.
But i want to display image also. Kindly help me to fix this.
Thanks

Related

How to hide event URL in print view

we are developing with fullcalendar and try to activate the print option for our customer. We use the latest version of fullcalendar and we use event urls to open a lightbox / fancybox after clicking on an event.
But, when it comes to the print view, and to printing for example a week, all the event urls are shown within the events. We really tried everything so far, to hide them from the print view, no success.
ajax_envent
I try to attach a photo. Any ideas or solutions on this?
Kind regards
Mike

Add a unique ID to a button in Wordpress

I have a Wordpress one-pager (salient theme using visual composer) with four buttons.
Every one is linked to the same contact form, which is correct.
Now I want to add a specific ID to each button in order to track which one is most effective in Google Analytics.
I track my other events using Google Tag Manager.
1) You need to create a trigger in GTM:
This trigger will capture clicks on all buttons which is opening contact modal popup
2) You need to create a custom variable, which will take a heading of the section, where this button is located.
Code is: function() {
return jQuery({{Click Element}}).closest('.wpb_wrapper').find('.vc_custom_heading').text();
}
3) Create a tag which will send data to GTM
4) Check your events in GA.
Keep in mind that it might take a couple of hours to appear in Behaviour-> Events tab. Or you can check it immediately in Real Time -> Events tab

Google Tag Manager On Click event on Drop Down

Trying to figure out the best way to track on click events using google tag manager on an element that doesn't seem to change. this site: http://www.sleepcocktails.com/pages/faq has FAQ's where the use can click on a question which then expeands to show the answer. The goal is to understand which are the most clicked on questions so we can surface those earlier in the site.I think the best way to do this would be through click events, but as nothing really changes on the page i cant figure out what to target with google tag manager.
Any help would be appreciated thanks!
You could create the following event tag
with the trigger to fire when the Click Class variable equals "text", like this:
Use the Click Listener and configure your tag to only fire when someone clicks on a question e.g Click Classes equals text
and the set-up for your Event could be something like this:
Category: FAQ
Action: clicks
Label: {{element text}}

FullCalendar View More Button moving

I have added a hack/add-on to allow me to limit the number of events which can appear on the Full Calendar plugin. This is where I have got the code from. https://github.com/lyconic/fullcalendar/tree/view-more
However, whenever I change the month or day the view more button moves and is hidden behind an event. Its really annoying and I don't know how to fix it.
Any advice?

Open create content form modal and refresh view display in Drupal

I have a website developed using Drupal. What I want is to create a link which launches a modal window with a custom content create form, then when the form submits and the child window closes, a view or a display of a view in the parent must be refreshed.
I have tried using an excellent module like automodal and ajax_views_refresh but I can't get to set it right.
Any clues?
Figured out how to do this not so long ago, and while looking for a method to Preview content from the Modal Frame, came across your post. Hope this isn't to late to help.
Open parent.js under modules/modalframe/js
and insert location.reload(); around line 250 within this if statement:
if ($.isFunction(self.options.onSubmit)) {
self.options.onSubmit(args, statusMessages);
}
Now, when you click "Save" the child window closes and triggers a parent page refresh.

Resources