-
AuthorPosts
-
January 30, 2016 at 4:01 pm #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, 10 months ago by dagraumann.
January 31, 2016 at 3:59 am #575145Hi 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,
ElliottJanuary 31, 2016 at 6:27 am #575162I 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,
DanielFebruary 1, 2016 at 10:25 pm #576051Hi!
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,
VinayFebruary 2, 2016 at 8:12 am #576284Awesome! 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;
}February 3, 2016 at 11:04 am #577036Hi!
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,
VinayFebruary 3, 2016 at 11:37 am #577053Hi 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!
DanielFebruary 5, 2016 at 7:32 am #578317Hey!
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!
IsmaelFebruary 5, 2016 at 7:48 am #578332Thank you guys!
February 8, 2016 at 5:26 am #579337 -
AuthorPosts
- You must be logged in to reply to this topic.