Brooke972
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Untitled] Adsense Ads Not Fitting in the Side barThank you.
Forum: Themes and Templates
In reply to: [Untitled] Adsense Ads Not Fitting in the Side barWould I just paste that code into my child theme style.css?
Well, the ads show up like that on every page but here is one in particular. https://www.proyectogtg.com/2014/07/02/10-cosas-que-necesitas-recordar-cada-dia/
Forum: Themes and Templates
In reply to: [Untitled] Adsense Ads Not Fitting in the Side barI took a screen shot of both.
1st image.
I’d like to reduce the space where the arrows iare pointing. That way I could space the ads out and make the content bigger.https://www.proyectogtg.com/wp-content/uploads/2014/07/Screen-Shot-2014-07-09-at-6.29.43-PM.png
2nd image.
This is the yellow space at the bottom and the ad at the bottom is being cropped so the whole thing isn’t seen.https://www.proyectogtg.com/wp-content/uploads/2014/07/Screen-Shot-2014-07-09-at-6.30.10-PM.png
Forum: Themes and Templates
In reply to: [Untitled] Adsense Ads Not Fitting in the Side barGreat I got the ratio right. But the ads leave a small yellow space at the top and overlap the ads below them. Even if I move an image in between the ads, the ad will still have that yellow space above the ad and overlap the image. How can I get them to move up or stay in the space?
Also, can I decrease the space on the left side of the posts so the posts are more right aligned and I have more space?
Forum: Themes and Templates
In reply to: [Untitled] Adsense Ads Not Fitting in the Side barI have two 300×250 and one 250×250.
The HTML that I posted in the Pastebin is the 300×250. I’d prefer to use the 300×250 if possible rather than the 250×250.
Forum: Themes and Templates
In reply to: [Untitled] How to resize Widget AreaI also am having problems fitting the ads in the sidebar. I don’t care the size of the sidebar just as long as the ads fit in their space nicely and aren’t cropped or overlapped. Recommendations?
This is my site: https://www.proyectogtg.com/
Thanks,
BrookeForum: Themes and Templates
In reply to: [Untitled] Changing the footer textThanks so much that was perfect.
And if I wanted to chance the size, alignment, and color of the text?
Forum: Themes and Templates
In reply to: [Untitled] Featured Image ProblemsHmm you are right. I do remember exactly though that there was both before making these changes. Is there a way to go back to having the post in the slider and below without undo the changes we already made?
Forum: Themes and Templates
In reply to: [Untitled] Featured Image ProblemsOh I forgot one other issue that arose while doing this. I made a commented above but it wasn’t addressed.
Since making these changes, the posts whose featured images are in the slider do not appear the home page recent posts, but only in the slider. For example “Preguntas de Facebook” should lie between “6 COSAS QUE TIENES QUE HACER MIENTRAS ESTáS SOLTERA” and “UN PAPá ASOMBROSO” but it does not.
Forum: Themes and Templates
In reply to: [Untitled] Featured Image ProblemsPerfect. Thank you so much. I’m marking this as resolved.
Forum: Themes and Templates
In reply to: [Untitled] Featured Image ProblemsThe other problem that has come up since then is the posts whose images are in the featured image slider don’t appear as posts on the recent posts homepage.
Forum: Themes and Templates
In reply to: [Untitled] Featured Image ProblemsI copied:
<?php if ( ! function_exists( 'untitled_setup' ) ) : function untitled_setup() { add_image_size( 'slider-img', 1440, 700, true ); } endif; // untitled_setup add_action( 'after_setup_theme', 'untitled_setup' ); ?>
over the lines 16-64 on the parent’s functions.php but the screen went white when I log in. Right now I’m trying to fix that. Did I misunderstand your instructions?
Forum: Themes and Templates
In reply to: [Untitled] Featured Image ProblemsWow! That made my day! It works! Thank you so much.
Since doing this, however, there is a problem with adding featured images to new posts. On the “Edit a Post” page, usually near the bottom of the page is where you add the featured image and also where you can tag it to put it in the slider. But since adding the child theme, it only shows that I can add a tag but can’t add a featured image.
Again, thank you so much.
Forum: Themes and Templates
In reply to: [Untitled] Featured Image ProblemsThere is no way then to get the full sized images in better quality?
Because if the ratio is less than 1024 x 400 it blows the image up to a full sized image on the page. However quality is lost.
If the image is larger, the image is cropped. For example, this image is 1280 × 719 and it is cropped. Can I not get that image to be full sized?
https://www.proyectogtg.com/2014/03/20/que-buscan-las-mujeres-en-un-hombre/
Forum: Themes and Templates
In reply to: [Untitled] Featured Image ProblemsAlright I fixed this problem by going back to the Twenty-Fourteen theme and adding the images in there and then changing back to the Untitled theme. They showed full size then. Before that, I tried the regenerate thumbnails and all the images that were full sized were cropped down to an awkward size.
If you go to my website now, the majority of the images are cropped weird again. This happened after my homepage slider disappeared. I clicked to have it not displayed and clicked again to have it display again, but when it reappeared the images were cropped down.
What should I try? I’d much rather not have to change themes to set a featured image but I really want full sized images.