DevelopNovaNumis
Forum Replies Created
-
This can be accomplished by pasting the following text in your custom.css:
/* REMOVES LATEST POSTS TAB */ li.abh_posts { display: none !important; }Good luck!
- This reply was modified 6 years, 8 months ago by DevelopNovaNumis.
- This reply was modified 6 years, 8 months ago by DevelopNovaNumis.
Forum: Plugins
In reply to: [Rapid Twitter Widget] Titel turns blue because of linkThanks Okoth1 for specifying where the proper line exists in rapid-twitter-widget.php
A different approach is to leverage css. This can be accomplished by modifying
rapid-twitter-widget.php:was:
echo "<a href='" . esc_url( "https://twitter.com/{$account}" ) . "'>" . esc_html($title) . "</a>";becomes:
echo "<a id='Rapid-Twitter-Custom1' href='" . esc_url( "https://twitter.com/{$account}" ) . "'>" . esc_html($title) . "</a>";Also modify
custom.csssuch that the following is added (using whatever color you want):#Rapid-Twitter-Custom1 { color: rgb(51,51,51); }Good luck!
Forum: Fixing WordPress
In reply to: Password-Protect a Directory with .htaccess@xephan… Thanks indeed!
There really shouldn’t be this level of challenge encountered when sites require non-WP-related password-protected directories to co-exist at the same level.
Indeed, such accommodation should be defacto OOTB.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] can't connect to tumblrSame problem here.
Since it’s a 500 error, it would seem it’s an error on tumblr’s servers. But that’d just be a guess.
Then again, if tumblr has updated its connectors, perhaps JetPack is behind.