Joseph
Forum Replies Created
-
I am using a child theme, and once I copied the new header.php into my child theme folder and made the necessary updates, it seems to be working fine now.
I must have not been in my right mind. 😛 Thank you for your help!
My apologies, as I should have been a little more clear.
I only want the top bar to display. I do not want to use off-canvas. For Navigation Section > Menu Selection, I picked Top Bar. However, both the top bar and off canvas menus are showing. Am I missing something, or is this normal?
Forum: Plugins
In reply to: [Ninja Forms - Modal] Please add class to the shortcodeNevermind. I went into shortcodes.php and made the changes there. Thanks!
Forum: Plugins
In reply to: [Ninja Forms - Modal] Please add class to the shortcodeI threw this into my functions.php file, and got the following error:
Fatal error: Cannot redeclare ninja_forms_modal_form_shortcode() (previously declared in /home3/XXXXXX/public_html/clients/adel/wp-content/plugins/ninja-forms-modal/includes/shortcodes.php:3) in /home3/XXXXXX/public_html/clients/adel/wp-content/themes/adel/functions.php on line 60
Do you have any ideas?
Forum: Plugins
In reply to: [Projects by WooThemes] Permalink – Removing the categoryThis seems like a very good plugin, in my limited use of it.
I will also have to +1 this feature, though.
Forum: Plugins
In reply to: [Better Image Credits] Credits do not appearThank you for the information. I did indeed test it with the Twenty Thirteen theme (again) and Twenty Fourteen, and everything functioned properly. I will have to look further into this, for my theme.
Forum: Plugins
In reply to: [Better Image Credits] Credits do not appearMy child theme uses the_post_thumbnail().
And for your second question, I’ve added images using the Add Media button.
Forum: Plugins
In reply to: [Better Image Credits] Credits do not appearForum: Plugins
In reply to: [Better Image Credits] Credits do not appearI have tried all three of the Display Credits options (before the content, after the content, and overlay on images) and none of these have worked.
What do you need a screenshot of?
Forum: Plugins
In reply to: [Fast Secure Contact Form] Change Textarea rows and columns attributesThe form I am trying to create is in the link on my second post in this thread. Here is the link again: http://www.josephruscitti.com/clients/onestrike/contact/ It is a simple contact form.
I don’t need help adding fields, I don’t need help with CSS. I am just trying to figure out if there is a way to change the rows and cols attributes of the textarea. As I see it, there is no way at all. If there is not a way, then that is fine but I need to know that there is not a way.
Again, I have already tried to modify the Attributes section in the Fields tab, but that did not work at all.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Change Textarea rows and columns attributesOk, so I went into the Fields tab, and added a value of cols=”5″ into the Attributes field of my textarea. This is something I’ve already done previously, and it didn’t work then, nor does it work now.
The resulting HTML comes out as
<textarea style="text-align:left; margin:0; width:99%;" id="fscf_field1_3" name="message" cols="30" rows="10" cols="5"></textarea>Forum: Plugins
In reply to: [Fast Secure Contact Form] Change Textarea rows and columns attributesI understand. When I look at the screenshot, I see that between the “Powered by” message settings, and the “Enable aria-required tags…” settings, there are options for changing the Input Text field size, and Input Textarea field cols and rows. However, those options aren’t visible anywhere within the Styles tab. The Input Text field size and Input Textarea field cols and rows settings are missing.
I’m using version 4.0.21.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Change Textarea rows and columns attributesOk, that’s fine. But what if I want to change the rows and cols attributes for the textarea. There is no option within my FSCF settings to do so. All I want to do is change the default attributes for the textarea (i.e. rows=”10″ and cols=”30″).
The second screenshot on point number 4 in the URL you directed me to shows that you can change those settings, but that screenshot doesn’t match what I see in my dashboard.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Change Textarea rows and columns attributesThe only changes I made to the CSS are:
Form Div: class=”cp”
Required field indicator: class=”req-indicator”
Required field text: class=”req-text”I did not make any changes to the textarea in the Fields tab. I tried adding rows=5, then tried adding rows=”5″ in the Attributes field, but that did not work.
The contact form in question is seen here:
http://www.josephruscitti.com/clients/onestrike/contact/Forum: Plugins
In reply to: [GetMeCooking Recipe Template] Custom Image SizesHi Paul,
Thanks for your quick response. While IMO, I think this could potentially be a useful feature, I understand it’s not on the to-do list.
I will just resort to adding other custom image sizes into functions.php, and mess with the Medium image settings within the WP dashboard.
Thanks anyway, and thanks for creating a very useful plugin.