ThemeForest

EZINE - 4 in 1 Wordpress Theme

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 2-3 years

This is very nice themes. Its there any problem with using other fonts like myanmar language. Because i want to create a design blog using myanmar language fonts. Thanks :)

imediapixel

you can replace default heading font if you want, i can give you direction for this.

thanks.

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years
zato Purchased

Hello Again,

I just purchased this theme but I need to know if I can make the logo larger?

thanks again.

imediapixel

hello,

the maximal size for logo section is 158×82px, you can remove the background image for logo in style.css file :

#logo {
  width: 158px;
  height: 82px;
  background: url(images/bglogo2.png) top center no-repeat;
}
just remove background: url(images/bglogo2.png) top center no-repeat; in above code, so you can place a larger logo.

thanks.

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years
msheehe Purchased

Hi Imagepixel..

Great Theme! I purchased it and I’m in the process of populating it.

I sent you an e-mail with some questions/issues to your gmail account and just wanted to make sure you got the e-mail?

Thanks!

MIke

imediapixel

I have recieved and answered your mail

thanks.

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years
zato Purchased

Hello Again. I recently bought your theme and love it. I was able to make the changes you advised to me previously and it looks great, but I would like to know if there is anyway to change the width of center column where the main article text is?

imediapixel

ezine theme used 960 grid system, please refer to 960.css file that located in css folder, you can change the width of each section there.

thanks.

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years
zato Purchased

Also can the bottom part be removed where it says recent posts, popular posts, random posts?

Thank you again

imediapixel

please open footer.php file, remove the code starting from <div class="wrapper" id="footer">... </div><code> code block. thanks,</code>

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years
zato Purchased

Thanks you so much, you are awesome!

imediapixel

you are welcome :)

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
servette Purchased

hi imediapixel

great theme! congratulations.

but i need the theme in the german language. in which file do I find the english text?

thanks for the assistance

Mark

imediapixel

you can translate into your language from .po file that include with ezine theme that located in languages folder, please refer to this tutorial maybe it’s useful for you.

thanks.

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • United States

Hey I recently purchased your template and love it but I am having this issue: Catchable fatal error: Object of class WP_Error could not be converted to string in /home/content/p/e/t/petepete1/html/wp-content/themes/ezine/ezine/include/theme-functions.php on line 544

Can you help? Thanks.

imediapixel

Hello, did you have setted the theme options correctly? or if there’s installed plugin in your site, please try to deactiavate it first.

thanks.

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years

Hey, I recently downloaded this theme and it is working great! I am confused about one thing, the post excerpts that appear on the home page: not all post are displaying; can you advise what categories get displayed on home page (under slideshow). Thanks so much!

imediapixel

hello, the section below slideshow retrieve the content from the latest posts, not sure what you mean about post excerpt, could you please provide me you url?

thanks.

Default-user

Thanks for your reply, I don’t know what my problem was before, but it is resolved now! I am loving the theme, i’ll share a link when it is finished… going to be: www.cardsforkiva.com

Default-user

Ok, surprise surprise, I have another question: Can I limit the posts showing on the home page to a single category?

Default-user

Never mind, I figured it out – sorry for cluttering your comment log! Delete my comments if you can/want to.

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years
zato Purchased

Hi I have a question about embedding ads into the body or post of an article.

On other word presses I can go into the editor and embed ads inside the single post, is there a section I must go to where I can an advertisement in the article instead of just on top of the article?

imediapixel

did you tried embed your ads code below <?php the_content();?> in single.php file?

thanks.

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years

I just purchased EZINE but can’t install it on Wordpress. The message I’m getting from the Wordpress Failure Notice is “Are you sure you want to do this?” “try again”. I click “try again”, get taken back to Wordpress install, I try to upload again, and then I get the “Probelm loading page”. Any suggestions?

imediapixel

Hello, did you tried upload ezine theme using ftp manager (eg. filezilla), make sure you have extracted theme download package, then go to theme folder, unzip ezine.zip file and upload ezine folder only to your site.

thanks.

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
talal07 Purchased

Great theme, but I am having trouble with it. some posts when you click them they appear like this. http://talal07.com/wp/?p=12

also the slideshow I did the same as been told in the documentation but it’s not working out.

please help me! talal

imediapixel

Hello, ok just contact me from my profile page, let me check directly at your site what causing the problem.

Thanks.

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years

Hi!

I love this theme! It’s laid out so great.

I cant figure out where the code is to change the social bookmarks are? Could you point me in the direction please. I’m wanting to add blogger and remove flicker.

thanks.

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years

Hi..

Sorry I figured out the above question finally.

I do have another question though. I cant seem to find the rss feed.

On the sample theme, it says Subscribe with newsletter and rss feed.

Plus, normally when I’m designing websites, I can go to http://website.com/feed/rss

Is there something different about this theme because Its not pulling an rss feed.

thank you!

imediapixel

the subcription section used feedburner services for both email and rss subscription, if you want to change rss section to default wordpress, please open sidebar.php file and find this code :

<li><a href="http://feeds.feedburner.com/&lt;?php echo $feedburner_id;?&gt;">&lt;?php echo __('Subscribe by RSS','ezine');?&gt;</a><span><img src="&lt;?php bloginfo('template_directory');?&gt;/images/rss.png" alt="RSS" /></span></li>
and change to :
<li><a href="<?php bloginfo('rss2_url');?>"><?php echo __('Subscribe by RSS','ezine');?></a><span><img src="<?php bloginfo('template_directory');?>/images/rss.png" alt="RSS" /></span></li>

Thanks.

imediapixel

sorry I mean newsletter.php file.

Thanks.

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
tapgang Purchased

is there a way to make the feature and img thumbs smaller?

imediapixel

please open index.php file and find this code :

              $img_height = 345;
              $img_width  = 576;
change 345 for height with your size and change 576 for width.

Thanks.

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
tapgang Purchased

Thanks…. is there a easy way to change the font color of the text to black on the red theme… http://apps2day.com

imediapixel

please open style.css file and find this code :

p {
  font-size:1.2em;
  line-height:1.8em;
  margin-bottom:1.5em;
  color:#8f8f8f;
}
change #8f8f8f to darker color, eg. #333333.

Thanks.

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
tapgang Purchased
imediapixel

ok great! :)

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
tapgang Purchased

hey quick question… how to change favicon on all pages

imediapixel

hello, you can use plugin for this, please try http://wordpress.org/extend/plugins/shockingly-simple-favicon/

thanks.

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
tapgang Purchased

also.. about the navi… at the bottom of each page… will the wp-pagenavi word or is there a way i can show page numbers?

imediapixel

please refer to to pagenavi documentation for this.

thanks.

Default-user
tapgang Purchased

I have and wp-pagenavi doesnt work with this theme… can you or anyone else tell me how to get page numbers as the navi bar instead of previous entires..

thanks!

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
ukoffice Purchased

Hi, Thanks for a great theme!

I wondered if it was possible to remove the LinkedIn button from the ezine social profile widget?

Thanks

imediapixel

if you want to remove linkedin button, please open theme-functions.php file that located in include folder, find and remove this code about line 385 :

<li><a href="http://id.linkedin.com/in/<?php echo $linkedin_id;?>"><img src="<?php bloginfo('template_directory');?>/images/social/linkedin.png" alt="linkedin" /></a></li>

Thanks.

by
by
by
by
by