tomdaumantas
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Themes and Templates
In reply to: [Virtue] Menu icon backround isn't dissapearThank you, i fixed it by going to Homepage Layout Manager and droping icon menu from enabled to disabled section
Forum: Fixing WordPress
In reply to: Problem with image displayYeah i fixed it. Problem was with the folder in FTP. Named it ads and adblocker automatically blocked all image in that folder. Renamed folder and all problems are gone
Forum: Fixing WordPress
In reply to: How to change menu text colorLink: http://rigesta.lt/
I want to change menu color. I mean not background of the menu, but text colorForum: Fixing WordPress
In reply to: Don't know how to change font style (CSS IS EMPTY)Solved problem with google fonts plugin
Forum: Fixing WordPress
In reply to: How to remove links in header and footerFound it. Problems resolved. Thank you
Forum: Fixing WordPress
In reply to: How to remove links in header and footerThank you, “Breadcrumb” are gone, now left only problem with the footer. Checked footer.php and there wasn’t anythink about “back to top” text. Here’s my footer file:
<?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> </div><!-- //#tc-page-wrapper --> <?php do_action( '__after_page_wrap' ); wp_footer(); //do not remove, used by the theme and many plugins do_action( '__after_footer' ); ?> </body> <?php do_action( '__after_body' ); ?> </html>Should it be somewhere else, not in theme file?
Viewing 6 replies - 1 through 6 (of 6 total)