kyang08
Forum Replies Created
-
I found this and it solved my problem!
https://www.ads-software.com/support/topic/bulk-edit-a-custom-field-value?replies=3
My next issue is that one of my custom fields is designed to use the jquery date plugin so admins can easily add a new date.
is there anyway I can add the jquery date plugin to a mapped field?
Forum: Plugins
In reply to: [OptionTree] Theme options don't transfer if ID is changed.no worries.
also I just wanted to say your work with optiontree is amazing and I’m sure others can say the same. it’s made user interaction with my clients a cinch.
what’s your motivation behind the plugin? I noticed you mentioned a small monthly donation from themeforest, however I imagine it wouldn’t cover all the time you’ve spent developed this beautiful plugin!
thanks again!
Forum: Plugins
In reply to: [OptionTree] Theme options don't transfer if ID is changed.Also, if it is by design, is there anyway to transfer the settings from one option ID to another easily?
Forum: Plugins
In reply to: [OptionTree] How can I change the theme mode directory?I’ve decided to simply install it as a plugin like you recommend ??
Forum: Plugins
In reply to: [OptionTree] How can I change the theme mode directory?after much head scratching and trying debug with zero debugging experience I think I’ve figured it out!!!
https://gist.github.com/anonymous/8874465
I changed the directory structure in the ot-loader.php.
Any consequences you can foresee with this?
Also while I’m here. Is there a better way of debugging then my method of “echo “this is a test”;” to see how stuff is working? hahah!
Forum: Plugins
In reply to: [OptionTree] How can I change the theme mode directory?it looks like when option-tree is trying to include the files it’s adding “themes” to the path.
here’s the path that optiontree is looking through
/home/blueleve/public_html/sandbox/wp-content/themes/thesis/skins/sandbox-skin/option-tree/
but the actual path is
/home/blueleve/public_html/sandbox/wp-content/thesis/skins/sandbox-skin/option-tree/
Forum: Plugins
In reply to: [OptionTree] How can I change the theme mode directory?2.2.3 and 3.8.1
Forum: Plugins
In reply to: [OptionTree] How can I change the theme mode directory?https://gist.github.com/anonymous/8873933
THESIS_USER_SKIN is a variable that returns the path to the skin so: /home/blueleve/public_html/sandbox/wp-content/thesis/skins/sandbox-skin
If I copy the file URL from filezilla to ot-loader.php I get:
/home/blueleve/public_html/sandbox/wp-content/thesis/skins/sandbox-skin/option-tree/ot-loader.php=\
Forum: Plugins
In reply to: [OptionTree] How can I change the theme mode directory?I’m not sure what I’m doing wrong but I’m getting a large amount of errors.
I’ve referenced the ot-loader.php properly as well.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Problem with stripping EXIF data from thumbsahh. I see. been playing around with a bunch of different plugins to clean up thumbnails but most of them are not working well.
all I would need to happen is to delete all images that are not the specified media sizes. then the other plugins will regenerate thumbnails that they need. resulting in an upload folder with only images i need. however my php skills lack ??
awesome work by the way. I can tell that you really are putting in the work to make an awesome plugin!
Forum: Plugins
In reply to: [EWWW Image Optimizer] Problem with stripping EXIF data from thumbsahhhhh. I figured it out.
the widget was using old created thumbnails that were created prior to me optimizing all the images.
does your plugin only optimize the media sizes we set (large/medium/small/thumb)? If it doesn’t , maybe that’s why it wasn’t being optimized.
A side question
When I look through my media folder I now see
/coolphoto.png
/coolphoto120x120.png
/coolphoto119x120.png
/coolphoto119x120.png
/coolphoto118x120.png
etcdo you know of a way to clean up all the old images sizes that are not being used? a plugin that deletes all photos that are not the size of the media settings would probably work since the new thumbnails would be regenerated by plugins that need them.
thanks!
Forum: Networking WordPress
In reply to: Blog Copier Sub site URL path "/" missing after 3.5.1 updateHaving the same problem =\
Forum: Networking WordPress
In reply to: How Can I Clone A Full WordPress Site to a WordPress MU Site?Could you lead me to a resource that could teach me how to do it?
Forum: Networking WordPress
In reply to: How Can I Clone A Full WordPress Site to a WordPress MU Site?If I made a child site as a template, is it possible to migrate the child site to another wordpress mu install?
Forum: Networking WordPress
In reply to: How Can I Clone A Full WordPress Site to a WordPress MU Site?That’s the step I’m trying to automate. I already have the template/site I want set up as a wordpress blog but not as a child site. I’m trying to avoid redoing the site again as child site.
I plan on creating multiple wp mu networks so it will be really tedious to re create it every time. ??