Erica
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Filter 'woocommerce_checkout_fields' does not change labelsThank you lorro, I will have to give that a try. If it ends up working, what a laugh that the WooThemes plugin doesn’t even use it ??
Forum: Plugins
In reply to: [WooCommerce] Filter 'woocommerce_checkout_fields' does not change labelsMy client and I figured it would be better worth our time to just spend the money on your plugin since it promises to work, yet no luck with the plugin either. I would really appreciate it if someone could help look into this! My client has already raised a support ticket as well.
Thanks
Forum: Plugins
In reply to: [Jigoshop] Change to User Defined Variables?I did not modify the core jigoshop files before. It is actually in plugin form because I like keeping it separate from my theme. Easier to edit this way. I’ve extended the admin settings so that I can use the built in options feature. In my array my fields have a ‘display’ and an ‘update’ key. The display is still working, and by adding my echo statement I know the update function is being called, it just doesn’t seem to do anything after validation ??
I’m not really sure where it goes after that so I can’t properly debug it. I followed the code all the way up through validation, it says it validated fine, but I don’t know what happens next.
Forum: Plugins
In reply to: [Fast Secure Contact Form] From Email set to form 'email' fieldI appreciate the quick reply. I probably should have specified, the auto-responder is setup through my email service so that others who email me directly still receive the message. I do not have a confirmation email setup right now through FS Contact Form. It’s really not a huge inconvenience, just annoying to delete the auto-responder message every time someone uses my form.
Forum: Plugins
In reply to: [Fast Secure Contact Form] From Email set to form 'email' fieldOkay, I’ve now just noticed that it started working. When I click respond it correctly populates the sender’s email address into the ‘To’ field, HOWEVER, I am still getting my auto-responder sent to me instead of the user. Anything I can do about that or am I out of luck? Thanks!
Forum: Requests and Feedback
In reply to: Trouble with Menus & Page Links#1: How odd. I guess I will have to debug my theme and plugins to figure this one out.
#2: I just noticed this bit on the news of Version 3.7. I’m assuming/hoping that this includes the dilemma I’m having. LOVE IT!
Search results are now ordered by relevance, rather than just by date. When your keywords match post titles and not just content, they’ll be pushed to the top.
Forum: Networking WordPress
In reply to: Permalinks Not Working on Root Site ONLYThanks for the responses. I’ve been working with WordPress for a very long time so I went through all the motions that are expected and nothing worked. I finally figured it out with a colleague. Our boss who setup the staging server setup WordPress multisite on a subdomain. As soon as I started adding subsites the permalinks went haywire as did a couple other items. I had to restart the project on a single domain and now everything is fine.
We did determine a sort of hack solution though. Not sure how legitimate it is but it worked for the time being. If anyone else requires setting up WordPress multisite on a subdomain, modifying the wp-config file as so seemed to make it work again:
Change
define('SUBDOMAIN_INSTALL', false);
to
$url = $_SERVER['REQUEST_URI']; $url = explode('/',$url); if($url[1]=='subsite1' || $url[1]=='subsite2') { //Define each sub-site path name define('SUBDOMAIN_INSTALL', false); //subdomain } else define('SUBDOMAIN_INSTALL', true); //mainsite
Forum: Networking WordPress
In reply to: Permalinks Not Working on Root Site ONLYSorry for the delay. I was seeking help from a colleague but so far no luck still. The plugins I’m running are:
All in One SEO Pack
BackupBuddy
Banners-manager
cforms
Gravity Forms
Image Widget
Network Shared Media
WordPress Download Monitor
WP Mobile Edition
WP Smush.itForum: Networking WordPress
In reply to: Permalinks Not Working on Root Site ONLYThank you for responding. I’m sure they did work when I first installed and activated multi-site. I dont initially recall it though because there wasn’t much time between the install and importing of data. My htaccess only contains what was given to me at the time of activating mutli-site:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]
Forum: Reviews
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Near Perfection!After thinking about it, was what I described earlier not a problem for you? I forgot that I am including this plugin via a dynamic sidebar inside of an iframe. I think the problem is that the iframe is set to a specific height via jQuery when it first loads. I don’t recall this script every time it rotates, so the iframe does not dynamically adjust to match the current content. Sorry for the trouble! And thanks again for such fast support!
Forum: Reviews
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Near Perfection!Wow! That was fast, how awesome, thanks! It seems to work on my client’s blog just fine, even with WP_DEBUG disabled so that’s great. Just one question, it seems to be roughly based on size, is there any way around that? My guess looking at it is that it takes the height of the first set, but it doesn’t adjust it as it goes because sometimes you can see a portion of a tweet on the top and/or bottom. It’s not a major concern but something to think about. Otherwise I love it! I think this is exactly what they’re looking for.
Forum: Plugins
In reply to: [Len Slider] Slider no auto rotate with default skinI have this same problem. There is a javascript error with this theme, and it’s the only theme that comes with the free version therefor rendering it useless. Here is the error as presented in Google Chrome. Please fix!
Uncaught TypeError: Object #<Object> has no method ‘tabs’ default.skin.js:2
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] More than 1 tweetI agree, I love this plugin, it’s well done, lots of options, and well supported, but is there any way it could be set to show more than one at a time AND scroll… I have a large space to fill and have been trying to figure it out. I’m very knowledgeable with PHP/jQuery so if you could just point me in the right direction that would be awesome! Thanks ??
Forum: Plugins
In reply to: Creating a plugin install zip file with valid headersno, should I have?
Forum: Plugins
In reply to: [WP Calendar] can not add new categoriesI can’t either. Is there a fix for this? I don’t mind doing it myself, but some instructions would be great. I can’t figure out why this won’t work anymore…