abrunger
Forum Replies Created
-
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Search / Find – next / previousControl-g will take you to the next occurrence.
Shift-control-g will take you to the previous occurrence.
(Windows)Forum: Plugins
In reply to: [WP YouTube Lyte] no “server key” selection available to get API keyThanks for the prompt response!
Got it working. Yes, new “API key” with an Application Restriction for IP addresses (web servers, cron jobs, etc.) seems obvious to me now! I somehow got fogged in, sorry. It’s very good of you to be so quick to update it.
I saw YouTube said, to prevent quota theft, I should enter my server’s IP address. I note your instructions say to leave that blank, or we can actually set restrictions to “None”. I guess you think the risk is minimal.
Yes, I suppose I need to get learning! Thanks.
Sorry.
I read here:
https://wordpress.org/support/topic/using-the-developing-with-wordpress-sub-forum/
that this would be the place for plug-in recommendations.
And that is the place for core.Thanks for the response! Sorry the question is confusing.
I requested “built-in settings” because I have not found any builders or themes that do so “out of the box”.
While they may be customizable to do this, I don’t have the capability to do the modifications, and my attempts at hiring people to do so have been frustrating.
Maybe I am wrong, but as I understand it, themes will include .css that can make them responsive. Builders have settings to determine whether elements will appear or not. But my (very limited) experience has been that these are only equipped to respond to viewport width, not aspect ratio.
Would you like to make a suggestion about how could I better compose my question? Some themes (X, Divi) also have builders integrated, so the line gets blurred for me.
Should I remove the request for theme suggestions, and only mention builders?Forum: Plugins
In reply to: [Collapse-O-Matic] responding to javascript callback of Slider RevolutionI got some response back from Themepunch, publisher of Slider Revolution:
Please add this class “revButton” to a button/text in revslider layer attribute tab.
Then add the following code in custom JS area of Slider Revolution plugin and consult with collapse plugin’s support to fix the code so it calls collapse element to show the content.
https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/ jQuery(".revButton").click(function(){ jQuery(".collapseomatic").show( function(){}); });I bought Collapse-Pro-Matic now, so I can contact you separately for more support.
Forum: Plugins
In reply to: [Collapse-O-Matic] responding to javascript callback of Slider RevolutionMy latest developer dropped out, so this is still pending till I find another.
Forum: Plugins
In reply to: [Collapse-O-Matic] responding to javascript callback of Slider RevolutionThat’s great, thanks! I got yet another freelancer, Priyan, working on this so I will point him to this page and he can hopefully figure it out from what you’ve given me.
Forum: Plugins
In reply to: [Collapse-O-Matic] responding to javascript callback of Slider RevolutionNot a coder myself, sorry. I tried to hire several freelancers but none seems to have a clue about this.
Apparently the layer that contains the button can have such attributes.
(And each layer can only have one object.)
https://www.themepunch.com/revslider-doc/layer-attributes/
Not sure that this would trigger on button click, rather than button display.Normally a button click triggers Actions.
https://www.themepunch.com/revslider-doc/layer-actions-links/There is an action for Toggle Layer Class, but that would add/remove a CSS Class for another layer within the slider.
So I thought the most likely would be a Callback Action (documented only in the link on my first post).
There is also a provision for a jquery link action, if that would help?Getting pretty far out of my depth here!
- This reply was modified 8 years, 9 months ago by abrunger.
Forum: Plugins
In reply to: [Psychological tests & quizzes] LikertI think I got it working. I see a few non-intuitive things that I will let others know.
You have to save the draft between making modifications to the questions, answers, scales, or results.
You create answers of named 1, 2, 3, 4, 5, under the parent type Likert5.
You enter these answers in the Edit Q&A dialog, with corresponding values (or in the case of reverse scored items, inverted values i.e. checking box 1 enters value of 5, box 2 enters value of 4, etc.) So now you see how the Quick Fill works.
You must create results with names that duplicate the scale names.
You must click on the formula buttons instead of trying to type in the formula directly.
You cannot enter computation in the formula, as / 6 to divide the sum by six.
Any other tips?