Forum Replies Created

Viewing 15 replies - 1 through 15 (of 78 total)
  • Thread Starter exhale68

    (@exhale68)

    Actually, I got it to work. https://www.droidfeed.net I did a little bit of modifying and got it to work.

    Thread Starter exhale68

    (@exhale68)

    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.

    Thread Starter exhale68

    (@exhale68)

    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.

    Thread Starter exhale68

    (@exhale68)

    Just emailed you

    Thread Starter exhale68

    (@exhale68)

    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

    Thread Starter exhale68

    (@exhale68)

    How do i do that? Could you give me step by step instructions? I appreciate it!

    Thread Starter exhale68

    (@exhale68)

    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.

    Thread Starter exhale68

    (@exhale68)

    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?

    Thread Starter exhale68

    (@exhale68)

    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

    Thread Starter exhale68

    (@exhale68)

    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.

    Thread Starter exhale68

    (@exhale68)

    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>

    Thread Starter exhale68

    (@exhale68)

    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?

    Thread Starter exhale68

    (@exhale68)

    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?

    Thread Starter exhale68

    (@exhale68)

    Holy crap, it actually worked! Thanks so much, i’ve been asking about this for SO long.

    Thread Starter exhale68

    (@exhale68)

    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.

Viewing 15 replies - 1 through 15 (of 78 total)