-
AuthorPosts
-
August 28, 2013 at 2:25 pm #28592
hi guys
i am having some trouble with the enfold theme:
1. on my portfolio, the single entries seam to be different sizes, even if they are not. there is a gap between the items on top and those in the second row. http://new.raffaello.name/portfolio/projects/
2. how can i get rid of the word “projects” on top in the side menu? http://new.raffaello.name/portfolio/projects/
the same happens here: how can i get rid of the word “projects” on top in the side menu?
3. i want to get rid of the page name and one of the lines on top. how can i do that?
4. how can i get rid of the navigation on the header?
thank you in advance! ;-)
August 29, 2013 at 5:56 pm #138047Hi Cdfb,
1) This css in your Quick CSS is causing the issue:
.grid-entry.flex_column.isotope-item.all_sort.no_margin.post-entry.av_one_third {
min-height: 243px !important;
height: 243px !important;
}Its forcing the height to exactly 243px on those elements which is not tall enough for the 3rd image.
2) Go to the theme options Sidebar options and choose not to display Page Sidebar navigation.
3 and 4) On any page you can turn off the header from the Layout meta box on the right hand side of the page.
Regards,
Devin
September 10, 2013 at 3:36 pm #138048Hi Devin
Thank you for the answer.
Still having two issues:
1. I want to get rid of the Main Navigation on the header.
If I turn off the header from the layout meta box I also loose the logo which I want to keep.
2. On these two pages I do have the name of the Page on the side navigation:
http://new.raffaello.name/portfolio/projects/ – PROJECTS
http://new.raffaello.name/pages/contact/ – CONTACT
How do I get rid of these?
Thank you
September 10, 2013 at 3:49 pm #138049Hi,
Please add following code to Quick CSS in Enfold theme options to remove main navigation and side navigation
#header_main_alternate { display: none; }
#top .widget_nav_menu .nested_nav { display: none; }
Regards,
Yigit
September 13, 2013 at 9:02 am #138050Hi Yigit
Thank you for the answer. I pasted the code you send me but now I still have some issues:
1. On the following two pages the side menu is not in the same height than it is on the other pages. It is somehow below.
http://new.raffaello.name/portfolio/projects/
http://new.raffaello.name/pages/contact/
2. I do not have a responsive navigation anymore.
How do I proceed?
Best
Carolina
September 13, 2013 at 1:38 pm #138051Hi Carolina,
Can you create a temporary admin login and send it to me on ? I did not think about mobile navigation. I can fix it quickly
Regards,
Yigit- This reply was modified 8 years, 6 months ago by Yigit.
September 13, 2013 at 2:32 pm #138052Hi Ygit
Just send you a mail! :-)
September 13, 2013 at 3:19 pm #138053Yeay! It worked! Shall the web-god bless you cracks for the great support!
Thaaaanks a looot Ygit!
September 13, 2013 at 3:30 pm #138054 -
AuthorPosts
- The topic ‘sidebars and navigation on header’ is closed to new replies.