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,361 through 2,380 (of 5,356 total)
  • Author
    Search Results
  • #138681

    On your contact page can you make sure you choose the “sidebar” page template and not default.

    Ben

    #138656

    Hey Colin,
    For whatever reason your contact page is taking on a full width layout, even with a sidebar. You can use this css to fix:

    .contact div#main {
        width: 75%;
        float: left;
    }

    Just paste that into your custom css box in Theme Options > Advanced Settings.

    Hannah

    #138645

    – the wp sidebar displays under the page content – it should be on the right

    – this is the way the page should look with wp sidebar to the right

    Permalink structure is set to

    The problem only occurs when permalink is “contact” – if I change it to anything else it works as expected.

    In forum: Virtue Theme

    In reply to: Menu customising.

    #138391

    Hey Mark,

    since you’re using a plugin for that menu, you’ll have to read the documentation for it and go into the settings for the plugin and set it up.

    It looks like you’re using Max Mega Menu, so you should be able to find the settings for Mega Menu in the admin sidebar.

    There you’ll find all of the settings for configuring your menu theme.

    -Kevin

    #138323
    This reply has been marked as private.
    #138322

    Hey,
    In your post edit page under Post Options you should see an option to choose whether or not you would like a sidebar to show.
    Hope that helps!

    Hannah

    #138316

    Hi There,
    Is there any tutorial on making changes on the width of the post?
    I need to remove the side bar from the post.
    Please advise the private link to provide the site link.

    Regards
    G.

    #138300

    1.Right under subtitle color there is background color and background image. If you don’t see this post an image of your page settings.

    2. In your page settings enabled a sidebar. It’s right there in the page settings if you scroll down. Look for “sidebar options”

    Ben

    #138298

    Dear Hannah,

    1. there is only page subtitle color to choice, so how to add page subtitle image?

    2. how to display sidebar on other pages which home page didn’t set to sidebar

    famousagriculture.com

    thanks

    #138213

    Just to say though. I would suggest simply using pagebuilder to add your sidebar to a fullwidth template on the pages where you want the margin rather then doing it with css like this.

    Ben

    #138212
    .single-tribe_events #ktsidebar {
        margin-top: 0;
    }

    Ben

    In forum: Ascend Theme

    In reply to: Featured Products

    #138210

    Use this css:

    .sidebar a:not(.button), .product .woocommerce-tabs .wc-tabs>li>a {
        color: white;
    }
    #138202

    Thanks Hannah – all fixed on the Events Main Page, however, would there be a different piece of code to raise the height of the sidebar on the individual event posts?

    In forum: Ascend Theme

    In reply to: Featured Products

    #138183

    Hello 🙂 extra footer ok, thank you for help.
    I have one more question. Can you tell me, how to change grey font in sidebar and closed tabs in product page?

    http://goldsun.michalpala.atthouse.pl/?product=ergoline-prestige-990-dynamic-power&preview_id=337&preview_nonce=1484a8f149&_thumbnail_id=338&preview=true

    And I disibble reviews in woocommerce but this tab is still in product page, so maybe is that option in Ascend? Desibble reviews tab

    #138180

    Hi Gayle,
    1. This css should set your background color:

    .events-list .titleclass {
        background-color: #333;
    }

    And this your font color:

    .events-list .titleclass H1 {
        color: #fff;
    }

    2.

    .events-list #ktsidebar {
        margin-top: 120px;
    }

    Hope that helps!

    Hannah

    #138172

    Hi,
    I’m using the Events Calendar (Tribal) with the Ascend them – all is good except for:

    1.) Main Event Page Title area: The main “Events” page title background colour and font colour. I’ve tried every combination of the Event settings and currently using “Tribal Event Styles” with the “Event page template”. If I use any other template or style setting, then the page title changes from “Events” to a “single event title”. Can you suggest how I could change the page title font colour and background colour?

    2.) Sidebar issue: I had previously added the following CSS – #ktsidebar {margin-top: 300px;} to adjust the height of the sidebar for my regular post pages. However, the sidebar on the event posts is now too low. Could you please suggest a fix for this?

    Here is the link to the Events page:

    Thank you,
    Gayle

    #138054

    Hey,
    1. This can’t really be done with css. I have been looking at this though. I think it would be better to have a link around the text so I’ll look to add this to the next update.

    2. You would have to use a child theme. Then add this function in your child theme functions.php file:

    function kad_sidebar_on_portfolio_post($sidebar) {
      if (is_singular('portfolio')) {
        return true;
      }
      return $sidebar;
    }
    add_filter('kadence_display_sidebar', 'kad_sidebar_on_portfolio_post');

    Ben

    #138039

    Ben,

    How would I make it so the whole portfolio image is an link, not just the title text?

    And is there a way to assign a sidebar to the portfolio detail pages

    Thanks

    Jeremy

    #138020

    Everything was checked. I unchecked everything except “page content” without effect at first. I then toggled the on/off for “Display a sidebar on the Home Page” then saved changes. Content has returned now, thankfully.

    Still looking for how to get the transparent header color back. I’ll look some more at the settings for that element.

    In forum: Virtue Theme

    In reply to: protected: title

    #138008

    Hey, You should use a member plugin to protect the pages if you don’t want the title like that. That is how wordpress sets it up using the wordpress options the theme doesn’t edit or control that. Also makes for better interface if the member just logins instead of adding password for each page.

    In terms of the profiles page you should add a sidebar. And if you also want to add staff posts just use the staff post shortcode instead of the page template
    [staff_posts]

    Ben

Viewing 20 results - 2,361 through 2,380 (of 5,356 total)