Nicole
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] How to Add Variation Titles DisplayWhere do you put this code? I need this functionality. Thank you for sharing!
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Color Swatches Size & Actual ColorI know this is kinda old, but I used this in my theme code and it fixed the opacity issue with the colors:
.tawcvs-swatches .swatch { opacity: 1 !important; }
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Color swatch opacityUpdate – FYI – I just put this css in my custom CSS file for the theme and it overrode the plugin css and did the trick…and now it won’t get overwritten when it updates ??
.tawcvs-swatches .swatch { opacity: 1 !important; }
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Color swatch opacityI completely agree! It doesn’t make a lot of sense to have the color swatch not be true to the color when seeing the selections. I know this isn’t a very new topic, but if you could let me know the code you used to fix this, that would be great, thank you!
Forum: Plugins
In reply to: [Age Gate] Age Gate Not redirecting to WebsiteWe don’t have a caching plugin, but that worked! Thank you!!
Forum: Plugins
In reply to: [Age Gate] Age Gate Not redirecting to WebsiteI also tried switching to the 2015 theme and having the same issue.
Forum: Fixing WordPress
In reply to: Photos not displaying on apple computerWere you ever able to solve this? I am having the same issue using The7 theme on this site: https://www.westpointacu.com.
It works perfectly in all browsers but isn’t showing images in Safari only. When I inspect element, I can see the source code and everything, but it just doesn’t display. It works in Safari on PC, just not mac, which is unfortunately what my client uses.
The slideshow works, but header logo, footer logos, and the images on the pages just dont’ show up. It’s bizarre
<div style="float:right; margin:0px 0px 15px 15px;">#_LOCATIONMAP</div> <p> <strong>Date/Time</strong><br/> Date(s) - #_EVENTDATES<br /><i>#_EVENTTIMES</i> </p> {has_location} <p> <strong>Location</strong><br/> #_LOCATIONLINK </p> {/has_location} <p> <strong>Categories</strong> #_CATEGORIES </p> <br style="clear:both" /> #_EVENTNOTES {has_bookings} <h3>Bookings</h3> #_BOOKINGFORM {/has_bookings}
Forum: Requests and Feedback
In reply to: WYSIWYG in new updateI’m having issues with multiple plugins/themes in editor of the newest WP update (3.9). Pretty much any buttons to insert shortcodes/functionality provided by the plugin/theme have either disappeared or they just don’t work.
Do you think it’s best to downgrade or are plugins and themes going to catch up with the update? This is sooo frustrating…
Forum: Plugins
In reply to: [Simple Staff List] No information on detail pageI am having the same issue, I have created a staff member, but itdoesn’t actually show any of the information:
Thank you. I looked at the article but didn’t find the errors in the code that were mentioned. I also installed Google libraries but still having the same issue. When I looked at the error console, it looks like there is an error in the events manager javascript. Does this have something to do with it?
Uncaught TypeError: Object #<Object> has no method ‘timePicker’ events-manager.js?ver=5.52:713
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
Forum: Plugins
In reply to: [Join My Multisite] Change title on Custom Registration pageAlso, is there any way to change who the activation email comes from? I’d like it to come from the site instead of the network main site. It’s confusing for users.
In retrospect, I should have set this up on it’s own install…I just wasn’t aware of how difficult it would be to manage new users on a network install.
Thanks for the response. I need to make the new WP update and am probably going to wait until some of the plugins update as well and do it all together so that hopefully everything is compatible on the new install and working correctly by that time.
I have most of my sites (25) on a network (WPMU) so I can update the plugin for all of them all at once. I have a few that are separate installs due to ecommerce, etc so I just manually do those. Not a big deal since it’s just a few more. But someone sent me this awhile back to manage multiple sites: https://managewp.com/
Forum: Plugins
In reply to: [Gravity Forms Dropbox Uploader] File upload in Dropbox and my serverRegarding the feature above, if it has not been implemented, let’s discuss how much it would cost to get that implemented? It may be worth it for my client. I already use gravity forms and dropbox so this is definitely my preferred way to go.
Forum: Plugins
In reply to: [Gravity Forms Dropbox Uploader] File upload in Dropbox and my serverHi,
I was curious as to if this features has been implemented yet? I have a client who would like to have their clients upload confidential financial information to their dropbox account but we do not want the files to be stored on the server for obvious security reasons. They prefer to use dropbox so this is a great solution, but whatever solution we use, it has to be secure so just wanted to see before proceeding with this. Thanks!