116 comments found.
.
People have been emailing me for a fix for the Twitter Feed, but it shouldn’t be up to me to be doing item support… Please update.
The Twitter Widget is not longer working due to recent Twitter API changes. The plugin we used for Twitter feed is not supported. The only workaround at the moment is by using Twitter embedded timeline.
.. And you aren’t going to take a few minutes and update it? You have made over $100,000 off of this design (although that shouldn’t have anything to do with it), but I do find it quite interesting!
It’s not we don’t want to update it. It’s because we can’t. User need to log in to your own Twitter account to get the API authentication code which something we can’t do.
Twitter wants your only option for on-page widgets to be their own Embedded Timelines. There are workarounds but require installing server-side code to support this, which is outside the scope of our theme support.
The only workaround for the HTML site is by using their widget. Please follow this instruction: 1. Log into https://twitter.com/settings/widgets 2. Click on the “Create New” button, choose the widget setting you wish to use, you will be able to customize your tweet display by “User timeline”, “Favourites”, “List” and “Search” 3. Click on “Create widget” and copy code generated 4. Paste in the code copied from step 3 into the HTML page
Don’t make excuses. All you need to do is use the jQuery Twitter API script and add a little bit of information to your documentation for the users. Tell your users to go to this webpage and set themselves up with a Twitter App. Then from the Oauth settings take their consumer secret, key, user token and secret and place the info into the server-side index.php you will create and include in the theme. It’s as simple as that.
If you want to pay me to write the server-side code I can set it up and even make the documentation for you, just let me know and I’ll send you my contact info.
You may want to check this. That is the modified version of the script we’re using in the theme. We’ll add it on the responsive version of this theme.
Is there still no fix for the Twitter Feed?
The Twitter Widget is not longer working due to recent Twitter API changes. The plugin we used for Twitter feed is not supported. The only workaround at the moment is by using Twitter embedded timeline.
When trying to install the peekaboo theme into wordpress 3.6 we get the following error message:
Unpacking the package…Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.Is there a way to use the latest jQuery….. please help
Like mentioned above is the twitter feed problem going to be fixed as this was 1 month ago.
Thanks
Is there going to be a fix released for the Twitter feed anytime soon?
Twitter killed the API and now you need to use a PHP function and users need to register an app under their account at https://dev.twitter.com/apps to get a Consumer key, secret, and Access token and secret to put in the PHP file. If you need more info email me directly.
Thanks in advance!
Hey,
I got this working on my local site. I still need some time to package it into the theme. It will be ready in a couple days.
Thanks
HI, i recently bought this html template, which looks fantastic and works very well, but i am having problems when viewed on a ipad or iphone, the left side seems to dissappear into the edge of the screen, is there an easy way to solve this? looks perfect on a standard screen.
Hey,
Please post your issue in the support forum along with your site URL. I’ll see what I can do.
Thanks
The nivo slider does not work.
Hi, The slideshow works properly on my PC but when i host the template on the internet,it is not work properly . It fade form image1 to the background then fade form background to image2 and so on.
the link to the template: http://elmostakbal.com/schools/template2/Do you still have issue with this? Your site looks fine on my browser.
Please create a thread in the support forum if you still experiencing this issue.
Thanks
Cool theme, thanks for creating!
Just wondering, is it possible to embed sharing button on each image/video (colorbox)?
Addthis does provide necessary tools to do so: http://www.addthis.com/labs/photo-sharing#.ULHbm-SUPnQ, bit techie for me to follow the instructions.
Current website under development with “Pekaboo” theme: http://expresswardrobe.co.uk/index-v1.html
I have used another script (includes sharing options) in one of my website: http://nomorediytorture.co.uk/Flatpack-Furniture-Gallery.html from http://codecanyon.net/user/CodingJack (JackBox).
I will be grateful if you can please help me.
Many thanks

Hi good morning,
Humanity Check… Not bots allowed!
Keeps on failing me every single time 
1. How much is four and three? Seven
2. How much is nine and seven? sixteen
3. How much is one and one? two
Your humanity is suspect… Please try again.
please advice!
Hi,
I’m sorry for the delayed response.
What’s your email? I’ll create a login for you. I’m sorry for the trouble.
Thanks a lot – I got one litte problem with the theme – how do I change the page tite color?
I found the respective code in the css file (for example .green.page.title) but I can not get it to work in the html file!
Where must I place the code??
Great theme, purchased it yesterday!
Could you name the font of the peekaboo logo??
Thanks a lot
Hi,
I have a question , If I buy this html version can i change css file like this http://themeforest.net/item/pekaboo-for-wordpress-children-theme-template/full_screen_preview/409980 , because i love with the round cornerYes, you can create the rounded corners using CSS .
Thanks
hi, Are the images came with this, free to use as well?
The images doesn’t come with the template. Those are copyrighted images, I purchased it from stock photos site.
Is there a way to use the latest jQuery ie;
<script src=”http://code.jquery.com/jquery-latest.min.js” type=”text/javascript”></script>
Instead of
<script type=”text/javascript” src=”https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js”></script>
If I use the latest jQuery the background doesn’t load
Hi,
I just noticed that issue. It seems the nivo slider doesn’t go well with the latest jquery. The site works if I removed the nivo slider. Probably the nivo slider need to be updated.
I have to look at this again. Please post it in my
THanks”>
Hello,
I love the template. The problem I have is that when I open any of the pages in Visual Studio and try to view them in Live View (split view between the code and the design view), I can’t see anything. There is just a white screen. All of the pages do the same. Is there some javascript that I need to disable to fix this or set something up in one of the stylesheets? Please advise.
Hi,
I think that’s because the Supersized plugin. Try to disable supersized.3.1.3.core.min.js
Thanks
Yep fixed the culprit was:
/*@media screen and (min-width: 1024px) {
body { overflow:hidden; }
#content-wrapper { overflow:scroll; }
}*/
thanks
solved
Great!
Hey sorry I missed the reply, I had subscribed to this thread. The issue I have is we have heavily customised the css, now. So I appreciate your pastebin code, but without going thru 30kb of code line by line, its hard to find what has changed from html version and wp version.
I am sure its something as simple as overflow scroll issue ( x ) will keep investigating. Incidentally, we dropped the supersized bg , over standard BG and have amednded the p2.js accordingly.
But even on a base install, the scroll issue, still remains .. so will keep looking for a solution.
Ste
Hi Ste,
You’ll need to amend the media query in the css code I sent you. It’s at the bottom of the page.
Basically removing the overflow properties from body and content-wrapper from the original code and add overflow properties with media query.
I hope that make sense.
Just checked : and the demo .. http://www.timberlanelodge.net/
Same issue, cannot scroll vertically on iPad. Yet your Wordpress version you can?
Hey,
Thank you for finding this issue. I’m looking at this issue. I’ll get back to you soon.
Thanks
Hey,
Try to replace the style.css with this code: http://pastebin.com/xyBw4GZC