This item is by an Elite Author
mo3aser
- Elite Author
- Egypt
- Exclusive Author
- Has been a member for 3-4 years
- Sold between 250 000 and 1 000 000 dollars
- Referred between 200 and 499 users
544
Purchases
Buyer Rating:
4.61 stars
4.61 average based on 59 ratings.
-
5 Star
4372%
-
4 Star
1118%
-
3 Star
46%
-
2 Star
00%
-
1 Star
11%
| Created | 4 October 12 |
| Last Update | 11 January 13 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2 |
| Documentation | Well Documented |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- blog
- full background
- google web fonts
- isotope
- magazine
- masonry
- patterns
- psd
- responsive
- rtl
- shortcodes
- theme
- translation
- tumblog
- widgets
© All Rights Reserved mo3aser -
Contact Envato Support


Nice theme. Good luck with the sales!
Thanks
Very impressive second theme here. Wishing you all the best and much success!
Thanks
Nice work. Good luck with sales
Thanks
Nice work. Good luck with sales
nice work but wonder does the blog layout same as the small boxes layout as when i click blog i see the same layout
Thanks
..
it was a bug in the demo site .. solved
Looks nice.
Thanks
Nice
Thanks
awesome design.. good luck!
Thanks
Very nice theme, But how to register if some one want to register also i did not see front uploader. These days community sharring sites are very famouse i whould be very glad that you some more community sharring features.
Hi,
You can activate the wordpress registration .. and users will be able to register and login to your site .
You means user can regsiter, this feature is builtin in theme or i have to use some plugin and also can user upload post from front-end. Please don’t mind but its my requirement
no this feature not included in the theme you need to use a plugin to allow users to post from front end
So can you recommend any best front-end upload plugin that integrate easily with remel theme.
Very nice! But the top bar seems to disappear after a few seconds? On the frontpage.
Thanks
what is the browser you use ?
Video post on the front page don’t run with Firefox. It works fine with IE and Chrome. Any reason ?
Hi,
youtube and viemo videos or just viemo ?
Very nice theme! Bookmarked!
Thanks
nice one fouad and i see it inherit a lot of feature from Sehfia that’s the business model
but i see the price is high as blog theme
Thanks
Nice theme. Good luck with the sales!
Thanks
nice theme! two questions – 1. is it also possible to change the orange color? – 2. I miss a contact page, how can I bulid this page? – Thanks
Thanks
- yes you can change the colors from styling options in Tiepanel - You can add a contact page by using a contact form plugin like contact form 7
One more question
– is it possible to Switch of the author and the three figures (views, comments, likes) at the home Page?
Hi,
edit loop.php file and delete this lines
<li> <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'MFW_author_bio_avatar_size', 30 ) ); ?> <?php _e( 'by: ' , 'tie' ); ?><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) )?>" title="<?php sprintf( esc_attr__( 'View all posts by %s', 'tie' ), get_the_author() ) ?>"><?php echo get_the_author() ?> </a> <?php _e( 'in ' , 'tie' ); ?><?php printf('%1$s', get_the_category_list( ', ' ) ); ?> <p><span class="entry-visits"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'tie' ), the_title_attribute( 'echo=0' ) ); ?>"><?php echo tie_views(); ?></a></span> <span class="entry-comments"><?php comments_popup_link('0', '1' , '%' ); ?> <?php tie_post_likes() ?>Hi, bought the theme – really good! one question – where can I change the orange color 1. fine line over the menu 2. text “read more” I couldn’t find it yet
Thanks
Kanne
Hi,
- I uploaded version 1.2 to themforest and waiting for approving .. it has more styling options so you can change the color over the menu and the scrolltop icon and read more text color
Great one Fouad, good luck.
Thanks
very nice WP
Thanks
Hi, I bought this theme and I have a problem, read more… on front page doesn’t work. Don’t work on your page also. Please let me know I fix this. Thanks
Hi,
this issue solved in version 1.1 which uploaded and waiting for approved on themeforest
So tempted to buy this, looks so similar to a recent theme that I purchase 2 weeks ago, but this has its own unique features.
I don’t see any response to comments in here, not sure if support is available at all. Will wait and see…
Hi,
you can get support here or on our support forum http://support.tielabs.com/forums/
As mhc100 reported, the read more does not work, but clicking on the featured image or the post tiltle does.
Also, i would like to be able to disable the display of the featured image in the single post page, since i already have that image embeded inside the content of the post, and i use it as featured for index purposes only.
Thanks for the great theme.
Hi,
this issue solved in version 1.1 which uploaded and waiting for approved on themeforest
to disable featured image in standard post .. please edit content-standard.php and delete<div class="post-media"> <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'tie' ), the_title_attribute( 'echo=0' ) ); ?>"><?php tie_thumb( tie_post_width() ); ?></a> </div>That also removed the image from the index.
Any other tip?
<div class="post-media"> <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'tie' ), the_title_attribute( 'echo=0' ) ); ?>"><?php tie_thumb( tie_post_width() ); ?></a> </div>with
<?php if( !is_singular() ) { ?> <div class="post-media"> <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'tie' ), the_title_attribute( 'echo=0' ) ); ?>"><?php tie_thumb( tie_post_width() ); ?></a> </div> <?php } ?>That made the trick, thanks.