Oceanix
Running a Business and Monetize site?
Using the theme but need to remove our linksfor commercial and business use. please consider:
Price - $37.00
License - GNU General Public LicenseUnlimited concurrent domain and multisite domain uses for personal or clients and commercial projects

Oceanix WordPress theme is a 2 columns Responsive theme by MagPress.com. CSS3/HTML5 supported WordPress template. This WP theme has theme options, featured content, Adsense ready, etc.
Running a Business and Monetize site?
Using the theme but need to remove our linksfor commercial and business use. please consider:
Price - $37.00
License - GNU General Public LicenseUnlimited concurrent domain and multisite domain uses for personal or clients and commercial projects
Version and Changelog
Version 1.1
- Updated version 1.10.
Version 1.0
- Initial release v1.0.





wow..you guys really had tons of great free themes. one of the best theme directory. html5/css and respond design surely a plus:) kudos!!
wow..you guys really had tons of great free themes. one of the best theme directory. html5/css and respond design surely a plus:) kudos!!
look nice, thanks for the share
look nice, thanks for the share
more layout like this but different color please
i really like your clean coding and the responsive design
thankyou
more layout like this but different color please
i really like your clean coding and the responsive design
thankyou
It’s really great, thanks a lot
It’s really great, thanks a lot
Is there a way to add arrows to the sliders? Any suggestions for code?
Is there a way to add arrows to the sliders? Any suggestions for code?
here’s quick css fix..not 100% sure if it work tho..open lib/styles/base.css and add this css
#custom ul.flex-direction-nav {display: inline !important;} a.flex-prev {background: transparent url('YOUR-PREVIOUS-ARROW IMG URL') no-repeat left top;} a.flex-next {background: transparent url('YOUR-PNEXT-ARROW IMG URL') no-repeat left top;}here’s quick css fix..not 100% sure if it work tho..open lib/styles/base.css and add this css
#custom ul.flex-direction-nav {display: inline !important;} a.flex-prev {background: transparent url('YOUR-PREVIOUS-ARROW IMG URL') no-repeat left top;} a.flex-next {background: transparent url('YOUR-PNEXT-ARROW IMG URL') no-repeat left top;}Thanks a mil!
Thanks a mil!
Hey, I was using the Oceanix free theme and purchased the Develop License. I have a question regarding the difference between the files in each one.
Are the css files the same exact files that are in the Oceanix free version the same as in the Premium? Reason being I am finding out that all the work I did in the free version I have to do over again with the premium purchase. Can I just copy and paste over the files to save me work, that is … presuming the files are the same for the css?
Hey, I was using the Oceanix free theme and purchased the Develop License. I have a question regarding the difference between the files in each one.
Are the css files the same exact files that are in the Oceanix free version the same as in the Premium? Reason being I am finding out that all the work I did in the free version I have to do over again with the premium purchase. Can I just copy and paste over the files to save me work, that is … presuming the files are the same for the css?
hi maccoy, you just need to replace lib/functions/theme-functions.php (dev version) to the free version and you can remove the sidebar.php link codes or just replced the sidebar.php (dev version) to the free one.
hi maccoy, you just need to replace lib/functions/theme-functions.php (dev version) to the free version and you can remove the sidebar.php link codes or just replced the sidebar.php (dev version) to the free one.
Very nice and cute wordpress theme. I will use it for my personal blog. I like responsive wordpress site style. Thanks for the share!
Very nice and cute wordpress theme. I will use it for my personal blog. I like responsive wordpress site style. Thanks for the share!
Hi there,
I’m having some issues with this theme and how it is displaying images after I create a new post.
What happens is, the featured images show up on the homepage, so you can see those along with the text and “Read More” buttons. But when you click on a post to read, taking you to the article itself, you do not see the image…which is supposed to be at the top of the article.
Is there is reason for this happening? Has anyone had problems with this and had this resolved?
Any help will be much appreciated.
Hi there,
I’m having some issues with this theme and how it is displaying images after I create a new post.
What happens is, the featured images show up on the homepage, so you can see those along with the text and “Read More” buttons. But when you click on a post to read, taking you to the article itself, you do not see the image…which is supposed to be at the top of the article.
Is there is reason for this happening? Has anyone had problems with this and had this resolved?
Any help will be much appreciated.
hi vaderboo, do you mean the ‘featured image’?
they only appeared in homepage aside article. if you want them to appeared in single post add this to single.php loop. maybe above the h1 title or below.
<?php the_post_thumbnail('full', array( 'class'=>'alignleft' ) ); ?>hi vaderboo, do you mean the ‘featured image’?
they only appeared in homepage aside article. if you want them to appeared in single post add this to single.php loop. maybe above the h1 title or below.
<?php the_post_thumbnail('full', array( 'class'=>'alignleft' ) ); ?>