Chris Smith
Forum Replies Created
-
Ok, thank you. I will look into those options
Thanks, will do.
Thanks CartPauj, they are not set to default and I tried updating them after the migration to refresh them
Forum: Plugins
In reply to: [FeedWordPress] FeedWordPress – Retiring Of Posts@emalave did you ever get this figured out? I am having the same problem.
David, just to be clear, as always, the WPE support people were very helpful.
However in this case, they indicated that the Pretty Link plugin should not have any problems working in the WPE system and I should reach out to the plugin author to see if they might know why it was not working in this case. So that is why I created this post.
David,
Thanks for your response. I did have a WPE ticket (#507854) on this. The site is password protected, so if you would like access, can you ping me on that ticket?
Thanks,
ChrisForum: Plugins
In reply to: [WP Instagram Widget] 1.9.1 Images loading with trailing slashScott,
Thanks for your response. There appear to be two issues I am running into:
1) I forgot to update my local environment to 1.9.1. Now that I have, the trailing slash problem is solved (THANK YOU!) and I have removed my jQuery hack.
The second issue is that there is one image that appears to be truncated (https://monosnap.com/file/itSRjVo8JD9tCjDbJrt3NDaxzpYZCm). I have cleared (and turned off) the WPE cache as well as trying this on a different computer and browser.
This however, does not occur on my local environment. Because it isn’t, unless you are seeing it, I am willing to chalk it up to WPE’s caching.
Forum: Plugins
In reply to: [WP Instagram Widget] Error loading imagesForum: Plugins
In reply to: Woocommerce: Changing Add to Cart Text Not Workingjohner1,
any chance you got this resolved?
I have a similar issue with my button text and filters not working. My code is posted below:
add_filter('variable_add_to_cart_text', 'woo_custom_cart_button_text'); add_filter('_add_to_cart_text', 'woo_custom_cart_button_text'); add_filter('single_add_to_cart_text', 'woo_custom_cart_button_text'); function woo_custom_cart_button_text() { return __('Select', 'woocommerce'); }
Jeremy,
that is close to our process, but here is what we are doing.- Click on Posts > Add New
- Write a post title, some comment
- Click on “Edit” above Publicize’s custom message input field
- Enter a custom message
- Click on “Save Draft”
- My custom message is saved, along with my draft
- Click on “Edit” above Publicize’s custom message input field
- Enter a custom message
- Click on “Save Draft”
- My custom message is <b>not</b> saved, along with my draft