iandbanks
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin to comment/collaborate on backendThanks @esmi, this gets me closer I think but I need something that is unique to individual edit pages.
For example if there was a chat here https://example.com/wp-admin/post.php?post=1&action=edit where communication could happen, and then a separate chat here https://example.com/wp-admin/post.php?post=3&action=edit where communication could happen that’d be perfect.
Another option I thought about were to possibly create a Disqus backend integration plugin for authors. That way we’re not tying up the WP database unnecessarily.
Still hoping to find something out of the box I can set up.
Forum: Plugins
In reply to: [Feature Me - CTA Widget] V2 doesnt work with siteOrigins page builderHi jonwishart,
Thanks for using Feature Me! I haven’t tested with this particular page builder yet. Could you take a look at the console logs on the widgets page and see if there are any errors being output, and if so, could you paste them here? That will help me until I can get to install and test this particular pagebuilder plugin.
Thanks!
Thanks for sending this to me Mark. What version of the plugin are you using by chance?
Forum: Plugins
In reply to: [Feature Me - CTA Widget] wp_enqueue_script error in debug modeThanks for letting me know MarkCline, I’ll get that fixed in the next version.
Forum: Plugins
In reply to: [Feature Me - CTA Widget] Feature Request – Pro Plug inHi Laura, thanks for these suggestions, they are great!
I’ve got a couple of these things in the pipeline already in Feature Me version 2.0 (coming soon), but would be happy to add the others to my development pipeline ??
Forum: Plugins
In reply to: [Feature Me - CTA Widget] Resize image (make the image smaller)Hi Woutervandenberg, thanks for using Feature Me!
To make the image smaller, you will need to do so using CSS. You can change the CSS in the featureme.css file which you can access from the plugin editor. Keep in mind if you edit it here, you will lose all changes when the plugin is updated.
In version 2.0 (coming soon), you will be able to edit the CSS from the Feature Me settings menu. This will allow you to make changes to the CSS that won’t be overwritten by plugin updates.
Forum: Plugins
In reply to: [Feature Me - CTA Widget] Change button colorHi laura.lee! Thanks for giving Feature Me a shot!
Looks like I should build in a better way to input/change CSS in the next version!
Per your questions, I’m glad you were able to get the CSS working! Cache is a common issue for styles. There are two types of cache to look out for. 1) browser cache and 2) server cache. Both of these can cause issues with what you described. If you use WP Supercache or similar you may have to clear both to get updates to appear.
And yes, unfortunately your styles will get lost when the update happens (which is why it’s a good idea for me to build a css input ?? )
If you’d like you can join sign up for the beta on the new version and test it out and let me know what you think. Beta users get advanced notice of when the final version is released. You can do so here https://www.phasechangedigital.com/plugins/feature-me-2-beta/
Again thanks for trying out Feature Me!
Forum: Plugins
In reply to: [Feature Me - CTA Widget] Reorder contentHi Rick, so sorry for the delay in response. My notification emails are going to spam ??
You can find the beta to Feature Me 2.0 here which includes the ability to rearrange the title, image, and content. You’ll also notice that it’s been streamlined and is easier to use!
Let me know your thoughts, I’m hoping to launch it soon here in the WordPress repository!
Forum: Plugins
In reply to: [Feature Me - CTA Widget] Reorder contentActually, in version 2.0 coming soon you can do this! Would you be interested in beta testing it before it launches?
Forum: Plugins
In reply to: [Feature Me - CTA Widget] Https breaksThanks for letting me know. I’ll have that fixed in the next version ??
Forum: Fixing WordPress
In reply to: Woocommerce – Add to cart for variable products not appearingI’m having a similar problem. Not sure if it’s the same as you but at random variable products display the “Out of stock” message with no add to cart button as you’ve described.
The only thing I’ve been able to do that sortof helps is to go to the Woocommerce settings page and then resave the settings. Somehow this fixes things for a little while until they break again ??
I’m not sure if the issue still occurs in Woocommerce 2.2.7 (I’m currently at 2.1.12 due to needing to migrate templates etc. to ensure compatibility with my website).
I also have an open stackoverflow question about this.
Forum: Fixing WordPress
In reply to: Umm, REMOVE auto update!?Haven’t had any problems with the auto updates until recently when two different client websites updated automatically to WordPress 4.0.
First site was at 3.9.2 updated to 4.0 sometime last Thursday/Friday (WP 4.0 release).
Second site was at 3.9.1 and updated to 4.0 around the same time (this site ended up broken).
Any ideas since the updates are supposed to be automated ONLY for small updates, not major updates?
Sure I can update my wp-config files, but I’m more concerned with why this is happening when it seems like it should not.
Forum: Installing WordPress
In reply to: WordPress 4.0 updates automatically?This happened to me too for two different client websites. Nothing was set to tell WP to update major versions, and my company hosts these clients so it wasn’t a host automated update.
What the heck is going on?
To remove the WordPress Username add this filter:
add_filter( 'woothemes_our_team_member_user_search', '__return_false' );
I haven’t been able to figure out how to remove the gravatar_email field yet…kindof frustrating.
Thank you so much for the wonderful review!