wpnewbie69
Forum Replies Created
-
Forum: Plugins
In reply to: [Latest Tweets Widget] Links don't showI’m using the Adapt theme: https://themeforest.net/item/adapt-a-responsive-wordpress-theme/2564586
This is the actual site it’s on (tweet on top left): https://tinyurl.com/k-sandbox
(Currently trying to get the tweet to scroll like a marquee so don’t mind the sudden cut off.)
Forum: Plugins
In reply to: [Latest Tweets Widget] Links don't showStrange. I just tried disabling all of my plugins and the problem still remains…
Forum: Plugins
In reply to: [Latest Tweets Widget] Twitter time instead of date?Just in case anyone else wants to display the time in this format:
add_filter('latest_tweets_render_date', function( $created_at ){ $date = DateTime::createFromFormat('D M d H:i:s O Y', $created_at ); return sprintf( '%s ' . __( 'ago' ), human_time_diff( $date->format('U') ) ); });
Forum: Plugins
In reply to: [Latest Tweets Widget] Links don't showSure, here you go: https://twitter.com/Kollaboration/status/447067728160231424
Sorry for the multiple posts. Not sure what happened there.
Forum: Plugins
In reply to: [Latest Tweets Widget] Links don't showThe output is exactly 140 characters so maybe there’s a limit which can be removed somehow?
Forum: Plugins
In reply to: [Latest Tweets Widget] Links don't showRT @Kollaboration: Angry Asian American, a new show from @angryasianman @jennyyangtv on @ISATVofficial Watch the first angry ep. here: http…
Forum: Plugins
In reply to: [Latest Tweets Widget] Links don't showI was using 1.0.15 before upgrading to the development version. However, the problem is still there.
Forum: Plugins
In reply to: [Contact Form 7] from address not correctSame problem here. I think it started happening after I installed the Configure SMTP plugin. Any help would be appreciated.
Figured it out:
1) Download this plugin: https://www.theblog.ca/wplogin-redirect
However, even with this plugin, users can still access /wp-admin.
2) To prevent this altogether, put this in your functions.php.
if ( is_admin() && !current_user_can('manage_options') ) { wp_redirect( get_bloginfo( 'url' ) ); }
I switched it to the default theme and it works as expected. So I’m guessing it is a JavaScript conflict as you suggested. Would you be able to help me out with this one or am I on my own?
Sure, here is the page: https://bit.ly/RsQZtL
Forum: Plugins
In reply to: [WordPress Auction Plugin] [Plugin: WP Auctions] Added auction doesn't show…Never mind.
Forum: Plugins
In reply to: [Tweet2Download] [Plugin: Tweet2Download] Not include 'follow'?popra, you there?
Forum: Plugins
In reply to: [Tweet2Download] [Plugin: Tweet2Download] Not include 'follow'?Anyone?
Forum: Plugins
In reply to: [Tweet2Download] [Plugin: Tweet2Download] Getting error with WP 3.3Any help on this?