GameBinder
GameBinder WordPress theme is a 3 columns fixed width HTML5/CSS Gaming WordPress template by MagPress.com. This WP theme has featured slider and categories, Adsense ready, theme options, etc.
Tags: Adsense Ready, Black, CSS3, Custom Header, Custom Menu, Featured Content, Fixed Width, HTML5, Left Sidebar, Orange, Right Sidebar, Sidebar Footer, Theme Options, Threaded Comments, Three Columns, Twitter Ready, Widget Ready
beautiful theme magpress. thanks 😀
I used the theme on one of my sites and loved the look, but after a handful of posts were posted, I noticed that all the viewers could see when they looked at the posts were blank pages. There seems to be a glitch somewhere and it was corrected by switching to another theme.
hi james. it maybe cause by function error, do you have the latest wordpress version installed?
Yes I keep my wordpress versions up to date. I will try it again today on another site as I have 5 to build. If the problem repeats itself, then I’ll let you know.
I have just tried this again on another site and sporadic posts are not showing up. The code is there, but the posts are all white to the viewer. Here’s an example : http://codysimpson2013andbeyond.calicogold.com/cody-simpson-iyiyi-ft-flo-rida-official-video/ .
When I install a different theme the problem goes away.
seem like some issue with the wp-html-compression handling fb content og. try this solution
open lib/functions/theme-functions.php and go to line 493 inside a get_the_featured_excerpt_init() and find this code
[php]$output = preg_replace( ‘|\[(.+?)\](.+?\[/\\1\])?|s’, ”, $output ); [/php]
replace them with
[php]$output = preg_replace( "#[^a-zA-Z0-9 ]#", "", $output); [/php]
and see if this fixed the issue.
Your fix has worked. For those others who are viewing this comment thread, they might appreciate knowing that I had to make this correction by accessing the lib/functions/theme-functions.php through my CPanel and not through the “Editor” section under the “Appearance” tab on my WordPress dashboard.
Thanks for the help. It saves me a lot of time trying to switch over to another theme.
Hello
I’m having major posting issues. If I write “Hello! How are you? I’m fine.” The post looks like this: “HelloHow are you I39m fine”.
Whats wrong?
Please redownload the theme and replace lib/functions/theme-functions.php
We’ve made a fix on that matter.
Looks really great, but i have a problem.
On the “home” page all the dots and exclamation marks are gone, which makes all sentences to go together which makes the text unreadable.
Help please
Please redownload the theme and replace lib/functions/theme-functions.php
We’ve made a fix on that matter.
Hello,can i disable angry birds add??
You can opt to purchase its developer license. See above menus.
Great theme – also there should be option to remove “Connect with us” in right widget and option to change size of the fonts(still i was positively surprised).
I am getting an error message on all my sites using this theme…it reads< "Fatal error: Call to undefined function wp_get_theme() in /home/jamesct/public_html/microsoftpointscodegenerator2013/wp-content/themes/gamebinder/lib/functions/option-functions.php on line 59"
Can you post the correction here so I can edit the code through my CPanel otherwise I am totally locked out of my site.
Thanks!
— James
hi james, that is the new function for wp 3.4 and above. you need to update your wordpress version to fix this.
Hi
I get error when I use the paging buttons at the very bottom of my block. I have 3 pages but only page 1 works, the other 2 goes to “page cannot be found” error. The URL is “domain.com//page/2”
What can it be?
hi staffan. open lib/templates/paginate.php and find this code and edit
'format' => '/page/%#%'
to
'format' => 'page/%#%'
or'format' => 'page/%#%/'
if the first did not work without end trailHi and thanks
I can’t try it until I get home, but if your suggestion should work, shouldn’t it work to just type “domain.com/page/2″ or “domain.com/page/3” in the browser? It’s doesn’t work. Still “Web page cannot be found”.
KR
hi staffan, i think the problem was the extra url line in site_url() like
domain.com//page/3 and it suppose to be domain.com/page/3
this earlier fix remove the start / in permalink…now there’s no / in start ‘page/’
‘format’ => ‘page/%#%’ or ‘format’ => ‘page/%#%/’
Hi again
I tried the above fix and it didn’t work. I changes to both your examples. The url is now [domain]/page/2 but still, it’s not found. Still a fault page “Web page cannot be found”. Any other ideas?
/S
How can I find Turkish language pack?
hi, there should be a language .po and .mo file in languages folder, you can edit them with poedit.
Hello,
Thanks for the great theme, Is it possible to disable the fancy box for the galleries?
If we click on any image it should directly open the media page instead of fancy box i.e, in jpeg format.
Thanks
open header.php and remove line 82
[php]<script type="text/javascript">
jQuery.noConflict();
var $fc = jQuery;
$fc(document).ready(function() {
$fc("a[rel=gallery_group]").fancybox({
‘transitionIn’ : ‘none’,
‘transitionOut’ : ‘none’,
‘titlePosition’ : ‘over’,
‘titleFormat’ : function(title, currentArray, currentIndex, currentOpts) {
return ‘<span id="fancybox-title-over">Image ‘ + (currentIndex + 1) + ‘ / ‘ + currentArray.length + (title.length ? ‘ ‘ + title : ”) + ‘</span>’;
}
});
});
</script>[/php]
Thanks a lot 🙂
I am having issue and I need to get it fixed quickly if I can I installed this was working great then this morning I am getting this
Parse error: syntax error, unexpected ‘=’, expecting ‘)’ in line 32 of functions
I just barely got into the site and I am stuck on the functions page and cant make changes cause I am still getting the error. line 32 is as follows:
‘default-text-color’ => ”,
any ideas?
Now I cant even log into my wp admin ont he site i need help fast plz
seem fine to me, is it fixed?
First let me say great style for this but I would like to do one thing and as of yet have not been able to figure it out. The default orange ribbon for each post I want to change the color to red or something else. Is there an easy way to so this and if so how? Thanks
try add this to style.css
h1.post-title { background:#cc0000; }
Exactly where in the style.css do I need to place this sorry I am a bit new to all this
anywhere in wp-content/themes/gamebinder/style.css.