Forum Replies Created
-
AuthorPosts
-
November 4, 2016 at 11:24 pm in reply to: Safari / Firefox: Display DIFFERENT view/formatting for events #708468
I’m just using the out of the box setup with Enfold / Church theme. I haven’t done any modifications in regards to the page where events are posted.
Login credentials below. Thank you.
November 4, 2016 at 11:33 am in reply to: On iPhone: EVENT info (left side of page) not viewable #708137Ok. Not sure what happened. I updated the password, please try it now. Thanks.
November 3, 2016 at 4:12 pm in reply to: On iPhone: EVENT info (left side of page) not viewable #707803Done, below.
- This reply was modified 8 years ago by LAVision. Reason: Updated with correct password
November 2, 2016 at 5:08 pm in reply to: On iPhone: EVENT info (left side of page) not viewable #707248Sure, for example, see the private link below…
Also, in a possibly connected issue, I started another topic here:
because depending on your browser, you’ll see the left column (in Safari), but in firefox (for example) you will not… I’m just using the default setup of the “church” enfold theme.
October 29, 2016 at 8:27 am in reply to: Need Help: Enfold with Modern Tribe The Events Calendar: WooCommerce Tickets #705490This is the current code of the current single-event.php file for reference. As you can see, it’s changed a bit so I don’t know how to modify it now as to get the result desired mentioned above…
<?php /** * Single Event Template * A single event. This displays the event title, description, meta, and * optionally, the Google map for the event. * * Override this template in your own theme by creating a file at [your-theme]/tribe-events/single-event.php * * @package TribeEventsCalendar * @version 4.3 * */ if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } $events_label_singular = tribe_get_event_label_singular(); $events_label_plural = tribe_get_event_label_plural(); $event_id = get_the_ID(); ?> <div id="tribe-events-content" class="tribe-events-single"> <p class="tribe-events-back"> <a href="<?php echo esc_url( tribe_get_events_link() ); ?>"> <?php printf( '« ' . esc_html_x( 'All %s', '%s Events plural label', 'the-events-calendar' ), $events_label_plural ); ?></a> </p> <!-- Notices --> <?php tribe_the_notices() ?> <?php the_title( '<h1 class="tribe-events-single-event-title">', '</h1>' ); ?> <div class="tribe-events-schedule tribe-clearfix"> <?php echo tribe_events_event_schedule_details( $event_id, '<h2>', '</h2>' ); ?> <?php if ( tribe_get_cost() ) : ?> <span class="tribe-events-cost"><?php echo tribe_get_cost( null, true ) ?></span> <?php endif; ?> </div> <!-- Event header --> <div id="tribe-events-header" <?php tribe_events_the_header_attributes() ?>> <!-- Navigation --> <h3 class="tribe-events-visuallyhidden"><?php printf( esc_html__( '%s Navigation', 'the-events-calendar' ), $events_label_singular ); ?></h3> <ul class="tribe-events-sub-nav"> <li class="tribe-events-nav-previous"><?php tribe_the_prev_event_link( '<span>«</span> %title%' ) ?></li> <li class="tribe-events-nav-next"><?php tribe_the_next_event_link( '%title% <span>»</span>' ) ?></li> </ul> <!-- .tribe-events-sub-nav --> </div> <!-- #tribe-events-header --> <?php while ( have_posts() ) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <!-- Event featured image, but exclude link --> <?php echo tribe_event_featured_image( $event_id, 'full', false ); ?> <!-- Event content --> <?php do_action( 'tribe_events_single_event_before_the_content' ) ?> <div class="tribe-events-single-event-description tribe-events-content"> <?php the_content(); ?> </div> <!-- .tribe-events-single-event-description --> <?php do_action( 'tribe_events_single_event_after_the_content' ) ?> <!-- Event meta --> <?php do_action( 'tribe_events_single_event_before_the_meta' ) ?> <?php tribe_get_template_part( 'modules/meta' ); ?> <?php do_action( 'tribe_events_single_event_after_the_meta' ) ?> </div> <!-- #post-x --> <?php if ( get_post_type() == Tribe__Events__Main::POSTTYPE && tribe_get_option( 'showComments', false ) ) comments_template() ?> <?php endwhile; ?> <!-- Event footer --> <div id="tribe-events-footer"> <!-- Navigation --> <h3 class="tribe-events-visuallyhidden"><?php printf( esc_html__( '%s Navigation', 'the-events-calendar' ), $events_label_singular ); ?></h3> <ul class="tribe-events-sub-nav"> <li class="tribe-events-nav-previous"><?php tribe_the_prev_event_link( '<span>«</span> %title%' ) ?></li> <li class="tribe-events-nav-next"><?php tribe_the_next_event_link( '%title% <span>»</span>' ) ?></li> </ul> <!-- .tribe-events-sub-nav --> </div> <!-- #tribe-events-footer --> </div><!-- #tribe-events-content -->
October 28, 2016 at 10:18 pm in reply to: Need Help: Enfold with Modern Tribe The Events Calendar: WooCommerce Tickets #705435I have exactly the same situation, but it looks like the code has changed since then and thus I can’t do exactly as described here … Could someone please update the process as of today? Thank you!
September 28, 2016 at 6:06 pm in reply to: Yoast SEO: Video Plugin doesn't detect Youtube Videos in Advanced layout Editor #692835So I assume the “Page Analysis” functionality is causing Yoast not to see the Youtube links? Is that what you mean?
My problem is not the SEO, but the entire Yoast Video plugin doesn’t work at all as a result of not picking up the youtube links in my post / page.
Ok, feeling pretty bright right now… had set the wrong email address in the settings! Resolved :)
Could it be an issue that I edited (in the php.ini file) the sendmail_path = /usr/sbin/sendmail -t -i (Email address hidden if logged out) ‘
and I put my email address in the user@domain slot? I did this so the emails would indicate it was from my correct email and not (Email address hidden if logged out) or whatever was showing up there because the “from” field wasn’t clearly indicated.
I did this as per BlueHosts instructions here: https://my.bluehost.com/cgi/help/206
I also tried switching to using SMTP using WP Mail Bank plugin. The plugin successfully sends a test email via smtp — but the contact form (of Enfold) still doesn’t work.
I don’t mean to hijack — I just wanted to know what the solution was as my situation is exactly the same…
I did read that, that’s why I tested with Contact Form 7… (which worked) … why would Enfold’s not work when Contact form 7 does?
- This reply was modified 8 years, 9 months ago by LAVision.
Was there a resolution? I’m also suffering exactly the same problem (contact form 7 works fine).
November 24, 2015 at 9:03 pm in reply to: Facebook Likebox disappeared with latest Enfold update #541923Never mind… working now…
November 24, 2015 at 9:02 pm in reply to: Two Column (1/2 and 1/2), right column extra space at top #541922Never mind… Changed browsers and it seems fine… must’ve been a caching thing.
November 10, 2015 at 10:48 pm in reply to: Mailchimp Newsletter Widget ("friend" label appears?) #533719Please, I don’t want to leave that active because it’s not functioning properly. Please have a look because I want to get that error off my page.
November 10, 2015 at 7:40 am in reply to: Mailchimp Newsletter Widget ("friend" label appears?) #533081Ok. Credentials below.
November 9, 2015 at 9:50 pm in reply to: Mailchimp Newsletter Widget ("friend" label appears?) #532915Ok, link below… You’ll see “friend” is in the first name field for some reason…
November 7, 2015 at 7:06 pm in reply to: Mailchimp Newsletter Widget ("friend" label appears?) #531918Rikard, as I mentioned, I’m still using my plugin, because of the way enfold does what I mentioned. So I can’t give you a sample on my site.
November 6, 2015 at 10:27 am in reply to: Mailchimp Newsletter Widget ("friend" label appears?) #531382submitted
- This reply was modified 9 years ago by LAVision.
Great, thank-you. In future updates of the theme will this be corrected, or will I need to re-apply this?
I’m waiting for a response from the developer. However, as per previous Enfold users and what they’ve stated that the developer indicated — and from my research — it seems that Enfold uses the built-in WordPress media player element and bundles it all in a folder called js/mediaelement — and this conflicts with other audio players … Another plugin developer (also dealing with audio) that was conflicting with Enfold said deleting Enfold’s js/mediaelement folder resolves the problem.
However, what will happen if I do that? Is it just the audio player functionality that I’ll lose? What other ramifications are there if I delete this folder?
Awesome, thanks guys for the quick response!
Last detail :) Can I make it semi transparent rather than totally transparent?
Would be great to be able to select transparent in the actual module itself, as other modules have this option.
But won’t this make all my promo boxes transparent? I only want it transparent in some cases.
Thanks, Elliot.
Found the solution: Need to paste the full URL on youtube from the browser window, not the Youtube “share” url.
No plugins at all are activated and it’s still doing it. I had only added one plugin (reftagger), but deactivated it, and all others… Tried inserting an image, manual link to youtube url, it still opens the youtube page — no video lightbox.
Latest Enfold edition, as you mentioned. Two different browsers as stated.
I’m using the Church demo setup, in case that matters.
- This reply was modified 9 years, 2 months ago by LAVision.
I’m also interested in resolving this. I have issues wherever I use a masonry gallery. There’s no simply way to make your images viewable in an expected way. For example, if we could select “Display centered” and have the image centered at least when cropped, or image bottom (to crop off the top), etc … but like it is, I can never get the image displaying properly in a uniform way. I’d say this is a major problem experienced by many. As it is, it seems one must add “blank space” to the image down below — but this makes uploading images quite “unstandard” and guesswork as to positioning.
The masonry gallery “looks cool”, but as it is, it doesn’t seem to be functional for displaying images you want displayed properly.
-
AuthorPosts