Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   [SOLVED] Atahualpa 3.7.6: broken link to round-gray.gif (http://forum.bytesforall.com/showthread.php?t=17501)

tomborec May 8, 2012 05:33 AM

[SOLVED] Atahualpa 3.7.6: broken link to round-gray.gif
 
3 Attachment(s)
I have run Google PageSpeed test and discovered a broken link to round-gray.gif (see picture 1). The reason for this was that I have renamed my atahualpa directory to atahualpa376 (see picture 2). The broken link was slowing down loading time.

I have solved this issue in a very straightforward fashion - by creating a new directory atahualpa/images/bullets and copying round-gray.gif there - crude solution that works just fine for now (see picture 3).

May I suggest to solve this issue in a more elegant form with the next update (nothing super urgent).

I really appreciate your great work - donation sent.

lmilesw May 8, 2012 05:46 AM

I'm not quite clear on your issue. Every time I upload a new version of Atahualpa into it's own uniquely named folder the only image files I have to deal with are the ones I have uploaded into one of the theme folders. The image you are talking about should be there.

juggledad May 8, 2012 06:07 AM

THIS IS NOT A BUG

If you used one of the 'default' styles, there is CSS using the default name 'atahualpa' in some of the URL's.
HTML Code:

div.widget ul li {
padding: 1px 5px 1px 12px !important;
background: url('/wp-content/themes/atahualpa/images/bullets/round-gray.gif') no-repeat 0 7px;
}

You need to change this to reflect what you call your atahualpa folder and there should be no problem

ymf May 10, 2012 12:53 PM

Not to derail the discussion... but why don't add a "Sticky: Atahualpa 3.7.6 released" topic with changelog, as it was done for all previous versions till 3.7.3?

juggledad May 10, 2012 02:02 PM

did you look at the theme files? there is a change log there

tomborec May 11, 2012 06:04 AM

Quote:

Originally Posted by juggledad (Post 84819)
THIS IS NOT A BUG

If you used one of the 'default' styles, there is CSS using the default name 'atahualpa' in some of the URL's.
HTML Code:

div.widget ul li {
padding: 1px 5px 1px 12px !important;
background: url('/wp-content/themes/atahualpa/images/bullets/round-gray.gif') no-repeat 0 7px;
}

You need to change this to reflect what you call your atahualpa folder and there should be no problem

This makes sense. Although for me it is easier to setup a new folder once and forget about the issue forever. :)
This is the only thing I had to deal with, this theme is so good.


All times are GMT -6. The time now is 06:46 AM.

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