Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter telopak

    (@telopak)

    Any article on the site https://www.zhenskoeschastie.com

    When I want to share article to my social network, no image, only title and introduction

    1) The file header.php:

    <img src=”<?php header_image(); ?>” width=”217″ height=”70″ alt=”<?php bloginfo(‘name’); ?> <?php _e(‘Logo’, kopa_get_domain()); ?>”>

    Change the values 217 and 70 on the dimensions of your image.

    2) The file style.css:

    #logo-image {
    margin-top: 8px;
    }

    #header-middle {
    padding: 30px 0;
    }

    Changing the distance around the logo.

    Forum: Hacks
    In reply to: How to unlock user?

    If suddenly your WordPress site gives an error ?You have been locked out due to too many login attempts.? аnd you can’t to enter in admin panel, the problem in plugin better-wp-security.

    Solutions to this problem is very simple: go to ftp to
    /wp-content/plugins/ folder and rename the better-wp-security to “_better-wp-security”.

    After that you can go back to the admin panel.

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