fernandopolania
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changed one thing in main.css and ruined everythingDid you figure it out? The site is loading and looks O.K.
Forum: Fixing WordPress
In reply to: Unwanted TextOpen the header.php file and delete that text and save.
Forum: Installing WordPress
In reply to: Just registered with HostGator, can't find it!You need to change you domains name servers to point to hostgator. They should be something like NS799.HOSTGATOR.COM AND NS800.HOSTGATOR.COM
Double check with them.Forum: Your WordPress
In reply to: Responsive WP site ReviewHere’s a tool I use to get an idea of how it would look different screen sizes. I’m not affiliated with it, but I use it.
I agree. This would be a great feature.
Forum: Fixing WordPress
In reply to: Visual editor button does not work in WP 3.5Problem solved by using the following:
To fix WordPress visual editor not showing, follow the steps below:
? FTP to your web server
? Download your wp-config.php and add this line of code at the bottom of the file before the “require_once” line.define(‘CONCATENATE_SCRIPTS’, false );
(*remember to backup the original wp-config.php)
Should look like that:
/** Sets up WordPress vars and included files. */
define(‘CONCATENATE_SCRIPTS’, false );
require_once(ABSPATH . ‘wp-settings.php’);? Once done, upload the wp-config.php to your web server again. Now refresh your wordpress page and you should see the Visual Editor now.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Setting default header image in child themeThanks.I’ll try it and get back to you.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Setting default header image in child theme/**code to allow custom image in child theme*/ remove_action( 'after_setup_theme', 'crossfitcrossfire_custom_header_setup' ); function crossfitcrossfire_custom_header_setup() { 22 $args = array( 23 // Text color and image (empty to use none). 24 'default-text-color' => '444', 25 'default-image' => '', 26 27 // Set height and width, with a maximum value for the width. 28 'height' => 250, 29 'width' => 960, 30 'max-width' => 2000, 31 32 // Support flexible height and width. 33 'flex-height' => true, 34 'flex-width' => true, 35 36 // Random image rotation off by default. 37 'random-default' => false, 38 39 // Callbacks for styling the header and the admin preview. 40 'wp-head-callback' => 'twentytwelve_header_style', 41 'admin-head-callback' => 'twentytwelve_admin_header_style', 42 'admin-preview-callback' => 'twentytwelve_admin_header_image', 43 ); 44 45 add_theme_support( 'custom-header', $args ); 46 } 47 add_action( 'after_setup_theme', 'twentytwelve_custom_header_setup' ); /*end custom header image code-----------------------*/
This is what I added. How do I specify and different image? ($args)
Thanks and sorry.I’m not a coder.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Setting default header image in child themeThanks Andrew.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Setting default header image in child themeI have the same exact problem. I hope someone can help you out.
Forum: Meetups
In reply to: South FloridaThere are a couple of WordPress meetups in South Florida. One in the Coral Gables area and on in the Ft. Lauderdale area.