massy74
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme Analytical – how to remove the theme maker textI keep chaning themes so that is not an issue for me. I would like to remove that text if it is possible.
Thank you in advance for your help
Forum: Themes and Templates
In reply to: Theme Analytical – how to remove the theme maker textI will not update the theme as I am fine with this version. Therefore I would like to know what I can remove from footer.php or any other file.
Thank you so much.
Forum: Themes and Templates
In reply to: Theme Analytical – how to remove the theme maker textI have removed that part as you suggested but unfortunately the text is still there.
Forum: Themes and Templates
In reply to: Theme Analytical – how to remove the theme maker textIf I remove the code completely, the widgets are gone too.
Forum: Themes and Templates
In reply to: Theme Analytical – how to remove the theme maker textNo it is not. The widgets are on the right hand side and the theme maker text is on the button left. Footer.php is the following.
<?php global $shortname; global $themename; ?> <!-- #Footer Area --> <!-- Please donot modify this section --> <div id="footer-area"> <?php get_sidebar('footer'); ?> <!-- Footer Copyright info --> <div id="foot_copyrt" class="colreg"> <div class="fcenter copyright_box"> <?php if(sketch_get_option($shortname.'_copyright')){ $string = sketch_get_option($shortname.'_copyright'); $fstring = ske_striptag('br',$string); ?> <?php echo $fstring; ?> | <?php } ?> <span class="powered-by">Analytical Lite By <a title="Sketch Themes" href="https://www.sketchthemes.com/?utm_source=ana_pro">SketchThemes</a></span> </div> </div> <!-- Footer Copyright info --> </div> <!-- #Footer Area --> </div> <?php if(is_page_template('template-gallery.php')){ ?> <script type="text/javascript"> jQuery(document).ready(function(){ show_skebg_thumbs(); }); </script> <?php } ?> <?php wp_footer(); ?> </body> </html>
Forum: Themes and Templates
In reply to: Theme Analytical – how to remove the theme maker textYes I have – I tried several way to modify the code but nothing. It just ruins the graphic. Would you be so kind as to look at it for me? I can post it here if it is easier.
Forum: Themes and Templates
In reply to: Theme Analytical – how to remove the theme maker textHi
I thought to post it here as this is not an issue related to the theme.