386 comments found.
Hi, is there a way to change the way the navigation menu looks and/or functions on the mobile version? When I look at my website with a mobile device the menu items on the navigation menu have little arrows that once clicked show the submenu navigation items. No one can figure out that you have to tap on the small arrow. People just try to click on the primary menu name and it just takes them back to the homepage because I have those menu items set to not have a link.
Earlier we had menu open up when elements in the mobile menu were clicked but then we had users complain that there was no way for users to navigate to the page linked by the parent menu item.
One solution I can think of is to change the icon from the current one to something like plus + icon may be which may offer better clue to the users regarding presence of submenu items. This can be accomplished via a simple CSS change.
Pls do let me know if that works for you and I can provide the required CSS to make this change. Thanks.
I will try that
Hi there,
I’ve got the theme running at sensiblechinese.com
I want to simplify the images on the front page. Instead of the Expand/Details buttons I just want the featured image to display and for the image to be clickable through to the blog article.
Basically just replacing the lightbox with a clickable static image.
What’s the best way to do this?
Thanks,
Kyle
.post.type-post .image-info {
display: none;
}
.post.type-post .image-overlay {
display: none;
}
Great! Thanks for that. That works – the image is now clickable. Is there a way to totally remove the overlaid text and buttons? They are still showing. thanks
.post.type-post .image-info {
display: none ;
}
to
.post.type-post .image-info {
display: none !important;
}
Hello,
I have very little knowledge on LMS. Your product looks very amazing and I have few questions before I purchase.
1. Does it have back office system? I know it is LMS, but I need the back office system where I can efficiently manage the all the students, teachers and the business.
2. When you say dashboard, is it the system where each student can log in to their own account in website, and see all their learning details, such as teacher’s feedback, report, learning progress, attendance and so on?
3. In addition to student dashboard and instructor dashboard in the website, does it have supervisor dashboard where human resource manager or parents can supervise their employees’ or children’s learning details?
4. We are education organization in Asia region, but it seems it does not provide our language. How can we change it into our language?
5. I know it does not completely fit to my needs. Does it work well with other plug-in such as Buddypress, Watu, Bbpress, WP Job Manager, Resume builder and so on?
6. Can I integrate it with WPMU (Wordpress Multisite)?
7. Can I integrate it with plug-in for mobile app, such as MobiLoud and WiziApp? Or do you provide LMS app version?
It will be highly thankful if you answer above. Looking forward to seeing reply
Best regards,
Thank you.
Thanks for your interest. To answer your queries -
1) I am not sure what you mean by “back office”. We do provide UI for entering custom post types for staff, departments, news, courses etc. but not for students. Learndash LMS needs to be separately purchased and it provides some features to track progress of students, enrollment etc. I would ask you to check with them on what features they provide.
2) Yes, it can be done through LeanDash. Again, do check with them for further queries.
3) Same as 2.
4) You will need to use a software like POEdit to translate WordPress sites as described here – https://premium.wpmudev.org/blog/translating-wordpress-plugins/
5) The theme should be compatible with the plugins listed since it follows best practices for theme development. I have not tested the theme with those plugins though – you would surely need some styling adjustments.
6) Yes
7) Have not tested and hence cannot comment. The theme responsive and hence not sure why you would need another software.
Hope this helps.
Hi there, First of all, great theme !
I just want to know how it’s possible to get a grid view of lsm course based on one specific category of course…
I use this shortcodes to show up my courses :
[show_post_snippets categoryselector=”true” layout_class=”rounded-images” post_type=”sfwd-courses” number_of_columns=2 post_count=1000 image_size=’big’ excerpt_count=100 display_title=”true” display_summary=”true” show_excerpt=”true” hide_thumbnail=”false”]
I try to include only one specific category but it doesn’t seems to work.
Can you help me on this ?
Many thanks
Best Stévan
You just need to use terms and taxonomy attributes for the shortcode. Pls have a look at a number of examples in the support forum as well as in the theme documentation.
Hi there, and thanks for your quick feedback ! Don’t want to bother, but I can’t see a similar example on your documentation. I try to use the shortcodes
[show_post_snippets post_type=”sfwd-courses” post_count=8 image_size=’medium’ excerpt_count=100 display_title=true show_meta=true display_summary=true show_excerpt=”true” hide_thumbnail=”false” terms=”maison d’hotes” taxonomy=”sfwd_category”]
Is “terms=”term name” taxonomy=”sfwd_category” is the right way to make it work, I’m not sur about this…
And thanks again ! S.
You are almost there – the terms should be comma separated like -
[show_post_snippets number_of_columns=3 post_count=6 image_size=’large’ terms=”inspiration,technology” taxonomy=”category” post_type=”sfwd-courses”]
I don’t think there is a taxonomy like sfwd_category. LearnDash uses regular categories and tags used for blog posts for taxonomy. They do not seem to create their own.
Is it possible to change header menu to be boxed menu?
Can you pls clarify what you mean by a boxed menu? A example site with such a menu would help. Thanks !
How can I change home_url()?
Are you looking to change the home page? You can set the same in Settings->Reading tab of WordPress admin.
You can find the same in framework/presentation/custom-post-types, single-news.php and template-news.php files.
Where to enable social icons in this theme?
The documentation has information on the shortcode that you can use. Or you can use any of the popular social plugin on wordpress.org.
how to enable fav icon ?
Pls use one of the popular plugins for the same. The theme does not support it natively.
Hi there, this looks like a great theme. a few pre-sales questions! - Does it have a central search functionality? - Does blog come in a grid layout? - Does the blog support sound clips? - Does the event listing come in a card or list layout rather than a calendar? - Can youtube videos be integrated onto a course page?
Thank you!
Thanks for your interest. The central search function is built into WordPress itself and the events listing in list format is provided by Events Calendar plugin. For the rest, you will need to customize the theme since there is no built-in support from the theme for the same.
how to import demo contents ???
Pls post the query in our support forum – http://support.portfoliotheme.org/forums/forum/invent-theme-support/ and we will be able to help you with this.
hello how can i change the page layout for learndash course page to have a sidebar, but not other post types? i don’t see an option for this… if i set post type layout to fullwidth, learndash courses go full width too. i need a sidebar in my learndash course pages for the student
I hope you are referring to individual learndash courses and not the archive or list of learndash courses. For a single learndash course, the layout is taken from the option ‘DEFAULT POST LAYOUT’ under ‘Site Layout’ tab of theme options.
I am not sure you want to go full width for individual blog posts. If you really do not want to do the same, pls change the option above to have a sidebar and then learndash course itself will have sidebar.
If you really do want to go full width for a single blog post, then let me know and I can provide a simple code that you can insert to have a sidebar for single learndash course only. Thanks.
Pre-Sales Question: Hello, I need a theme precisely for Learndash courses and quiz. Does your theme allows flexibility in hiding post author and post date on the front pages? especially for the Learndash Course and Quizez?
Thanks for your interest. Not sure I got your query right – we do hide the post author and date on our LearnDash courses pages/posts as seen here -
http://portfoliotheme.org/invent/lms-courses/ http://portfoliotheme.org/invent/courses/web-programming-102/Is this what you were looking for?
Hello,
Is your theme’s plugin lms can create also a report of employees that have completed watching a video? And can a manager login and view the report of only their employees’ progress?
Thanks for your interest. This query is best answered by LearnDash folks. Pls check with them at http://www.learndash.com/ and they will be happy to answer your queries. We use LearnDash paid plugin for LMS functions.
Sorry ask again
Can I remove menu at Admin Page?
For example I want to remove Pricing Plan & Course because I think I won’t use them.
If I can, how can I remove?
Thanks before
Pls go through this thread – http://support.portfoliotheme.org/forums/topic/remove-unneeded-post_types/
Great! Thank you very much. I should have looked in forum at first….
Can I delete words “Powered by Wordpress and Invent” and where?
Pls go to Apperance -> Themeoptions -> Footer , and update the footer content.
Thanks.. That’s worked
Can the header menu be made sticky menu?
Yes sure. You have the option for the same in the General tab of theme options.
I’ve tried it and that option is only for primary menu but not header menu. Please help.
#header.sticky #top-header-area {
display: block;
}
@media only screen and (max-width: 767px){
#header-menu {
display: block !important;
}}
Thanks.. That’s worked
If I add site logo with image, primary menu’s vertical alignment will be at bottom. How can I change primary menu to be in middle?
Can you pls post the query to the forum -
http://support.portfoliotheme.org/forums/forum/invent-theme-support/The forum has lot more features for better tracking and also helps collect login information via private topics/messages to help stay productive. Thanks.
We are starting an online school in Norway. The plan is to have it up and running from fall 2016. Could we start with a basic license and convert to an extended when we start selling courses?
Thanks for your interest. You do not need extended license at all. You just need the regular license to launch the site. Pls contact Envato support in case you have more queries.
Hi, please help me with History Timeline,
I cannot find the shortcode to add it.
Many thanks,
Pls check this thread – http://support.portfoliotheme.org/forums/topic/timeline/
Does your theme supports RTL?
Thanks
Thanks for your interest. The theme does not have RTL support built-in. You will need to customize the theme to support the same.
Hi!
We are thinking about using your theme but were wondering if there is a possibility of having a more traditional image shift for the slider on the front page?
thank you
Thanks for your interest. You can go any type of slider of your choice. There are many alternatives to revolution slider which are leifhtweight yet feature rich, if that is what you are looking for. The theme also comes with Nivo and Flex slider.
All right! Yes, thank you
Vilda