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 - 4,221 through 4,240 (of 5,356 total)
  • Author
    Search Results
  • #46732

    1.

    @media (min-width: 992px){
        .kad-sidebar {display:none;}
        .main.col-lg-9.col-md-8 {width:100%;}
    }

    2. You are adding this:

    .container>header {
      margin: 0 auto;
      padding: 2em;
    }

    Change the padding to effect the bottom or top and bottom like this:

    .container>header {
      margin: 0 auto;
      padding: 0 2em;
    }

    3. `#containerfooter {
    border-top: 1px solid #000;
    }`

    Ben

    #46726

    Post a link with all support requests thanks!

    With the sidebar. on mobile the sidebar shows below the content. You are wanting it to show below the content and not show on pc? That is certainly possible.

    Ben

    #46717

    HI, is it possible to hide the sidebar from PC but show it on mobile ??

    Can I have a css to decrease the distance between the Topbar and the Main Content ??

    Also, I want to add a line to separate the body and the footer.

    In forum: Pinnacle Theme

    In reply to: Forum

    #46591

    The Theme doesn’t have features or extra support for bbpress you would have to use a child theme (you can download here: https://www.kadencewp.com/wp-content/uploads/2015/01/pinnacle_child.zip)

    And add a custom function in your functions.php file.

    add_filter('kadence_display_sidebar', 'bbpress_sidebar');
    function bbpress_sidebar($sidebar) {
      if (is_bbpress()) {
        return false;
      }
      return $sidebar;
    }

    Ben

    In forum: Pinnacle Theme

    Topic: Forum

    #46577

    is there any chance pinnacle theme make forum page theme or plugin? right now i using bbpress to make forum but my primary sidebar always popup each time i open topics, and im still new to coding so i can’t edit much.

    #46564

    Hi!
    My website is in Swedish. On the page the placeholder text under “Sök produkt” (in the sidebar) is still in English. Can’t find the palce wher I can change it.

    Henryk

    In forum: Virtue Theme

    In reply to: BuddyPress issues

    #46336

    1. The theme doesn’t have native support for buddypress. I bet you would need to add a custom function to control the sidebar on the page because buddypress is overriding the page template.

    Child theme function would look something like this:

    add_filter('kadence_sidebar_id', 'buddypress_members_sidebar_id');
    function buddypress_members_sidebar_id($sidebar) {
      if (bp_is_member()) {
        return 'new-sidebar';
      }
      return $sidebar;
    }

    Ben

    In forum: Virtue Theme

    In reply to: BuddyPress issues

    #46327

    Hi Hannah

    1 – I have created a sidebar through the Theme Options, I then selected it on the edit page

    2 – Yes that worked thank you : )
    But then I have seen I see the primary sidebar on the detail page http://high-n-dry.co.uk/staff/nathalie-jamois/ – Is there a way to fix this ? (I mean have another sidebar there. I don’t want a sidebar on the member’s page if possible http://high-n-dry.co.uk/members/

    Nathalie

    In forum: Virtue Theme

    In reply to: BuddyPress issues

    #46323

    Hi,
    1. Are you setting the sidebar from the edit page or theme options?

    2. Try re-saving your permalinks. Just go to Settings > Permalinks click Save Changes at the bottom. Let me know if the issue remains.

    Hannah

    In forum: Virtue Theme
    #46310

    Hi

    I have installed BuddyPress and came across two problems :

    1 –
    On the Members listing page, it is showing the primary sidebar even I set it up to be a custom one :
    It works fine on this page :

    2 – If I click on the member’s name, it takes me to the staff page so I get a 404 :

    Thank you

    Nathalie

    In forum: Virtue Theme

    In reply to: Icon Box

    #45978

    Hey,
    I just tested the exact code in my sidebar and it works fine. I would start by deactivating plugins as a test to see if one is conflicting. Let me know if the issue remains after that.

    Hannah

    In forum: Virtue Theme

    Topic: Icon Box

    #45957

    Hi,

    I have been using icon boxes in my sidebar but have noticed they have started to corrupt:-

    [iconbox icon=”icon-music2″ iconsize=”48px” link=” color=”#ffffff” background=”#dd3333″ hcolor=”#ffffff” hbackground=”#dd3333″]

    Music Events

    [/iconbox]
    [iconbox icon=”icon-trophy” iconsize=”48px” link=” color=”#ffffff” background=”#bababa” hcolor=”#ffffff” hbackground=”#1e73be”]

    Sports Events

    [/iconbox][iconbox icon=”icon-phone” iconsize=”48px” link=” color=”#ffffff” background=”#a3a3a3″ hcolor=”#ffffff” hbackground=”#5b9154″]

    Contact US

    [/iconbox]

    Can you see from the above code what the issue could be?

    Thanks

    #45854

    Hey, If you want to remove a sidebar on a page you have to use the “fullwidth” page template. see here: http://docs.kadencethemes.com/virtue/#fullwidthpage

    Ben

    #45853

    Oh. I also forgot to mention that when I remove the widgets to make it go away from the page. My image gallery still posts as if the sidebar is there.

    #45847

    Hi Hannah, Thank You. The sidebar is working, but it is on all my pages. I don’t want it on all of my pages, I just want it on one page, the blog page. So it’s showing on the blog page plus every other page. How do I stop this from happening? I’m trying to create a gallery page, and it’s not showing the full width because of this issue with the sidebar, and it’s showing all the sidebar widgets, that are meant just for my blog page only.

    #45846

    also if you have created a page that you are using the blog page template you can add or remove a sidebar in your page settings.

    And the content of sidebars are set in your appearance > widgets page.

    Ben

    #45832

    I wanted to know how to add the sidebar just to my blog page, not any other pages. Could you help me figure this out. Thanks

    #45678

    1,If I directly edit the Account -sidebar.php or other php, will it restore default after any updates?

    2,So, if (1) yes, I have create a child theme, is it possible to copy the original php to child theme and then edit under child theme?
    In fact, I have tried to do the above step but fail…
    What can I do ? I only know html….

    My target is to change the theme by editing the html, because I want to change some words but not translate.
    For example : I want to change the account page, the account sidebar title from My account to Account, Logout to leave….etc

    mysite: dakxcc.com

    #45639

    Thanks Hannah.

    If you were to look at my home page now, you’ll notice that there is a blog down the bottom under Recent posts. It is an old page and not sure how to get rid of it, it’s not in the list of pages I’ve created since I installed the premium theme. I’d like the post that is on that old page to show up under the Travel link on the home page (minus the sidebar and old header)

    Thanks
    Chris

    In forum: Virtue Theme

    In reply to: Footer Width

    #45625

    Hey so this typically means you have a div that is improperly closing on the page. Check your sidebar. Try removing it as a test.

    Ben

Viewing 20 results - 4,221 through 4,240 (of 5,356 total)