Forum Replies Created
-
AuthorPosts
-
Veena
ModeratorIf you provide a temp login, we will help you in importing our demo page , after that you will be able to customize the timeline in ease.
Veena
ModeratorPls share a temp login to your site here as a private msg.
You may consider providing temp access using this handy plugin – https://wordpress.org/plugins/temporary-login-without-password/.
We will help you out.Veena
ModeratorPremium themes requires time limit of 60 sec otherwise it will lead to time out error while installing.
Can you pls change the PHP “Time Limit” to 60 .
Right now its value is set to 30 sec which is the default value.Pls talk to your hosting provider to set the same .
You need to unzip the main downloaded folder and install the invent.zip folder.
Pls let me know after changing the php time limit. Will help installing the theme.
Veena
ModeratorFor this you need to modify the code a little bit –
In file loop-staff.php you need to change line no:49 from‘orderby’ => ‘menu_order’,
to
'orderby' => 'title',To prevent the code modifications from future updates pls use child theme.
Veena
ModeratorPls have the below custom CSS in themeoptions > custom CSS –
#top-header-area { background: #812626; border-bottom: 1px solid #403F4D; } #top-header-area ul.contact-info > li, #top-header-area ul.contact-info > li > a, #top-header-area #header-menu > ul.menu > li > a { color: #e3e6ef; } #top-header-area ul.contact-info li i { color: #688bab; } #top-header-area ul.contact-info > li:hover, #top-header-area ul.contact-info > li > a:hover, #top-header-area #header-menu > ul.menu > li > a:hover { color: #ef7a35; }Veena
ModeratorNo it won’t affect the other datas. You can import the demo data with out any worries.
Veena
ModeratorYou need to go to pages > add new and then you need to select “Faculty and Staff” template.
Veena
ModeratorThese courses are our theme demo courses. If you have imported demo data then it should be there under “courses” custom post type.
You need to choose “courses” template in the page edit window. Pls see the attached screenshot.I recommend you to import demo data if you are not done so already.
Veena
ModeratorPls have the below custom CSS in themeoptions > custom CSS-
.woocommerce-breadcrumb {
display: none;
}Veena
ModeratorCan you pls share a temp login as a private reply?
The one you shared before is not working it seems.Veena
ModeratorPls set post per page value to a bigger number in file loop-staff.php at line no:47.
'posts_per_page' => 8,
Veena
ModeratorLooks like all the js files are minified. If minification is not done properly it can break complicated scripts thus affecting whole website.
How you minified the script files?Veena
ModeratorCan you pls provide admin rights ?
Veena
ModeratorThis reply has been marked as private.Veena
ModeratorPls have the below custom CSS –
.woocommerce-site .cart-contents { display: none; } -
AuthorPosts