exhale68
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Beginner: Help with shortcodes please!Actually, I got it to work. https://www.droidfeed.net I did a little bit of modifying and got it to work.
Forum: Fixing WordPress
In reply to: Beginner: Help with shortcodes please!Hey, thanks a lot. I’ve already put them up on the site, but about the twitter widget, how can I get it so that it shows beside the follow button my follower count? I noticed mine only has the button but no count.
Forum: Fixing WordPress
In reply to: Beginner: Help with shortcodes please!Hey,
It worked. thanks a lot. I’m also looking for the same thing, except for Google+ follow and Facebook Like. Similar to the one https://www.phonearena.com has, (if you scroll down you’ll see their stay connected widget)
The gist is, I want to have sidebar social media buttons that don’t require people to navigate to another window, just clicking the button will automatically let them follow me, so it makes it easier.
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?Just emailed you
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?Could you maybe simplify it for me in a quicker way? I would appreciate it if you could list the step by step, would make it easier for me rather than listen to a 15min video that explains the whole thing
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?How do i do that? Could you give me step by step instructions? I appreciate it!
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?Sorry, ignore that one, i meant this
<?php
/**
* Theme Footer Section for our theme.
*
* Displays all of the footer section and closing of the #main div.
*
* @package ThemeGrill
* @subpackage ColorMag
* @since ColorMag 1.0
*/
?></div><!– .inner-wrap –>
</div><!– #main –>
<?php if ( is_active_sidebar(‘colormag_advertisement_above_the_footer_sidebar’) ) { ?>
<div class=”advertisement_above_footer”>
<div class=”inner-wrap”>
<?php dynamic_sidebar(‘colormag_advertisement_above_the_footer_sidebar’); ?>
</div>
</div>
<?php } ?>
<?php do_action( ‘colormag_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”>
<div class=”footer-socket-right-section”>
<?php if( get_theme_mod( ‘colormag_social_link_activate’, 0 ) == 1 ) { colormag_social_links(); } ?>
</div>
<div class=”footer-socket-left-sectoin”>
<div class=”copyright”>Copyright ? 2015-2016 <span>DroidFeed</span>. All rights reserved.</div>
</div>
</div>
</div>
</div>
</footer>
<i class=”fa fa-chevron-up”></i>
</div><!– #page –>
<?php wp_footer(); ?>
</body>
</html>i got the do action line confused.
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?Ok, so here’s what my file looks like now
<?php /** * Theme Footer Section for our theme. * * Displays all of the footer section and closing of the #main div. * * @package ThemeGrill * @subpackage ColorMag * @since ColorMag 1.0 */ ?> </div><!-- .inner-wrap --> </div><!-- #main --> <?php if ( is_active_sidebar('colormag_advertisement_above_the_footer_sidebar') ) { ?> <div class="advertisement_above_footer"> <div class="inner-wrap"> <?php dynamic_sidebar('colormag_advertisement_above_the_footer_sidebar'); ?> </div> </div> <?php } ?> <div class="copyright">Copyright ? 2015-2016 <a href="https://www.droidfeed.net/" title="DroidFeed"><span>DroidFeed</span></a>. All rights reserved.</div> <footer id="colophon" class="clearfix"> <?php get_sidebar( 'footer' ); ?> <div class="footer-socket-wrapper clearfix"> <div class="inner-wrap"> <div class="footer-socket-area"> <div class="footer-socket-right-section"> <?php if( get_theme_mod( 'colormag_social_link_activate', 0 ) == 1 ) { colormag_social_links(); } ?> </div> <div class="footer-socket-left-sectoin"> <?php do_action( 'colormag_footer_copyright' ); ?> </div> </div> </div> </div> </footer> <a href="#masthead"><i class="fa fa-chevron-up"></i></a> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>
Is that ok?
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?What if i want the text to appear as “Copyright ? 2015-2016 DroidFeed. All rights reserved.” because i want to come back here and change it every year for the year.without the quotation marks
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?I didn’t download the entire site. I cancelled the download since you only told me to download the colormag folder to my local machine. When i tried to download the entire site, it queued up thousands of files so i cancelled it.
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?Alright, so i downloaded the colormag folder onto my hard drive, so i have a backup copy of it now. I found footer.php but here’s the text inside it, im not good with coding so could you tell me what to edit out if I just want to remove the text at the bottom of my site that says “Theme: ColorMag by ThemeGrill. Powered by WordPress.”
<?php
/**
* Theme Footer Section for our theme.
*
* Displays all of the footer section and closing of the #main div.
*
* @package ThemeGrill
* @subpackage ColorMag
* @since ColorMag 1.0
*/
?></div><!– .inner-wrap –>
</div><!– #main –>
<?php if ( is_active_sidebar(‘colormag_advertisement_above_the_footer_sidebar’) ) { ?>
<div class=”advertisement_above_footer”>
<div class=”inner-wrap”>
<?php dynamic_sidebar(‘colormag_advertisement_above_the_footer_sidebar’); ?>
</div>
</div>
<?php } ?>
<?php do_action( ‘colormag_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”>
<div class=”footer-socket-right-section”>
<?php if( get_theme_mod( ‘colormag_social_link_activate’, 0 ) == 1 ) { colormag_social_links(); } ?>
</div>
<div class=”footer-socket-left-sectoin”>
<?php do_action( ‘colormag_footer_copyright’ ); ?>
</div>
</div>
</div>
</div>
</footer>
<i class=”fa fa-chevron-up”></i>
</div><!– #page –>
<?php wp_footer(); ?>
</body>
</html>Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?Alright, So right now I selected everything and clicked download (i did it before you replied) and now it’s queuing like 4000+ files. Im guessing cancel it?
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?Im not too sure how to back up using Filezilla, but i just highlighted every file/folder in the root directory of my site and clicked download. Now i’m waiting for it to finish downloading. Would that work?
Forum: Fixing WordPress
In reply to: The plugin could not be activated because it triggered a fatal errorHoly crap, it actually worked! Thanks so much, i’ve been asking about this for SO long.
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?No I haven’t, and i’m afraid to. First off, I don’t even know where to begin or what to do, as im not experienced with this. Second, ive tried to do it on my own before, but ended up destroying the entire website and had to restore it.