Hello Nathalie,
The best way to accomplish this is to use a Sidebar template, and pull the staff posts to the page using a shortcode.
A list of all available shortcodes can be found here:
http://docs.kadencethemes.com/virtue-premium/shortcodes/
The one you’ll want to use will look something like this:
[staff_posts orderby=date items=4]
You can customize the shortcode to meet your needs, but this should give you an idea of how it works.
Let me know if you have anymore questions regarding this process!
-Kevin
Hiya
Is there a way to have the sidebar on the staff page ?
*Login to see link
I tried to use a ‘normal’ page with a shortcode but it doesn’t seem to pick up the HTML this way (See here)
Thanks for your help
Nathalie
If I go under Plugins, it shows that the Slider Revolution plugin is activated (with a note below saying ” Activate Slider Revolution for Premium Benefits (e.g. Live Updates).”
If I click on the Slider Revolution link in the WP sidebar navigation, in the Plugin Activation box it has an red indicator saying “Not Activated”. Does that need to show as activated in order to work properly, or is that just how it looks since the plugin was included with the Kadence Premium theme?
Thanks.
If I can See Slider Revolution in the sidebar navigation, but it shows as unactivated there, how do I get it to activate correctly. In Theme Plugins it does show activated, but not in the Slider Revolution section.
Are you talking about within a sidebar or somewhere else? Please me as specific as you can with support questions.
Ben
You mean like in a sidebar? Can you post a link so I can see how you have your page set up?
Hannah
Hey,
There isn’t an option for this. You can use a sidebar and set a background for your sidebar with css. Would that work for you? Otherwise there’s the sitewide banner option in Theme Options > Main Settings.
Hannah
Hey,
You can remove the sidebar with this css:
.search-results aside#ktsidebar {
display: none;
}
.search-results .row .main {
float: none;
}
Just paste it into your custom css box in Theme Options > Advanced Settings.
You can customize sample page, contact, etc from your Pages (in the admin panel).
Hope that helps!
Hannah
hello, I would like to create a page without sidebar how can I do?
I would like my page is a picture before the page title
pouvont how we move the page title in a text block and name at the beginning of the thank you page
Hello.
I want delete left sidebar in *Login to see link but i don’t know where do it, and also I nedd delete boxes in content with Sample page, Product categories, Contacto…. where i can customize? i don’t know the name of search page
Thanks
Hey Christina,
So I would suggest manually adding a gallery rather than using the image grid option. So set Project Options to None. Then in the content area click Add Media then Create Gallery. Once created you should see your gallery setting on the right sidebar. Then you can choose to show captions, turn on masonry, etc.
Hope that works for you!
Hannah
Hello,
I have installed the plugin Collapse Category.
When I put the widget to primary sidebar, it´s not showing me any category, only the title of the widget.
I attach a link:
*Login to see link
Thak you
Best regards
Hey Enrico,
So you’re just wanting to remove the sidebar from that page, correct? You can use this css:
.post-type-archive-kbe_knowledgebase .sidebar {
display: none;
}
Hope it helps!
Hannah
Good morning , I would like to incorporate into my site a section of faq / knowledgebase .. you have any plugins that do me? because I put in this WP Knowledgebase but I have a compatibility problem . At this link you can see what happens
*Login to see link
Practically the page elena33 does not eliminate my sidebar even if I put as a template fullwidth . Can you help me? Thank you
The Theme Options panel is broken. The links don’t work in the left sidebar and I can’t update my site. I just uploaded Pinnacle Premium. I don’t know CSS or know how to look at logs:( I saw in a previous thread it might be a permissions issue or a missing file, but I have no clue how to tell if either is the case for me.
This reply has been marked as private.
Hey Doris,
You can use this css:
.single-jobpost .sidebar {
display: none;
}
Hope it helps!
Hannah
You can’t have a sidebar above the content on mobile. That isn’t how a sidebar works on any site.
I also wouldn’t suggest it for your site, viewer want to get to content. Use your main menus to allow them to choose a category… but thats your decision.
If you wanting to add content above your products on mobile you need to do it separately. Leave the sidebar alone let it fall down. You just need to add another menu in your category description. Then hide that menu for desktop.
Here is a way you can do that use a plugin like this: https://wordpress.org/plugins/widgets-on-pages/
Then add your widget to it and add that shortcode for that widget area into the category description.
then simply use css to hide that area while on desktop.
Ben
I would like to remove the sidebar on these job listings:
*Login to see link
I got it working by adding the following css:
.events-archive .sidebar {
display: none;
}
.events-archive div#ktmain {
width: 100%;
}
.events-single .sidebar {
display: none;
}
.events-single div#ktmain {
width: 100%;
}