haed-sam
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: No images gets uploaded?a relative path works too. just copy and paste the default settings if it’s not already set.
Forum: Fixing WordPress
In reply to: No Media Buttons Showing Up In Add New Post Screena relative path works too. just copy and paste the default settings if it’s not already set.
Forum: Everything else WordPress
In reply to: No images gets uploaded?jakomo, I just fiddled around and found something.
I’m not sure if anyone needs it anymore, but I had the same problem. I used a server install and it gave me a file directory settings in wordpress. if you go to your admin page then settings -> miscellaneous there are to paths to adjust. The first one was pre-written for me and was an absolute path to my server, not my site. the difference being that it’ll call out my paths starting from my server, which may start with a “/servername/www/mysite/” when perhaps you need it as “http://www.mysite.com”. Once i changed that, I was ok. hope it helps someone.
Forum: Fixing WordPress
In reply to: No Media Buttons Showing Up In Add New Post ScreenI’m not sure if anyone needs it anymore, but I had the same problem. I used a server install and it gave me a file directory settings in word press. if you go to your admin page then settings -> miscellaneous there are to paths to adjust. The first one was pre-written for me and was an absolute path to my server, not my site. the difference being that it’ll call out a starting from my server, which may start with a “/servername/www/mysite/” when perhaps you need it as “http://www.mysite.com”. Once i changed that, I was ok. hope it helps someone.
Forum: Everything else WordPress
In reply to: No images gets uploaded?I would like to know also. i’m having the same issue.
Forum: Fixing WordPress
In reply to: wp_list_pages – link_after use a html spaceI just checked it out, the fact that you want two   may be an issue, but you can achieve 1 space if you use the “%20” code. The “/” that you want to add is being directly added to your links, so keep that in mind.
Forum: Fixing WordPress
In reply to: wp_list_pages – link_after use a html spacemiocene22 you “&” are messing you up. Anytime you add an ampersand, you call on a different wordpress attribute. Try using spaces to replace your   or use a back slash to null your call or perhaps use quotes or “.” to execute your  . I don’t have that particular problem, but I am absolutely certain that your “&” is messing you up. Try your original code without the   to check if I’m right. Good luck! I hope this response helped you out a bit.