adminda
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Maps VE] Parameter Filters: AND or OR logicLook at this link:
http://grips.lewisoilfield.com/find-reps-2/
I am trying to set up a Factory Rep map for our organization. The two red markers and the polygon are supposed to display for Industrial Rep OR utility Rep parameters. The black marker with white star is supposed to display for Industrial OR Utility Or Oilfield rep parameters.According to existing logic, if a visitor wants to see all the utility reps, then he or she would un-check the industrial rep and as soon as that is done ALL disappear.
Forum: Plugins
In reply to: [Google Maps VE] HTML in DescriptionDone!
Forum: Plugins
In reply to: [Google Maps VE] Parameter Filters: AND or OR logicveebiekspert any comments?
Upon further testing and experimentation I think the OR function is the way to go.Forum: Plugins
In reply to: [Google Maps VE] Parameter Filters: AND or OR logicThis is a bit confusing for the user. So lets say we have two parameters 1 = Cash, 2 = CC. According to your statement above if user wants to see all CC locations then the user should uncheck the CC and then all the markers without CC will disappear.
Would it make better sense if you wanted to see all CC then check CC and uncheck Cash.
How would you set the markers? What would the marker for CC have on the two parameters? Check or uncheck the CC? What would a marker would look for parameter selection if it met both criteria?
I think OR logic would make things easier. That way you would select what you want to see.Forum: Plugins
In reply to: [Google Maps VE] HTML in DescriptionThanks, great to hear that, without it is not very useful.
Forum: Plugins
In reply to: [Google Maps VE] Filters does not displayYes figured that problem. I needed to create a top level parameter and then create sub parameters for my selections.
That solved that problem but now there is another.
It seems that the changes for parameter selections for each marker or the polygon do not get registered with the parameters count. When I go to the Marker Parameters that displays all of the parameters table seems that the counts (right column) do not match the actual counts. So the map filter does not behave properly.
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Black List Manual EntryThank you very much!
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Black List Manual EntryThanks for the quick reply.
That answers the manually blocking an IP that has tried and failed already. But is there a way to add IP addresses for sites that are not on this list?Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Third Party FormEvan thanks for the information. Sorry to hear that that feature is not available. Please let me know when it becomes available since from what I hear your plugin is pretty good.
Meanwhile I have to use another Mailchimp plugin that has that feature already incorporated.
Forum: Plugins
In reply to: [SALT Map] Do you have a demo available?Are there any help files, instructions, samples, etc.?
I had the same problem . I had the paragraph tagged as “h3” for the first paragraph. I changed the tag to “p” while keeping the text the same and the problem went away. I guess if the text is tagged as anything but “p” then it does not consider it the first paragraph.
Is this the way it is to be or is it a bug?
I used the code and it fixed the icons. Thanks for everyone’s contribution.
However I additionally use “NextGen Gallery ColorBoxer” plugin and the actual photos themselves are not shown properly. So I have to investigate that further.
On a separate note I wonder why NextGen Gallery folks are keeping quiet about this problem with IE8. More that half of my site’s visitors are still using IE8 and I can not demand that they upgrade.
Well at this point I am actively looking for a replacement gallery. Let me know of any suggestions.
I added it into the custom.css of the theme that I am using. Here is the link for the support post:
I have the same problem. I searched some of the support posts and came across this CSS fix:
/* Fixing the NextGen Gallery icon width problem with IE8 */
.ngg-gallery-thumbnail-box {
float: left;
/* next 2 are the Icon height and width */
height: 200px;
width: 200px;
margin: 0px 5px 30px 15px;
border: 0px solid #267026;
}.ngg-gallery-thumbnail {
/*float: left;*/
margin-right: 5px;
text-align: center;
}That “seemed” to fix the problem for few days but now I get reports from users with IE8 that the problem is back…go figure!
So does anyone have solution or should we look for another gallery?