davidr0309
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] need to add phone numberhi Bojan
thanks for notes, how can i post tel on the right site of the page?
thanks
Forum: Themes and Templates
In reply to: [Zerif Lite] need to add phone numberhi
i want to add phone number under menu bar on the left top corner
please advice
thanks
Forum: Themes and Templates
In reply to: [Customizr] how can i completely hide central colophon blockexcellent, it worked
Forum: Themes and Templates
In reply to: [Customizr] how can i completely hide central colophon blockhere what i have in footer
<?php
/**
* The template for displaying the footer.
*
*
* @package Customizr
* @since Customizr 3.0
*/
do_action( ‘__before_footer’ ); ?>
<!– FOOTER –>
<footer id=”footer” class=”<?php echo tc__f(‘tc_footer_classes’, ”) ?>”>
<?php do_action( ‘__footer’ ); // hook of footer widget and colophon?>
</footer>
<?php
wp_footer(); //do not remove, used by the theme and many plugins
do_action( ‘__after_footer’ ); ?>
</body>
<?php do_action( ‘__after_body’ ); ?>
</html>what should i edit?
Forum: Themes and Templates
In reply to: [Customizr] edit footerhi
how can i completely hide central colophon block?
thanks
Forum: Themes and Templates
In reply to: [Customizr] edit footerhi
What is i didnt install childtheme, what other options i have?
Forum: Themes and Templates
In reply to: [Customizr] Can you help me to remove the footer credits?if i dont have child theme, can i still edit it and how?