leonardogsouza
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Deleted /site and now can’t accessA friend help me out. Thanks for letting me know about wp-config 🙂
Forum: Fixing WordPress
In reply to: Deleted /site and now can’t accessStill couldnt fix it. The website is hosted on DigitalOcean, so I have to do this through linux and command line (which I suck). Filezilla cant connect. I guess I have to change wp-config.php?
Forum: Fixing WordPress
In reply to: Deleted /site and now can’t accessOps, Will check the link
Forum: Fixing WordPress
In reply to: Deleted /site and now can’t accessPretty sure I do, I asked him for the credentials. Once I get, what should I change in the database?
Forum: Themes and Templates
In reply to: [Pique] Problem with “Ç” characterSorry, rookie mistake: confused .org with .com
Thanks!Forum: Themes and Templates
In reply to: [Pique] Problem with “Ç” characterCan’t install plugins =/
Forum: Plugins
In reply to: [BackUpWordPress] Zip ErrorNo backup at all…
Forum: Plugins
In reply to: [BackUpWordPress] Zip ErrorWhat do you mean?
Forum: Fixing WordPress
In reply to: Convert emoticons option on Settings > Writing missingWhat is weird is that this is a fresh install. I was editing my website locally (InstantWP) and everything was OK. So, I don’t think is theme related. Just changed to Twenty and the issue is still there.
Forum: Fixing WordPress
In reply to: Convert emoticons option on Settings > Writing missingVery curious. No, here’s mine: http://s17.postimg.org/w16gu5hnz/Capturar.jpg
Forum: Fixing WordPress
In reply to: Convert emoticons option on Settings > Writing missingYes. Don’t have many plugins, only Visual Builder, Yoast and Contact Form. Still, I tried disabling all of them, but nothing changed.
True. Thanks!
Forum: Fixing WordPress
In reply to: How to not show footer on only one page?It worked! Thanks!
It left a black line at the end of the footer for some reason, but I’ll try to figure it out.Forum: Fixing WordPress
In reply to: How to not show footer on only one page?Yes I did, but that didn’t help either.
I managed to fix my issue with a plugin called “Display Widgets”, but it’d be better if I could solve using code only.My footer.php:
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after * * @package Amplify */ ?> </div><!-- #content --> <?php if ( is_active_sidebar( 'sidebar-2' ) || is_active_sidebar( 'sidebar-3' ) || is_active_sidebar( 'sidebar-4' ) ) : ?> <?php get_sidebar('footer'); ?> <?php endif; ?> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="container"> <?php if ( has_nav_menu( 'social' ) ) : ?> <nav class="social-navigation clearfix col-md-12"> <?php wp_nav_menu( array( 'theme_location' => 'social', 'link_before' => '<span class="screen-reader-text">', 'link_after' => '</span>', 'menu_class' => 'menu clearfix', 'fallback_cb' => false ) ); ?> </nav> <?php endif; ?> </div> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>Forum: Themes and Templates
In reply to: [Amplify] header imageWish we had support from them…