casssiopeia
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Button Plugin MaxButtons] Link showing on site, not paddingNo, it’s still not working, you mention the php_footer, should I delete that?
Forum: Plugins
In reply to: [WordPress Button Plugin MaxButtons] Link showing on site, not paddingNo, I have wd slider and a plugin that is called header and footer.
Forum: Plugins
In reply to: [WordPress Button Plugin MaxButtons] Link showing on site, not paddingSpacious
It’s probably in the coding, though.. Thank you ??Forum: Plugins
In reply to: [WordPress Button Plugin MaxButtons] Link showing on site, not paddingThis is the code of my footer (In the parent theme, I don’t know how to modify the child)Looks like I’m using it, how can I get rid of it?
<?php
/**
* Theme Footer Section for our theme.
*
* Displays all of the footer section and closing of the #main div.
*
* @package ThemeGrill
* @subpackage Spacious
* @since Spacious 1.0
*/
?></div><!– .inner-wrap –>
</div><!– #main –>
<?php do_action( ‘spacious_before_footer’ ); ?>
<footer id=”colophon” class=”clearfix”>
<?php get_sidebar( ‘footer’ ); ?>
<div class=”footer-socket-wrapper clearfix”>
<div class=”inner-wrap”>
<div class=”footer-socket-area”>
<?php do_action( ‘spacious_footer_copyright’ ); ?>
<nav class=”small-menu clearfix”>
<?php
if ( has_nav_menu( ‘footer’ ) ) {
wp_nav_menu( array( ‘theme_location’ => ‘footer’,
‘depth’ => -1
) );
}
?>
</nav>
</div>
</div>
</div>
</footer>
</div><!– #page –>
<?php wp_footer(); ?>
</body>
</html>Forum: Plugins
In reply to: [WordPress Button Plugin MaxButtons] Link showing on site, not paddingI don’t know, how can I know it? I go check.
Forum: Plugins
In reply to: Install Slider WD in Header of child theme-I have no idea what I did but the slider is installed, just now I saw the site- Do you have an idea what I did? Please tell me.
Big hugs, have a great day!