savelsells
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink change = No Images?? HELPGOT IT!!! it seems the issue we’re having is with Absolute versus Relative Links. using my FTP i changed my header image to now have a “/”
before the code linking to the image in the header looked like this:
<img src=”wp-content/themes/wpthemegen/images/header.png” alt=”SavelAndTheCity.com” width=”855″ height=”150″ border=”0″/> *notice the missing “/” just before “wp-content…”. By making the image Absolute instead of realitive, it now works! The correct way of doing it is:<img src=”/wp-content/themes/wpthemegen/images/header.png” alt=”SavelAndTheCity.com” width=”855″ height=”150″ border=”0″/>
if you’ve included images in your sidebar, then go into the text widgets via the dashboard and add the “/” where needed.
click here for more info on Absolute versus Relative Links
Forum: Themes and Templates
In reply to: Logo and theme images not showing after permalink changewhat about for the non header images. for exapmle the images in my sidebar won’t load. i tried using the above code, but had no luck!!
and help would be very helpful!
Forum: Fixing WordPress
In reply to: Permalink change = No Images?? HELPi too fall into this category! my blog: https://savelandthecity.com/ loads fine and looks just like it’s supposed to (i know certain post pics are’nt appearing, that’s not the issue though). My problem is when i click on the “Tags” or “categories” or 2nd 3rd etc. pages the template loads without the images. (categories for example – https://savelandthecity.com/category/real-estate) the header and the image in the right tool bar don’t load??? please help me and the other 2 above with this issue. It all started happeneing when i changed my permalink settings from “default” to /%postname%
somebody please help tackle this issue!!!