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.
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 } ?>
Q. I somehow, somewhere click something that now on all pages I have on the right-hand side of the page an option for people to click links to get around my pages, I want that out and the contents filling the whole page?
Ans: Kindly go to pages >> interior >> Template >> Select Page Full Width Template from dropdown.
Page Full Width:
Helps in setting up the content on any page without Sidebar
See example screenshot:
https://www.sktthemesdemo.net/documentation/skt-elementor-doc/assets/img/screenshot-template.png
Q. our front-page slider stopped working??
Ans: Kindly edit frontpage/slider.php file, go to line number 14 and make below changes:
Hi, I am trying to place a multi page wpform on top of my slider header image and I go to the theme’s php page: Solar Energy: slider-static.php (frontpage/slider-static.php)
And I insert this snippet:
<div class=”extra-slide-content”>
<?php echo do_shortcode(‘[wpforms id=”5141″]’); ?>
</div><!– /.extra-slide-content –>
and my form either ends up above or below the picture. I want the form to be on top of the image. If I can have it to one half of the image, lef or right would be great.
How do I get it above the image?
The website is in maintenance mode so you can not see it but it’s using the solar energy theme and I am only using one image in the slider section where I want the form to overlay. It is a multi page wpform
Those pages are theme functionality pages and not editable with Elementor. If you want to make changes to those pages you have to edit their php files and it is not recommended to edit php files if you do not have proper knowledge of coding otherwise you will break your website.