Tim Griffin
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Add to Calendar – Google, iCal, Outlook 365So I found this was helpful for the icalendar config… not affecting the outlook export link though.
function custom_tribe_ical_feed_item( $item, $event_post ) {
// Get the event excerpt using tribe_events_get_the_excerpt
$event_excerpt = tribe_events_get_the_excerpt( $event_post->ID, null );
// Remove the <p> tags if present
$event_excerpt = preg_replace('/^<p>|<\/p>$/', '', $event_excerpt);
// Update the 'DESCRIPTION' component in the iCal feed item
$item['DESCRIPTION'] = $event_excerpt;
return $item;
}
add_filter( 'tribe_ical_feed_item', 'custom_tribe_ical_feed_item', 10, 2 );Thank you for the response. That was very helpful!
Obviously I need to become familiar with all the shortcode options available in this plugin.
Awesome!
Forum: Plugins
In reply to: [Modula Image Gallery] How Did This Appear in My Dashboard?Guys @machothemes – you might have the most amazing gallery… but in the mean time, my dashboards are hideous!!!
Please remove this from all the sites I manage ASAP!
When can I expect this to be removed?
Forum: Plugins
In reply to: [Gravity Forms Constant Contact] Contact Isn’t UpdatedI too am having this issue on multiple forms/feeds.
Gravityforms entries are not updating contacts on constant contact lists.
WordPress 4.9.5
Gravityforms 2.3.1
No errors popup
chrome 66.0.3359.139Forum: Plugins
In reply to: [Modula Image Gallery] How Did This Appear in My Dashboard?What do I need to do in order for this to automatically disappear across a network of standalone sites? Will it automatically erase itself? Because it is still showing up and clients are very confused…
Forum: Plugins
In reply to: [Product Subtitle For WooCommerce] Using plugin with WP All ImportWP All Import also allows for specifying custom fields.
Which field is the Subtitle field in?Shouldn’t this allow for insertion of the subtitle via WP All Import?
Here’s what I did to make this work:
a) visit this page:
https://www.wpallimport.com/documentation/custom-fields/theme-plugin-fields/b) enter this field name in the custom field area: wc_ps_subtitle
c) drag your desired subtitle field from your csv data into the value of the custom field.
Works great ??
- This reply was modified 8 years, 3 months ago by Tim Griffin. Reason: solved the question
I can verify this issue.
1) Create a new page
2) Add popup builder links (I used the hover options)
3) Publish page
RESULT:
a) Page loads properly and you can see the popups
b) here’s the problem: you can NO LONGER EDIT this page at all
The editor is broken after adding popup links to the text/html content area of DIVI.
Edit page is not able to load, nor is any link on the edit page working.Here’s a screencapture to see for yourself:
https://cl.ly/0t0L293n221aWow – thank you @echezuria and @webvitaly.
This css fixed the issue and now we have beautifully aligned columns ??
https://www.imaginestagers.com/projects/Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Issues with Stripe 3.0.3 and 3.0.4Just ran some testing and sure enough – 3.0.2 works like it’s supposed to, 3.0.5 breaks the checkout functionality.
Either some thorough upgrade instructions or a better release compatible with all systems able to run 3.0.2 would be helpful!
Here’s the site kellyraeroberts.com
Same issue here.
Seems to be tracking most things in Analytics – but we’re getting the
Missing Ecommerce Data…configured for Ecommerce, but no data is flowing.Ok… so indeed – it was a duplicate call to load javascript library.
Removed duplicate and with the Use Google Libraries – now fully functional ??
Wow – thanks for the quick response.
a) I’m going to rate the plugin a 5 right now ??
b) The quotes around the hashtag is already there in the custom.js file…
problem still persistingDoing some digging to see if this fix needs to be applied to another source?
https://www.kellyraeroberts.com/shop/
notice the image linked to popup – bottom of page says “Click here to find out more”Hello emanuelevenditti,
I have been pulling my hair out on this issue as well – at least it appears to be the same.It became evident to me when I had these options set to ON:
Copy Files to S3
Rewrite File URLs
Path
Remove Files From ServerAnd the CloudFront custom CNAME.
=================
Question: does the image get uploaded to your S3 Bucket?
Question: does the cname url break?
Question: is your CloudFront Origin set to your S3 bucket?
Question: in your CloudFront Distribution settings on the “Behaviors” screen do you a “Path Pattern” of * or (*)Default?
Screenshot: https://www.evernote.com/l/AAnuxBJtyGNJh5E4IXpyr5pIH1ZlkTcg1FcNOTE: It is possible to have multiple origins within a single cname. This is helpful when you want to setup a single CDN to server static files from your site as well as have media uploaded to your S3 bucket. In such a case two behaviors/two origins are needed for the CloudFront settings – one for the S3 bucket and one for your general website url.
Don’t loose too many brains cells – I hope you figured it out, or that this helps ??
@gecko_guy here are a couple helpful resources – at least they helped me make sense of things:
1) https://www.elegantthemes.com/blog/tips-tricks/how-to-use-amazon-s3-and-cloudfront-with-wordpress
Explains the groups/administrative access for cloudfrount + S32) https://www.webdesignerdepot.com/2013/08/how-to-take-wordpress-to-the-cloud-with-amazon-s3-cloudfront/
That tutorial gives you an explanation of setting up WP Supercache with Cloudfront – also gives insight for setup of access groups.