olajideolaolorun
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Broke my site/DowngradeI just did that and its still the same thing. Cufon still doesnt load.
I even tried reverting to the older version and it was still there.Forum: Plugins
In reply to: [mb.YTPlayer for background videos] Video Freeze/Image FallbackOh wow, and to think i did that the long way. Adding and using the element function.
For the second, yey. Can’t wait.
Very great plugin!
Forum: Plugins
In reply to: [mb.YTPlayer for background videos] Doesnt work on IE9In regards to 1, even tho i have a temp solution. The problem is that my theme uses
<img class="bg" src="<?php echo $image_url ; ?>" alt="" />
for the background image and not the default body css. I tried manipulating and everything, even tried adding an id to the img tag, doesnt work.Forum: Plugins
In reply to: [mb.YTPlayer for background videos] Doesnt work on IE9Ok, the IE problem was from my side.
But i still have 2 things.1. The fall back. “How do i get it to fall back to a background cause when i set a background it covers the video. But i want it to be able to fall back to a background when the video is done or if there is no video.”
2. The Firefox problem on PC, tested it on another PC, its there also. But on the other PC, the problem is when Firefox is full screen. If is was a smaller size, the video goes through clear and crisp, but when full screen the video freezes every so often, audio is fine tho. On mine regardless of the size, it does this.
Great plugin!
Forum: Plugins
In reply to: [mb.YTPlayer for background videos] Doesnt work on IE9I also noticed, from my Macbook Firefox, it seems to load the homepage perfectly and work fine, but from my PC Firefox, it takes a while to load the homepage and the flash video freezes. My PC is fast by the way, tested it and everything, YouTube and other embedded sites work fine.
Forum: Plugins
In reply to: [mb.YTPlayer for background videos] Doesnt work on IE9Also, how do i get it to fall back to a background cause when i set a background it covers the video. But i want it to be able to fall back to a background when the video is done or if there is no video.
Forum: Fixing WordPress
In reply to: Add "via @username" to Tweet button? Using JetPack for WordPressThanks ruador!
Life saver. LolForum: Fixing WordPress
In reply to: Add "via @username" to Tweet button? Using JetPack for WordPressI tried that, doesnt work.
Can you please re-write the code here… cause i dont even know which option. I did it for everything i thought it might be and nothing.Thanks
Forum: Fixing WordPress
In reply to: Add "via @username" to Tweet button? Using JetPack for WordPressKinda confusing. Doesnt work here.
In the code…
public function get_display( $post ) { $via = $this->sharing_twitter_via( $post ); if ( $via ) { $via = '&via=' . rawurlencode( $via ); $related = $this->get_related_accounts( $post ); if ( ! empty( $related ) && $related !== $via ) $via .= '&related=' . rawurlencode( $related ); } else { $via = ''; }
I tried….
$via = ‘&via= @kingola’ . rawurlencode( $via );
Also tried…
$via = $this->sharing_twitter_via( $post ); into $via = “@kingola”;
And even under else…
$via = ‘@kingola’;Nothing works. I have 1.8.2
Forum: Plugins
In reply to: [Instapress] [Plugin: Instapress] Ordering is wrongWhen i make it bigger, lets say 500, 10 rows, it orders it right tho. But when its smaller like this… it does it the other way for some reason.
Fixed it with permalinks
Forum: Plugins
In reply to: [FLV Embed] [Plugin: FLV Embed] JWplayer 5.5 no download button?Ever got it working?
Forum: Fixing WordPress
In reply to: Previous & Next Page showing only 1st page.Fixed it, i had “query_posts(‘showposts=10’);” in there.
Thanks a bunch everyone.
Forum: Fixing WordPress
In reply to: Previous & Next Page showing only 1st page.anyone, please…
Forum: Fixing WordPress
In reply to: Previous & Next Page showing only 1st page.Nope, none of them are.