Michael Davis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WYSIWYG Editor brokenThe whole reason we use forums in the first place is hoping the similarity between what worked for one person will work for us. If we wanted to be lectured go away and not ask questions of incomplete threads, why wouldn’t we just go straight to Stack Overflow?
Formidable support is, yeah, pretty much 100% the opposite of what you said.
Following
Forum: Plugins
In reply to: [WordPress Charts] Radar chart issueActually solved my problem, which looks similar to OPs problem with these params…
scaleOverride=”true”
scaleSteps=”10″
scaleStepWidth=”1″
scalestartvalue=”0″This chart shows the results of several scale inputs (1-10) so I wanted 10 lines with the center most part being 0, so no points will ever start there and the above params did just that.
Forum: Plugins
In reply to: [WordPress Charts] Radar chart issueIs this what the ChartJS param scaleBeginAtZero=”true” is meant for?
I tried it within the shortcode and no luck, but not sure if the WP plugin accepts all params of ChartJS or not.
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] More than one map?This works already. Just change the id= to something unique. It doesn’t have to match an id for an existing shortcode, just make one up that is unique. See a demo here.
OK, thanks for the response. I started a thread, but don’t have much hope for a response. Do you think it’s a Google issue of the plugin?
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] Using it with Formidable ProIn the OP’s shortcode they are missing a double quote after the Formidable Pro shortcodes to close out the addmarkerlist parameter.
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] Using it with Formidable ProI use CGMP with FP and haven’t had this problem. Here’s an example of my shortcode:
[google-map-v3 shortcodeid=”123098797435987435092-98475-32457234587″ width=”938″ height=”350″ zoom=”14″ maptype=”roadmap” mapalign=”center” directionhint=”false” language=”english” poweredby=”false” maptypecontrol=”true” pancontrol=”false” zoomcontrol=”true” scalecontrol=”true” streetviewcontrol=”false” scrollwheelcontrol=”true” draggable=”true” tiltfourtyfive=”false” enablegeolocationmarker=”true” enablemarkerclustering=”false” addmarkermashup=”false” addmarkermashupbubble=”false” addmarkerlist=”[if 361][361] [/if 361][if 362][362], [/if 362][if 363][363][/if 363]{}1-default.png{}[85]” bubbleautopan=”true” distanceunits=”miles” showbike=”false” showtraffic=”false” showpanoramio=”false”]
I don’t think the problem is coming from either plugin because I’ve always understood that WP processes shortcodes from the inside out. Maybe the syntax is off and you’re not spotting it?
Did you ever fix #1? I see this question asked many times but none of them get answered.
Forum: Reviews
In reply to: [Jigoshop - Store Exporter] Don't waste your time.Yeah, I gave up on that about three months, three weeks and five days ago, but maybe someone else will benefit. ??
Forum: Plugins
In reply to: [Magic Fields 2] MF Looking for Template in Parent Theme, Not Child ThemeSorry, I never found a solution and had to go a completely different route . Magic Fields is awesome, too bad they don’t respond. ??
Correction: The plugin works.
My first test I tried just adding the one line from the plugin’s code to my functions.php, didn’t work like that. Installing and activating the plugin, however, did work as it should.
Thank you!
Should that plugin still work? It’s not for me. Still have Jetpack OG Meta inserted into Head and I need to remove it. It conflicts with my accurate OG Meta data.
Forum: Plugins
In reply to: [Magic Fields 2] [Plugin: Magic Fields 2] File Upload Renames FileThanks for sharing this hack. I’ve made the change myself. I would only request that this become an option when creating an upload field. Depending on the need, it’s occasionally better to keep the exact file name regardless of the overwrite possibility.
I hate having to hack your awesome plugin for such a simple change. Oh, and very glad to hear active dev is starting up again!