71 comments found.
It would be interesting to update the theme to make it compatible with the latest version of wordpress and avoid jquery errors. Thanks very much!
020-10-14 19:47:52 jQuery.fn.load() is deprecated No determinado Código integrado, ubicación del archivo desconocida
2020-10-26 11:35:38 jQuery.fn.load() is deprecated Tema: Streak – Responsive WordPress Magazine / Portfolio Theme /wp-content/themes/wp-streak/js/custom.js
2021-02-15 16:33:17 jQuery.fn.live() is deprecated Tema: Streak – Responsive WordPress Magazine / Portfolio Theme /wp-content/themes/wp-streak/admin/assets/js/of-medialibrary-uploader.js
wp-admin/themes.php?page=optionsframework
2021-02-15 16:33:18 jQuery.fn.live() is deprecated Tema: Streak – Responsive WordPress Magazine / Portfolio Theme wp-content/themes/wp-streak/admin/assets/js/smof.js /wp-admin/themes.php?page=optionsframework
Hello.
Thanks for your message, but we’re deciding what about this theme.. Maybe the theme will be removed. Because almost all functions need to do from scratch. Almost to do new theme.
Kind Regards, Andrew.
Dear Zerge,
I am about to buy either Streak or Simplewox. I have a couple of questions: 1) can I set a specific category in Arabic (and so in a different alphabet)? 2) is it possible to separate the boxes of Simplewox in order for them to look like the ones of Streak?
Thank you in advance, your themes are the best.
Hi.
1. If you want to have specific category in Arabic – you can to use it, but Arabic language this is RTL and will need some additional customization for the category page with posts in Arabic.
2. Do you want to add some background color for the posts (and making visual white spaces around posts)? It’s possible but after small changes in the code.
If you have more questions please send them me via profile
Thank you.
Thanks for your reply, I cannot contact you through your profile.
1. thanks, perfect 2. indeed, I’d like to have white visual spaces around the posts. If you confirm that I can do that, I will buy Simplewox, that I find superb.
Cheers
Hi, if you will buy theme I will help you create white spaces around posts.
P.S. Until August 31 if you will buy theme you will get 1 theme free (of your choice from my portfolio). After buying the theme send me message on scream81@gmail.com
Sorry for bothering you again, I have the really last question.
This is our blog now http://www.idareact.org/ As you can see, at the top right you have two options : English and Arabic (which is written in Arabic). By cliking on it, the website turns to Arabic. So the last question is: can we do the same on simplewox?
Thanks you so much for your help
Hi.
By default it isn’t possible. You should Multilingual plugin, for example WPML. You can find WPML plugin here: https://wpml.org/
Thank you..
Hi Zerge,
I bought SimpleWox theme on August 31st and then sent an email telling which extra theme I want. I’m still waiting for an answer. Please let me know.
Thanks
Hi. Thanks for purchase, but email from you I didn’t see.
Please send me message via profile
Thanks.
Hi, How is managed Google ads with infinite scroll?
Hi,
Needed additional development work.
Hi, sorry, I have a problem. In the home and category pages with de type of pagination “infinite scroll” ... it is really infinite because all the posts start to repeat whiout never ending. Can you help me? (Sorry about my english)
You can see it at http://3enruta.com/
Thank you very much
Hi,
1. Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.
2. Also, try to update your theme to the latest version.
Thanks very much. The problem was the plug-in “SEO Ultimate”
Hi ZERGE,
FYI… The homepage demo is not working correct and I cannot click through to see the different homepage layout options.
Thanks Scott
Hi Scott,
Streak 1.03 Available for Download [2015-02-02]
Changes:
- Fixed: Bug with background for sticky menu.
- Fixed: Minor bugs.
- Removed: Custom Sidebar feature (recommend to use the aproproate plugins)
- Improved: Compatibility with popular plugins
- Improved: Contact form
- Improved: Comments
- Improved: Masonry layout
- Improved: MetaBox feature (IMPORTANT! Need to install the plugin “Meta Box” via menu Appearance -> Install Plugins)
- Optimized: Speed site performance
- Optimized: Java scripts
Hi, I can’t chance the any color in Streak options, my modifications are non applied. Can anybody help me, please?
Hi,
Be sure your theme files are writable (especially /css/options.css)
Sorry, I don’t understand what exactly I have to do, can you help me, please?
Can you give me WP admin access and FTP access?
I can give you WP admin access, but (I’m really sorry) what’s an FTP access?
All other customizable options works, only color doesn’t change
Can you show me your site?
Yes, www.persotralerighe.it
As I can see, your header and footer colors was changed.
The file you have write me (/css/options.css) is writeable, i see it in the informations, and I also change the color of h1, for example, I have changed the color code, but the color doesn’t change in my site, and even the colors of header bg, footer bg… don’t change. What can I do? Thank you
As I can see, your header and footer colors was changed.
Yes, now it changed, but if I want to change it again, the colors remains the same, it’s strange. For example, now footer is blue/violet, but in Streak option the color is green.
Check your email.
why? That’s nothing, what do you mean?
I’m sorry, this answer not for you.
I need access to WP admin.
Ok, I must write here my username wordpress and my password, right? there isn’t a way to don’t let all other see it? Or it’s better change password then?
No. Send me a message through my profile
ok, I have send it. Thank you
got it
Hi, Very nice theme!
I have problem with infinit scroll on chrome ! it never end… And doesn’t show all posts.
Can someone help me please.
Regards
Hi,
Can you show me this on your site?
Hey! The theme has been working out great for me. Just noticed that the home page is showing as only 1 column wide. I checked my settings, which is set to 4 columns. I also re-installed the theme and disabled all plugins with no change. I’m sure I’m missing something…
Thanks
Website is podthings.ca if that helps
Hi,
Add to the style.css:
#blog-entry .post[class*="span"] { margin-left: 0; width: auto; }
Perfect! Thank you!
Glad to help
hi, i was wondering if you can tell me why the menu bar seems to stick and change color as you scroll down. vanessaterrell.com
i’ve tried to change all menu colors to white but it’s still doing this. any help is appreciated, thank you!
Hi,
Replace in the file functions.php;
'rgba(35, 41, 46, 0.9)'
with
'rgba(255, 255, 255, 1)'
Hello again! Is there any way to have the ability to click the featured image and have it go to directly to the post link rather then enlarging the image?
Any help would be greatly appreciated!
Hi,
Replace in the files content-standard.php, content-image.php, etc.
<a href="<?php echo $large_image_url[0]; ?>" data-rel="prettyPhoto" title="<?php _e( 'Click to enlarge' , 'color-theme-framework' ); ?>"></a>
with
<a href="<?php echo the_permalink(); ?>"></a>
Hi,
Replace in the files content-standard.php, content-image.php, etc.
<a href="<?php echo $large_image_url[0]; ?>" data-rel="prettyPhoto" title="<?php _e( 'Click to enlarge' , 'color-theme-framework' ); ?>"></a>
with
<a href="<?php echo the_permalink(); ?>"></a>
Thanks!!! I was wondering if there was a way that on masonry blog mode that all the posts load at once not load/appear as you scroll down (where it says loading more posts)? Is that possible to see all of the posts at once in the grid style?
Just change your Reading Settings.
How can I take off “About the Author” at the bottom of a post page?
Hi,
Show me this on your site.
Also, can you remove the category link off the blog posts? http://postimg.org/image/t8ojsutw7/
1. It seems not a theme issue. Probably some of your plugins add this feature.
2. Add to the style.css:
#blog-entry .entry-category { display: none; }
Thank you so much!!!!
Dear Zerge,
It seems when i delete bulk images and tags, a few minutes later my site mention this: This webpage has a redirection loop or it jumps to the wp admin install page.
This is happening each time. It seems it has to do with the script. Why is this?
Hi Peter,
Support for all our themes is conducted through the ColorTheme Support Forums, if you’d like to start a new thread over there either myself or another member of the support team can take a look at your issue
Support Forums | Create an Account | Find your “Item Purchase Code”
Can I use Visual Composer for this theme?
Yes.

Thanks Sam
Already share it via social networks.
Thanks very much
Dear Zerge,
Where can i change the text ’’Previous’’ and ’’Next’’ ?
Hi,
Show me this text on your site.
LINK: bit.ly/1mIju7M
thank you
This can be changed in the file content-single.php
Fixed! Thank you!
Hi,
What the slider do you mean?
For example, you can place the code for the Slider in the file index.php
I did that but its still not showing up…I put the code where the Welcome code was
Probably you doing something wrong. Where exactly? And what the code?
I initially used:
<?php echo get_new_royalslider(123);?> and then tried,
<!In that same location. I kept the in initially as well and even tried with a plain around the php code for the slider.
Took out the div tags in my comment, but you know the locat
sorry…but you know the location in index.php. I kept the two divs around the slider code, removed each interchangeably and then tried with a classless div
also, the value of the slidet was correct in my code…I just copy/pasted that example code from the instructions in the plug in
It seems you doing something wrong.
I need access to WP admin panel. Send me a message through my profile
Dear Zerge,
I can’t find the homepage php file. I need to place adsense and social icons on this page, but can’t find the file.
Please help
Hi,
Please, do not duplicate your messages. Answered by email.
Thx.
My apologies Zerge.
Another question, where can i change the post time on the homepage. Right now it’s written 1 hour ago. I want to change it to 1 uur geleden, in my language. Thanks!
In the files content-image.php, content-standard.php, etc.
Thanks!
I have a few problems Zerge.
1. Where is the Admin toolbar on the website? Why do i not have the option to disable or enable it?
2.I have problems with 6 caches plugins. Is there any chache plugin that is compatible with this theme? Thanks!
1. Which theme version you are using? Admin bar can be enabled\disabled via user profile.
2. You can use any popular cache plugins like “wp super cache” or “w3 total cache”.
Hello Zerge,
Im using the latest version.
I tried 6 cache plugins, including those your mentioned. But the problem is, when i use these plugins, the views counter is not working anymore. The views stays zero. So how can we fix this?
Thanx!
Hi,
You should understand, that the Views not counted for admin users.
Also, you have to periodically update the cache. Or enable dynamic caching (mfunc, mclude, dynamic-cached-content). See the FAQ for further details.)
Hello Zerge,
I know admin’s views not counted. But when i put wp supercache on, after enable dynamic caching, the messages are showing twenty minutes later on the homepage. Can you send me the settings for wp supercache? Or a other cache plugin?
Hi,
No any special settings for this theme. You a free to tune up cache plugin as you need. Just explore cache plugin settings.
Also, try to use, for example, W3 Total Cache plugin.
Hi – thanks for a great theme. Is there any way to add author info (linked name and photo/avatar) to the homepage boxes? Many thanks!
Hi,
No, not without development work.
Hi How can I remove ‘views’ and ‘ago’ at lower part of each boxes from the main?
Hi,
In the files /includes/theme-metaboxes.php, content-standard.php, content-image.php, etc.