Title: rbfly's Replies | WordPress.org

---

# rbfly

  [  ](https://wordpress.org/support/users/rbfly/)

 *   [Profile](https://wordpress.org/support/users/rbfly/)
 *   [Topics Started](https://wordpress.org/support/users/rbfly/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rbfly/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rbfly/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rbfly/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rbfly/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rbfly/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stop Spammers Classic] some questions for Beginners](https://wordpress.org/support/topic/some-questions-for-beginners/)
 *  Thread Starter [rbfly](https://wordpress.org/support/users/rbfly/)
 * (@rbfly)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/some-questions-for-beginners/#post-3655795)
 * thanks for the quick reply.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Clean Retina] Link colors not displaying](https://wordpress.org/support/topic/link-colors-not-displaying/)
 *  [rbfly](https://wordpress.org/support/users/rbfly/)
 * (@rbfly)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/link-colors-not-displaying/#post-3622072)
 * Hi,
    if you use firefox, you have firebug you can see which css control links.
   I have my links (not all) changed the css style: a{ color: rgb(38, 101,172); }#
   content ul a { color: rgb(38, 101, 172); }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Clean Retina] sitname missing in title & meta tag](https://wordpress.org/support/topic/sitname-missing-in-title-meta-tag/)
 *  Thread Starter [rbfly](https://wordpress.org/support/users/rbfly/)
 * (@rbfly)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/sitname-missing-in-title-meta-tag/#post-3610206)
 * hello again 🙂
    I have solved the problem so I moved the title with CSS rule
 * # site-title {
    position: absolute; left: 10000px; }
 * I do not know if there are good ways and will work on any browser, but right 
   now firefox is OK.
    Thanks for help
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Clean Retina] sitname missing in title & meta tag](https://wordpress.org/support/topic/sitname-missing-in-title-meta-tag/)
 *  Thread Starter [rbfly](https://wordpress.org/support/users/rbfly/)
 * (@rbfly)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/sitname-missing-in-title-meta-tag/#post-3610202)
 * I found the problem.
    My website’s logo is jpg. image instead title written with
   words. When I write the title in the “Settings – title for the website”, then
   shows the web page name correctly. Now I hope I can be with the new CSS rule 
   to hide title. Anyone who might have any suggestions how I can write my own css?
   🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Clean Retina] sitname missing in title & meta tag](https://wordpress.org/support/topic/sitname-missing-in-title-meta-tag/)
 *  Thread Starter [rbfly](https://wordpress.org/support/users/rbfly/)
 * (@rbfly)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/sitname-missing-in-title-meta-tag/#post-3610198)
 * hey,
    thanks for the help. can you describe where exactly have you written code?
   Is it in the header.php or header-extensions.php? Regards
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Clean Retina] child theme functions.php nightmare](https://wordpress.org/support/topic/child-theme-functionsphp-nightmare/)
 *  Thread Starter [rbfly](https://wordpress.org/support/users/rbfly/)
 * (@rbfly)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/child-theme-functionsphp-nightmare/#post-3580769)
 * hi,
    thanks for the help! a step forward. 🙂 It now remains only link to remove.
   After I searched the web for solutions, I got the idee to change the header extenstion.
   php original theme. Not in the child theme functions. I’ll try later.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Clean Retina] child theme functions.php nightmare](https://wordpress.org/support/topic/child-theme-functionsphp-nightmare/)
 *  Thread Starter [rbfly](https://wordpress.org/support/users/rbfly/)
 * (@rbfly)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/child-theme-functionsphp-nightmare/#post-3580755)
 * no problem, thanks anyway.
    Regards
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Clean Retina] child theme functions.php nightmare](https://wordpress.org/support/topic/child-theme-functionsphp-nightmare/)
 *  Thread Starter [rbfly](https://wordpress.org/support/users/rbfly/)
 * (@rbfly)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/child-theme-functionsphp-nightmare/#post-3580751)
 * hi,
    adress to my website is [http://www.rbflyfishing.com](http://www.rbflyfishing.com).
   I do not understand what you mean? It is on the beginning of the function, but
   would I not change it to make it function to the child theme?
 *     ```
       <?php
       /****************************************************************************************/
   
       if ( ! function_exists( 'cleanretina_featured_post_slider' ) ) :
       /**
        * display featured post slider
        *
        * @uses set_transient and delete_transient
        */
       function cleanretina_featured_post_slider() {
       	global $post;
   
       	global $cleanretina_theme_options_settings;
          $options = $cleanretina_theme_options_settings;
   
       	$cleanretina_featured_post_slider = '';
       	if( ( !$cleanretina_featured_post_slider = get_transient( 'cleanretina_featured_post_slider' ) ) && !empty( $options[ 'featured_post_slider' ] ) ) {
   
       		$cleanretina_featured_post_slider .= '
       		<section class="featured-slider"><div class="slider-wrap"><div class="slider-cycle">';
       			$get_featured_posts = new WP_Query( array(
       				'posts_per_page' 			=> $options[ 'slider_quantity' ],
       				'post_type'					=> array( 'post', 'page' ),
       				'post__in'		 			=> $options[ 'featured_post_slider' ],
       				'orderby' 		 			=> 'post__in',
       				'ignore_sticky_posts' 	=> 1 						// ignore sticky posts
       			));
       			$i=0; while ( $get_featured_posts->have_posts()) : $get_featured_posts->the_post(); $i++;
       				$title_attribute = apply_filters( 'the_title', get_the_title( $post->ID ) );
       				$excerpt = get_the_excerpt();
       				if ( 1 == $i ) { $classes = "slides displayblock"; } else { $classes = "slides displaynone"; }
       				$cleanretina_featured_post_slider .= '
       				<div class="'.$classes.'">';
       						if( has_post_thumbnail() ) {
   
       							$cleanretina_featured_post_slider .= '<figure><a title="'.the_title('','',false).'">';</a>
   
       							$cleanretina_featured_post_slider .= get_the_post_thumbnail( $post->ID, 'slider', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ), 'class'	=> 'pngfix' ) ).'</figure>';
       						}
       						if( $title_attribute != '' || $excerpt !='' ) {
       						$cleanretina_featured_post_slider .= '
       							<article class="featured-text">';
       							if( $title_attribute !='' ) {
       									$cleanretina_featured_post_slider .= the_title( '<span>','</span>', false ).$excerpt;
       								}
       						$cleanretina_featured_post_slider .= '
       							</article><!-- .featured-text -->';
       						}
       				$cleanretina_featured_post_slider .= '
       				</div><!-- .slides -->';
       			endwhile; wp_reset_query();
       		$cleanretina_featured_post_slider .= '</div></div>
       		<nav id="controllers" class="clearfix">
       		</nav><!-- #controllers --></section><!-- .featured-slider -->';
   
       	set_transient( 'cleanretina_featured_post_slider', $cleanretina_featured_post_slider, 86940 );
       	}
       	echo $cleanretina_featured_post_slider;
       }
       endif;
   
       /****************************************************************************************/
       <?
       ```
   
 * _[Moderator note: Please wrap all code in backticks]_
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Clean Retina] child theme functions.php nightmare](https://wordpress.org/support/topic/child-theme-functionsphp-nightmare/)
 *  Thread Starter [rbfly](https://wordpress.org/support/users/rbfly/)
 * (@rbfly)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/child-theme-functionsphp-nightmare/#post-3580727)
 * hi,
    it is so described in the legend “Then go to structure-> header extenstion.
   php and copyrights this function cleanretina_featured_post_slider. Create functions.
   php in your child theme and paste the above function. Then just replace this 
   line …” Therefore I created new functions.php and done that which is written 
   in the thread. Is it wrong done? Regards
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Clean Retina] child theme functions.php nightmare](https://wordpress.org/support/topic/child-theme-functionsphp-nightmare/)
 *  Thread Starter [rbfly](https://wordpress.org/support/users/rbfly/)
 * (@rbfly)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/child-theme-functionsphp-nightmare/#post-3580720)
 * HI,
    yes i found it and have been copied into a new functions.php file. Then 
   change the two lines that are described in the thread “Clean Retina – [resolved]
   Slider”. But online, it will not change. I make “Empty cash”, but it will be 
   the same. I know that you must specify in functions.php “remove_function” and“
   add_funktion” but I do not know how. Any suggestions? Regards

Viewing 10 replies - 1 through 10 (of 10 total)