Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter giorgi04

    (@giorgi04)

    I can confidently say that it is the best plugin.
    I updated and it works perfectly. Thanks for that.

    I tested a lot of plugins but it is the most complete and best plugin, thanks.

    5 star + biggest recommendation <3

    Thread Starter giorgi04

    (@giorgi04)

    thanks for reply. i have only tested post.

    https://gkh.com.ge/2022/04/06/poll/

    you can also see image. i marked my question

    https://ibb.co/QktpD0t <- image

    Thread Starter giorgi04

    (@giorgi04)

    OFC <3

    Thread Starter giorgi04

    (@giorgi04)

    thanks. I have no more questions. Waiting for the plugin to update. That would be a good addition.

    Thanks for your attention and response.

    I wish you a successful day too

    Thread Starter giorgi04

    (@giorgi04)

    Hi, Thanks for replay.

    I have already added and it works perfectly
    But he has no indication of how long the popup will close. Is it possible to install it?

    on link is screenshot and you can see what i mean https://ibb.co/9h23yYr

    • This reply was modified 3 years, 1 month ago by giorgi04.
    Thread Starter giorgi04

    (@giorgi04)

    <?php
    /**
     * The template for displaying Comments.
     *
     * The area of the page that contains both current comments and the comment
     * form. The actual display of comments is handled by a callback to
     * oceanwp_comment() which is located at functions/comments-callback.php
     *
     * @package OceanWP WordPress theme
     */
    
    // Return if password is required
    if ( post_password_required() ) {
    	return;
    }
    
    // Add classes to the comments main wrapper
    $classes = 'comments-area clr';
    
    if ( get_comments_number() != 0 ) {
    	$classes .= ' has-comments';
    }
    
    if ( ! comments_open() && get_comments_number() < 1 ) {
    	$classes .= ' empty-closed-comments';
    	return;
    }
    
    if ( 'full-screen' == oceanwp_post_layout() ) {
    	$classes .= ' container';
    } ?>
    
    <section id="comments" class="<?php echo esc_attr( $classes ); ?>">
    
    	<?php // You can start editing here -- including this comment! ?>
    
    	<?php if ( have_comments() ) :
    
    		// Get comments title
    		$comments_number = number_format_i18n( get_comments_number() );
    		if ( '1' == $comments_number ) {
    			$comments_title = esc_html__( 'This Post Has One Comment', 'oceanwp' );
    		} else {
    			$comments_title = sprintf( esc_html__( 'This Post Has %s Comments', 'oceanwp' ), $comments_number );
    		}
    		$comments_title = apply_filters( 'ocean_comments_title', $comments_title ); ?>
    
    		<h3 class="theme-heading comments-title">
    			<span class="text"><?php echo esc_html( $comments_title ); ?></span>
    		</h3>
    
    		<ol>
    			<?php
    			// List comments
    			wp_list_comments( array(
    				'callback' 	=> 'oceanwp_comment',
    				'style'     => 'ol',
    				'format'    => 'html5',
    			) ); ?>
    		</ol><!-- .comment-list -->
    
    		<?php
    		// Display comment navigation - WP 4.4.0
    		if ( function_exists( 'the_comments_navigation' ) ) :
    
    			the_comments_navigation( array(
    				'prev_text' => '<i class="fa fa-angle-left" aria-hidden="true"></i><span class="screen-reader-text">'. __( 'Previous comment', 'oceanwp' ).'</span>'. esc_html__( 'Previous', 'oceanwp' ),
    				'next_text' => esc_html__( 'Next', 'oceanwp' ) .'<i class="fa fa-angle-right" aria-hidden="true"></i><span class="screen-reader-text">'. __( 'Next comment', 'oceanwp' ).'</span>',
    			) );
    
    		elseif ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
    
    			<div class="comment-navigation clr">
    				<?php paginate_comments_links( array(
    					'prev_text' => '<i class="fa fa-angle-left" aria-hidden="true"></i><span class="screen-reader-text">'. __( 'Previous comment', 'oceanwp' ).'</span>'. esc_html__( 'Previous', 'oceanwp' ),
    					'next_text' => esc_html__( 'Next', 'oceanwp' ) .'<i class="fa fa-angle-right" aria-hidden="true"></i><span class="screen-reader-text">'. __( 'Next comment', 'oceanwp' ).'</span>',
    				) ); ?>
    			</div>
    
    		<?php endif; ?>
    
    		<?php
    		// Display comments closed message
    		if ( ! comments_open() && get_comments_number() ) : ?>
    			<p class="no-comments"><?php esc_html_e( 'Comments are closed.' , 'oceanwp' ); ?></p>
    		<?php endif; ?>
    
    	<?php endif; // have_comments() ?>
    
    	<?php
    	comment_form(
    		array(
    			'must_log_in'			=> '<p class="must-log-in">'.  sprintf( esc_html__( 'You must be %1$slogged in%2$s to post a comment.', 'oceanwp' ), '<a href="'. wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) .'">', '</a>' ) .'</p>',
    			'logged_in_as'			=> '<p class="logged-in-as">'. esc_html__( 'Logged in as', 'oceanwp' ) .' <a href="'. admin_url( 'profile.php' ) .'">'. $user_identity .'</a>. <a href="' . wp_logout_url( get_permalink() ) .'" title="'. esc_attr__( 'Log out of this account', 'oceanwp' ) .'">'. esc_attr__( 'Log out &raquo;', 'oceanwp' ) .'</a></p>',
    			'comment_notes_before'	=> false,
    			'comment_notes_after'	=> false,
    			'comment_field'			=> '<div class="comment-textarea"><label for="comment" class="screen-reader-text">'. esc_html( 'Comment', 'oceanwp' ) . '</label><textarea name="comment" id="comment" cols="39" rows="4" tabindex="0" class="textarea-comment" placeholder="'. esc_attr__( '?????? ?????????...', 'oceanwp' ) .'"></textarea></div>',
    			'id_submit'				=> 'comment-submit',
    			'label_submit'			=> esc_html__( '?????????? ??????', 'oceanwp' ),
    		)
    	); ?>
    
    </section><!-- #comments -->

    this is php code and i want add here fields (Name, Email and Company) tu add 3 different language. i nahe instal php convertor shortcode plugin. i just want code to create different shortcodes and add my website

    Thread Starter giorgi04

    (@giorgi04)

    i using divi builder

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