Home › Forums › Pro Themes › Educollege Pro › Help regarding few changes in the menus and other features
Tagged: menu identation, Slideshow, theme updation
- This topic has 5 replies, 2 voices, and was last updated 3 years, 5 months ago by Psink.
-
AuthorPosts
-
May 10, 2021 at 5:31 pm #149965Ronit GaikwadParticipant
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=sharing2] 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.
May 11, 2021 at 7:21 am #150080PsinkKeymasterHello 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,
May 11, 2021 at 4:19 pm #150110Ronit GaikwadParticipantHello 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.May 12, 2021 at 2:07 am #150186PsinkKeymasterPlease 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=9aef52e957947d20acb102d48435aab2And 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,
May 12, 2021 at 1:40 pm #150268Ronit GaikwadParticipantHello.
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 🙂May 13, 2021 at 1:13 am #150274PsinkKeymasterPlease 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,
-
AuthorPosts
- You must be logged in to reply to this topic.