jasonfarran
Forum Replies Created
-
Did you look at my code above? I already have the index. I am asking if there is a way to access slide info via api. I showed you my code so you can understand what I’m trying to do. Who said anything about slide info being for the overall slider? I need access to the data in slide info, which I’ve made perfectly clear over and over.
If there is an api to get slide info, I can use it to dynamically populate “myimg” based on the slide being shown. Or, tell me how you store slide info in the table. Is it encrypted?
Or can I access it through the api like var getIndex = api.index();? If there’s an api to grab slide info, that would work perfectly.
Here’s what I’m trying to accomplish.
function(event){
var api = event.target;
var getIndex = api.index();if (getIndex == 0)
{
var myimg = ‘https://site.com/wp-content/uploads/2016/01/Diagram-ste-5.png’;
}
if (getIndex == 1)
{
var myimg = ‘https://site.com/wp-content/uploads/2016/01/Diagram-ste-3.png’;
}$(‘#howto’).html(‘<img src=”‘+myimg+'”>’);
}I’d like to dynamically change “myimg” to the correct image that we place in slide info, which would change on slide change.
okay, so since the shortcode doesn’t do anything accept put an empty ms-info div, can you tell me where/how your plugin stores the slide info in the database table? That will allow me to run my own query to display what I need, where I need it.
Thanks.
No, I asked about a short code. I need to be able to control the location of where slide info shows on the page. I have a div it needs to be in but none of your documentation discusses this or has a solution that works. That’s why I asked about the short code.
Again, [ms_slide_info] just places an empty div at its location. How do I display slide info in a location I want? Not just “inside the slideshow or outside the slideshow.”
Yes, he said that to me too. Right after I told him I disabled all other plugins and it still didn’t work.
Forum: Plugins
In reply to: [Contact Form 7 Extension For Mailchimp] MailChimp list is not updatedThat’s interesting because I already have mail SMTP on that client’s site and mailchimp extension doesn’t work.
Nope, and the developer won’t address the issue.
Forum: Plugins
In reply to: [Contact Form 7 Extension For Mailchimp] MailChimp list is not updatedWas there a new update? I still can’t get the developer to get on skype. He gives me a time to be on but no skypename to contact. Then I don’t hear from him for days.
Forum: Plugins
In reply to: [Contact Form 7 Extension For Mailchimp] MailChimp list is not updatedJust tried calling the developer’s cellphone and he has no voicemail set up. i’ve tried disabling all plugins and it still doesn’t work. The API call isn’t happening. The form is technically submitted (I can capture the info in CF7 DB) so that’s working. It’s the MC extension that is failing to connect with MC.
Forum: Plugins
In reply to: [Contact Form 7 Extension For Mailchimp] MailChimp list is not updatedYup, looks like everyone is having this issue. It started with the previous update. I contacted the developer and we were supposed to have a Skype call together last Monday but he’s not answering emails anymore. I’ll let you know if I find a fix or get a hold of him.
Forum: Plugins
In reply to: [Locatoraid Store Locator] States/Country in drop downIt would be very helpful. Or at least a way for us to enter values for a drop down.
Forum: Plugins
In reply to: [Locatoraid Store Locator] States/Country in drop downAnd states, which is more important?
Did anyone ever figure out what the issue is? I’m emailing the developer but wondering if it’s an easy fix. If so, someone should post here so users can find the solution.
Forum: Plugins
In reply to: [Locatoraid Store Locator] Can there be different locators on one site?I know this was resolved and the hack works. But the problem is, if you update the plugin (like I did today) it removes the “locator_2.php” file. You should look into having the plugin search for custom files outside the plugin folder.
Also, this does not add a second widget for the sidebar. With customization, this will work but an update will overwrite it.
Forum: Plugins
In reply to: [Locatoraid Store Locator] Show specific location only on certain pageI think I know what bullseyemedia is asking for and I’m interested in this too.
Is there a way to have a link on the search result for “Details” for a user to click? It would then take them to a page showing all of the details (custom fields).
The site I’m trying to use this on does not need the google map feature and has about 11 custom fields. They don’t want these to display unless the user clicks a “More Info” link.