Sujan Shrestha
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Scholarship] Sub menu fly-out direction left/rightHello @areid85
Yes you can remove the :last-child from the above code to make work for all sub menus. Here is the modified version of the code:
#site-navigation ul#primary-menu > li ul ul {
right: auto;
left: -100% !important;
visibility: hidden;
}
#site-navigation ul#primary-menu > li ul li:hover ul {
visibility: visible;
}Thanks
Forum: Themes and Templates
In reply to: [Scholarship] Sub menu fly-out direction left/rightHello @areid85
You can use the following code in additional CSS box in customizer for fix:
#site-navigation ul#primary-menu > li:last-child ul ul {
right: auto;
left: -100% !important;
visibility: hidden;
}
#site-navigation ul#primary-menu > li:last-child ul li:hover ul {
visibility: visible;
}Thanks
Forum: Themes and Templates
In reply to: [Scholarship] Sub menu fly-out direction left/rightHello @areid85
Currently in desktop view submenu effect is from bottom to top subtle fadein effect and in mobile view menu will be slide down when click on toggle button. May be we have missed something so can you please share reference or screenshot/ clip so that it will make some easier for us to provide you feedback.
Thanks ??
Forum: Themes and Templates
In reply to: [News Portal] linksHello @infograma
Can you please tell us where you want the link colored and underlined so that we can provide you custom CSS accordingly? Currently link are colored in single posts and pages but if you are talking about the inbuilt news portal widget title link then it was default color black and after hover color will change to primary color.
Thanks ??
Forum: Themes and Templates
In reply to: [Color Blog Dark] Header banner ad is not visibleHello @vaibhavsri
Please disable the JavaScript minification on your website and see if it resolves your issue. It appears that you are experiencing problems due to JavaScript minification through plugins. If this does not solve the problem, please contact us through our dedicated support page on our website. Our developers will assist you further with this issue.
Thanks
Hello @kenlangston
It seems like you are using the pro theme, so we recommend you use our website support form to reach our developer for pro-related queries because it is a free support forum and we answer free theme queries here.
About disabling the drop cap, you can go to appearance >> customize >> design settings >> post settings to disable the drop caps of the single post content.
Also for increase the specific post content font size you can use the following bold code in additional CSS box in customizer:
.single .entry-content p {
font-size: 17px;
}Thanks ?? !!
Forum: Reviews
In reply to: [News Portal] Sed downHello @heerapatil
Can you please contact us via the dedicated support page on our website so our developer can help you fix the issue? Also, send us the site URL and screenshot so that the developer can check it and provide you feedback accordinglyThanks
Forum: Themes and Templates
In reply to: [News Portal] Theme ErrorsHello @ugopiazza20
Can you please update the theme to 1.5.1 and confirm whether issue was resolved or not from your side ?
Thanks
Forum: Themes and Templates
In reply to: [News Portal] Theme ErrorsHello @cds74 @ugopiazza20
There is a theme Issue on the 8.2.0 PHP version so the patch for 8.2.0 was already released. New version 1.5.1 is available please update the theme which will fix your issue !!
Thanks
Hi Heateor
Any updates on this issue ?
Thanks !
Hi
I have disable Include Javascript in website footer option in Miscellaneous section but that doesn’t solve the issue.Also I couldn’t see the like button on firefox browser.
Thanks !