ThemeForest

Posts by kaptinlin

12 posts
  • Elite Author
  • Sold between 250 000 and 1 000 000 dollars
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
kaptinlin says

It would be nice if it was in Canada as many of us Canadians no longer will cross the border into the USA. There have been many horror stories recently for Canucks crossing the border, and its so bad that even American who come up here for various reasons dread crossing back into their own country.

Toronto is the 4th largest CMA in Canada/USA so is it not about time something occurs here?

12 posts
  • Elite Author
  • Sold between 250 000 and 1 000 000 dollars
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
kaptinlin says

I no see badge. But some slider scripts in current striking cannot be converted to responsive.

In any case, we releasing shortly a new version of Striking in responsive form.

Please contact me and advise why you working with Striking without a license. I need explanation or report to TF. If working on customer site, fine, but advice so.

12 posts
  • Elite Author
  • Sold between 250 000 and 1 000 000 dollars
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
kaptinlin says

Hi

We think you not need to buy theme again, but you ask Themeforest for confirmation as they control license, not us.

You get cheatin error as you have older version of Striking but newer version of WP. WP core change, and so you have to update Striking – which was updated to match WP core changes, and then error no more. File paths change for reasons by WP, and you trying to use old method of file load in old Striking, which not work with new method in newer WP.

So simple solution is to update theme.

Think seller of site should have given you access to TF. Depend on Striking version, series 5.1 all have internal update function, so you must have older version, from 2011 or earlier, if not seeing update notice in WP dashboard.

Best Regards,
KaptinLin

12 posts
  • Elite Author
  • Sold between 250 000 and 1 000 000 dollars
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
kaptinlin says

Hi

Firefox 17 have problems with graphics hardware of certain computers. Problem documented at Mozilla, and is noted is breaking themes. FF have to fix, appear also they have CSS interpretor problem. We follow, but not in our control.

One thing you can do is turn off hardware acceleration, it solve most problems with FF, but some FF extensions, although work with FF17, also cause problems as well – again in mozilla forums.

Best Regards
KaptinLin

12 posts
  • Elite Author
  • Sold between 250 000 and 1 000 000 dollars
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
kaptinlin says

Hi

As you purchaser please go to Striking support forum at:

http://kaptinlin.com/support/discussions

register (which take 30 seconds) and we help you. You get free support when purchase theme. Link to forum on Striking homepage and it tell you right there to register at forum for help.

Most common mistakes:
- user forget to give slider post a post title
- user forget to give slider post a featured image
- user forget to set number of slides for slideshow (yes, true, they leave at zero and expect slides to show up)
- user assign wrong slider category to slidershow (yes, again true, many time, groan!)

We very happy to help. So please go to forum.

Best Regards
KaptinLin

12 posts
  • Elite Author
  • Sold between 250 000 and 1 000 000 dollars
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
kaptinlin says

Striking user can update. Striking work with WP 3.5 and user told to update yesterday.

12 posts
  • Elite Author
  • Sold between 250 000 and 1 000 000 dollars
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
kaptinlin says

http://themeforest.net/forums/thread/the-frustration-finally-got-to-me/34043

Hi Parrellulus,

I’m sorry about your frustration.
I have replyed you on the email.

First of all, thank you for your awesome work. I love you desgin very much!! When i design striking, i have learn from my favourite portfolios like awake, showtime, Avisio also your Traject. Thank you for the birlliant desgin. The feeling of striking i want is clean and delicacy, so it have similar with yours. But all the psd i was made is by my own. You can check them in detail. I have send you the psd files. Also the codes. For the font. I use segan in my demo site not the same with your vegur.

For the text “Blog – News, business and more…”, “FAQ’s – Find the answer to commonly asked questions”, I do have use yours for that i’m not good at english as you can see. If you are unhappy with it. I have remove them from my demo site.

Thank you again for you brilliant work also the authors in themeforest that made nice theme.

Regards,
KaptinLin

I’m sorry for this subject, I know is not allowed on the forums, but i have to reply to parrellulus.

12 posts
  • Elite Author
  • Sold between 250 000 and 1 000 000 dollars
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
kaptinlin says

Congratz Ivor ! :)

12 posts
  • Elite Author
  • Sold between 250 000 and 1 000 000 dollars
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
kaptinlin says

Hi, turkhitbox

The code i use in my theme is below

<?php require_once( '../../../../wp-load.php' );

$sitename = get_bloginfo('name');
$siteurl =  get_bloginfo('siteurl');

$to = isset($_POST['to'])?trim($_POST['to']):'';
$name = isset($_POST['name'])?trim($_POST['name']):'';
$email = isset($_POST['email'])?trim($_POST['email']):'';
$content = isset($_POST['content'])?trim($_POST['content']):'';

$error = false;
if($to === '' || $email === '' || $content === '' || $name === ''){
    $error = true;
}
if(!preg_match('/^[^@]+@[a-zA-Z0-9._-]+\.[a-zA-Z]+$/', $email)){
    $error = true;
}
if(!preg_match('/^[^@]+@[a-zA-Z0-9._-]+\.[a-zA-Z]+$/', $to)){
    $error = true;
}

if($error == false){
    $subject = "$sitename's message from $name";
    $body = "Site: $sitename ($siteurl) \n\nName: $name \n\nEmail: $email \n\nMessages: $content";
    $headers = "From: $sitename <$t?>\r\nReply-To: $email";

    wp_mail($to, $subject, $body, $headers);
}

Hope it will help you.

12 posts
  • Elite Author
  • Sold between 250 000 and 1 000 000 dollars
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
kaptinlin says

Congratulations!

by
by
by
by
by