bearvv
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple CSV Importer] Featured imageI finally found a solution for path. Just leave my solution here, it might help other people.
I need to put all the images under the wordpress upload folder, e.g.
wp-content/uploads/2015/08
It works!
Forum: Plugins
In reply to: [Really Simple CSV Importer] Featured imageThanks Takuro Hishikawa.
Still can’t work for uri, need more time to check what’s wrong with my server.
If I use path, e.g. /path1/folder/image1.jpg
The script just put all the resize image at /path1/folder/ e.g. /path1/folder/image1-150×150.png ….
I also checked the link in the media library, it’s shows:
https://www.mysite.com/wp-content/uploads//path1/folder/image1.jpg
which is totally not correct. Since the script doesn’t move the images to the uploads folder.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Featured imageI also got problem for featured image.
If I use uri(e.g. https://www.site.com/image.jpg), it shows:
Could not get remote file
If I use path, the media library just show a broken image.
Any possible reason to explain why the featured image import is not working? Thanks a lot.
Forum: Plugins
In reply to: [Sociable] shortcode [sociable/] not workingFound the same problem. You can just follow the post below, it will fix the problem.
https://www.ads-software.com/support/topic/plugin-sociable-shortcode-not-working
Forum: Plugins
In reply to: [HungryFEED] [Plugin: HungryFEED] hardcode rss result into post?mikeotgaar, Thanks a lot.
It works if you don’t got many posts. I need to deal with a lot of posts, so I might need to ask a programmer to change the script a bit. Thanks anyway.
Thanks Emil.
The only working plugin is TheThe Tabs and Accordions. May be I should let other tabs plugin developer knows ??
Forum: Plugins
In reply to: [WP Multi Network] [Plugin: WP Multi Network] Permalink not workingOh I finally found the answer. https://www.ads-software.com/support/topic/simple-domain-mapping-without-any-plugins-wordpress-30?replies=4
You need to replace:
define( ‘DOMAIN_CURRENT_SITE’, ‘yourdomain.com’ );
with
define( ‘DOMAIN_CURRENT_SITE’, ”. $_SERVER[‘HTTP_HOST’].” );
Hi Andrea_r,
Thanks a lot, nice :-). I totally understand now. May be Multi Site Network is more suitable for me. Since I want every mapped domains got their own sites as well. Have a nice day :-).
Forum: Networking WordPress
In reply to: Main site adds /blog/ to permalink structure?Forum: Networking WordPress
In reply to: Permalink – Why a predefined path in front of Custom Structure?Hi James,
Thanks a lot. I can remove the blog folder even though the Custom Structure still show the /blog folder there. But what I see in the home page, the blog folder is not there anymore.
Forum: Networking WordPress
In reply to: Permalink – Why a predefined path in front of Custom Structure?Hi esmi,
No I don’t. I install it on root directory. But I use multisite and domain mapping plugin in that.
Forum: Networking WordPress
In reply to: Multisite, without using plugin?Hi ipstenu,
You are 100% corrected. Yes, multisite is not a plugin, it’s a new feature of wp 3. If you want to have unique domain, then you need to use domain mapping plugin.
I am still thinking whether I should follow the “plugin way” or keep on to use my own method. It’s not funny if you got a lot of sites to upgrade.
Forum: Fixing WordPress
In reply to: flash uploader security error problemMe too, I got the same problem when I upload image.
I am using wordpress 3.01 + multisite + domain mapping.
Forum: Fixing WordPress
In reply to: NO THUMBNAILThanks Scytle.
Your link https://wordpress.pastebin.ca/250256 solved my problem.
After I increase the memeory limit in php.ini, I can create thumbs for all of my images.