Chaitanya Matukumilli
Forum Replies Created
-
Please check my earlier comments. The solution is
.page h1.entry-title {diaplay:none;}
to remove only page titles but not post titles.
Not the one you mentioned in your latest update:
.entry-header { display: none; }
Hi Henrick,
My bad, I should have indicated that 3 attempts remaining message is not from your plugin. It is from the Limited Logins plugin I installed.
Anyway, your plugin worked flawlessly this time. This is what I did, just for the record:
-
Remove Limited Logins Plugin from via ftp.
Remove Google Authenticator Plugin via ftp.
Re-install Google Authenticator Plugin.
Scan the QR code and activate it.I appreciate very much, your response to my earlier issue report. Thank you.
Regards
ChaitanyaForum: Themes and Templates
In reply to: [Twenty Fourteen] Can I remove page titles from all pages?ScrumptiousBunsUK, The following rule reduces the whitespace at the top.
.content-area, .content-sidebar { padding-top: 40px; }
I was just reading the plugin FAQs and found this:
The Google Authenticator verification codes are time based, so it’s crucial that the clock in your phone is accurate and in sync with the clock on the server where your WordPress installation is hosted
I wonder, given I am in New Zealand and my host is in US, if this issue is to do with the obvious timezone differences.
Thank you for your response. I appreciate it.
I am pretty sure I activated it on my account. However today I logged in to find that the Active checkbox is unchecked so I checked it and logged out. But while trying to login again I get the following error despite entering correct un, pw and Google Auth code generated by app:
ERROR: Incorrect username or password.
3 attempts remaining.
I will try from some other computer and will delete the plugin via FTP and reinstall.
@puppypablo, Could you please resolve this question so that whoever comes across this post will know this issue is resolved.
Thank you very much.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Can I remove page titles from all pages?Thanks Hannes. Your solution is simple, elegant and works.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Can I remove page titles from all pages?Please beware that the first line alone also removes the blog post titles. A way around is documented here, if you may use.
I prefer custom css to overloading my WordPress installation with an additional plugin.
To retain the headings for blog posts, I added the following CSS in the Custom CSS Editor.
I am no CSS guru and there might be other better options but it works for me on chaitanyamsv.com
.entry-title { display: none;} /* Hide all titles */ .entry-meta + .entry-title {display:inline;} /* Show the titles that directly follow the entry-meta. Post titles have meta associated with them so they will be shown whereas page titles don't have meta so they continue to be hidden as per first rule. */
The following rule reduces the whitespace at the top.
.content-area, .content-sidebar { padding-top: 40px; }
Forum: Themes and Templates
In reply to: [Twentyfourteen] How to make a landing page with no menu's?@artio, Could you give a try to https://www.chipbennett.net/2010/11/01/oenology-how-to-create-a-child-theme-and-a-custom-page-template/ and see if it works?
I wanted to do something like this for my blog, i.e make https://hi.chaitanyamsv.com as the landing page for https://chaitanyamsv.com
But I can’t work on this immediately as I have other things to do.
Forum: Plugins
In reply to: [Fourteen Colors] Color of the selected menu name.I got the above custom css working by adding !important as following:
/* Override higher contrast Accent Color against contrast color */ .site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a, .site-navigation a:hover, .featured-content a:hover, .featured-content .entry-title a:hover, .widget a:hover, .widget-title a:hover, .widget_twentyfourteen_ephemera .entry-meta a:hover, .hentry .mejs-controls .mejs-button button:hover, .site-info a:hover, .featured-content a:hover { color: #ffffff !important; } .hentry .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-overlay:hover .mejs-overlay-button, .slider-control-paging a:hover:before, .slider-control-paging .slider-active:before, .slider-control-paging .slider-active:hover:before { background-color: #ff0000; }
I use Jetpack on chaitanyamsv.com so did not have to install Simple Custom CSS plugin. Rather I edited in Appearance – Edit CSS.
Things that did not work:
-
Hardcoding #ff0000 in color-patterns.php
Adding this style to style.css of my child theme. I attempted this to avoid installing custom css plugin in my Development WordPress but to no avail.Anyway I am happy with the tweaks to my site. Thanks for your help. Cheers.
Forum: Plugins
In reply to: [Fourteen Colors] Color of the selected menu name.I could not override the above custom css no matter what. I am using Simple Custom CSS plugin.
Every other custom css change is effective except this. Any ideas please. Thank you.
Forum: Plugins
In reply to: [Fourteen Colors] Color of the selected menu name.Thank you for your response and compliment ??
I will get this going. Agree, #ff0000 is difficult to read so I will try some other variation of red.Forum: Fixing WordPress
In reply to: Move Clearspacex site to WordPressI solved this myself using RSS Importer plug-in to import RSS feed of clearspace site. This is nearly what I wanted to do.