The site works, but it’s missing the styling and some customizations from the child theme.
In the administration, I get the error Error: The theme directory “shoptimizer-child-theme” does not exist (obsviously).
Strange thing is the until Friday the site was working fine and suddenly in Saturday it broke.
In Plesk logs I don’t see any strange errors/wearnings. Just a mod_security rule triggered a few times, but this is something that happens some times and doen’t seem to affect the site.
The systme information are:
WordPress v6.2.2
Woocommerce v7.9.0
Shoptimizer theme with Kirki plugin
PHP 8.1.9
LiteSpeed running on Server
Any help would be much appreciated,
Thank you.
We have multiple wordpress instances inside main website. Once we upload the files after few hours following happens:
1. Under /public_html/wp-content themes folder data gets deleted
2. A new folder Themes_backup gets created under /public_html/wp-content/themes_backup with a .zip file & .htaccess with deny from all statement.
After this our website goes down & we seek your support.
We are running on linux server ( CentOS & Cpanel). Sitelock is installed with smart scan on. So far it shows no malware in the site.
Advice how should we stop this compromise.
Regards
Yogesh Huja
Can anyone think of a reason why it does this, and to only one of the sites on my server?
]]>Parse error: syntax error, unexpected T_CLASS in /home/content/27/11058027/html/bellferro/dev/wp-content/themes/expound/functions.php on line 264
Does anyone know what I can do to fix this. The following is the code I need to fix. I can’t even sign into my wordpress anymore. Thanks in advance.
/**
* Footer credits.
*/
function expound_display_credits() {
$text = ‘Bellferro Ironworks | Custom Iron Designs’ ;
$text = ‘<span class=”sep”> | </span>’;
$text = ’29 Ridge Road West’;
$text = ‘Grimsby,ON’;
$text = ‘905-401-3001’;
echo apply_filters( ‘expound_credits_text’, $text );
}
add_action( ‘expound_credits’, ‘expound_display_credits’ );
Is there anything I can do to simply reinstall the folder? I don’t feel comfortable enough with my skillset to uninstall/reinstall WordPress from scratch, so I was hoping there’s a way. Any advice is helpful!
]]>My real purpose in doing this was a nagging stubbornness to demonstrate that putting the theme files in the themes directory is a viable option. For sane users I don’t think it makes a wit of difference and you would have to re-edit the all-in-one-event-calendar.php file again after every upgrade. Not being quite sane, I intend to do just that.
Anyway, I’ve been running with these edits for about a week on the newest version, 1.7, and have seen no ill effects. In fact 1.7 is definitely an advance on 1.5 well worth having.
Line 195
define( 'AI1EC_THEMES_ROOT', WP_CONTENT_DIR . '/' . AI1EC_THEMES_FOLDER );
Change to
define( 'AI1EC_THEMES_ROOT', WP_CONTENT_DIR . '/themes/' . AI1EC_THEMES_FOLDER );
Line 200
define( 'AI1EC_THEMES_URL', WP_CONTENT_URL . '/' . AI1EC_THEMES_FOLDER );
Change to
define( 'AI1EC_THEMES_URL', WP_CONTENT_URL . '/themes/' . AI1EC_THEMES_FOLDER );
https://www.ads-software.com/extend/plugins/all-in-one-event-calendar/
]]>I looked at page source all CSS were missing. Reviewed database files through host (Network Solutions), and noticed that my Themes folder is now missing.
I haven’t noticed anything else odd, but I am somewhat of a novice so maybe missing something.
How did this happen?
Have I been hacked?
What are the signs?
System Info
site url: www.DirtyInPublic.com
Headway Version: 2.0.5
WordPress Version: 3.1
PHP Version: 5.2.13
MySQL Version: 5.0.89
Web Server Info: Apache/2.2.14 (Unix) FrontPage/5.0.2.2635
Browser Info: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
PHP cURL Support: Yes
PHP GD Support: Yes
Thanx
]]>One thing that I am still having problems with is either renaming or moving the themes folder.
So instead of:
domain.com/wp-content/themes/all_theme_files
I want something like:
domain.com/files/all_theme_files
or even:
domain.com/all_theme_files
Is this possible?
TIA
]]>