Ricardo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change te color of a classHow can I change the color of ‘return to top’ then? (Can it also be done with CSS)? This is the code:
<div class="footer-menu-wrap"> <ul id="footer-menu" class="clearfix"> <?php /* Footer menu */ $args = array( 'container' => '', 'fallback_cb' => 'none', 'depth' => 2, 'theme_location' => 'footer-menu', 'items_wrap' => '%3$s' ); wp_nav_menu(apply_filters('graphene_secondary_menu_args', $args)); ?> <?php if ( ! $graphene_settings['hide_return_top'] ) : ?> <li class="menu-item return-top"><a href="#"><?php _e('Return to top', 'graphene'); ?></a></li> <?php endif; ?> </ul> </div>
Forum: Fixing WordPress
In reply to: 3.2 – facebook like and google plus one doesn't workWith which browser did you test this?
(I came across a similar problem, but only with Google Chrome and Safari)
Forum: Fixing WordPress
In reply to: Linking an image to a site.It works like a charm! ?? Thank you so much!
Forum: Fixing WordPress
In reply to: Linking an image to a site.I’ve tried it, but I only get an empty text widget when I use this code.
Forum: Fixing WordPress
In reply to: Rollover imageIt worked locally with this code:
In the header, under the body tag:
<div id="twitter"></div><!
In my child-theme stylesheet:
#twitter { background:url(https://www.fastforwardandrewind.com/buttons/twitter.png); width:70px; height:140px; }
#twitter:hover { background:url(https://www.fastforwardandrewind.com/buttons/twitter.png); width:70px; height:140px; background-position:0 -70px; }
But when I added it to the on-line version of my site, the entire lay out of the page went wrong. Can somebody please help me? I really want this to work. (The buttons needs to hover over my background, on the right side next to the sidebar)
Forum: Fixing WordPress
In reply to: Rollover imageThanks! ??
Forum: Fixing WordPress
In reply to: Rollover imageI want the rollover image’s on my background, In what file should I put the HTML code? Index.php?
Forum: Themes and Templates
In reply to: Enlarge the 'post' squareOw sorry, my bad, typo, I meant to say that I changed the 608px to 700px, but nothing happed. Does anybody know how I can adjust the width?
Forum: Themes and Templates
In reply to: Seperate widgets in barDoes anybody know how I can do this please?
Forum: Themes and Templates
In reply to: Enlarge the 'post' squareI’ve added width: 608px; and I’ve removed width: 700px;, but it didn’t chance anything.
Forum: Themes and Templates
In reply to: Remove the comment section for certain pagesThanks! Solved! ??
Forum: Themes and Templates
In reply to: Seperate widgets in barhttps://fastforwardandrewind.com/
And I want each widget in a separate white square.
Forum: Themes and Templates
In reply to: Seperate widgets in bar