simich162
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: social share and facebook button don't workHmm… I can see the like box and share icons…
Forum: Themes and Templates
In reply to: How can I separate and re-position an element?Site’s on local server, I’m yet to publish. Trying to work out this last thing before I go live.
Forum: Themes and Templates
In reply to: How can I separate and re-position an element?Link to the PHP, line 54 https://codepad.org/ZczFQkMt
Forum: Fixing WordPress
In reply to: Footer text problemLol! This -> “? needs to keep the semicolon” solved it. (It already displays the current year.) Thanks alchymyth, you’re the best!
Forum: Fixing WordPress
In reply to: Footer text problemthe semicolon is likely from somewhere else;
please post a live link to the problem.
or at least post the full code of footer.php
Ok. here it is. Thanks!
<?php global $options; foreach ($options as $value) { if (get_option( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_option( $value['id'] ); } } ?> <div class="clear"></div> </div><!-- /container --> </div><!-- /wrap --> <div id="copyright"> © Stepford Digital <?php the_time('Y') ?> <?php bloginfo('name'); ?> <?php if ($xs_disable_social_links == "true") { ?> <?php } else { ?> <ul id="social"> <li><a href="https://www.twitter.com/<?php echo $xs_twitter ?>" title="Twitter"><img src="<?php bloginfo('template_url'); ?>/images/twitter.png" alt="Twitter" /></a></li> <li><a href="<?php echo $xs_facebook ?>" title="Facebook Page"><img src="<?php bloginfo('template_url'); ?>/images/facebook.png" alt="Facebook" /></a></li> <li><a href="<?php echo $xs_feed ?>" title="Feed"><img src="<?php bloginfo('template_url'); ?>/images/feed.png" alt="Feed" /></a></li> </ul><!-- /social --> <?php } ?> </div><!-- /copyright --> <?php wp_footer(); ?> </body> </html>
Forum: Themes and Templates
In reply to: Help customizing my footerThanks sniper, you”re the best!
Forum: Fixing WordPress
In reply to: Problem with footer changeStrange. Wasn’t like that. The other two pages had different color footer. Thanks anyway. Guess it all worked out…
Forum: Themes and Templates
In reply to: How do I change the menu/navigation font to boldHere’s the site. https://www.stepford.se/
As you can see the font is pretty narrow. I’d like to make it bolder. Thanks!
Forum: Fixing WordPress
In reply to: How do I change the footer text?If I wanted to put “? Stepford Digital 2013” and maybe some contact info… how would that look? Thanks!
Thanks, it worked!
Forum: Themes and Templates
In reply to: How do I give only the home page full width?Oh, sorry…
Here it is. https://www.dessign.net/architekttheme/