386 comments found.
I create several LearnDash courses and want to render them in the home page as a Gallery. But it seems Invent Gallery only support its own Gallery entry. What should I do?
[show_post_snippets layout_class="rounded-images" post_type="sfwd-courses" number_of_columns=3 post_count=6 image_size='medium' excerpt_count=100 display_title="true" display_summary="true" show_excerpt="true" hide_thumbnail="false"].Pls go through Post Snippets Shortcode in themedocumentation.
Thanks a lot. I found LearnDash support this function with Course Grid add-on.
Great. Thanks for letting us know.
Just bought the theme and it’s beautiful.
I install it with LearnDash. But after activating the theme, I can’t find comment section in LearnDash Lesson page. Could you help on this issue?
comments_template('/comments.php', true); // Loads the comments.php template.
It works now. Very appreciate for your quick response.
First of all, thank you very much for the solution to my last problem. I was able to add all the fields I needed.
I know the theme features Woo commerce integration, but is there a way to put Woo commerce payment options on each course page rather than listing them separately as products?
Looks like you are asking how you can sell courses, if I am getting this query right. I suggest you have a look at LearnDash LMS which lets you manage this. A full fledged LMS like LearnDash would enable you manage payments, users, courses -free or paid etc. You can learn more from http://learndash.com. The theme fully supports LearnDash.
Thanks for you help. Looking at the course information options, is there a way to add more fields and/or change the names of the fields? For example, if I wanted to change “Room Number” to “Venue” would that be possible? or if I want to add more fields in addition to those existing ones? I figured out how to change the names of the fields through php but it only functions on the front end. I need the names to change in the back end too so that it isn’t confusing when entering data.
define ('WPLANG', 'fr_FR');
Pls use the pot files in ‘invent/languages’ folder as a template to create .po files.http://www.poedit.net/ -Poedit is the popular free editor for creating .po and the corresponding binary .mo files. You need to do an update in POEdit to see all the strings.
If you are developing an English language site, pls use en_US.po file to make the required “translations” of strings. If you need to edit the file itself (not recommended), pls have a look at the line number 366 onwards in framework/presentation/metabox-manager.php file.
Thanks for your quick replies, but I think you misinterpreted. I don’t want to change the language at all, it will be purely in english. What I do want to change is the content entry on the course pages. The theme by default lets me change the following:
course ID course discipline credit room number days the course is conducted course timings
I want to change these to
course ID Level credit venues dates duration
I managed to change how these fields look to the site viewer, but I need them to change in the backend too so that the client can change the information without confusion.
Also if possible I might want to add the following fields in addition to those above:
Application Fee Additional costs Class size
Is this possible?
The translation is a good way to change strings instead of changing theme code manually, specially if the changes are minimal. This holds true even if you do not need any translation. The less code changes there are, the easier it becomes to manage updates and maintenance.
The line number 366 onwards in framework/presentation/metabox-manager.php file should help if you want to change strings in the code. It should also help you add new fields to the backend. Once added, you will need to use the new fields in your single-course.php. There are many examples after line number 75. If you do not feel comfortable with code changes, I would recommend you hire someone on Envato Studio to make these changes. Thanks
hei,
Demo login/pass – interested if the user has acces to ti his profile, messagin, forum and courses.
Thanks
At present we do not have messaging or forum demonstrated. You will need to load and style appropriate plugins to achieve the same. The profile of the user is part of what wordpress provides by default. Thanks for your interest.
Theme is beautiful! Getting ready to purchase soon.
Can’t see a search field in the demo – Is it in there somewhere?
Search field is just a wordpress native widget that can be dragged and dropped into any of the many sidebars supported by the theme. You can see an example of thee same in the single blog posts like this one -
http://portfoliotheme.org/invent/blog-post-right-sidebar-2/Thanks for your interest.
ok I see. So its not possible to have a global search field in the header somewhere – only in sidebars?
It is possible with customization of the theme. Thanks.
Brilliant. Also do you know why my events wont click through to anything? http://bep.cmykern.com/events/
Can you pls visit Settings->Permalinks and see if the issue gets resolved. You may also try to disable all plugins once and try to see if a plugin is causing this. If that does not resolve, pls send us a temp login via our profile page – http://themeforest.net/user/LiveMesh#contact and we will get this resolved this for you.
Hi
It’s been a pleasure to use your theme! Very easy. I’m really struggling with the navigation. It’s not covering up the logo when the nav turns to sticky?
http://bep.cmykern.com/Glad you like the theme. Pls use the following custom CSS in theme options and you should do fine then -
#header.sticky #site-logo {
top: 0;
}
h
Hi,
I am using your theme but have a few questions:
1. I can’t seem to change the order in which the staff members and courses appear. I have tried simply dragging them to reorder using the post types order plugin, and I have also tried assigning each course and staff member an order number. Neither solves the problem. What can I do to change the orders?
2. I have created a menu which I want to use as the primary navigation. When I go to locations, set my menu to be the primary navigation, and save it, nothing happens. When I go back into menu locations, the field is blank again. So far I have got away with manually setting the navigation for each individual page. However, if I go to courses and select a category, that takes me to a new page and I can’t seem to give that section a menu. Is there a way around this?
Thanks
1) You will need to make a small code change to make this work. We removed the sort via post type order function since someone complained about it and wanted it to be sorted by date by default(probably a bad decision since we are seeing some queries asking for the functionality – will try to restore it in future updates).
Pls change loop-course.php at line number 34 to
$query_args = array(
'post_type' => 'course',
'posts_per_page' => 8,
'orderby' => 'menu_order',
'paged' => $paged
);
and loop-staff.php at line number 34 again -
$query_args = array(
'post_type' => 'staff',
'posts_per_page' => 8,
'orderby' => 'menu_order',
'paged' => $paged
);
and that should let you sort using post type order plugin.
2) You probably have an error of some kind in your admin section which is not letting the menu to be set. Can you pls disable all plugins and retry once? If that does not resolve the issue, you may be missing a step since I rarely heard someone report this to us. Pls send us an email via contact form at http://themeforest.net/user/LiveMesh#contact and we will take care of this for you. Thanks for choosing our theme.
Hi,
I realise I made this query a while ago. At the time, I had been developing the site locally and so could not give you access. However it is now online at makinmediamobile.com/icppd and I would like you to help me address the problem with the menus not showing on the course pages. I used the form to send login details.
Thanks
Sent you a reply to your ticket. Pls give a try and let us know if that helps. Thanks.
Thank you,
Sorry for the inconvenience, but we recently changed our email address. Could you please forward that email to hello@makinmediamobile.com instead?
Thanks!
Will
Have done the same. Pls revert back on the helpdesk.
I cannot get back into the helpdesk because our old email is defunct. I did try turning off all plugins and the problem persists. I can set the primary menu to the menu I want, but it won’t save (even if I press the save button) I can start a new helpdesk ticket with my own email if that is ok with you?
Yes, starting a new ticket would be great. Pls make sure you paste the contents of the old ticket forwarded to you. Look forward to the same. Thanks!
Thanks, have done so 
Hi there, just purchased your theme. Everything looks good but i can’t get the Rev slider to work on the main page. Can you provide me with a link to your demo slider so i can import and go from there?
Thanks.
Sergio
You may need to set the revolution slider in the Edit page window. Pls select a slider instance and do an explicit update even if the revolution slider looks to be selected in the page edit window. Pls have a look at this video which demonstrates how to configure the revolution slider on the home page -
http://support.portfoliotheme.org/faqs/invent-theme-how-to-replicate-the-demo-site-in-10-min/The import file should be available already in the revolution slider folder seen after you unzip the download bundle. If you still have trouble finding the same, pls send us an email via profile contact form – http://themeforest.net/user/LiveMesh#contact and we will be happy to send the same across to you. Thanks for your purchase.
Hi, your tame looks great and has a lot more functionality that many others. Pre-sale question, on the live preview of this theme the loading of the homepage is really slow. I’ve tried trough several browsers and via android phone. Is it some temporary problem ? Does this theme support big picture and video massive, because i would need to have a lot of both.
Thanks for your interest. Not sure why you are experiencing a slowdown. I checked again today and it seems to be quite speedy here (2-3 secs for a hard refresh and less than a sec for loading without refresh). Can you try loading the site on a different network and see if that makes any difference? Also, can you go directly to the site – http://portfoliotheme.org/invent/ and see if that makes a difference?
Regarding videos – the theme does support HTML5/YouTube videos but for large images, you may need to customize the theme a bit depending on where you want the images to be.
Hi, thank you for your answer. I’ve tried today and it seems that it’s loading for 2-3 seconds. Regarding the videos and pictures probably the best will be to embed the videos directly from Youtube and Vimeo. The same goes about the pictures hosted on another plateforms.
Glad to hear things are looking better. Thanks for letting us know.
I have a sidebar on my staff archive page. It contains a menu.
If I filter the list on specialization (taxonomy) – the sidebar reverts to a default one. How can I maintain the sidebar I have already specified in the options for the staff page ?
Also wouldn’t it make sense to have the breadcrumbs reflect the navigation “flow” of the specialization? ( http://portfoliotheme.org/invent/specialization/american-studies/ ) it appears like Home / American Studies but should be Home / Staff / American Studies
Do you have the latest version loaded? The latest version has some fixes for sidebars on the custom post types. Also, from the code it looks like the sidebar should be retained across category pages as well as the page which displays all the staff members. Pls check and let me know if you still have trouble.
Regarding the breadcrumbs, my understanding is that since a taxonomy can be shared across custom post types and essentially independent of it, WordPress does not by default provide a mechanism to set a parent “Post Type” for a taxonomy (staff in this case). Technically someone can change the code and use the specialization for other custom post types too – wordpress won’t stop them from doing so. Hence, we left out the post type archive pages from the category pages.
That applies to all post types including the blog posts. We generally do not link category pages to the blog pages in the breadcrumb. Hope this helps.
Hi thanks for the reply. I have the latest theme loaded. I have tried disabling all plugins and child themes, but the “wrong” sidebar is still being displayed on specialization.
Will investigate and get back to you. The required code is in place and hence not sure what is going wrong. I am referring to the line number 198/199 in sidebar-manager.php -
elseif (is_post_type_archive('staff') || is_singular('staff') || is_tax('specialization') || is_page_template('template-staff.php'))
$suffix = 'staff';
Did you find a solution for the problem? I have been trying for some hours to get it working but I can’t figure it out …
mouretDK – When I checked my test environment, I was able to display the same staff sidebar on both Staff page templates and Specialization taxonomy pages too. Can you pls verify if the above mentioned code exists in line number 198/199 in sidebar-manager.php? Can you pls email me a temp login in case this does not solve the problem. You can email me via my profile page – http://themeforest.net/user/LiveMesh#contact. Thanks.
The lines are there. I will send you login. thanks!
Hmm – I got it working know – the problem is if I choose a custom side bar then It will revert to the default one under specialization (that is the staff side bar).
My staff pages is a subpage of an “about” section of the website. The parent “about” page is a normal page, but since I want the same sidebar on all about related pages I have to make two sidebars with the same content. If I could select “staff side bar” for other non-staff pages I would not have to duplicate the sidebar.
Perhpas not easy to fix but the best solution for me would be if the staff could use a custom sidebar on the filtered pages too (specialzation).
News has the same issue.
Thank you for your reply. But unfortunatelly it leads to another question: How do i know which pictures i can use for free and for which i need to pay?
On the theme landing page , I have provided links to the Flickr profiles. Pls have a look. Thanks for your purchase.
I have just purchased your theme, and I am trying to get the LearnDash course pages to look like the DEMO site. On the course page, you have a picture with buttons above the info for each course. Those are not displaying. How do I get those to display? When I uploaded the sample data, I did not have the LearnDash plugin installed, so perhaps that is the reason that the pictures did not come through. I appreciate your help.
Thanks for your purchase. You just have to create the required lessons/courses etc. and then set the featured image for the learndash courses as explained here -
https://en.support.wordpress.com/featured-images/Having said that, I would still recommend you do a sample data import again after learndash activation since it won’t change existing posts/pages and will only import the missing LearnDash data. That will speed up the learning curve. You can also find sample data import file on LearnDash support site hopefully.
Can you change the staff/news etc. slug somewhere? I need it translated into my client’s language.
'rewrite' => array( 'slug' => 'faculty' ),
'rewrite' => array('slug' => 'news'),
Pls make sure you visit Settings->Permalinks once after you make these changes so that the changes take effect.
Oh yeah just found it too
Works perfectly by including the PHP file in the child theme (like the example inclusion you have provided)
Next problem:
I can’t get staff sorted alphabetically? Also no matter what I do the re-order plugin has no effect apparently? (been trying on the main theme as well as the child theme)
answering my own problem
– but I’m curious to know if the sorting works for you without this?
Had to add the orderby/order to the args in loop-staff.php:
$query_args = array( 'post_type' => 'staff', 'posts_per_page' => 8, 'paged' => $paged, 'orderby' => 'title', // 'menu_order' if re-order is used 'order' => 'ASC' );
The sorting is by default date based and hence the change you made is required to make it work that way.
Hi, does the carousel shortcode support events?
I’d buy the theme if the the carousel can be set for show news, courses as well for events. Is this possible?
Thanks
Yes, it is possible to show events carousel. The carousel is generic enough to be able to display any custom post type like course, events, news, blog post etc. Thanks for your interest.
I’m going to ask for a refund, you lied completely to my particular question about a carousel events.
Your support replied to me: “We don’t have events carousel as such”
Authors like you shouldn’t be allowed to sell here!
I understand you being disappointed about this since you specifically asked for it. Actually, I was right when I said the carousel for events should work and the support was not able to retrieve the post type name from the events calendar plugin and hence they were not able to give you required information. I apologize for the confusion.
Here is the actual shortcode which you can try out in a page or page section which should let you see an events carousel -
[segment background_color="#eeeeee"] [heading2 title="Our college events" pitch_text="Lorem ipsum dolor sit amet, consectetuer elit arcu sit proin a vel porttitor risus."] [post_snippets_carousel id="events-carousel" post_type="tribe_events" navigation="true" post_count=6 image_size='medium' display_title=true show_meta=true display_summary=true show_excerpt="true" excerpt_count=80 hide_thumbnail="false" navigation="true"] [/segment]
While the above code should provide with a decent carousel, if you need to slightly beautify it, you can use the following custom CSS in your theme options Custom CSS tab and the carousel should look as good as any other carousel
.carousel-container .post-snippets .type-tribe_events {
margin: 0 10px 20px 10px;
background: #FFF;
box-sizing: border-box;
transition: box-shadow 0.25s ease;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.carousel-container .post-snippets .type-tribe_events .entry-text-wrap {
padding: 5% !important;
}
I hope the above meets your need. Lying about functionality to obtain a sale does not make sense for a author since a single bad rating can hurt lot more sales. The other day someone rated us two stars saying “Revolution slider does not work with this theme” and never bothered to ask here nor contact us via support forum and ThemeForest does not have a way to contact someone unless they ask a query here or in the forum. Hence we are stuck with the bad rating now knowing fully well that revolution slider works with the theme for so many users of ours and our setup video demonstrates the same. I appreciate you being straightforward on this so that we could resolve this for you. Hope the above code works well for you. Pls let me know if you have more queries.
upoing – Did the code we posted help? Are you still facing the issue? Can I make a request to change the rating pls? I understand you were upset about this and rated us one star and now that we have clarified, I request you to reconsider your rating. Thanks in advance.
Hi
is it possible to use the Pictures from the template for our homepage?
Some of the pictures can be used with attribution only since they are in creative commons license on Flickr. Others may need to be purchased. Thanks.
Hi! I’ve bought your lovely theme. The text on the buttons of the revolution slider is not readable on mobile because of the size getting scaled down(responsiveness). How can I ensure the text on the default revolution slider button remains readable? Thanks
Hey! How do I ensure the button size on the responsive slider remains readable on mobile? The text on it is unreadable because the size of the button becomes too small on mobile..Please answer soon
Pls post the link to your site and I will look into the issue.
Thanks!
Hi! Here’s the site link – http://goo.gl/slr4dM I just need the button size and text to be readable on mobile
Pls paste the following code into custom css in the theme options
@media only screen and (max-device-width: 480px) and (min-device-width: 320px)
.tp-caption .button {
font-size: 9px !important;
}
@media only screen and (max-width: 479px)
.tp-caption .button {
font-size: 11px !important;
}
@media only screen and (max-width: 767px)
.tp-caption .button {
font-size: 12px !important;
}
If you still face issues, pls send me a temp login to your dashboard through the contact form in my profile page and I will fix the issue.
Thanks!
Hello
I purchased your lovely theme and have one question left: In your live demo page “About us”, the page title is displayed inside in the middle of the image (alongside with this additional text “Iste justo asperiores…”. I found out how to deactivate the additional text, but what if I also want to remove the page title from the image and just have the image displayed alone? Where would I have to change that?
Thanks and keep up the good work!
.page-id-11496 #title-area h1 {
display: none;
}
You need to replace the .page-id-11496 in the CSS with the page id of your page.
Internet Explorer (11 here – an probably others too) that still prefers Flash for displaying videos has trouble with the z-index. The embedded video (fidvid) will appear in front of the fixed header – no matter if I z-index my header to a billion
.
I quick and dirty fix:
jQuery(document).ready(function ($) {
$('iframe').each(function() {
if ($(this).attr("src").indexOf("?") > 0) {
$(this).attr({
"src" : url + "&wmode=transparent",
"wmode" : "Opaque"
});
}
else {
$(this).attr({
"src" : url + "?wmode=transparent",
"wmode" : "Opaque"
});
}
});
});
You can probably solve it better 
jQuery(document).ready(function ($) {
$('iframe').each(function() {
var url = $(this).attr("src");
if ($(this).attr("src").indexOf("?") > 0) {
$(this).attr({
"src" : url + "&wmode=transparent",
"wmode" : "Opaque"
});
}
else {
$(this).attr({
"src" : url + "?wmode=transparent",
"wmode" : "Opaque"
});
}
});
});
Thanks again – will check it out 