Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'sidebar'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: sidebar left – option not shown in main settings
Sorry, I was confused with another theme. When you switch the sidebar to a certain side from Theme Options > Main Settings it will be on that side throughout the site. Are you wanting it on the other side for only certain pages? Or by pages, are you referring to sites?
Hannah
In forum: Virtue ThemeIn reply to: sidebar left – option not shown in main settings
In forum: Virtue ThemeIn reply to: sidebar left – option not shown in main settings
In forum: Virtue ThemeIn forum: Pinnacle ThemeTopic: No Sidebar in translation
On our page *Login to see link you can see a sidebar (it is the primary sidebar) but on the English translation *Login to see link it doesn’t show up.
I saw the recommendations for creating another sidebar for the translation, but it doesn’t help.
Within the widgets I have the 2 sidebars. All elements within the sidebars should be displayed in English (Sidebar English) or in German (Primary Sidebar)
I have those settings:
Settings Home Layout: Display a sidebar on the Home Page is chosen and the sidebar is the primary Sidebar.
Settings for Pages: for the German (original) the sidebar „primary sidebar“ is set on „visible“
and for the English translation I set up another sidebar, also set on „visible“ and it’s the „sidebar English“
Also in the Shop-Settings, the primary sidebar is set for the Shoppage and the shop archiveWhat else can I do?
Thank you, AngelikaIn forum: Pinnacle ThemeIn reply to: Side Menu
August 16, 2017 at 3:15 pm #155027the first way looks better
Are you referring to the background? You can set the background of your column to match that of your content class “#f9f9f9”
So you are saying i have no way to move one side bar in a different location?
You can move it left but that isn’t the issue. The issue is the css hack to force it below the fullwidth container above which isn’t responsive and won’t work. Also a full width row in a page with a sidebar won’t’ work…
Trust me I can help you get it looking however you want without your site breaking on mobile and other screen sizes.
Set the background for the row, then for the column with text.
Then add this css:
.widget_nav_menu.so-panel .menu { list-style: none; margin: 0 0 10px 0; padding: 0; }Ben
In forum: Pinnacle ThemeIn reply to: Side Menu
August 16, 2017 at 2:28 pm #155022Hey,
You should not build a page this way. If you want a custom page simply use pagebuilder add a column in your second row and place the menu there.Don’t add full width content on a page you are creating with a sidebar.
Just remove the sidebar. IN your second row add a column and place your menu widget there.
Ben
In forum: Pinnacle ThemeIn reply to: Side Menu
In forum: Pinnacle ThemeIn reply to: Side Menu
In forum: Pinnacle ThemeIn reply to: Side Menu
In forum: Pinnacle ThemeIn reply to: Side Menu
In forum: Pinnacle ThemeIn reply to: Side Menu
Hello Jennifer,
You can easily add a menu to your sidebar by first going to Appearance> Menus, and creating the menu.
Then, you can create a new sidebar by going to Theme Options> Misc Settings.
Once the sidebar is created, go to Appearance> Widgets, and add a “custom menu” widget to the sidebar.
Configure the widget, then assign the new sidebar with the menu to whichever pages you’d like it to appear on.
Let me know if this works for you!
-Kevin
In forum: Pinnacle ThemeIn reply to: Side Menu
In forum: Virtue Theme1. You can use a plugin like this: https://wordpress.org/plugins/instagram-feed/ Just make sure you add the instagram shortcode into a full width page builder row.
2. I would advise using page builder. You can create separate rows for each of your carousels/images and add a background color to each row. See here: https://www.kadencewp.com/using-page-builder/
3. You can add a background to your sidebar widgets with css like this:
aside#ktsidebar .widget { background: #eee; padding: 10px; }Just paste that into your custom css box in Theme Options > Advanced Settings.
4. You can use a visual editor widget and add an image through the add media tab. The visual editor allows you to link any of your text.
5. Have you tried the virtue image menu item widget? That may work for you.
Hope that’s helpful!
Hannah
In forum: Virtue ThemeIn reply to: New Filter?
August 15, 2017 at 9:50 am #154743Yes there is a better way, use this:
function kad_sidebar_on_custom_template($sidebar) { if (is_page_template('page-directory-grid.php')) { return false; } return $sidebar; } add_filter('kadence_display_sidebar', 'kad_sidebar_on_custom_template');Ben
In forum: Virtue ThemeTopic: New Filter?
Hello Team Kadence!
I created my own custom post-type that works with the theme (basically a copy of staff directory with a few new options and a different display). It works except for a minor sidebar issue. One the grid front-end page, there is space for a sidebar (but we don’t want one). I copied the page-staff-grid.php and created page-directory-grid.php. I found that if I add page-directory-grid.php to the lib/config.php file, the space for the sidebar goes away (yay) but I would rather not copy the entire config file to my child theme (if possible).
I tried to copy the function kadence_display_sidebar() to my own config file (I renamed it) and added page-directory-grid.php to the function but that didn’t work. Is there a better way to do this? Thank you!
In forum: Virtue ThemeIn reply to: Remove Sidebar From Blog Page
In forum: Virtue ThemeAugust 15, 2017 at 7:32 am #154711I want to polish my blog design a bit as below:
Front page
1. Full-width instagram stream at footer.
2. Each area looks like a stick note with a bit gray background.
Example: *Login to see linkSidebar
3. The stick note design for sidebar and body
4. “About me” picture with link to a page.
5. Pictures with link like “more resource” area in example site below
Example: *Login to see linkDo you have any suggestions ?
In forum: Virtue ThemeIn forum: Ascend ThemeIn reply to: sidbar area first on mobile
Hi Michal,
There isn’t a built in option for this. One workaround would be to add a widget area to the top of your page using page builder, then just use css to hide it on desktop and display it on mobile. Then visa versa for your sidebar. Let me know if that’s something that would work for you.Hannah
-
AuthorSearch Results


