Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Header configuration & styling »

[SOLVED] Header images not showing


  #1  
Old Oct 30, 2016, 02:43 AM
MaryD
 
2 posts · Oct 2016
I know this has been posted a million times before but I have been trying to sort this for days now. Through still fairly inexperienced, I've created three websites in the past with Atahualpa and never had this problem. My four header photos are in the public_html/wp-content/themes/atahualpa/images/header folder. I can see them there both through cpanel and though wp file manager on the site admin page. I had a look at the permissions post but I found it hard to understand. Please could I have some help with this? I don't know what I'm doing wrong and for the first time, I'm creating this site for someone else so need to get it sorted. Thank you.
  #2  
Old Oct 30, 2016, 04:46 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
1) what is the url
2) what do you have set at ATO->Image Locations?
3) are there any spaces in teh image names?
4) what happens it you enter into the browsers address bar
http://your-domain.com/wp-content/th...r/xxxxxxxx.jpg
- make sure to use your actual domain name and the actual name of the image. If the image doesn't show up, then it is a permission issue.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Oct 30, 2016, 06:51 AM
MaryD
 
2 posts · Oct 2016
http://elyrcchurch.com/ is the url. Just checking out the other stuff you mentioned now. TYVM, Juggledad.

Ok, I have now created the ata-images folder in wp-content and put the images in there as suggested. I am not getting an error message but am still not seeing the images.

When I enter http://elyrcchurch.com/wp-content/at...webimage1.jpeg, I can see the image ok. Why is it not showing?

Last edited by MaryD; Oct 30, 2016 at 07:08 AM.
  #4  
Old Oct 30, 2016, 08:39 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I'm out for the next hour but if you send me a pm with an admin ID/pw I'll take a look when I get home
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Oct 30, 2016, 11:34 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Ok, the problem is that your images all end with the extension 'jpeg' and he theme checks for files ending with 'jpg', 'png' or 'gif'.

In all the time I've ben helping support the theme, you are the first one to use the extension 'jpeg'!

I add a check for 'jpeg' to the the theme on your site which is now showing the images.

In teh future, use 'jpg'
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Oct 30, 2016, 11:48 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
for the record, I edited bfa_rotating_header_iage.php and changed line 26 from
HTML Code:
			if( preg_match('/\.jpg/i', $filename) || preg_match('/\.gif/i', $filename) || preg_match('/\.png/i', $filename) ) {
to
HTML Code:
			if( preg_match('/\.jpeg/i', $filename) preg_match('/\.jpg/i', $filename) || preg_match('/\.gif/i', $filename) || preg_match('/\.png/i', $filename) ) {
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Oct 30, 2016 at 01:26 PM.

Bookmarks

Tags
atahualpa, header, images

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Header image not showing all images gracekutney Header configuration & styling 5 Feb 14, 2013 03:29 PM
Header Images from Demo Showing up but missing from FTP site markpysher Header configuration & styling 1 Jan 14, 2013 08:04 PM
header not showing images quentinjs Header configuration & styling 3 Feb 1, 2011 04:12 AM
BUGFIX 351/352-02: Header images not showing in sorted order juggledad Old Version fixes and change logs 2 Jun 15, 2010 04:28 AM
Header Images not showing eneitzel Header configuration & styling 4 Feb 24, 2009 01:20 PM


All times are GMT -6. The time now is 02:40 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.