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,001 through 2,020 (of 5,356 total)
  • Author
    Search Results
  • #162004

    Hi Hannah, I am not sure where is this feature in the edit page. Can you please provide step by step how to enable sidebar on page level?

    for the record nothing has ben disabled so not sure why the sidebar would not show unless something happened during plugging-theme updates

    Regarding the theme settings, I am referring to to the settings that you cb access from:
    Theme Options > Main Settings > Sidebar Side of page > Right Side is selected
    Theme Options > Shop Settings > Display the sidebar on Shop Page? > selected
    Theme Options > Shop Settings > Display the sidebar on Product Category Pages? > selected Primary Sidebar
    Theme Options > Shop Settings > Choose a Sidebar for your shop page > selected
    Theme Options > Shop Settings > Choose a Sidebar for your Product Category Pages > selected Primary Sidebar

    Soo all sidebar related options are selected, Primary Sidebar is created via widgets as it was done originally. Created different sidebar, tested but nothing shows on the right side

    Please advise

    #161951

    Hello Support Team!

    Is this possible to list Product Categories of the Shop Sidebar in a specific order, instead of abc order?

    Thank you,
    Anita

    #161950

    HI-

    I would like to add a ‘subscribe to my blog’ widget/feature to my sidebar or footer. I am a Pinnacle Premium subscriber. IS there such a feature in Pinnacle, and if not, how would your recommend doing this? Thanks — Maggie

    p.s. I thought I posted this yesterday, but I don’t see it and I have not received a response, so sorry if it is a duplicate.

    #161883

    Ideally, you do this through a child theme by editing when the header is added then there wouldn’t be any side effects with other post types.

    But you can single out specific post types like products and remove the topmargin in css as well:

    .single-product #ktsidebar {
        margin-top: -50px;
    }

    Ben

    #161878

    Which theme settings are you referencing? Do you have the sidebar enabled in your edit pages?

    Hannah

    #161868

    https://veito.co.uk

    yes, the sidebar is selected form the theme settings and it should appear on the right side, except the home page. it worked in the past but recently I noticed it not showing. I can’t say how long but I created another side bar but not results.

    Any idea?

    #161847

    Oh I see, try using this css:

    @media (min-width: 992px) {
    .page-header {
        width: 80%;
        float: right;
    }
    #ktsidebar {
        background: #f2f2f2;
        margin-top: -50px;
    }
    }

    Just paste that into your custom css box in Theme Options > Advanced Settings.
    Hope it helps!

    Hannah

    #161772

    Hi!

    I would like to move the page header on all my pages ( so that the left sidebar goes all the way upp to the top of page (blue line). In other words should the page header be to the right of the sidebar. Is there an easy way to do this?

    The login for the page is “team” and password “pond”

    #161732

    Hi Venci,
    Can you post a link? Have you chosen a sidebar layout?

    Hannah

    #161705

    Hi, I noticed that for some time I do not see the primary sidebar is not diplsyed on my pages, I checked the theme settings and the primary sidebar is activated and it should be visible. Any clue?

    In forum: Ascend Theme

    In reply to: Blog side bar height

    #160983

    Hey,

    Try changing the CSS to this:

    .single-post #ktsidebar {
    margin-top: 460px;
    }

    This will make the CSS only have an effect on your posts, and not pages.

    -Kevin

    #160981

    I am using special code to place the side bar on my site as follow:
    #ktsidebar {
    margin-top: 460px;
    }

    and it is working prefectly. However it is not working nicely on the blog page. See here:

    DO you know how can I change the height where the side bar should start? but it should work only for posts and not for pages!

    Thanks

    #160654

    Many thanks

    #160536

    Yes, the sidebar for posts (Choose Sidebar) is not set to default when I add new posts.

    Regards,

    Nicolae

    #160532

    Your sidebar option within each post should automatically be set to default. Is that not the case for you?
    There isn’t an option to enable a sitewide sidebar for your pages. You would need to enable from each edit page.

    Hannah

    #160531

    Hi Hannah,

    Yes, both of them set to Primary Sidebar.

    BTW, how to set the pages to have also a sidebar, Primary Sidebar? The only way I found is to set it in each page from Template options, but it is not an useful option, because I have many pages.

    Best regards,

    Nicolae

    #160529

    Hi Nicolae,
    From Theme Options > Blog Options, there’s an option to choose a default sidebar for both your blog posts and your archive pages. Have you set both of these?

    Hannah

    #160526

    Hi Ben,

    Now I see that even if the sidebar in Theme Options, for Blog Options, Choose a default sidebar for your Blog Posts is set to Primary Sidebar, in post, for Post Options, Choose Sidebar has as sidebar another sidebar. If I set in post Choose Sidebar to Primary Sidebar everything is ok, but I’d like to be no need to set this option to the correct choice every time I publish a post.

    Regards,

    Nicolae

    #160512

    I found it has appeared, it is situated in the left-hand sidebar menu.

    I have created galleries, some of which number in the hundreds some over 1000 images.

    example:
    https://pedalpowerphotography.ca/paris-2-ancaster-2017/

    Would It b feasible to be able to switch them over to Portfolios?

    In regards to this theme, what is the difference between portfolios and galleries?

    #160454

    If you look in the post what is the sidebar name set to?

    Ben

Viewing 20 results - 2,001 through 2,020 (of 5,356 total)