doublesunk3
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: syntax error : proper way to name child theme folderthat is true, i have been trying to teach myself this stuff and i am pretty lost right now.
i am using the full frame theme, for the featured content thumbnails displayed on the front page i want to increase the width of the thumbnail displayed so it can better fit the banner images i had created.
that is the one thing that i have been trying to do and it has lead me to many different problems and errors.
really appreciate the responses and me berating you with questions.
Forum: Fixing WordPress
In reply to: syntax error : proper way to name child theme folderhonestly i am unsure that you mean by template file. is it something with the parent theme?
Forum: Fixing WordPress
In reply to: syntax error : proper way to name child theme folderthe Regenerate Thumbnails; i am trying to change the media to 338 X 100
Forum: Fixing WordPress
In reply to: syntax error : proper way to name child theme folderthis function is in the fullframe-core.php
do i add the
<?php
echo wp_get_attachment_image( 298, ‘fullframe-featured-content’ );
?>in that file?
Forum: Fixing WordPress
In reply to: syntax error : proper way to name child theme folderwhen i try setting the media size of the thumbnail using the plugin i get this error
“Warning: Cannot modify header information – headers already sent by (output started at /home/calclaua/public_html/wp-content/themes/fullframe_child_theme_setup/functions.php:11) in /home/calclaua/public_html/wp-includes/pluggable.php on line 1196”
Forum: Fixing WordPress
In reply to: syntax error : proper way to name child theme folder<?php
function foo () {
add_image_size( ‘fullframe-featured-content’, 480, 208, true);
}
add_action( ‘after_setup_theme’, ‘foo’, 11 );
?><?php
echo wp_get_attachment_image( 423, ‘fullframe-featured-content’ );
echo wp_get_attachment_image( 298, ‘fullframe-featured-content’ );
?>i am doing something wrong, where do i add the image references?
Forum: Fixing WordPress
In reply to: syntax error : proper way to name child theme folderi thought that you had to have a if statement to initiate the function, i very could be wrong and i have not been using it.
any idea on why the code does effect my site?
Forum: Fixing WordPress
In reply to: syntax error : proper way to name child theme folderi uploaded that code and it doesn’t crash my site but it doesn’t do what it is meant to do, re-size the featured content image box.
sorry for being so beginner but how should i format the if statement? i uploaded that code with out a if statement.
thank you again – cal
Forum: Fixing WordPress
In reply to: syntax error : proper way to name child theme folderi tried uploading this code:
<?php
function fullframe_child_theme_setup() {
add_image_size( ‘fullframe-featured-content’, 480, 203, true);
}
add_action( ‘after_setup_theme’, ‘fullframe_child_theme_setup’, 11 );
?>when i do a live preview and this is all i get on the screen;
Fatal error: Cannot redeclare fullframe_child_theme_setup() (previously declared in /home/calclaua/public_html/wp-content/plugins/functions.php:15) in /home/calclaua/public_html/wp-content/themes/fullframe_child_theme_setup/functions.php on line 4
thank you for the response, im still new to this stuff. -thank you cal chan
however i do have one problem that could of contributed to this problem is that there seems to be a Conflict with the title remover plugin and this theme.
is there a way to remove the titles other then with this plugin?
thank you so much, it worked, you really helped me.
Forum: Fixing WordPress
In reply to: how to fit whole background image in different screen ratios.okay thank you for the advice and timely responses
Forum: Fixing WordPress
In reply to: how to fit whole background image in different screen ratios.any particular themes that can do full width auto re-sizing images?
Forum: Fixing WordPress
In reply to: how to fit whole background image in different screen ratios.i cant find his contact information 😛
which php file would i edit than? and what could could i inject.
is there a way i can make the inserted media not ave a margin around it?
Forum: Fixing WordPress
In reply to: how to fit whole background image in different screen ratios.all of them, the first image isnt full width, that an inserted media, the second image is full width with screens with that resolution, i want it to be full image always, auto re-sizing would be best.
and thank you