Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter valentinchevo

    (@valentinchevo)

    my traduction not work i wish found why :/

    Thread Starter valentinchevo

    (@valentinchevo)

    hi MIKKO,

    me and divi support have found a problem is a divi bug.
    Divi had HTML in a shortcode in builder.

    Divi support don’t know why i have this error.

    Revelenssy is not a problem in this situation. so sorry ??

    have nice day

    Thread Starter valentinchevo

    (@valentinchevo)

    I delete the page found in all search results that bug and despite the removal of the page. it still appears in searches that bug even after reindexing. it annoys me, I have not found a solution similar to yours ??

    Thread Starter valentinchevo

    (@valentinchevo)

    hi mikko

    can this be a migration problem with duplicator? who would I do not know for example mixing the IDs of the different elements?

    Thread Starter valentinchevo

    (@valentinchevo)

    hi Mikko

    this result :https://drive.google.com/open?id=1URSVVB31ZpUIHcZKOZWznRe4NyXIf0zK

    this site is a beta do you want an access for testing ?

    thank for you help ??

    Thread Starter valentinchevo

    (@valentinchevo)

    hi Miko,

    I desactivate all plugin but, my problem it’s same
    If i understand this : your link solution i change my custom search page :

    <?php get_header(); ?>
    <?php echo do_shortcode('[et_pb_section global_module="49642"][/et_pb_section]'); ?>
    <?php echo do_shortcode('[et_pb_section global_module="49644"][/et_pb_section]'); ?>
    
    <div id="main-content">
    	<div class="container">
    		<div id="content-area" class="clearfix">
    			<div id="left-area">
    		<?php
    			if ( have_posts() ) :
    				while ( have_posts() ) : the_post();
    					$post_format = et_pb_post_format(); ?>
    
    					<article id="post-<?php the_ID(); ?>" <?php post_class( 'et_pb_post' ); ?>>
    
    				<?php
    					$thumb = '';
    
    					$width = (int) apply_filters( 'et_pb_index_blog_image_width', 1080 );
    
    					$height = (int) apply_filters( 'et_pb_index_blog_image_height', 675 );
    					$classtext = 'et_pb_post_main_image';
    					$titletext = get_the_title();
    					$thumbnail = get_thumbnail( $width, $height, $classtext, $titletext, $titletext, false, 'Blogimage' );
    					$thumb = $thumbnail["thumb"];
    
    					et_divi_post_format_content();
    
    					if ( ! in_array( $post_format, array( 'link', 'audio', 'quote' ) ) ) {
    						if ( 'video' === $post_format && false !== ( $first_video = et_get_first_video() ) ) :
    							printf(
    								'<div class="et_main_video_container">
    									%1$s
    								</div>',
    								$first_video
    							);
    						elseif ( ! in_array( $post_format, array( 'gallery' ) ) && 'on' === et_get_option( 'divi_thumbnails_index', 'on' ) && '' !== $thumb ) : ?>
    							<a class="entry-featured-image-url" href="<?php the_permalink(); ?>">
    								<?php print_thumbnail( $thumb, $thumbnail["use_timthumb"], $titletext, $width, $height ); ?>
    							</a>
    					<?php
    						elseif ( 'gallery' === $post_format ) :
    							et_pb_gallery_images();
    						endif;
    					} ?>
    
    				<?php if ( ! in_array( $post_format, array( 'link', 'audio', 'quote' ) ) ) : ?>
    					<?php if ( ! in_array( $post_format, array( 'link', 'audio' ) ) ) : ?>
    					
    					<?php endif; ?>
    
    					<?php
    
    						if ( 'on' !== et_get_option( 'divi_blog_style', 'false' ) || ( is_search() && ( 'on' === get_post_meta( get_the_ID(), '_et_pb_use_builder', true ) ) ) ) {
    							truncate_post( 250 );
    						} else {
    							the_content();
    						}
    					?>
    				<?php endif; ?>
    	<p style="text-align: center; margin-top:15px;"><button  class="searchbut">
    							
    							<a style="padding:10px;" href="<?php the_permalink(); ?>">Voir plus</a> </button></p>
    					</article> <!-- .et_pb_post -->
    			<?php
    					endwhile;
    
    					if ( function_exists( 'wp_pagenavi' ) )
    						wp_pagenavi();
    					else
    						get_template_part( 'includes/navigation', 'index' );
    				else :
    					get_template_part( 'includes/no-results', 'index' );
    				endif;
    			?>
    			</div> <!-- #left-area -->
    
    		</div> <!-- #content-area -->
    	</div> <!-- .container -->
    </div> <!-- #main-content -->
    
    <?php
    
    get_footer();?>

    to

    <?php get_header(); ?>
    <?php echo do_shortcode('[et_pb_section global_module="49642"][/et_pb_section]'); ?>
    <?php echo do_shortcode('[et_pb_section global_module="49644"][/et_pb_section]'); ?>
    
    <div id="main-content">
    	<div class="container">
    		<div id="content-area" class="clearfix">
    			<div id="left-area">
    		<?php
    			if ( have_posts() ) :
    				while ( have_posts() ) : the_post();
    					$post_format = et_pb_post_format(); ?>
    
    					<article id="post-<?php the_ID(); ?>" <?php post_class( 'et_pb_post' ); ?>>
    
    				<?php
    					$thumb = '';
    
    					$width = (int) apply_filters( 'et_pb_index_blog_image_width', 1080 );
    
    					$height = (int) apply_filters( 'et_pb_index_blog_image_height', 675 );
    					$classtext = 'et_pb_post_main_image';
    					$titletext = get_the_title();
    					$thumbnail = get_thumbnail( $width, $height, $classtext, $titletext, $titletext, false, 'Blogimage' );
    					$thumb = $thumbnail["thumb"];
    
    					et_divi_post_format_content();
    
    					if ( ! in_array( $post_format, array( 'link', 'audio', 'quote' ) ) ) {
    						if ( 'video' === $post_format && false !== ( $first_video = et_get_first_video() ) ) :
    							printf(
    								'<div class="et_main_video_container">
    									%1$s
    								</div>',
    								$first_video
    							);
    						elseif ( ! in_array( $post_format, array( 'gallery' ) ) && 'on' === et_get_option( 'divi_thumbnails_index', 'on' ) && '' !== $thumb ) : ?>
    							<a class="entry-featured-image-url" href="<?php the_permalink(); ?>">
    								<?php print_thumbnail( $thumb, $thumbnail["use_timthumb"], $titletext, $width, $height ); ?>
    							</a>
    					<?php
    						elseif ( 'gallery' === $post_format ) :
    							et_pb_gallery_images();
    						endif;
    					} ?>
    
    				<?php if ( ! in_array( $post_format, array( 'link', 'audio', 'quote' ) ) ) : ?>
    					<?php if ( ! in_array( $post_format, array( 'link', 'audio' ) ) ) : ?>
    					
    					<?php endif; ?>
    
    					<?php
    
    						if ( 'on' !== et_get_option( 'divi_blog_style', 'false' ) || ( is_search() && ( 'on' === get_post_meta( get_the_ID(), '_et_pb_use_builder', true ) ) ) ) {
    							the_excerpt(250);
    						} else {
    							//the_content();
    						}
    					?>
    				<?php endif; ?>
    	<p style="text-align: center; margin-top:15px;"><button  class="searchbut">
    							
    							<a style="padding:10px;" href="<?php the_permalink(); ?>">Voir plus</a> </button></p>
    					</article> <!-- .et_pb_post -->
    			<?php
    					endwhile;
    
    					if ( function_exists( 'wp_pagenavi' ) )
    						wp_pagenavi();
    					else
    						get_template_part( 'includes/navigation', 'index' );
    				else :
    					get_template_part( 'includes/no-results', 'index' );
    				endif;
    			?>
    			</div> <!-- #left-area -->
    
    		</div> <!-- #content-area -->
    	</div> <!-- .container -->
    </div> <!-- #main-content -->
    
    <?php
    
    get_footer();?>

    for simply i change truncate_post( 250 ); to the_excerpt(250);

    but this solution i if understand correctly don’t work ??

    my site to this shortener url https://bit.ly/2AHYtrS
    if you search “rouleau” your see same texte for all result ??

    i don’t understand why it’s same page who appear in result

    can you help me? :s

    Thread Starter valentinchevo

    (@valentinchevo)

    I have some search results that are not consistent, I have a page that is still displayed in the results but the title of the results and the accompanying text are part of two completely different page is inconsistent

    Thread Starter valentinchevo

    (@valentinchevo)

    ok thank you very munch

    Thread Starter valentinchevo

    (@valentinchevo)

    hi

    this plugin don’t use a cookies isn’t ?

    Thread Starter valentinchevo

    (@valentinchevo)

    .

Viewing 10 replies - 1 through 10 (of 10 total)