Title: Functional Post's Replies - page 3 | WordPress.org

---

# Functional Post

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

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

 Search replies:

## Forum Replies Created

Viewing 10 replies - 31 through 40 (of 40 total)

[←](https://wordpress.org/support/users/functionalpost/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/functionalpost/replies/?output_format=md)
[2](https://wordpress.org/support/users/functionalpost/replies/page/2/?output_format=md)
3

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sparkling] Logo not resizing for smaller screens](https://wordpress.org/support/topic/logo-not-resizing-for-smaller-screens/)
 *  Thread Starter [Functional Post](https://wordpress.org/support/users/functionalpost/)
 * (@functionalpost)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/logo-not-resizing-for-smaller-screens/#post-5306837)
 * > If you don’t want it to increase the header’s height, you might want to set
   > your logo as a CSS background-image to (part of) your header, rather than putting
   > it with img.
 * could you tell how to do that?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sparkling] Logo not resizing for smaller screens](https://wordpress.org/support/topic/logo-not-resizing-for-smaller-screens/)
 *  Thread Starter [Functional Post](https://wordpress.org/support/users/functionalpost/)
 * (@functionalpost)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/logo-not-resizing-for-smaller-screens/#post-5306686)
 * arcoho.com . try resizing the browser window
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP SVG Icons] cannot activate…displays the following error](https://wordpress.org/support/topic/cannot-activatedisplays-the-following-error/)
 *  Thread Starter [Functional Post](https://wordpress.org/support/users/functionalpost/)
 * (@functionalpost)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/cannot-activatedisplays-the-following-error/#post-4746290)
 * but how do I add put these icons slongside the menu links as in makeuseof.com?
   and how do I get a sticky header like that of makeuseof.com’s? sorry for asking
   it here but I have never gotten any help/reply from the wordpress suppost forum…
   It’s disappointed me so much so that I have started learning css and php by myself…
   never thought would need to learn them. I just know some html. suggest me a theme
   that is easy to customize and looks like makeuseof.com (especially the sticky
   header) and is free. I’d have loved to pay for a premium theme but I dont have
   a credit card and they dont take cash.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP SVG Icons] cannot activate…displays the following error](https://wordpress.org/support/topic/cannot-activatedisplays-the-following-error/)
 *  Thread Starter [Functional Post](https://wordpress.org/support/users/functionalpost/)
 * (@functionalpost)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/cannot-activatedisplays-the-following-error/#post-4746289)
 * ok it’s working now. had to delete all the other plugins first though…perhaps
   it was conflicting with some plugin I had previously installed…thank you so much
   for your response.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP SVG Icons] cannot activate…displays the following error](https://wordpress.org/support/topic/cannot-activatedisplays-the-following-error/)
 *  Thread Starter [Functional Post](https://wordpress.org/support/users/functionalpost/)
 * (@functionalpost)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/cannot-activatedisplays-the-following-error/#post-4746221)
 * I removed the code you mentioned. It doesnt help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP SVG Icons] cannot activate…displays the following error](https://wordpress.org/support/topic/cannot-activatedisplays-the-following-error/)
 *  Thread Starter [Functional Post](https://wordpress.org/support/users/functionalpost/)
 * (@functionalpost)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/cannot-activatedisplays-the-following-error/#post-4746216)
 * I’m not yelling…in fact I’m impressed and grateful for your replies….how do I
   grant access to ftp? should I send you my password???
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP SVG Icons] cannot activate…displays the following error](https://wordpress.org/support/topic/cannot-activatedisplays-the-following-error/)
 *  Thread Starter [Functional Post](https://wordpress.org/support/users/functionalpost/)
 * (@functionalpost)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/cannot-activatedisplays-the-following-error/#post-4746170)
 * the first few lines in script.php are as:
 *     ```
       <?php
   
       /***********************************
   
       *	SCRIPT CONTROLS
   
       ***********************************/
   
       function wordpress_svg_icon_plugin_load_style() {
   
       	wp_register_style( 'svg-icon-set1-style',  plugin_dir_url(__FILE__).'css/wordpress-svg-icon-plugin-style.css');	
   
       	wp_enqueue_style( 'svg-icon-set1-style' );
   
       	wp_register_style( 'svg-icon-set1-expansion-style',  plugin_dir_url(__FILE__).'css/wordpress-svg-icon-plugin-expansion-style.css');	
   
       	wp_enqueue_style( 'svg-icon-set1-expansion-style' );
   
       		$dest = wp_upload_dir();
       		$dest_path = $dest['path'];
   
       		$customFontPackPath = $dest_path.'/wp-svg-icons/custom-pack/';
       		$current_year = date('Y');
       		$current_month = date('m');
       		$date_concatenation = $current_year.'/'.$current_month.'/';
       		$customFontPackPath = str_replace($date_concatenation,'',$customFontPackPath);
       		$customPackStyles = '/style.css';
   
       			// Check if there is a custom pack style file
       			// if there is enqueue it
       			if ( file_exists($customFontPackPath.$customPackStyles)) {
       ```
   
 * WHAT COULD BE WRONG…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [liveless blog](https://wordpress.org/support/topic/liveless-blog/)
 *  Thread Starter [Functional Post](https://wordpress.org/support/users/functionalpost/)
 * (@functionalpost)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/liveless-blog/#post-4700208)
 * twenty fourteen theme
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [liveless blog](https://wordpress.org/support/topic/liveless-blog/)
 *  Thread Starter [Functional Post](https://wordpress.org/support/users/functionalpost/)
 * (@functionalpost)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/liveless-blog/#post-4700090)
 * FOURTEEN THEME
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [layout and theme problem](https://wordpress.org/support/topic/layout-and-theme-problem/)
 *  Thread Starter [Functional Post](https://wordpress.org/support/users/functionalpost/)
 * (@functionalpost)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/layout-and-theme-problem/#post-4699558)
 * yes

Viewing 10 replies - 31 through 40 (of 40 total)

[←](https://wordpress.org/support/users/functionalpost/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/functionalpost/replies/?output_format=md)
[2](https://wordpress.org/support/users/functionalpost/replies/page/2/?output_format=md)
3