RyandaDwi
Forum Replies Created
-
I still can’t get the description. In my case now, I would like to get the date and then put it into my microdata (schema.org/events).
One of my friend put his microdata on this plugin, but I can’t ask him. So I should figure out how to take event date to be used for microdata
Forum: Plugins
In reply to: [Crelly Slider] Not working on any apple productsAh hi!
I want to ask the same question, but this one already on live view.When some people open website using Macbook Air or etc, the slider gets stretch and show over the width limit. Its working perfectly on iMac , iPhone, etc. The problem is in Macbook only.
Not a big problem but if I could get any answer, would be great!
Here is the link :
https://skygardenbali.com/message-to-owner/Thank you!
I couldn’t use html tag still…
if i changed [[=raw excerpt]] into excerpt or [[=excerpt]] , it won’t show anything.
Oh I gave up .
I dont understand about showing the custom field.
So I have one custom field called “award”1. Where should I put this code?
$additional_data = array(); $string = get_post_meta( get_the_ID(), 'hello_meta' ); // this string can be anything $additional_data['hello'] = $string; echo tribe_events_template_data( $post, $additional_data ); ?>
2. And should I use [[=award]] in tooltip.php?
Thank you for your time.
aw yeah you guys are awesome ! thanks !
Yes already did it , thanks ??
another quick question. why my reports page always loading and not showing any reports?
I can see the map but not the report@kangomedia and @photocrati let’s say user are in 1st page and want to go to 3rd page of gallery. And then they want to go back to album. history.back(-1) Will make user go to 1st page again because it’s step back to the page before, not linking to album page.
I dont get any solution to this. I have 3 sub album and it should have “back to album” button
Nevermind, please change this thread as RESOLVED
1. I dont know what was going on with the navigation. So I edit nav.php in the-events-calendar/views/month
then I changed this part<ul class="tribe-events-sub-nav"> <li class="tribe-events-nav-previous"> <a href="" onclick="window.location.href='<?php echo events_get_previous_month_link(); ?>'" class="tribe-event-navigation" id="tribe-navi-prev" title="Previous Month"> << <?php echo events_get_previous_month_text(); ?> </a> </li> <!-- .tribe-events-nav-previous --> <li class="tribe-events-nav-next"> <a href="" onclick="window.location.href='<?php echo events_get_next_month_link(); ?>'" class="tribe-event-navigation" id="tribe-navi-next" title="Previous Month"> <?php echo events_get_next_month_text(); ?> >> </a> </li> <!-- .tribe-events-nav-next --> </ul><!-- .tribe-events-sub-nav -->
FYI, I used onclick event because, I dont know what is happening with the template. Href doesnt work at all. If you can use href on your theme, you are lucky.
2. 404 page problem still show up when I refresh page after search event. So I decaded to turn off search setting. I am waiting for any update about this in another thread.
THanks !