This item is by an Elite Author
designthemes
- Elite Author
- Microlancer Beta Tester
- Sold between 50 000 and 100 000 dollars
- Bought between 1 and 9 items
- Exclusive Author
- Has been a member for 3-4 years
- Referred between 200 and 499 users
418
Purchases
Buyer Rating:
4.58 stars
4.58 average based on 33 ratings.
(more information)
-
5 Star
2163%
-
4 Star
1030%
-
3 Star
26%
-
2 Star
00%
-
1 Star
00%
| Created | 9 February 13 |
| Last Update | 30 April 13 |
| Columns | 4+ |
| Compatible Browsers | IE7, IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4 |
| Compatible With | WooCommerce 2.0.x, WooCommerce 1.6.x, WooCommerce 1.6.5.1 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- beauty
- business
- charity
- creative
- education
- health
- medical
- multi-language
- non-profit
- portfolio
- responsive
- school
- shop
- skill
- woocommerce
© All Rights Reserved designthemes -
Contact Envato Support


Can someone please tell me if you get unlimited sidebars with this theme?
Thanks,
The theme comes with unlimited widgets areas…
The sidebars are Left, right, Footer
Hello, I am thinking of purchasing the theme. I have a couple of questions before I purchase. 1. Can I change the header (where has logo and search box) height and put the social icons under the search box? 2. Is the search box place holder only? 3. Can I change different type of colour (for instance different orange colour) just adding colour code in css or something? 4. Can I take off Home button image from top navigation bar and put just the text link ‘HOME’ like other menu buttons? 5. Can I add more menu buttons in footer navigation?
These are all for now and please suggest. many thanks
Thura
1. Can I change the header (where has logo and search box) height and put the social icons under the search box?
- Yes, you can change the height of the header by doing some minor CSS tweaks simply. - And you can also put the social icons under the search box possibly with some design customizations..
2. Is the search box place holder only?
- No, it is not just a placeholder, we have used the default WordPress Search functionality and it will help searching on your website as well.
3. Can I change different type of colour (for instance different orange colour) just adding colour code in css or something?
- Hope you know that we have included 10 predefined yet easy to switch from color skins along with this “Ultimate WP Theme”. You can also add new skins from your own, if you have CSS knowledge. (Easy steps only)
4. Can I take off Home button image from the top navigation bar and put just the text link ‘HOME’ like other menu buttons?
- Yes , you can remove the Home icon from the navigation simply by removing the home class in the menu section (Appearance ->Menu).
5. Can I add more menu buttons in footer navigation?
- Yes, you can add more menu buttons to footer navigation as you preferred..
Hope the above answers helped!
Yes Thank you. I think I am going to purchase the theme.
How do I get a revolution slider to go full width like your demo? I have been looking for hours and cannot figure it out.
To get a full-width Revolution slider as you like from our preview,
- Please find style.css from Maintheme/style.css.
- Then, add the following lines in that style.css#home-slider.mytheme-revolutionslider .container { width:100%; } #home-slider.mytheme-revolutionslider .home-slider-bg .rev_slider_wrapper.fullwidthbanner-container { margin:0px auto !important; }- After that, kindly choose the full-width option in Revolution Slider settings.
Hi, how do I get a menu on the left like the one on this page?http://buddhathemes.com/themes/ultimate/features/unlimited-shortcodes/
Thanks..
- You have to create your parent and child pages.
- And then, please choose the page template as “Feature Template” for all (parent & child) pages you created.
Thanks, and to have the “Read More” on the preview of the post? By entering the tag “More” button does not appear, but displays the entire article.
Thank you and congratulations for the great work
- If you want to have “Read More” button links as shown in the preview, please consider adding the following shortcodes in your page.
Please replace “common.js” file with the attached one.
File Directory : Maintheme( ultimate)/framework/js/public/common.js
http://d.pr/f/l9XeHi There, I’d like to set uo the portfolio items just as you have on the homepage. Mine are stacked on top of one another:
http://graphicdesignbiz.com/development/selwyntravel/How do you get them to sit like yours? Thanks.
Please consider importing our dummy data from the right top of the Buddha panel, if you want to setup the portfolio items just like our homepage shown in theme preview.
Or you can add the following shortcodes in your homepage simply,
Now check your homepage once again, and you will your portfolio items with carousel similar to our homepage as you wish then.
Thanks
We have checked it on our side with Samsung Gallaxy sII, it seems you haven’t enabled responsive mode.
But the page looks okay…
may we know which mobile you are using?
I’m using an iphone. is there anyway i can send you a small video to show to whats happening?
I have now enabled the responsive section in the admin and now it is stable. so this will be fine. Thanks
Thanks for the update…
Hi,
I have several easy questions about this theme:
1) In Home page there is a
[expand_toggle title=”XXXX”]
Is there any way to format with CSS part of the title (for example to highlight only a word)?
2) Is there any shortcode for READ MORE buttons/links? I like the design with the ’+’ icon, but i have only get this effect if apply CSS ‘readmore’ class to the link.
3) Every pages in portfolio links are empty (even importing dummy data). Is there any way to have them filled with images as in the demo in buddhathemes.com/themes/ultimate/my_portfolio/?
4) I would like to get the same design as in ULTIMATE HTML Template in testimonials widget, with the carousel and quote, text, author and picture. How can I get this with WP theme?
5) I’m using Qtranslate with French activated, but there are some tags/labels that are not translated although they are in your .mo/.po file. For example:
However, other tags/labels are translated properly (Posted By to Posté Par, and many others…).
What’s wrong with this?
Thanks and regards,
1. There is option to style the title inside toggle right-now, we will try to include an option in next version.
2.Read More design can be duplicated with css only…we will include a short code in next version
3.For portfolio links (Kindly share your WordPress credentials, we will take a look)
4. Testimonial carousel short-code will be updated in next release
5. Langugae – Kindly share your WordPress credentials, we will take a look
To format toggle title, you have to edit the “.expand-toggle .expand” class in style.css from Maintheme/style.css, which is located in Line No: 478.
.expand-toggle .expand { font-size:16px; font-weight:bold; padding-right:25px; }
use this short-code for readmore…
Thanks for the reply.
1. Styling .expand-toggle .expand class will change the whole line, but i was wondering how to style only one word inside the sentence. I have included a WORD to highlight WORD. It works as XXX is not between quotes (””), otherwise it doesn’t work. For my purpose it is ok then.
2. OK for the read-more solution, it works!
3. Portfolios working. I have also used NextGEN for galleries and it´s working fine.
4. I have create a Text widget with the HTML code (similar to your HTML template) and it’s working so far
5. I will try to create .mo and .po file for Spanish version (as I need it) and I will let you now if it works or still fails. Anyway, do you have .mo and .po Spanish files apart from portuguese and french?
Thanks.
Thanks mfernan80 for update!
Related to point 5) i have found the problem (in my case). The “Send Message” label in Submit button in Contact Forms is harcoded in contactform.php insted of using __() function. I have change it and generate a .mo and .po in Spanish and its working fine now.
Another issue i’m having. I have created a Home page based on Home Template. I have set it as an static Home page in Word Press settings, and also put it first in Header Menu but i’m having followinf problems:
1) The label/title Home is appearing in the menu instead of house icon.
2) Furthermore, when I access via mobile, the menu Dropdown select box is not marking we are in Home (so i guess current_page_item class is not being applied properly)
So, the question is: which are the steps to create and substitute Home Page but getting 1) and 2) working?
Thanks!
An update… Got Home label/title in menu Mobile view. Only have to know how to associate House Icon in Desktop web browser instead of text menu node.
Thanks!
Please could you answer me? How can I associate House Icon in Desktop web browser instead of text menu node?
You can enable, use or associate Home icon simply (instead of text menu node) by following the steps given below,
2. And then add or make the name of CSS classes as “Home”To help you have the better understanding, we have also attached the screenshot in the below link to find from, http://d.pr/i/XY7T.
Thanks a lot!! Sorry if my questions are so simple…
Hi,
The theme is really good,But the customization seems to be little pain and i dont see the documentation adequate to understand how to setup all the features defined in the sample.
I have already bought the theme based on the look and features in the sample and now its so tough to use the features shown in sample.
i really appreciate your help.
1) Where should i log the support tickets, i dont see a place dedicated for this theme, Enveto support dosent have a category for after sale support, please let me know as this is very important. 2) I cannot make the setup of toggles and accordians, please help me as its very important for the setup, I have used the short codes but they dont work as it was in the sample, please paste the sample shortcodes to recreate the same look as in the sample 3) The contact page had two types in the sample, But i cannot see a page type contact to achieve this. How to achieve contact sample 2. 4) When i am using the primary navigation instead of the default one, the home icon (image ) is disappear. How to make it visible with menu.
http://buddhathemes.com/themes/ultimate/home/home-portfolio/Your quick help is highly appreciated.
Thank you, Regards Sudeer
- Please refer this video for setting up toggles and accordions using shortcodes.
- Find the 2 attachments given below for the Shortcodes of “Contact us” page layout samples.
http://d.pr/f/znEK http://d.pr/f/izEw With the help of these shortcodes, you can have any contact page layouts from the given samples (Layout 1 & Layout 2) easily.- To enable the “Home” icon in your primary navigation, please refer the screenshot given in the attachment below,
http://d.pr/i/e4eVThank you for the reply, I cant see any video link in the reply, So can you please provide the lik?? I was able to get the contact page samples already from the forum link you have provided.
Sorry for missing that video URL. Here it is the link of that video, http://www.screenr.com/dpE7 which will surely help you setting up toggles and accordions using shortcodes.
Wonderful support, thank you so much. I hope this support will be the same for the future queries too
To make the footer appear only in home page, and hide in other pages.
Go To footer.php in main(ultimate) theme folder. And find the following code. Change it as,Hi, I am so impressed with your quick support. Kudos.
Hi thanks for your theme I like it.
I have a question about the contact template.
I made some tests and it seem that no emails are sent. any thought ?
Thank you
Please share URL of the site, we can take a look.
hi there,
Great theme! Where can i alter the “prefix lang” of the contactform?
Greetings
- Please find and edit “contactform.php” file which is located in Maintheme/ framework/theme_shortcodes/ contactform.php, if you want to change the “prefix lang” of the contact form
- And if you want to change the error and success messages of contact form, please find and edit “sendmail.php” file which is located in Maintheme/ framework/ sendmail.php.
Great theme! Two questions though: 1. Is there a way to remove the search box in the header?
2. Is there a way to add the sociable icons somewhere in the footer instead of the header?
Thanks.
- To remove the search box from the header you need to hide the search box code in “header.php” file. Please refer the screenshot given in the attachment,
http://d.pr/i/E5Mo- To add sociable icons in the footer, you need to cut the social icon code from “header.php” file and paste it into “footer.php”. Check the screenshots from the attachment links given below.
http://d.pr/i/yEoWhttp://d.pr/i/iZkU
Thank you!
Can you please re-post the screenshots above? I’m getting a ‘file not found’ error for all three. THanks in advance.
Here with the following links, you can find the screenshot attachments reposted for you.
1. To remove the search box from your header,
http://d.pr/i/XF272. To add header sociable icons in the footer,
http://d.pr/i/Ukmj http://d.pr/i/yTL6Please download the screenshot ASPA, whereas the attachment links will be active and the screenshots will be available for 7 days only.
Hi,
Any answer for my yesterday questions? I have found out how to get portfolios (question 3) but the rest still pending.
Regards,
updated the the last comment, nice one with the portfolio, keep the good work!
How do i set up the subscription panel you have for the acceptance of a newsletter?
Many Thanks
You have to use any third-party applications like AWeber, MailChimp & etc., for setting up your Newsletter subscription panel currently.
We are working on updating some features in our side. So if you can wait for the updated version means, we will make this Newsletter section to work on your own database as well.
Hi how do i get the home icon to come back, i changed some menu items and am using primary menu at a menu i created. thanks.
also…
also my fonts in the touch slider are no longer google fonts or working with the control panel like they were after i selected some diff fonts
thanks/
1. Go TO >>> Appearance >>> Menus >>> Top Menu ( As shown in the image )
http://d.pr/i/3YhOMake the name of every CSS classes as “Home”
2. Please share your FTP and Wordpress Details through mail.
http://themeforest.net/user/designthemes. Kindly, use the right bottom form for mailing.How do I make the header menu to be “semi fixed”, so when the users scrolls down it will be on top off the page?
It takes half an hour time for making the header menu to be “semi fixed”. We will customize it for you @ $20. If interested pls let us know.
Hello- I’m using the Touch Slider on my main page and it looks great on Chrome, Firefox, and older versions if IE. However, the slider graphics will not show up when viewed on Safari or IE10. Graphics will show up on IE10 if we change to ‘compatibility mode,’ but we know our clients won’t take the time to do this. Any thoughts on how to make this viewable across all browsers?
Sure. We will check your issue after updating IE10 in our systems.
Reply you ASAP.
Hi- Any update on this issue?
Any update on this issue???
Hi all,
How do I make a specific page the default home page?
At the moment – when I go to the my domain name it takes me to a default blog page.
I need to remove this page and make another page the homepage but cant find the page options to do this.
Any idea,
Thanks
Sorry for the Delay.
Please follow the given process to solve your problem,
Go To Admin Panel -> Settings -> Reading Settings
Front Page : Choose which page you want.
simple…. thankyou very much
Hi my problem is with google crome.
I have just purchase this theme. when you set the page futures to portfolio portfolio can not be shown. but explorer and firefox isue is fine. also portfolios is not line up correctly at the firs row.
http://forfloor.org/duvardan-duvara-hali/regards,
Find and replace “#sorting-container” id in style.css, which is present inside Maintheme/style.css.
Old :Line No 727 : #sorting-container { display:block; margin:10px 0px 0px; padding:0px; clear:both; width:100%; }Updated :#sorting-container { display:block; margin:10px 0px 0px; padding:0px; width:100%; }I can not view the slider on IE 10. I works fine on IE 9. Should I be adjusting a setting in IE 10?
Please wait while we are updating issues with IE 10 in our side. We will check and get back to you soon.