
70 comments found.
I’m getting this error after trying to install:
Fatal error: Call to undefined function wp_get_theme() in /home/jadewood/public_html/wp-content/themes/wp-streak/admin/index.php on line 22
Have downloaded and installed twice.
Hi,
Update your WordPress installation to the latest version.
The sidebar is not showing up on the homepage (2 columns + sidebar).
Also, I need the contact page template.
Hi,
Seems you doing something wrong, for example, no widgets on sidebar.
You can wait on update (already released, but not approved by reviewers, a few of hours I think will be done ). Or drop me a line through my profile
I figured out the sidebar issue, I didn’t add the page with the template “Homepage Sidebar”.
But I have dropped you several lines, haven’t heard back. Still have a few minor questions, please email me back.
Hi,
Don’t see any emails from you.
Hmm, not sure. Sent 3 and Tweeted you. What is your email?
Hi there! nice theme, I’ve found a problem whn trying to click to a post from the home page with mi iPad, any chance to fix this?
thanks
Hi,
What the problem? Can you explain more.
When you try to click on the main image of the post it does not goes to the post., you have to click on the title or the + icon placed at the bottom-right.
iPhone or iPad.
Yes, it’s correct. It’s not bug and not problem. By default, image is enlarged by clicking.
If you want to change this just replace in the files: content-standard.php, content-image.php, content-gallery.php:<?php echo $large_image_url[0]; ?>with
<?php echo the_permalink(); ?>
No, sorry, but it must be another issue, check this on iphone or ipad, or your demo and try to click on the picture to see the Post.
http://nurun.stageshare.es/thanks!
The first thing I did was to change that lines of code to jump to the post instead of the lightbox effect.
The problem still exists? Just tested on my devices and all works fine.
yes the image does not works as a link, it blinks but it does not link….
.post-block > .media-thumb > .mask { display: none;}
and try again (also clear cache on your devices)
Works perfect with that css line. Thank u very much. Great support guys!
You can move this css line to the Media queries section, that it will affect only for iPad and iPhone devices.
Thanks!
Any chance to exclude Quote post from the popular and recent post widget? thanks!
The last one, I promise , any chance to include the Twitter avatar on the footer widget? thanks!
1. For this you need to change WP_Query parameters in the file \functions\ct-recent-posts-widget.php – http://codex.wordpress.org/Class_Reference/WP_Query#Taxonomy_Parameters
2. Just add avatar parameter in the file \functions\ct-twitter-widget.php
For example http://d.pr/i/KQE7
Thanks! and for the popular post?? how to exclude a category?
The same way, you need to change WP_Query parameters – http://codex.wordpress.org/Class_Reference/WP_Query#Category_Parameters
thank you guys!
One more! the instagram widget?? how can I configure it? I insert the access token, the ID but the pics are always the same! Please help!
And Query? For example http://d.pr/i/mlmI
Hi, nice theme I bought it right away. I’ve followed your installation documentation but after hitting the options reset everytime i choose save all changes i get ERROR message. Is there any file permissions issue? All I get is ERROR everytime I try to save, besides that everything is saved and options reset doesn’t work.
Hi,
First and foremost, thanks for purchasing one of our theme, we truly appreciate it!
Read the FAQ
thanks it worked
Hello, I purchased this theme and I am really new to blogging. I was wondering as to how am I able to add a “follow” button onto the first page. Also I’ve been tinkering with some of the settings and I can’t seem to get the social icons such as pinterest to appear.
Hi,
Are you sure that purchased this theme from this user account? Because I can’t see “PURCHASED” badge.
Hello, I purchased this theme and I am really new to blogging. I was wondering as to how am I able to add a “follow” button onto the first page. Also I’ve been tinkering with some of the settings and I can’t seem to get the social icons such as pinterest to appear.
Hi dagrfx,
1. You can add any info via Streak Options -> General Settings -> Text in Top Block
2. Do you mean social icons in the footer?
1. What I’m trying to do is add a “follow me” button so random people can follow my blog by getting email updates when I do update my blog. 2. Yes the social icons such as pinterest, and Facebook etc.. How do I get them to show up?
1. Try add code for your “follow me” button via Streak Options -> General Settings -> Text in Top Block
2. It’s Zilla Socia widget. Settings in the menu Appearance -> ZillaSocial
Hello. I’am from russia. How translate theme ?
Hi
You can use Codestyling Localization plugin
Question on my site www.previewstube.com when i click play button it does not pop out it use to but now it does not.
Hi,
Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.
How can I select to show my portfolio’s from earlier themes?
Hi,
It depends on format of your portfolios.
Every time I’m saving changes on the admin panel Streak, then all my css goes to default, why? Can you please help me. This is urgent!
No it does not work. When I save changes throug the panel, then it overrites everything on options.css and so on. Why can’t I make changes manually?
You must to modify the style.css (not options.css). options.css – it’s dynamically css.
but how about the bootstrap.css?
Do not recommend modify these files. You can override any style in the style.css
ok. I will make the changes on style.css then. Thanks. Is there anyway to make a price tag?
What do you mean?
I want to add a Buy Now button with a fancy looking price tag. You know like:
DO YOU WANT TO BUY THIS ITEM? $45,- Buy Now
<a class="btn btn-success" href="#"><i class="icon-tag icon-white"> </i> Buy Now!</a>
Hi again, I want to make a slight change:
When I hover a post it shows me the plus in a circle, but only that is clickable. How do I do to make all the masked zone (featured thumb) clickable?
Hi,
Replace in the files content-image.php and content-standard.php:<div class="mask"> </div>with
<div class="mask"><a href="<?php echo the_permalink(); ?>"></a></div>and add to the style.css:
.mask a { width: 100%; height: 100%; display: block; }
PERFECT! Once again thanks for super support!
can u disable the lightbox instead of it popping out it will just go to the page
I can not view youtube videos, I have added the url but it does not show it http://ofercita.com/blog Thanks
Hi,
Seems you specify incorrect ID, just add correct ID (w0cKrsBapL0) not URL.
Can i add a banner to the lightbox pop up where would i add the code to have a banner on the lightbox pop up box
Hi,
Try here \js\jquery.prettyphoto.js
thanks sorry to be a pest which i know i am where would i put the code at. in the prettyphoto.js
Try to ask here http://forums.no-margin-for-errors.com/
Hi Zerge! Thanks for such a cool theme. I’m new to this and figured out how to add the php Social stuff to the footer but I’d like the icons to be, instead either right aligned on the same line as the menu (just under the banner) OR in the little top header right aligned opposite to the phone numer.
Also, how do I add the “quote” type boxes on the front page with my posts like you have on the example.
Thank you!!!
Hi,
1. Show me your site with these “php Social stuff”
2. Just set post format to Quote: http://d.pr/i/M5QT
I am also having sidebar issues (3 columns + sidebar) I have added the widgets, published and it is still not showing.
Hi,
Create a new page with the template “Homepage Sidebar”.
please forgive me. I deleted the old one, created a new one with the template, now what? I’ve been trying for hours.
is there a tutorial or something?
It’s very simple – http://www.screenr.com/XQQ7
thank you so much – I did not have the settings/reading step in. a thousand times thank you
hello, I need some customization to the code of this theme to make it work in right-to-left mode for Arabic, please
Hi,
We can provide only rtl.css
Good, what is the fee?
Thank you
Sidebar dosn’t show up in my home page www.baladna.fm
Hi,
May be this helps you – http://www.screenr.com/XQQ7
Thank you
Hi,
Page title that appears at the double. This problem seems to occur even in the demo site.
If you’re not my fault, in the version up I want you to respond as soon as possible.
Hi,
No problem. Just replace in the header.php:<title> <?php wp_title( '|', true, 'right' ); // Add the blog name. bloginfo( 'name' ); // Add the blog description for the home/front page. $site_description = get_bloginfo( 'description', 'display' ); if ( $site_description && ( is_home() || is_front_page() ) ) { echo " | $site_description"; } ?> </title>
with
<title><?php wp_title( '|', true, 'right' ); ?></title>
Thank you
I’m trying to change the color of the blog post titles. Currently they are in white…and with the colorings I’m using…one can’t read the blog post title. I can’t find where in the theme I can change the color of blog post titles. Could you help me out? I’m not a coder, but am doing my best to manipulate the theme for our blog. Thanks!
Hi,
Do you mean the Title on the single post page?