CrawlerWebSolutions
Forum Replies Created
-
Forum: Plugins
In reply to: [Automatic Featured Images from Videos] Stopped WorkingThat worked perfectly! Thanks for the help
Forum: Plugins
In reply to: [Automatic Featured Images from Videos] Stopped WorkingNothing working at all. It doesn’t appear to be even trying to download the thumbnails for the featured image
Forum: Plugins
In reply to: [Automatic Featured Images from Videos] Stopped WorkingI actually thought it might have something to do with Google and youtube going down a few days ago.
Any help is appreciated
Forum: Plugins
In reply to: [Automatic Featured Images from Videos] Stopped WorkingThanks for the reply… Nothing has changed at all. The process has always been the same, YouTube videos are posted and the featured image should be the thumbnail. Over the last couple days the images haven’t been generating. Here’s an example link: https://www.splashortrash.com/2020/12/15/dj-k-i-d-x-ddg-tony-montana/
Thanks for the quick response, does that mean it’s possible with the paid version?
Forum: Plugins
In reply to: [Shopify Connect for WooCommerce] Cannot activate the pluginNick
That plugin file doesn’t seem to work either. When attempting to access the setting the following is displayed:widgets.shopifyapps.comundefined’s server DNS address could not be found.
Forum: Plugins
In reply to: [Shopify Connect for WooCommerce] Cannot activate the pluginSame Problem… Any help is appreciated!
Forum: Plugins
In reply to: [Dynamic Recipient for Contact Form 7] Issue Setting UpBelow is the code to explain how the inventory plugin does it.
To clarify, each vehicle has information broken down into what’s called listing categories. One of these categories is Location. So what appears to be happening is when a CF7 form is submitted, the information is posted including the listing categories. In the code below it appears that it is the listing_ajax.listing_id field.
jQuery.ajax({ type : "post", url : listing_ajax.ajaxurl, data : { action: "request_info", first_name: first_name, last_name: last_name, contact_method: contact_method, email: email, phone: phone, id: listing_ajax.listing_id }
Forum: Plugins
In reply to: [Dynamic Recipient for Contact Form 7] Issue Setting UpJohn I appreciate you taking the time to review this issue. The question I would ask is, would you be able to assist me w/ the set up of this. I have basic forms set up in CF7.
<label> First Name*:
[text* FirstName] </label><label> Last Name*:
[text* LastName] </label><label> Your Email*:
[email* Email] </label><label> Phone:
[tel Phone] </label><label>Preferred Contact*:
[select* PreferredContact “Email” “Phone”]</label><label> Questions/Comments:
[textarea your-message] </label>[submit “Send”]
*RequiredI have this plugin installed as well as the simple hidden field plugin you created as well. I am honestly just concerned I am not doing this correctly.
Forum: Plugins
In reply to: [Dynamic Recipient for Contact Form 7] Issue Setting UpIts not a field that someone can select and choose a location. So the idea is when a customer is viewing a vehicle, the vehicle they are on has a location field. When creating a form in CF7, I set up whatever form fields I want, such as name, email address, phone number, etc. The information sent from the form in the “Mail” tab displays the information from the form, plus whatever information I choose to include in the message sent to my crm such as vehicle year, make, model, location, etc. The vehicle information is broken down into shortcodes such as [_location].
So to answer your question, I would probably assume its no, since the “customer” doesn’t select the location when filling out the form.