spook65
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot edit pages after update to WP 5.5Guys, v. 5.5 sucks. The fastest and better thing to do is to rollback the WP installation to 5.4.2.
Forum: Reviews
In reply to: [WP Downgrade | Specific Core Version] Thank youI need to downgrade too but it doesn’t work. It ask me to go to the “udate core” page but once there I cannot find any button or link to start the process. Any help?
Hi.
1) Hero section background video doesn’t load
2) When plugin is activated there it is not possible to customise the site (only widget)
3) Portfolio links doesn’t workHope this will help to fix it.
Forum: Themes and Templates
In reply to: [OnePress] BEWARE WP 5.5 breaks onepress siteSame problem. Hero section doesn’t work and several links broke. I cannot revert the update as WP Downgrade goes to the update page and nothing happens. I’m stucked…
Forum: Fixing WordPress
In reply to: Upload images in post and media library doesn’t workThanks Esmi but I’ve checked on my Cpanel and the hotlink protection is disabled.
- This reply was modified 9 years, 6 months ago by spook65.
Forum: Themes and Templates
In reply to: [OnePress] Change service section excerptsThanks. Solved.
By the way, it is possible to add widget to the footer area?
Forum: Themes and Templates
In reply to: Blog Template loading home pageTo complete the info here a template “full width” that is working well, so it doesn’t load the header with the slideshow.
<?php /** Template Name: Full Width */ get_header(); ?> <!-- maincontent start here --> <section id="content-wrapper"> <div class="row"> <?php while (have_posts()) : the_post();?> <?php the_content();?> <?php endwhile;?> </div> </section> <!-- maincontent end here --> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: SQL InjectionHi. I found the problem. The hackers included an hidden file, not visible via FTP but only when downloaded on desktop PC, called social.png in each theme root directory. It looks like an image but it is a coded file. I’ve deleted that and uploaded a fresh version of my theme. I hope this will help for anyone will face the same problem in the future.
Ciao
Forum: Fixing WordPress
In reply to: Security problem. What happened and why only Chrome is ok?UPDATE: I found the hack in the DB table wp_options. Earliest backup is corrupted too. Unfortunately all theme options and customization are in that table. Any hint on how to fix it? This is not a virus… Thanks
Forum: Fixing WordPress
In reply to: Security problem. What happened and why only Chrome is ok?Thanks. Before to move into a long and bleeding restore just another info it may help. In the wp-login.php page there is a call to the website http://www.jsqury.com (exact spelling). It have to be that! Any idea how to stop it?
Forum: Hacks
In reply to: Protect the whole WP siteSorry but in the meantime I’ve managed to solve it using Force User Login Plugin.
Hope this will help in the future… 🙂
Ciao
Forum: Plugins
In reply to: Advanced search engineDo you think a customised Buddypress can work?
Forum: Plugins
In reply to: Plugins causing server overloadADD: It can be too may cron jobs at the same time (autoblogging+Twitter)?
Forum: Networking WordPress
In reply to: Installation: stucked at the beginningYes to both of you. No success. Actually I did already a multisite installation for another domain and it worked perfectly…
Forum: Networking WordPress
In reply to: Best Plugin to manage Plugins?@andrea – Yes, I want it on new sites by default. I’m using “Proper Network Activation” to activate plugins to all blogs but I cannot replicate setting… How do I do it?
Thanks for your reply.