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'

Home / Forums / Search / Search Results for 'sidebar'

Viewing 20 results - 2,061 through 2,080 (of 5,356 total)
  • Author
    Search Results
  • #155347

    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

    #155344

    Hi Hannah,
    screen options on the “pages” and the “blogs” show no sidebar option…
    is there still another location of the “screen options” button?

    Regards,

    Petra

    #155307

    Hi Petra,
    In your edit page, open the Screen Options tab and ensure that Sidebar Options is selected. Is that what was missing?

    Hannah

    #155268

    Hi Ben, Hannah,

    I have two pages, on one page, I can choose to switch the sidebar, on the other this option is missing… Can you help?

    Thanks,

    Petra

    #155264

    On our page you can see a sidebar (it is the primary sidebar) but on the English translation 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 archive

    What else can I do?
    Thank you, Angelika

    In forum: Pinnacle Theme

    In reply to: Side Menu

    #155027

    the 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 Theme

    In reply to: Side Menu

    #155022

    Hey,
    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 Theme

    In reply to: Side Menu

    #155012
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: Side Menu

    #155000
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: Side Menu

    #154983
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: Side Menu

    #154979

    Thanks for the quick replies – how do i place the sidebar on the left, just like on those websites i mentioned?

    Thanks

    In forum: Pinnacle Theme

    In reply to: Side Menu

    #154963

    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 Theme

    In reply to: Side Menu

    #154962

    Hi Jennifer,
    You can add a sidebar to the page and add a custom menu widget into your sidebar. Would that work for you?

    Hannah

    #154933

    1. 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 Theme

    In reply to: New Filter?

    #154743

    Yes 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 Theme

    Topic: New Filter?

    #154731

    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!

    #154715

    Hey,
    In Theme Options > Blog Options > Blog Category/Archive Defaults set Display the sidebar on blog archives? to full width.

    Hannah

    #154711

    I 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:

    Sidebar
    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:

    Do you have any suggestions ?

    #154707

    Hi is there a way to remove a side bar from the blog page (not the individual posts pages but the main blog page).

    Many Thanks
    Kerry

    In forum: Ascend Theme
    #154611

    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

Viewing 20 results - 2,061 through 2,080 (of 5,356 total)