Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

If you Like the Asteria Lite Theme and want to Keep it free forever Please Rate it on Wordpress.org (It only takes a few seconds)
Viewing 8 posts - 1 through 8 (of 8 total)

Drop-Down Menus and Front Page

Home Forums Free Theme Support Asteria Lite Drop-Down Menus and Front Page

  • #99875

    Matt S.

    Hello,

    I’m really enjoying using Asteria Lite. However, I have a few issues with my website (http://mattsurdej.com/) that I’m hoping to resolve.

    The first is that the text for my first image on the front page only displays when the slider has been moved, and doesn’t automatically load when the page loads. While it does load sometimes, the text will be transparent, and not opaque.

    The second issue comes from my drop down menus. Whenever I mouse over them, the black box around the pages turns to purple. This makes it hard to navigate when the color purple is in the background(for a good example, click on one of the pages, then try to select something from the drop down menu). IS there a way to make the color of these two things different?

    Thank you for creating this wonderful theme.

    #100338

    Towfiq I.

    administrator

    1. this will be fixed in the next version.

    2. Add this to your Custom CSS:

    body #topmenu ul li a{color:#fff!important;}

    #100570

    Matt S.

    Well, that changes the text color on the drop down menu, but the inside color, which changes from black to purple, is still the same(see attached image). Is there a way to change that?

    IMAGE

    #100813

    Towfiq I.

    administrator

    add this:

    body .header4 #topmenu ul li ul li a:hover{background:#3CB2C2!important;}

    #101882

    Wordpressfun

    “The first is that the text for my first image on the front page only displays when the slider has been moved, and doesn’t automatically load when the page loads. While it does load sometimes, the text will be transparent, and not opaque.” – i got the same problem :/ How to fix this i cannot wait for next version 😀

    #102216

    Towfiq I.

    administrator

    Open up javascript.php and replace this:

        jQuery(window).load(function() {
    		// nivoslider init

    with this:

        jQuery(window).ready(function() {
    		// nivoslider init
    #102918

    Wordpressfun

    Its not working good, animation sometimes doesnt start, looking out of sync.

    #103292

    Towfiq I.

    administrator

    whats your site address?

You must be logged in to reply to this topic.