Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter badrhari

    (@badrhari)

    Hi Daniel,

    I’ve followed your instructions but I get the same error and submit rating doesn’t work.
    Is there a way so I can upgrade my jQuery version or other ides?

    Thank you.

    Forum: Fixing WordPress
    In reply to: Category issue !
    Thread Starter badrhari

    (@badrhari)

    Hi,

    I’ve checked the serve logs and here is the output:
    [Fri Jul 15 20:23:25.116756 2016] [:error] PHP Parse error: syntax error, unexpected end of file in /var/www/anglokom.com/public_html/wp-content/themes/xenia/format-standard.php on line 55, referer: http://anglokom.com/2016/03/10/just-in-time/
    [Fri Jul 15 20:24:24.334840 2016] [:error] PHP Parse error: syntax error, unexpected end of file in /var/www/anglokom.com/public_html/wp-content/themes/xenia/format-standard.php on line 55

    Here is the content of that file:

    cat -n /var/www/anglokom.com/public_html/wp-content/themes/xenia/format-standard.php on line 55, referer: http://anglokom.com/
    1 <?php
    2 global $layout;
    3
    4 $permalink = get_permalink();
    5 ?>
    6
    7 <?php if ($layout == ‘medium’) : ?>
    8 <div class=”col-lg-5″>
    9 <?php endif; ?>
    10
    11
    12
    13 <?php if ($layout == ‘medium’) : ?>
    14 </div>
    15 <div class=”col-lg-7″>
    16 <?php endif; ?>
    17
    18 <div class=”cl-blog-naz”>
    19 <div class=”cl-blog-type”><i class=”icon-pencil”></i></div>
    20
    21 <div class=”cl-blog-name”>
    22 “><?php the_title(); ?>
    23 </div >
    24 <div class=”cl-blog-detail”>
    25 <?php the_time(‘j F Y’); ?> – <?php the_tags( ‘Tags: ‘, ‘, ‘, ‘
    ‘ ); ?>
    26
    27 </div>
    28 <?php
    29 if(!is_single()) { ?>
    30 <div class=”cl-blog-img”>
    31 <?php the_post_thumbnail( array( null, null, ‘bfi_thumb’ => true ) ); ?>
    32 </div>
    33 <? } ?>
    34
    35 <?php if ( is_single() ) : ?>
    36 <div class=”cl-blog-text”>
    37 <?php the_content(); ?>
    38 </div>
    39
    40 </div><!– cl-blog-naz –>
    41 <?php else : ?>
    42 <div class=”cl-blog-text”>
    43 <?php echo get_the_excerpt(); ?>
    44 </div>
    45
    46 </div><!– cl-blog-naz –>
    47 <div style=”overflow: hidden; width: 100%;”>
    48 <div class=”cl-blog-read”>“><?php _e(‘Read More’, THEME_SLUG); ?></div>
    49 </div>
    50 <div class=”cl-blog-line”></div>
    51 <?php endif; ?>
    52
    53 <?php if ($layout == ‘medium’) : ?>
    54 </div>
    55 <?php endif; ?>

    Thread Starter badrhari

    (@badrhari)

    Hello,

    I’ve stopped (pause) all cloudflare settings for this domain !

    Thread Starter badrhari

    (@badrhari)

    Hello,

    Caching Level – No Query String
    Auto Minify – Disabled.

    There is something else I can disable?

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