Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter piotr2018wp

    (@piotr2018wp)

    Yes but repairing was breaking my site’s admin page – try putting main index.php into wp-admin directory…

    The only solution was ignoring but since I am administrating a dozen of sites the other users get annoyed ??.

    Wordfence thinks that good wp-admin/index.php was modified because its content is checked against main index.php and I get that error on every site!

    I think I should have written in the subject: False-positive High Severity Problem: “/wp-admin/index.php file has been modified”

    • This reply was modified 1 year, 8 months ago by piotr2018wp.
    Thread Starter piotr2018wp

    (@piotr2018wp)

    I mean – how to hide the following strings in JSON i XML version of oEmbeds:

    "author_name": "My Full Name",
    "author_url": "https:/my-site.com/author/username/"

    <author_name>My Full Name</author_name>
    <author_url>https://my-site.com/author/username/</author_url>

    Thread Starter piotr2018wp

    (@piotr2018wp)

    I’ve found some solution to this problem. Just enable preloader on all pages, hide it on all of them and show only on specific.

    In CSS insert the following

    .page .smart-page-loader, 
    .single .smart-page-loader {
      display: none; 
    }
    
    .home .smart-page-loader, 
    .page.page-id-417 .smart-page-loader, 
    .single.postid-83 .smart-page-loader { 
      display: block; 
    }

    This code will show preloader only on home page, page with id = 417 and post id = 83 (eg example.com/?p=417 and example.com/?p=83).

    This is not the solution but just a workaraoud.

    piotr2018wp

    (@piotr2018wp)

    I’ve found some solution to this problem. Just enable preloader on all pages, hide it on all of them and show only on specific.

    In CSS insert the following

    .page .smart-page-loader, 
    .single .smart-page-loader {
      display: none; 
    }
    
    .home .smart-page-loader, 
    .page.page-id-417 .smart-page-loader, 
    .single.postid-83 .smart-page-loader { 
      display: block; 
    }

    This code will show preloader only on home page, page with id = 417 and post id = 83 (eg example.com/?p=417 and example.com/?p=83).

    Thread Starter piotr2018wp

    (@piotr2018wp)

    Hi Glen,

    Sorry for my delay. Maybe you have already solved this.

    If not – the problem is changing of destination directory. Files are not saved (as other files) in wpcf7-files folder but in its parent.

    Regards,
    Piotr

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