• Hello, I would really appreciate it if someone could help me with footer removing from the theme (Garage).

    Here is the code from footer:

    <?php global $SMTheme;?>
    
        </div>
        </div>
    </div>
    <?php
    if ($SMTheme->get( 'social', 'showsocial')) {
    	$SMTheme->block_social();
    }
    ?>
    <div id='content-bottom' class='container'></div>
    <div id='footer'><div class='footer-inner'>
    
    		<div class='container clearfix'>
    		<?php if ($SMTheme->get("layout","footerwidgets")) { ?>
    		<div class='footer-widgets-container'><div class='footer-widgets'>
    			<div class='widgetf'>
    				<?php if ( !function_exists("dynamic_sidebar") || !dynamic_sidebar("footer_1") ) : ?>
    				<?php
    					$SMTheme->go_func("footer_1");
    				?>
    				<?php endif; ?>
    			</div>
    
    			<div class='widgetf'>
    				<?php if ( !function_exists("dynamic_sidebar") || !dynamic_sidebar("footer_2") ) : ?>
    				<?php
    					$SMTheme->go_func("footer_2");
    				?>
    				<?php endif; ?>
    			</div>
    
    			<div class='widgetf widgetf_last'>
    				<?php if ( !function_exists("dynamic_sidebar") || !dynamic_sidebar("footer_3") ) : ?>
    				<?php
    					$SMTheme->go_func("footer_3");
    				?>
    				<?php endif; ?>
    			</div>
    		</div></div>
    		<?php } ?>
    
    		</div>
    
    <?php wp_footer(); ?>
    </div> <?php //footer-inner ?>
    <div class='footer_txt'><div class='container'>
    			<?php
                        if ($SMTheme->get( "layout","footertext" )) {
                            echo $SMTheme->get( "layout","footertext" );
                        } else {
                            ?>Copyright &copy; <?php echo date("Y"); ?>  <a href="<?php echo home_url(); ?>"><?php bloginfo("name"); ?></a><?php
    						echo (get_bloginfo('description'))?' - '.get_bloginfo('description'):'';
                        }
                    ?>
    				<?php /*
    					All links in the tag <div class='smthemes'> are attribution of the theme developers and should remain intact.
    					It's protected by Creative Commons License (https://creativecommons.org/licenses/by/3.0/).
    					Warning! Your site will not be able to work if these links are edited or deleted.
    					You can buy this theme without footer links online at https://smthemes.com/buy/garage/
    				*/ ?>
    				<div class='smthemes'>Designed by <a href='https://motorcademag.com/' target='_blank'>r4</a>, thanks to: <a href='https://couldihavemadeit.com/' target='_blank'>r4 3ds</a>, <a href='https://votreblogue.com/' target='_blank'>Votre blog</a> and <a href='https://yahoovictims.com/' target='_blank'>HCG Injections Diet</a></div>
    		</div></div>
    </div> <?php //footer ?>
    </div> <?php //all ?>
    <?php
    	echo $SMTheme->get( "integration","footercode" );
    ?>
    </body>
    </html>

    And here you can check whats happening (red line at the bottom) when I remove the DIV code that contain “Designed by…” text from the footer:
    https://kljucservisnovisad.ml/

    Thanks a lot!!

Viewing 1 replies (of 1 total)
  • You do see this, right?

    All links in the tag <div class='smthemes'> are attribution of the theme developers and should remain intact. It's protected by Creative Commons License (https://creativecommons.org/licenses/by/3.0/). Warning! Your site will not be able to work if these links are edited or deleted. You can buy this theme without footer links online at https://smthemes.com/buy/garage/

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to remove footer’ is closed to new replies.