Functional Post
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sparkling] Logo not resizing for smaller screensIf 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
In reply to: [Sparkling] Logo not resizing for smaller screensarcoho.com . try resizing the browser window
Forum: Plugins
In reply to: [WP SVG Icons] cannot activate…displays the following errorbut 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
In reply to: [WP SVG Icons] cannot activate…displays the following errorok 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
In reply to: [WP SVG Icons] cannot activate…displays the following errorI removed the code you mentioned. It doesnt help.
Forum: Plugins
In reply to: [WP SVG Icons] cannot activate…displays the following errorI’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
In reply to: [WP SVG Icons] cannot activate…displays the following errorthe 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
In reply to: liveless blogtwenty fourteen theme
Forum: Themes and Templates
In reply to: liveless blogFOURTEEN THEME
Forum: Fixing WordPress
In reply to: layout and theme problemyes