dfeagin
Forum Replies Created
-
Forum: Plugins
In reply to: [Multiple Domain] Understanding this pluginWill it also handle going this route with the URLs?
site1.domain.com
site2.domain.com
site3.domain.comWe basically just want the same site to come up for all of these scenarios except we want to swap out the logo so that it is unique per site. I figure worst case we can get that done via JavaScript.
Forum: Plugins
In reply to: [Membership 2] Cant add WP Users to New Membership GroupOk update.. I was trying to locate the admin account when I was trying to add a member and it was not finding it. Now I tried another account – just a normal subscriber account and it is locating the other accounts. It would be nice to not have to do this one at a time but we are at least back up and running.
That was it! Fantastic. They will be very happy to have this working.
Thanks!!!
It is like the focus gets set in a search box behind the one for Ajax Search Lite. You can see the cursor there and if you keep keying in stuff you eventually see the cursor and the text come out from behind the text “Type Speaker’s Name Here…”. Then if you actually click in the box you will see the bright cursor vs. the dim one that is in the background and when you start typing something the search works as expected.
I added the following into the DIVI theme area where I can include some custom JS:
$(‘#et_search_icon’).on(‘click’, function(){
setTimeout(function() {$(‘input.orig’).focus();}, 1000);
});When I click on the magnifying glass you can see that the cursor gets set in there but it doesn’t work like you would expect. Do I need to do the functions.php file as well or was that just an alternate route to get the same results?
Take a look and check out what it does:
https://midamericaspeakersbureau.com/Forum: Plugins
In reply to: [IdeaPush] Warning on PageI should note that the error message only shows up when the visitor of the site is not logged in. If someone is logged into the site then the error is not thrown.
Thanks!
Forum: Plugins
In reply to: [Content Expiration & Redirect] Expired pages will only return HTTP 404I experienced the same thing. When the page expired it generated a 404 vs. redirecting to the new page that we had created on the site. The URL was set correctly.
Forum: Plugins
In reply to: [WooCommerce] Not Display Out of Stock ItemsI found the setting under WooCommerce Settings > Products > Inventory > Out Of Stock Visibility
I will do that. Really appreciate the help!!
I did disable all of the plugins on the site and it still happened. So my best guess at this point is that it might have something to do with the theme.
Thanks again!
I also figured out through some digging that I can use this shortcode with an output filter and get the date formatted the way that I wanted it.
[+post_date:datef==n/j/Y g:i a+]My only problem now is that it displays like this:
8/31/2015 5Everything after the g is missing.. I have determined it has something to do with the : in the format string. If I remove the colon it displays correctly with the exception of it is missing the colon. I have shut off all plugins except cctm and I have switched themes. In all cases it does not like that colon in there. So just to get by for now I am forced to use a semicolon.
[+post_date:datef==n/j/Y g:i a+]
8/31/2015 5;22 pmWeird.
I will give that a whirl and see how it goes. Thanks for posting that.
I also figured out through some digging that I can use this shortcode with an output filter and get the date formatted the way that I wanted it.
[+post_date:datef==n/j/Y g:i a+]My only problem now is that it displays like this:
8/31/2015 5
everything after the g is missing.. I have determined it has something to do with the :. If I remove the colon it displays correct with the exception of it is missing the colon. I have shut off all plugins except cctm and I have switched themes. In all cases it does not like that colon in there. So just to get by for now I am forced to use a semicolon.[+post_date:datef==n/j/Y g:i a+]
8/31/2015 5;22 pmWeird.
Did you ever get this working? I am looking to figure out how to display a list of records using the summarize posts widget – I am also trying to figure out how to do some custom date formatting as well.
Forum: Plugins
In reply to: [Simple Staff List] Cant Correctly Format Staff Loop TemplateI just figured out a way around this. I just needed to embed all of my table code inside the loop. I was trying to have the loop just create the rows of the table.
DerekI should have checked the plug-ins and theme first off. I ended up finding out that when I shut off all of the plugins and switched the theme back to a default theme that the search worked – meaning it could pull up Event Manager content. As soon as I went back to my new theme it stopped working – so not plugin related but theme related somehow.
I have sent an email into the creator of the theme we installed. If anyone has any ideas on what the theme creator or I might be able to do to resolve this I would love to hear it. It would be nice to have this feature working.
Thanks,
DerekForum: Plugins
In reply to: [Membership 2] Error Uploading Media to the Media LibraryThis had nothing to do with the membership plugin… there was a permissions issue on the WP server that our hosting provider ended up resolving.
Thanks!