Forum Replies Created

Viewing 30 posts - 31 through 60 (of 67 total)
  • Author
    Posts
  • 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.

    in reply to: On iPhone: EVENT info (left side of page) not viewable #708137

    Ok. Not sure what happened. I updated the password, please try it now. Thanks.

    in reply to: On iPhone: EVENT info (left side of page) not viewable #707803

    Done, below.

    • This reply was modified 7 years, 5 months ago by LAVision. Reason: Updated with correct password
    in reply to: On iPhone: EVENT info (left side of page) not viewable #707248

    Sure, 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.

    This 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( '&laquo; ' . 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>&laquo;</span> %title%' ) ?></li>
    			<li class="tribe-events-nav-next"><?php tribe_the_next_event_link( '%title% <span>&raquo;</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>&laquo;</span> %title%' ) ?></li>
    			<li class="tribe-events-nav-next"><?php tribe_the_next_event_link( '%title% <span>&raquo;</span>' ) ?></li>
    		</ul>
    		<!-- .tribe-events-sub-nav -->
    	</div>
    	<!-- #tribe-events-footer -->
    
    </div><!-- #tribe-events-content -->
    

    I 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!

    So 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.

    in reply to: Contact form not working #589450

    Ok, feeling pretty bright right now… had set the wrong email address in the settings! Resolved :)

    in reply to: Contact form not working #589394

    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

    in reply to: Contact form not working #589347

    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.

    in reply to: Enfold Contact form is not sending #589245

    I don’t mean to hijack — I just wanted to know what the solution was as my situation is exactly the same…

    in reply to: Contact form not working #589239

    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, 2 months ago by LAVision.
    in reply to: Enfold Contact form is not sending #589219

    Was there a resolution? I’m also suffering exactly the same problem (contact form 7 works fine).

    in reply to: Facebook Likebox disappeared with latest Enfold update #541923

    Never mind… working now…

    in reply to: Two Column (1/2 and 1/2), right column extra space at top #541922

    Never mind… Changed browsers and it seems fine… must’ve been a caching thing.

    in reply to: Mailchimp Newsletter Widget ("friend" label appears?) #533719

    Please, 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.

    in reply to: Mailchimp Newsletter Widget ("friend" label appears?) #533081

    Ok. Credentials below.

    in reply to: Mailchimp Newsletter Widget ("friend" label appears?) #532915

    Ok, link below… You’ll see “friend” is in the first name field for some reason…

    in reply to: Mailchimp Newsletter Widget ("friend" label appears?) #531918

    Rikard, 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.

    in reply to: Mailchimp Newsletter Widget ("friend" label appears?) #531382

    submitted

    • This reply was modified 8 years, 5 months ago by LAVision.
    in reply to: Facebook Like Page Box #529383

    Great, thank-you. In future updates of the theme will this be corrected, or will I need to re-apply this?

    in reply to: Audio player not working (plugin: Series Engine) #523591

    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?

    in reply to: Promo box background, transparent? #510269

    Awesome, thanks guys for the quick response!

    in reply to: Promo box background, transparent? #510260

    Last detail :) Can I make it semi transparent rather than totally transparent?

    in reply to: Promo box background, transparent? #510254

    Would be great to be able to select transparent in the actual module itself, as other modules have this option.

    in reply to: Promo box background, transparent? #510253

    But won’t this make all my promo boxes transparent? I only want it transparent in some cases.

    in reply to: separator line next to text, how? #510245

    Thanks, Elliot.

    in reply to: Video not opening in lightbox #508636

    Found the solution: Need to paste the full URL on youtube from the browser window, not the Youtube “share” url.

    in reply to: Video not opening in lightbox #508631

    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 8 years, 7 months ago by LAVision.
    in reply to: Image Cropping Issues #501150

    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.

Viewing 30 posts - 31 through 60 (of 67 total)