piotr2018wp
Forum Replies Created
-
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.
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>
Forum: Plugins
In reply to: [WP Smart Preloader] Enable on selected pagesI’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.
- This reply was modified 4 years ago by piotr2018wp.
Forum: Plugins
In reply to: [WP Smart Preloader] Page-Specific PreloaderI’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 reply was modified 4 years ago by 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