This item is by an Elite Author
imediapixel
- Author was Featured
- Bought between 10 and 49 items
- Elite Author
- Exclusive Author
- Has been a member for 3-4 years
- Indonesia
- Item was Featured
- Microlancer Beta Tester
- Referred between 50 and 99 users
- Sold between 250 000 and 1 000 000 dollars
399
Purchases
Buyer Rating:
3.93 stars
3.93 average based on 58 ratings.
-
5 Star
2950%
-
4 Star
1220%
-
3 Star
712%
-
2 Star
46%
-
1 Star
610%
| Created | 10 February 11 |
| Last Update | 29 October 12 |
| Columns | 2 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- blog
- business
- business portfolio
- clean
- corporate
- corporate business
- elegant
- jquery dropdown menu
- jquery nivo slider
- jquery prettyphoto
- jquery slideshow
- modern design
- portfolio
© All Rights Reserved imediapixel -
Contact Envato Support


I have purchased the ebiz theme and have some issues.
1. On this page: http://tgcl.in/tgcl-group/ I have added this code “[pagelist parent_page=”services”]” but the services section is not displayed properly.
2. How can the shaded HR / line be added on a page as shown here http://imediapixel.com/demo/ebiz/services/
3. How to add columns on the page as shown here: http://imediapixel.com/demo/ebiz/columns/
4. How to added Team section inside pages as shown here: http://imediapixel.com/demo/ebiz/about/
Thanks for the lovely theme.
Hi, Sorry for any inconvenience, but you did not have a “Purchased” badge.
Thanks.
Thanks for the great theme.
How do I make the menu font size bigger?
Hello, to change the menu font size, you can try to add the following css code in theme options => styling options => custom css :
.jqueryslidemenu ul li a{ font-size: 1.6em; }change 1.6em to 1.8em or 18px;Thanks.
I have purchased the ebiz theme using this ID and have some issues.
1. On this page: http://tgcl.in/tgcl-group/ I have added this code “[pagelist parent_page=”services”]” but the services section is not displayed properly.
2. How can the shaded HR / line be added on a page as shown here http://imediapixel.com/demo/ebiz/services/
3. How to add columns on the page as shown here: http://imediapixel.com/demo/ebiz/columns/
4. How to added Team section inside pages as shown here: http://imediapixel.com/demo/ebiz/about/
Thanks for the lovely theme.
Hello, ok I will to answer your questions :
1. be sure you services pag have the same page slug as your page title
2. you can use shadow divider for this, eg.
3. you can use columns shortcode
4. you can use postslist shortcode, be sure you have create a category for team and add some post items there.
The shortcode manager available at wysiwyg editor when you creating/editing your pages/posts, you can refer to documentation for detail.
Thanks.
Thanks for the reply.
1. My page title is “TGCL Group” and my Slug is “tgcl-group” and the short code I have used is “[pagelist parent_page=”services”] Please suggest what value needs to be changed.
2. Thanks it works.
3. Can you tell me the short codes for adding columns?
4. I do have a category called team and posts there. But I cannot see the short code manager at the wysiwyg editor. Please help.
Thanks again
Hello,
1. you need to set shortcode to :
change the services name with your actual parent page name3. please refer to documentation how to use colums shortcode
4. here the shortcode format for team list,
where “team” is your category name.Thanks.
Thanks for the quick response with my previous question. I have one more – how do I align the logo with the menu text? So in other words, how do I menu text down (or up) or how do I move the logo up (or down)?
thanks again in advance.
try to add the following css code in theme options => styling options => custom css :
#logo { padding-top: 15px; }you can increase 15px to add top spacing for your logo section.Thanks.
How do I remove the ”/ Month” in the product page? i want it to just be ”$35 per visit” or just “35”.
Thanks in advance.
hello, ok please open pricing-table.php file and find below code :
$<?php echo ($product_price) ? $product_price : "25";?>/<?php echo __('Month','ebiz');?>you can replace or remove/<?php echo __('Month','ebiz');?>Thanks.
Hi, I have a problem. My formating on my site is not in bold. Hard to explain. here is the link www.lazdash.co.za How do I put the headings and menu into bold?
Thanks
.
Hello,
by default the the ebiz theme used thin cufon font, if you want to use the bold one, you can try to search the cufon font at http://www.cufonfonts.com/ and place your new cufon font at js/fonts folder of ebiz theme, now you can activate your new cufon font from theme options => styling options => cufon font option.
Thanks.
i downloaded it, but it is in ttf format not javascript? How do I change this?
Hi, the dummy content doesn’t work properly. All the pictures are broken and some pages aren’t going into the correct categories. Also, the formating is a bit messed up? How do I fix this
Thanks
.
Hi, I have figured out how to fix everything
.
I just need to find out how to make the slideshows on the home page apprear?
Thank you
Hello, ok great, be sure you have create a category for slideshow and add some slideshow items there, be sure you have the image for slider in Feature Image box, and set your category for slideshow in theme options => slideshow setting.
Thanks.
I ahve done everything you said I must and the slideshow is still not appearing.
Sorry for kinda spamming this place
. Everything is working a-okay
!
Thanks for the awesome theme
ok great! glad everything working now
How do I slow down the speed of the EBIZ – Testimonial widget?
please open functions.js file that located in js folder of ebiz theme and find below code :
$('#cycle_testi').bxSlider({ speed: 700, pause: 4000, auto: true, pager: true, controls: false, infiniteLoop: true, mode: "vertical" });increase 4000 value in above code.Thanks.
Hi, my footer on my website have disappeared?? how do I fix this?
Thanks
never mind… fixed it.
ok great! glad it’s working now
In this web site, when you click the picture, you can see very big size of the picture. I tried different ways but I could not figure out… Thanks
hello, ok please open functions.js file that located in js folder of ebiz theme and find below code :
/* initialize prettyphoto */ $("a[rel^='prettyPhoto']").prettyPhoto({ theme: 'light_square' });now change the code to :$("a[rel^='prettyPhoto']").prettyPhoto({ theme: 'light_square', default_width: 500, default_height: 344 });you can replace 500 for width and 344 for height with your own size.
Thanks.
Thank you, it works…
ok great!
How do I decrease the width of the right sidebar? I’m having trouble moving the vertical sidebar over to the right? Thanks!
Hello, if you want to change this, please open style.css file and find below code :
.sidebox { margin-bottom: 30px; width: 270px; padding-left: 30px; }replace 270px with your own width size.Thanks.
I replaced 270px with a different number of pixels, but it just adjusts the margins of the sidebar. I need to move the vertical bar/divider to the right a bit more (to make the sidebar smaller). I’m not able to figure this out. Thank you for your help!!
find below code in style.css file :
#content-wrapper { background: url(images/content-wrapper.jpg) top left repeat-x; }the divider used image, you can modify from the psd file and save as content-wrapper.jpgThanks.
Hi how can i hide Featured Portfolio Box from the home page?
thanks
Hello, please open index.php file, find and remove below code :
Thanks.
How do i add add images on the homepage, next to the “Welcome to our site” section. I would like to add 4 images on that location on my homepage.
Thanks.
This section retrieve from portfolio items, so be sure you have add some portfolio items at your site.
Thanks.
How do you arrange the slideshow to the needed order? Also could how to remove the Learn More button on the slideshow?
Hello, you can manage this from ebiz theme options => slideshow setting => slideshow items order option.
Thanks.
Hello, by default the testimonial items retrieved from the actual content, if you want to have the same height, you need to change the code for this and use custom post excerpt.
ok, just contact me from my profile page regarding your question.
Thanks.
And how to remove the learn how button on some slide while keeping in on some slide?
Hello, please open slideshow.php file, find and remove below code :
<?php if ($slideshow_url) { ?> <a class="button slidebutton" href="<?php echo $slideshow_url;?>"><span><img src="<?php bloginfo('template_directory');?>/images/slide-icon1.png" alt="" class="slide-icon" /><?php echo ($slideshow_url_text) ? $slideshow_url_text : __('Learn more','ebiz');?></span></a> <?php } ?> <?php if ($slideshow_url2) { ?> <a class="button slidebutton" href="<?php echo ($slideshow_url2) ? $slideshow_url2 : ">"><span><img src="<?php bloginfo('template_directory');?>/images/slide-icon2.png" alt="" class="slide-icon" /><?php echo ($slideshow_url2_text) ? $slideshow_url2_text : __("Contact Us!",'ebiz');?></span></a> <?php } ?>Thanks.