James Anderson Jr.
Forum Replies Created
-
Hey @pmbaldha,
1.) I don’t see a “Text” tab above the text field on the “Visitor Lockout” tab (I was, but am no longer using the “classic editor” plugin).
2.) Yes, AIOWPS does add its own markup to the page.
3.) I need it to behave similarly to the HTML input mode in: https://www.ads-software.com/plugins/jf3-maintenance-mode/
- This reply was modified 2 years, 8 months ago by James Anderson Jr..
- This reply was modified 2 years, 8 months ago by James Anderson Jr..
- This reply was modified 2 years, 8 months ago by James Anderson Jr..
@pmbaldha does the maintenance mode “Visitor Lockout” page produce its own header or append anything? Because I would like to write my own <head></head> section of the page; In fact, I don’t want it to output/append “anything” on the generated page, except for the exact HTML markup I input into the field on the “text” tab (not even so much as including a DOCTYPE declaration). I want to mark up everything myself.
Also, could you guys PLEASE consider implementing PHP support?
Thanks in Advance,
– James
Thank You, Prashant! ??????????????????????????
Forum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] Remove commentsI think you’re missing the point. I just want to use Shortcoder to store repetitive data that may one day change (e.g. a ‘click-to-dial’ telephone number, or postal address, or a URL), and when that day comes, I would like to change it in only one place, to populate everywhere that short-code is. As this plugin is, that functionality is being ruined by those pesky comment tags!
Example Code:
<a href="tel:1-<!-- Shortcoder-Start...-->555<!-- Shortcoder-End -->-<!-- Shortcoder-Start...-->555<!-- Shortcoder-End -->-<!-- Shortcoder-Start...-->5555<!-- Shortcoder-End -->">1-<!-- Shortcoder-Start...-->555<!-- Shortcoder-End -->-<!-- Shortcoder-Start...-->555<!-- Shortcoder-End -->-<!-- Shortcoder-Start...-->5555<!-- Shortcoder-End --></a>
Can you spot the issue with this anchor tag?? Will this number actually be callable, even while using the ‘tel:’ link-type?
Forum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] Remove comments+1
Those automatic comments cause problems when you want to enter raw text into a property of an html tag like an anchor tag. For example:
<a href="<!-- Shortcoder-Start...-->https://www.google.com<!-- Shortcoder-End -->" target="_blank">
That link above is totally malformed! There should be a way to turn off these HTML comments globally with a check button on the settings page, in all future versions of Shortcoder.
For now though, I had to do some plugin surgery to remove those annoying comment tags!!
This should NOT be necessary! ??Sorry for the exclamation points, but this is especially irritating.
@vaakash, Thanks for your time. ??
So you didn’t use “Shortcodes Anywhere or Everywhere” like I’ve already implemented, but created a home-brew theme edit, that is going to be washed away once the theme is updated, but you marked question as resolved??
BTW, I’m using “One Page Express” By horearadu, how am I supposed to implement your fix, if I’m not worried about SEO, because a separate plugin is handling that?
Thanks!
But I can’t reach the actual “/about-us/” page because the server throws an error 500. If I take the shorcoder shortcode out, and replace with the “Better Font Awesome” shortcode, I don’t get that error, and can reach the page successfully, but then efficiency, and continuity is gone, because I can’t manage, and update the icon from a central location to change everywhere, at once, upon me changing my mind about which one to use.
- This reply was modified 7 years, 5 months ago by James Anderson Jr..
Sure.
I’ve added the images to this public dropbox folder.
Forum: Plugins
In reply to: [Head, Footer and Post Injections] How to add shortcodes?You have to use PHP.
<?php // Use shortcode in a PHP file (outside the post editor). echo do_shortcode( ' [ my_shortcode ] ' ); // In case there is opening and closing shortcode. echo do_shortcode( '[iscorrect]' . $text_to_be_wrapped_in_shortcode . '[/iscorrect]' ); // Enable the use of shortcodes in text widgets. add_filter( 'widget_text', 'do_shortcode' ); // Use shortcodes in form like Landing Page Template. echo do_shortcode( '[contact-form-7 id="91" title="quote"]' ); // Store the short code in a variable. $var = do_shortcode( '' ); echo $var; ?>
You’re Welcome! ??
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Request Seperate Message Box CSS ClassesThanks for the tips Chad! I’ll look into all the suggested info.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Request Seperate Message Box CSS ClassesHey Chad,
Please tell me what you think of this theme (Please, note it has been updated with new css, if you’ve visited it at the above link before, and there still will be brief advertisement to give credit for my work meant not really for you but for curious onlookers): [ redacted, we don’t do ad links here ]
And I hope you’re still not upset with me, because I have a new request:Could you provide a textbox field in WP-Admin -> Settings -> WP-members -> Options where you can customize a page where users are first taken when they first login, because right now there is no way to set that in options (if there is please let me know how).
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Request Seperate Message Box CSS ClassesIf I do end up doing something in this area, it will probably be adding a filter hook for the class. There is currently a filter hook for the dialog message, but this filters the content of the message only and not the full html string. (BTW, there is a filter hook for the login failed message dialog that does include the string, so you could filter the class for that. See: https://rocketgeek.com/plugins/wp-members/users-guide/filter-hooks/wpmem_login_failed/)
Please, excuse my ignorance, but I don’t know WP lingo yet, as I’m just now becoming a WP developer. All I know, and am well-versed in, is CSS, HTML,DHTML, JavaScript, PHP and a little bit of JQuery. As such I don’t know what the “filter hook” is. What I do now to style is use my Firebug to isolate and target an element (whatever it may be), and put in the needed style into either the external style sheet as “!important” or use my WP themes means to edited in inline style in all or only some of my pages.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Request Seperate Message Box CSS ClassesReally? That’s how you start off your request – by insulting my work? You are making a subjective statement as if it were something objective, which it is not.
I’m very sorry chad for that statement. But please understand, many people that know me well say that I sometimes speak before thinking twice, so please know that that was my fault, and not yours (*puts foot in mouth).
Also what I meant was that I had to make some styling adjustments to fit well with my theme (Neuro Pro -by Cyberchimps). The design as it was looked good especially for the default WP theme, but did not match the theme I was using. I think you did a good job on the plugin mechanics as well.
You set the tone for this post with an insulting statement, did not even one single time mention anything good about the plugin (which you received free of charge), and then you ask for a quick response? Consider yourself lucky to get any response.
Again I apologize Chad. I’m beginning to understand why many wise people say the tough can set things ablaze! Please, accept my sincere apologies. ??