04-22-2015, 09:35 PM
04-24-2015, 02:28 AM
Here you go:
http://mediafire.com/g5nme1oq1fy6/op_theme_v2.2.2.1 NULLED.7z
http://mediafire.com/g5nme1oq1fy6/op_theme_v2.2.2.1 NULLED.7z
04-24-2015, 06:32 AM
Thanks for this! Reps rakesh! :)
04-24-2015, 11:56 AM
rakesh.m.jadhav thanks rep added for the reup
04-24-2015, 01:31 PM
Link mirror:
Code:
https://mega.nz/#!dcYTyZqA!CwR43x_kWfEb7aF7Te3HOVCWImyPRdkdh4AmaMkFnyQ
04-24-2015, 09:04 PM
I have an authority blog site which has 50 articles and product reviews.can I use these themes.please help
04-25-2015, 02:32 AM
(04-24-2015 09:04 PM)putty Wrote: [ -> ]I have an authority blog site which has 50 articles and product reviews.can I use these themes.please help
Yes, You can setup an email capture opt in and a blog using optimizepress.
04-25-2015, 02:40 AM
sorry to say but any version nulled OP theme will not insert any buttons or forms, other than that it works perfectly fine..........
04-27-2015, 12:56 PM
(04-25-2015 02:40 AM)procrack99 Wrote: [ -> ]sorry to say but any version nulled OP theme will not insert any buttons or forms, other than that it works perfectly fine..........
how can you benefit if you cant use forms ?? I mean the sole purpose of optins is to get emails and names(forms) into your list , unless I'm missing something
04-27-2015, 11:07 PM
(04-27-2015 12:56 PM)saraalmonadi Wrote: [ -> ](04-25-2015 02:40 AM)procrack99 Wrote: [ -> ]sorry to say but any version nulled OP theme will not insert any buttons or forms, other than that it works perfectly fine..........
how can you benefit if you cant use forms ?? I mean the sole purpose of optins is to get emails and names(forms) into your list , unless I'm missing something
You can use some html and make the page work for you . Just insert HTML code and your optin form will appear. here is an example code for aweber.
<center>
<form method="post" action="http://www.aweber.com/scripts/addlead.pl">
<input type="hidden" name="meta_web_form_id" value="your value">
<input type="hidden" name="listname" value="your list name" />
<input type="hidden" name="meta_adtracking" value="My_Web_Form">
<input type="hidden" name="meta_split_id" value="">
<input type="hidden" name="redirect" value="redirect thank you">
<input type="hidden" name="meta_message" value="1">
<input type="hidden" name="meta_required" value="email">
<input type="hidden" name="meta_forward_vars" value="0">
<div align=center><input style="margin:0; width:100%;min-height:840px; position:relative;" type="text" name="email" size="30" Value="Enter Your Email Address" onclick="if(this.value='Enter Your Email Address') this.value=''" onblur="if(this.value=='') this.value='Enter Your Email Address'"></div>
</td></tr>
<div align="center" valign="bottom">
<input type="image" name="submit" value="Get Instant Access!" src="button link"></td></tr>
</div>
If you are smart enough you can work this out :)
Cheers!