Dave4876
Forum Replies Created
-
Hi Barry, yes it updated successfully and I can still see my posts and pages in the Admin tool. Glad you found the solution! Thank you! 😀
I do have quite a few plugins installed. You can see an index of them here:
Well, that’s good to hear! I won’t have to keep restoring my database! LoL
And, hoping our sharp people at Modern Tribe can get this fixed soon! 😀
Forum: Networking WordPress
In reply to: I'm super admin but cant find the super admin menuI have several blogs associated with my profile, but in none of them do I see the network admin “Sites” menu. How do I find my network admin account and logon?
Forum: Plugins
In reply to: [Contact Form 7] Adding new text fieldsHum…I’m still missing something. Here’s the full code…
<p>Your Name (required)<br /> [text* your-name] </p> <p>Your Email (required)<br /> [email* your-email] </p> <p>Subject<br /> [text your-subject] </p> <p>Language Preference<br /> [text your-language] </br> * Note: If you have an Indian language preference please enter it here. We may not have someone who who can communicate in it, but where possible we want to make communication easier for you. </p> <p>Your Message<br /> [textarea your-message] </p> <p>Please prove you are human!</br> [captchac captcha-281]</br> [captchar captcha-281]</p> <p>[submit "Send"]</p>Now, this gives me a text box on screen for “Language Preference.” But, when after completing all fields and hitting send, I do not find the entry for the language preference in the sent email. What am I missing?
Forum: Plugins
In reply to: [Code Snippets] Activating snippet broke css for some elemennts on siteI finally activated the code through “functions.php” itself. But, I was successful only after cleaning up some syntax in my redirect statement. A friend spotted the errors:
You should remove the semi-colon from the middle of this statement (in bold) wp_redirect( ‘http://www.reachallnations.com';, 301 ); Also, it looks like you might have a mark instead of an apostrophe at the beginning (in bold) wp_redirect( ‘http://www.reachallnations.com';, 301 );Once I cleaned up those buggerboos it worked fine in functions.php. So, I now assume the reason for the strange css error in snippets was that while it kept the bad code from bringing the site down, the syntax errors still produced some strange css behavior on the page? Anyway, the issue is resolved and the code is now working. Thanks for following up!
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] No. days is offOOPS!! I was Talking April 22, and looking at my travel date of April 18th. Doah! It’s right on! LoL Never mind.
Forum: Plugins
In reply to: [AddToAny Share Buttons] How can I move them down a bit?Thanks, but this does not seem to make any difference. See the post at http://ranusa.org/2015/03/23/two-pressing-concerns/. Scroll to bottom of post. You will see the AddToAny below the Social Author Bio block. As you can see, there is almost no space between the bottom of the author block and the beginning of AddToAny. I even up’d your value to 40px to look for a change…
.addtoany_share_save_container { margin: 40px 0 10px !important; }But, there was no change at all.
Forum: Plugins
In reply to: [Social Author Bio] Authors link just goes to home pageGot it! Its WordPress SEO by Yoast.
-
Go to “Titles & Metas.” Under Author and Date archives turn *off* (un-check)
- “Disable the author archives” and
- “Disable the date-based archives” respectively.
Okay, somebody tell me why SEO sees those areas as a threat. If we are turning them back on what’s the risk? And, how do we prevent attacks there?
Forum: Fixing WordPress
In reply to: Where did the post image attributes go?Oh yea, let me show you that editor now…
Tell me where those padding fields went please. Do I have a plugin interfering with this thing?
Forum: Plugins
In reply to: [Easy Google Fonts] Not seeing Google fonts in Font Family listHa! Even though it said it was valid, I clicked into it and found there were leading spaces at the beginning. I backspaced them out and re-saved. Bingo! LoL
Forum: Plugins
In reply to: [Easy Google Fonts] Not seeing Google fonts in Font Family listIt says “Your Google API Key is valid and automatic font updates are enabled.” Huh. Could a plugin be interfering?
Forum: Plugins
In reply to: [Easy Google Fonts] Not seeing Google fonts in Font Family listI believe I followed those instructions. In Enabled API’s I see “Web Fonts Developer API” as ON.
Well, that seems to have worked just fine that way. So, I guess I answered my question! LoL
Forum: Plugins
In reply to: [Code Snippets] Will this work with a child theme?Great news! Thanks! 😀