Hatu Denis-Alexandru
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Remove primary menu from header only on single pagesHi again,
I have double checked what I have sent. This works across all pages. Add a lil bit of modification to that.
Right-click anywhere on the page and select Inspect (or Inspect Element).
Look for the
<body>tag in the HTML. It will usually have classes likepage-id-XXX, whereXXXis the unique ID for that page. Make a note of thepage-id-XXXfor both pages.After you got both of them Go to your WordPress Dashboard > Appearance > Customize. Click on Additional CSS.
.page-id-XXX.div.nv-nav-wrap,
.page-id-YYY.div.nv-nav-wrap{
display: none !important;
}
Regards,
Denis
Forum: Themes and Templates
In reply to: [Neve] Remove primary menu from header only on single pagesHi,
Add this line in the pages you want.
div.nv-nav-wrap {
display: none !important;
}
Regards,
Denis
Forum: Themes and Templates
In reply to: [Neve] Comment form doesn’t show on home pageHi Cindy,
It is a similar post in this forum. Tell me if it fits you https://ww.wp.xz.cn/support/topic/display-full-posts-on-summary-page/.
Regards,
Denis
Forum: Themes and Templates
In reply to: [Neve] Comment form doesn’t show on home pageHi,
Glad you love our theme. In fact, it is natural to have this outcome. The first page is a blog page which lists the post. You have selected to have one post per page and here might be a confusion. The first page is happening to be the last post of yours.
Even if u have comments enabled you are not going to see them because the first page it is a blog page, not a post page. You can only see comments on a post page.
Regards,
Denis
Hi,
Unfortunately the FAQ is not updated. We have decided to eliminate the option to import just one page.
Regards,
Denis