Mark
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] Alignment of First Name, Last Name inputsUnfortunately, that didn’t work either. I tried both selectors in my question.
Any other ideas?
Forum: Plugins
In reply to: [Fast Secure Contact Form] Confirmation email fieldOkay. Yes, it does work as expected. I was just wondering what the Caution means.
Thanks for your help!
Forum: Plugins
In reply to: [Fast Secure Contact Form] Confirmation email fieldOh – sorry! The checkbox for that just happened to be right below the viewable area in my browser when I opened up the email detaila!
However, I don’t understand the Caution about the Default setting. in the Default field I’ve put “Email” and “Email==Re-enter Email” (which seemed to me what the Caution is saying), and didn’t notice anything different. Could you explain that, please (and then I’ll leave you alone! 🙂 )
Forum: Plugins
In reply to: [Fast Secure Contact Form] Confirmation email fieldI’m sorry. I’m not understanding how to implement the confirm email feature, then.
I added a second email field and moved it to below the default email field, but when I tested the form I entered two different email addresses and the form successfully submitted.
What am I missing?
Forum: Reviews
In reply to: [Genesis Title Toggle] No indication that a PAID framework is required!Oh my gosh – it does! I’m so sorry! Geez – I feel pretty silly now…
Forum: Plugins
In reply to: [Connections Business Directory] Index of Listings?Unfortunately, this isn’t ideal for my specific needs (and that’s probably the problem: the client has a very specific idea of how they want this page to look and work).
I noticed that when I clicked on the View All link and then viewed a listing, the Go Back to Directory link goes back to the View All listing, not the Directory itself (the listing of all of the businesses that is displayed on page load).
Forum: Plugins
In reply to: [Connections Business Directory] Customize listing details titlesI also found this: https://wordpress.org/support/topic/edit-phone-and-titles?replies=4, but that didn’t work either, so either I’m doing something wrong, or I’m just not finding the right instructions on how to do what I’m trying to accomplish.
Forum: Plugins
In reply to: [Connections Business Directory] Simple business display?Thanks. I installed the plugin and got to adding businesses quite quickly, following the QuickStart instructions.
(Just marking this question resolved)
Forum: Hacks
In reply to: Can't change the width of content in the visual editorTurns out you were close, bcworkz.
The WP Function Reference page is actually this.
Here’s the sample code from that page to do what I’m trying to do:
<?php function my_theme_add_editor_styles() { add_editor_style( 'custom-editor-style.css' ); } add_action( 'admin_init', 'my_theme_add_editor_styles' );Forum: Themes and Templates
In reply to: Using custom CSS in the article/content of a themeDoes anyone have any suggestions, please?
Well… That’s not an option. I’ll find another plugin.
Thanks for the quick reply.
But I don’t see “Gmedia” anywhere. Is that supposed to be in the Admin sidebar? I don’t event see it as a sub-menu anywhere.
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] Red "x"s in line number column of CSS codeI understand now.
Thanks for clearing that up.
Mark
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] Red "x"s in line number column of CSS codeHi Damian,
Yes, I had CSS selected in the toolbar. However, I noticed that when I clicked on HTML the error indicators went away. Which actually make sense, as my code is in <style> tags, so it is really HTML, not CSS. So I have that straightened out.
But when I first started out I had CSS selected in the toolbar and for the code I only wrote the actual styling code:
h2 { color: blue; }. That didn’t produce any errors, but it didn’t work either (the h2 tags on the affected page weren’t colored blue).Actually, a bigger question comes to mind: if the code written in the code blocks can only be put in the header or footer, as the “Output Location Hook” button indicates, then when would you use only CSS in a code block? Or am I not understanding something here.
Thanks,
Mark