Veena

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 5,360 total)
  • Author
    Posts
  • in reply to: How create a timeline #31981
    Veena
    Moderator

    If 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.

    in reply to: How create a timeline #31975
    Veena
    Moderator

    Pls 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.

    in reply to: Updating Theme – Theme Installation Failed #31969
    Veena
    Moderator

    Premium 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.

    in reply to: Staff Page – Alphabetized List #31935
    Veena
    Moderator

    For 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.

    in reply to: Color (and Hover Color) from the #31923
    Veena
    Moderator

    Pls 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;
    }
    
    in reply to: Uploading demo content #31919
    Veena
    Moderator

    No it won’t affect the other datas. You can import the demo data with out any worries.

    in reply to: Staff profiles #31916
    Veena
    Moderator

    You need to go to pages > add new and then you need to select “Faculty and Staff” template.

    in reply to: The Our-Courses Page in Inent demo #31915
    Veena
    Moderator

    These 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.

    in reply to: Disable breadcrumbs on Woocommerce pages #31843
    Veena
    Moderator

    Pls have the below custom CSS in themeoptions > custom CSS-

    .woocommerce-breadcrumb {
    display: none;
    }

    in reply to: Staff Page #31838
    Veena
    Moderator

    Can you pls share a temp login as a private reply?
    The one you shared before is not working it seems.

    in reply to: Staff Page #31831
    Veena
    Moderator

    Pls set post per page value to a bigger number in file loop-staff.php at line no:47.

    'posts_per_page' => 8,
    
    in reply to: Demo Site JS Errors #31828
    Veena
    Moderator

    Looks 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?

    in reply to: Demo Site JS Errors #31821
    Veena
    Moderator

    Can you pls provide admin rights ?

    in reply to: Add Widget to LearnDash Course Pages #31819
    Veena
    Moderator
    This reply has been marked as private.
    in reply to: WooCommerce Cart Icon in Header #31817
    Veena
    Moderator

    Pls have the below custom CSS –

    .woocommerce-site .cart-contents {
        display: none;
    }
    
Viewing 15 posts - 1 through 15 (of 5,360 total)