I’m probably bad at explaining this, but the thing is that when I make a new page that page get’s its own url. Like example “Permalink: http://www.example.com/example/?page_id=10”. So instead of making a new page i made a “Link” under the “Appearance > Menus” area. But that “linkpage” doesn’t show up under the static page column… You get what I’m saying?
Thanks for the help by the way 🙂
You can just create a page and design it and then choose it.
I know, but I don’t want my home page to be the “Contact” or “About me” page, you know? How would i make a page that is just my homepage url?
You can just choose the option of a static page, then choose the page you need to be your home page.
It is on “Your latests post”, so I guess I need to make a static page. But how do I make a static page that is my front page? All the options are pages from the menu pages like the “About” and “Contact”, if you understand?
Did you choose a home page in your WordPress reading settings?
Hmm, I have only Page Content and Page Title in the enabled menu…
Hi Jarle,
You can go to theme options > home layout and choose only page content.
I think this will solve the problem.
Thanks
Hi
Is there any way to remove the blog posts from the front page? I have my own “Blog” page which my posts show up in, but they also come up on the front page..
Thanks
Hi,
I have difficulties with localization Contact us form. Files ru-RU.po and ru-RU.mo are correct (screenshot 1), but on the page Contacts localization doesn’t work (screenshot 2).
Screenshot 1
Screenshot 2
What shall I do?
Dmitry
So the topbar is above the menu area, It’s supposed to be above the logo.
There isn’t a widget area that would force this widget into the header beside your menu, especially as your menu is the full width of the page and there is no space there to put a widget.
Maybe I’m confused. You want the logo and menu to move left for a widget area? That would make your menu and logo off center?
maybe you can send a screen shot with where you want to place the flags?
Ben
So I can’t see how this could be a theme issue else you wouldn’t be the only one with the problem. Your using a child theme what is in your child theme? Are you using a plugin that changed your login page?
Ben
You can target them all with a function…
add_filter('kadence_display_sidebar', 'kad_sidebar_on_special_page');
function kad_sidebar_on_special_page($sidebar) {
if (is_singular('staff_post')) {
return false;
}
return $sidebar;
}
But I think this is a good add. I’ll add in the metatbox option to the next version coming out tomorrow.
Ben
I’ve followed the tutorial for downloading the Theme 4, however when I’ve refreshed to my webpage, I have an error message:
Revolution Slider Error: Slider with alias example_full not found.
Can anyone help me with this? I’m an absolute beginner but trying my hardest
Can I reduce the padding on the subheads (Leadership, Personal Trust Services, etc.) on this staff page? The row padding is already set to 0.
*Login to see link
Hi Ben,
how can i hide the sidebar in the single-Staff pages, so this page displayed in “Full Width”?
Thank you and best regards, and sorry for my broken englisch
Sven
Ben,
Check out this page and let me know if you can provide some magic css or another fix to
1.) make the revolution slider display in the sidebar correctly.
2.) extend the background of the text layer to the edges of the slide
*Login to see link
Thanks
Mike
That is done with the site origin widget price box. Part of the widgets that come with page-builder.
Ben
Lars in the settings > pagebuilder options you can change the bottom margin on each row also.
Ben
Hello friends at Kadence, I’ve been trying all afternoon to write the CSS that would put a border-bottom up there in that header space. At present I’m leaving it under the doggone page-header, but I really wanted to get it up there in the header. http://www.windferntravel.com Home Page.
I’m still not so good at coding strong selectors. Here are some CSS variations I’ve tried:
header #kad-banner .banner .headerclass .container .row {
border-bottom: 6px solid rgba(230,172,32,0.5);
}
Didn’t work at all. Tried lotta combinations, and this thinking to divide and conquor:
#kad-banner.headerclass .container .col-md-4 .kad-header-left {
border-bottom: 6px solid rgba(230,172,32,0.5);
}
Didn’t work at all.
These work but they won’t meet in the middle:
#kad-banner #logo {
border-bottom: 4px solid #48556E;
}
/* for all pages, add rule under Menu */
#kad-banner #nav-main {
border-bottom: 4px solid #48556E;
}
This works too, but it’s not the full length:
header #logo a.brand, .logofont {
letter-spacing: -1px;
border-bottom: 6px solid rgba(230,172,32,0.5);
}
It’s gotta be that .row —?
Thanks for your help. PS I owe you an answer on that plugin Redux Framework. It did work, I will try to get back to that string and give proper answer. Thanks again!
LWW