ueharataichou
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I am having a challenge inserting a jpeg image to a blog articleHi Ron,
I tried doing the same with Photobucket and WordPress. Here’s what I did and it worked:
1. Upload photo on Photobucket
2. Copy the “Direct Link”
3. Went to my WordPress dashboard post editor
4. Clicked on “Add Media”
5. To the left I chose “Insert Media”, fourth option
6. Pasted the “Direct Link” (the one with the file extension: hello.png, hello.jpg..)
7. Saved and previewed and everything’s working.Does it work for you?
–
As a side tip, if you have gigabytes of storage for your hosting, it would be better if you host your images on your own server.
–Forum: Fixing WordPress
In reply to: I am having a challenge inserting a jpeg image to a blog articleHow are you inserting the images to your posts?
Forum: Fixing WordPress
In reply to: WordPress Dashboard Cut-off at TopWebsite url?
edit: woops, “dashboard” haha
Forum: Fixing WordPress
In reply to: No imagesMight be because of permissions. Is this a fresh WordPress installation? If that’s the case then everything should work just fine, if not you can try changing permissions on your uploads folder.
Forum: Fixing WordPress
In reply to: How to set up RSS and put the botton on my blog?It depends on where you want to display the button. If you want to display it on the sidebar, you can use a text widget for it and use the code below after uploading the icon.
<a href="rss-url"><img src="/filepath/rss.png" /></a>
If you want to display it on another section of your website: header, footer, or somewhere inaccessible by your theme’s settings, you’ll have to jump in on the theme files.
Forum: Plugins
In reply to: [W3 Total Cache] Activating W3 Total Cache removes SliderSo an update, I have isolated the problem to just the Minify setting. Turning it off brings back the slider.
Forum: Fixing WordPress
In reply to: Post not appearing when usingThis is a first, other articles are working fine.
Forum: Plugins
In reply to: [WP Super Cache] Help on the mod_rewrite rule?Never mind, already fixed the problem and it’s running fine now under default settings.
Forum: Fixing WordPress
In reply to: How to put Facebook like box in ChromeLate reply, if the problem still persists can you provide a link to your site and maybe, just maybe, I’ll see the problem
Forum: Fixing WordPress
In reply to: If WordPress dashboard is slow, is it my host or my installation?I guess I should switch hosting soon. Thanks!
Forum: Fixing WordPress
In reply to: How to put Facebook like box in ChromeWhich code? The XFBML or iframe?
Forum: Fixing WordPress
In reply to: Site description different on Facebook when link is sharedResolved this issue using: https://developers.facebook.com/tools/lint/
Got help from: reddit!
I hope that, in the future, when someone experiences the same this will be of help. Good luck!