This topic has 17 replies, 4 voices, and was last updated 9 years, 1 month ago by Anonymous.
Viewing 18 posts - 1 through 18 (of 18 total)
Hey folks,
When I add an album image, they have a white border on 3 sides except the right side.
Is there a correct size in order to get the borders on all 4 sides or could I add something
to the code to create a new border by default around every image>?

Thanks!
Yes, there is a particular size for the album images with 470 X 470px. If you want to change the size then you can change that by going to that particular page i.e, template-albums.php or single-albums.php
We are setting this topic to be resolved. If you wish to update this topic please reply here instead of creating another topic.
Hi,
I’m using the MusicPlay Child theme now, but I still seem to have this image issue,
On the front page, the left two album images are missing the border on the right side.
I took your advice and went into /wp-content/themes/musicplay/musicband
I changed all sizes from 470 to 220 in the template_albums.php
Then I copied that php file over to the Child theme “musicband” folder.
All my imaged are uploaded 220×220.
But it still looks like this on the home page and in the album page.
Front page albums: https://snag.gy/2pBaOg.jpg
Album page image: https://snag.gy/jewLok.jpg
Some of these images are loading fine,
Everything seems to load fine in firefox, but not chrome.
EDIT
I also changed the sized fro 470 to 220 in the single-albums.php
Then I created “albums” folder inside the musicband folder of the Child theme.
If you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp-logins. Before providing the wp-logins to any support staff, kindly please make sure you take a backup of everything including wordpress content, theme options, widgets etc.
In style.css at line no. #2613 change the width of the .col-fourth from 23.5% to 23.2%.
when i see ur style.css i didn’t see in any changes you made what i told you about, where did you changed?
Hi,
Having same issue again, images on front page and album pages missing right side border.
I changed all sizes in single-albums.php & template-albums.php from 470 to 220,
So any image on the front page or album pages are less than 220.
Do I need to add these two files to the child-theme in the same directory structure?
Not sure if I need to change the .col_fourth { width: 23.2%; } in the styles.css?
It’s in a different location in the latest theme update.
Line: 2648
/* Columns for Album, Artist, Video, Gallery Template
=========================================================== */
.col_half { width: 48.5%; }
.col_third { width: 31.33%; }
.col_fourth { width: 22.75%; }
.col_fifth { width: 17.6%; }
.col_sixth { width: 14.16%; }
.col_three_fourth { width: 74.25%; }
.col_twothird { width: 65.66%; }
Viewing 18 posts - 1 through 18 (of 18 total)
You must be logged in to reply to this topic.