Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #575021

    When I’m on a blog page/post there’s a sliding option left and right. But the order got messed up after I changed my blog entries to an alphabetic order. Is there a way to fix this?
    See here for the new order: http://africonwest.com/ueber-afrika/

    Thanks for any help!

    • This topic was modified 8 years, 2 months ago by dagraumann.
    #575145

    Hi dagraumann!

    I’m guessing there is supposed to be a slider on that page but I checked your link and do not see one. Did you remove it? Can you take a screenshot and highlight what is going on so we can get a better idea?

    Best regards,
    Elliott

    #575162

    I placed a image of the problem here http://africonwest.com/slider-problem/

    The problem appears on my blog post pages though: http://africonwest.com/aethiopien/ and the following “Länder” posts.

    Cheers,
    Daniel

    #576051

    Hi!

    This is not a theme limitation but just how wordpress works. But you can use a plugin like https://wordpress.org/plugins/post-types-order/ to change the post order.

    Best regards,
    Vinay

    #576284

    Awesome! Thank you so much!!

    One more thing please. I used CSS code you guys posted to change the style and color of my main menu links and sublevel links, which works great. When I’m on a sublevel page or blog post though, the highlight of the link is black instead of theme color. I posted pictures here:

    http://africonwest.com/color-of-links-main-menu/

    the CSS I used for adjusting menu color:

    .av-main-nav > li.current_page_item > a > .avia-menu-text {
    background-color: #719430;
    color: white;
    border-radius: 5px;
    }
    .av-main-nav > li > a > .avia-menu-text {
    padding: 5px;
    }
    .av-main-nav > li:hover > a > .avia-menu-text {
    border: 1px solid #719430;
    border-radius: 5px;
    }

    #577036

    Hi!

    please add the below code in Enfold > General Settings > Quick CSS

    
    .active-parent-item .avia-menu-text{
    	    border: 1px solid #719430;
        border-radius: 5px;
            background-color: #719430;
        color: white;
    }
    

    Regards,
    Vinay

    #577053

    Hi there!

    That’s in the right direction but does more than I wanted. I just need the ‘Africa’ button on the main menu to highlight when I’m on a subpage refering to that link. Now I have the whole submenu with green background. See new sreenshot:
    http://africonwest.com/color-of-links-main-menu/

    Cheers!
    Daniel

    #578317

    Hey!

    Please use this instead:

    .active-parent-item .current-menu-item .avia-menu-text {
        color: red;
    }

    Or this:

    #top #wrap_all .av-main-nav .active-parent-item .current-menu-item a {
        background: green;
    }
    
    #top #wrap_all .av-main-nav .active-parent-item .current-menu-item .avia-menu-text {
        color: white;
    }

    Cheers!
    Ismael

    #578332

    Thank you guys!

    #579337

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

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