Forum Replies Created
-
AuthorPosts
-
August 18, 2014 at 7:13 am in reply to: Next and Previous Post Navigation is in reversed order #305585
Ah thank you Peter, That works!
Is there anyway to not include items that are not in the set category as part of the Quick Nav?Thanks,
– CJAugust 18, 2014 at 7:09 am in reply to: How to increase thickness of the Bar on Selected Menu #305584That works! thank you Ismael,
I also added the margin-bottom: -1px so it would align with the sub-menu border top correctly.
.avia-menu-fx {
height: 3px;
margin-bottom: -1px;
}I did set the Blog as parent page for all these sub category blog pages with masonry element but it still not highlight once I am in the Post page.
http://wpg4.nguyenle.me/2014/08/08/song-doi-toan-dien-ap-dung-chu-vien-dung/ – The Blog Menu no longer selected.August 18, 2014 at 4:46 am in reply to: Next and Previous Post Navigation is in reversed order #305542Thank you Ismael for the fix. I applied it and it sorta work with the following issues:
- On the first Post of a Category, the Previous and Next Nav pointing to the same Post (2nd Post in the Category). Should it be either disabled or Previous Nav pointing to the last Post of the Category?
- The Next Nav also doesn’t seem to stay in the same Category. Since I got to a Page that only show a particular Post in a set of Category, it should only navigate with Posts in that category instead of all posts.
Regards,
– CJ- This reply was modified 10 years, 3 months ago by bemofunny.
HI Ismael,
I am confused. Where do exactly I need to either insert or replace with the code you provided? I don’t see function fix_blog_page_title in functions.php file. Also in which order (before or after which function, etc.) that I need to insert this.
Thanks,
– CJHi Günter,
Thank you for responding to my requests. I tried your suggestion and it hide the title instead of the breadcrumb. But that gave me an idea so I changed the code to following and it works for me.
Thanks!!
.breadcrumb-trail .trail-end{
display: none !important;
} -
AuthorPosts