Home Forums Pro Themes Educollege Pro Help regarding few changes in the menus and other features

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #149965
    Ronit Gaikwad
    Participant

    1] So I have created a Top menu in the EduCollege Pro theme. However, now the problem is that the menu starting from the left side of the page is going beyond the left side of the screen. That is because the menu always expands on the left so the submenus expand beyond the screen making them invisible or inaccessible. In fact, even the first few letters of the level 01 menu go beyond the screen. I have attached two screenshots kindly help me how should I make it expand to the right.

    https://drive.google.com/file/d/1juPtInKHnXhB0CYTLI2nCRRSKxgr48-F/view?usp=sharing
    https://drive.google.com/file/d/1_4bS6UoIOLh9FzfJAHFVQ_9N-jRQqcje/view?usp=sharing

    2] The testimony part and the team’s part on the front page. I want it to be a slideshow and slide automatically rather than only sliding after clicking manually on the buttons. The same should be the case with the main slideshow on the front page. Kindly help me understand what should be done to make each of these components a slide show.

    Kindly help me with these two queries as early as possible.

    #150080
    Psink
    Keymaster

    Hello Ronit

    Regarding Testimonial and Team section, currently, there are no options for auto slide. But no worries we will release the theme by tomorrow’s day time. Please update the theme and you will be able to turn on auto slides in the team and testimonial section

    Regarding the theme menu, Can you please share your site Url? We will check and provide you a CSS to fix drop-down sub-menu position issue

    Regards,

    #150110
    Ronit Gaikwad
    Participant

    Hello and thank you for the quick replies.
    So my website is currently hosted on AWS and the following is the URL to access the same – http://52.66.64.25/
    If you would kindly go and check the starting home tab on the screen you would see the menu goes beyond the left side of the screen. Also, it would be great if you could guide me on how to update the theme once the new version is released.
    Thanks a lot.

    #150186
    Psink
    Keymaster

    Please check your license is activate or not on the site. To check License go to appearance >> Theme License

    If the license is active already, you will see an update indicator as in screenrecord
    https://www.awesomescreenshot.com/video/3710979?key=9aef52e957947d20acb102d48435aab2

    And this css in additional css to fix menu align

    
    @media screen and (min-width: 1024px) {
    	.main-navigation ul li > ul,
    	.main-navigation ul li:hover > ul,
    	.main-navigation ul li.focus > ul {
    	    left: 0;
    	    right: auto;
    	}
    	.main-navigation ul ul li > ul,
    	.main-navigation ul ul li:hover > ul,
    	.main-navigation ul ul li.focus > ul {
    	    left: 100%;
    	    right: auto;
    	}
    	#masthead .main-navigation ul ul li a svg {
    	    -webkit-transform: rotate(-90deg);
    	    -moz-transform: rotate(-90deg);
    	    -ms-transform: rotate(-90deg);
    	    -o-transform: rotate(-90deg);
    	    transform: rotate(-90deg);
    	}
    }
    

    Regards,

    #150268
    Ronit Gaikwad
    Participant

    Hello.
    So I did get the update option. But when I try to update the same it gives a warning message that updating the theme will delete any customizations that I have made. If that is the case then I could lose the entire site. Kindly guide me on what this is and how should I update without losing anything. Thanks 🙂

    #150274
    Psink
    Keymaster

    Please you can update the theme form there will not lose the data. In case if you have added custom code in the theme then only those codes will be lost. Data will remain the same only the theme files will updates

    Regards,

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.