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 - 801 through 820 (of 5,356 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme

    Topic: sidebar1

    #244290

    Hi,

    could you please explain me where “sidebar 1” widget area appears in Pinnacle?

    In forum: Virtue Theme

    In reply to: Portfolio Sidebars

    #244268

    Hey Ellen,
    There isn’t a built-in function for sidebars on portfolio posts. You would need to add a custom function into a child theme.

    Hannah

    In forum: Virtue Theme
    #244256

    Hello,

    I’m looking to find out how to enable sidebars for portfolios. I’ve exhausted all settings, and tried to search this topic to no avail. It seems like it’s an easy fix. Can you help? This is a general question for all my websites. I use Portfolios a lot.

    Thank you!

    In forum: Ascend Theme

    In reply to: Centre Alignment

    #244104
    This reply has been marked as private.
    #244083

    Hi Team,

    The Retired Working DogsNZ site displays Dogs for Adoption using the Virtue Portfolio feature.

    We now need to produce printed posters, based upon the portfolio posts. Until now we have used File > Print which includes the header, sidebar, menu and so on. A bespoke “Print Poster” function would remove all of these and just show the image and the content text in a larger font-size.

    I think this will need a modification to the template to add a “Print Poster” button and then some CSS to set-up the page.
    Do you have any suggestions for the best way to approach this?
    Many thanks,
    Phil.

    In forum: Ascend Theme

    In reply to: No Sidebar

    #244082

    Yes I was thank you, seems that using the Customization option in WordPress Themes is not as effective as the actual Theme Options, once I selected the sidebar there it appeared, while in Customization when I selected it it did not appear

    Thanks

    In forum: Ascend Theme

    In reply to: Centre Alignment

    #244066

    1. This will center al your text:

    .product_item .price {
        text-align: center;
        padding: 0;
    }
    .product_item .kt-notrated {
        float: none;
        text-align: center;
    }

    2. In Theme Options > Shop Archive Settings do you have the text transform set to none beside “Shop & archive Product title Font”?
    This will affect your not rated text:

    .product_item .kt-notrated {
        text-transform: capitalize;
    }

    Let me know if there’s other areas you’re referencing.

    3. What happens when you try to add more than 4 or 5 widgets? There shouldn’t be a cut off for that. Unfortunately, there isn’t an option to have two sidebars on a page. But if you wanted you could use one of our woocommerce page building plugins to create a custom shop and/or archive page. For elementor: https://www.kadencewp.com/product/kadence-woocommerce-elementor/
    For page builder by siteorigin: https://www.kadencewp.com/product/kadence-woo-template-builder/

    4. There isn’t a way to do that without adding a custom function into a child theme. Are you currently using a child theme?

    Hannah

    In forum: Ascend Theme

    In reply to: Centre Alignment

    #244050
    This reply has been marked as private.
    In forum: Ascend Theme

    Topic: No Sidebar

    #244048

    I selected the Right Sidebar in settings and I have widgets in Sidebar 1 but no sidebar shows on the site

    • This topic was modified 6 years, 3 months ago by JR.
    #244047
    This reply has been marked as private.
    #243862

    I successfully chose the Google font ‘Great ‘Vibes on my about me page using Kadence advanced header block:
    jillsnotebook.com/about-me

    However on my custom html in my widget named NavSidebar, when I used font-family:’Great Vibes’; the font would not render on the text Jill Masters and also Visual Artist.

    jillsnotebook.com

    Please advice how to proceed.

    Thanks, Jill Masters

    • This topic was modified 6 years, 3 months ago by geophotog.
    #243846

    Hey

    I have had the side bar for single product be the “shop” side bar, and has been for a while, only noticed recently it has changed to the “primary” one. even though the side bar in the single product theme options is set to the “shop” sidebar. I have a work around here and just copied the contents of the primary one to be the same as the shop as I don’t use the primary one at the moment on the site, this may be an issue for others who need them to be different.

    Any thoughts on what could be overriding the settings in the Theme options -> Product Settings -> Choose a Default Sidebar for your Single Product post. Its set to “shop” sidebar but not displaying it.

    thanks,
    Nick.

    • This topic was modified 6 years, 3 months ago by Nicholas.
    #243790

    I’m not able to duplicate this on my test sites. Can you confirm that in Theme Options > Layout Settings you have “Sidebar Side of page” set to Left?

    Hannah

    #243772

    Here is a category page displaying the sidebar at left (as expected):
    https://easyorder2.printsafe.net/product-category/banners/mesh-banners/

    Here is a product page displaying the sidebar at right (not correct):
    https://easyorder2.printsafe.net/product/9-oz-heavy-duty-mesh-banner-oversized-300-sf/

    I have this same issue on multiple websites using Ascend.

    #243733

    1.
    Hi Hannah

    Seems weird that one page has the option and another one doesn’t

    Where are you seeing an option for this? There isn’t a built-in option for mosaic galleries within portfolio posts. You could add an external gallery though.

    When I create a new page and set the page template to Portfolio, I can then select Mosaic style for the portfolio grid (see screenshot 1)

    ascend-screen1

    Another rather annoying issue I’ve come across is that when I go to edit a gallery and it opens the media library, all the layout option dropdowns revert to ‘default’

    This shouldn’t happen when editing a gallery. Is this only happening for portfolio galleries? What version of the theme are you running?

    I’m running a child theme from version 1.9.8 of Ascend, which I believe is the latest version. It seems to be Portfolio galleries only – see screenshot 2.
    ascend-screen2
    The option for a mosaic layout is even listed for portfolio gallery (see screenshot 3), but it doesn’t seem to do anything when selected.
    ascend-screen3
    The dropdown boxes aren’t present on the media library pop up when I edit a gallery inserted into a standard page (the layout options there are part of the sidebar admin options)

    2. From Theme Options > Portfolio Options > Portfolio Post Bottom Carousel you can choose to enable a similar or recent post carousel. This can be overridden for each specific post from the edit page(s).

    Thanks, I seem to have sorted this part out now

    In forum: Pinnacle Theme

    Topic: Mobile Width

    #243713

    I’ve set up my homepage using custom css so that the container width is 85% with content on the left and the sidebars on the right. It’s great on desktop and tablets.

    However, I need ONLY the mobile width to be 100% instead of 85%. (When the mobile display pushes the sidebar beneath the content, the content will then appear full screen above the sidebar). I don’t know how to reference the container for mobile display in css.

    Example: jillsnotebook.com/about-me

    • This topic was modified 6 years, 3 months ago by geophotog.
    • This topic was modified 6 years, 3 months ago by geophotog.
    #243611

    Hey,
    That is not your actual search results page (test by searching something in the topbar search), it is an archive page. I’m not sure why the sidebar is showing, but you can override with this css:

    .archive .main.kt-sidebar {
        width: 100%;
    }
    .archive aside#ktsidebar {
        display: none;
    }

    Hope that helps!

    Hannah

    #243601

    Hi,

    I’m looking for a way to have the category-tree open and the parent category highlighted.

    Please look at the Manual Category below. If you open a post from the child category, the tree is collapsed and there’s no highlighting.

    #243587

    Hi,

    I have set Theme Options and even individual pages to no side bar. However, the sidebar turns up on search pages.

    Any suggestions?

    Thank you,
    Pam

    #243538

    I want to place the shop sidebar at the left side of all shop pages. The sidebar is displayed at left on /shop/ and on category pages. However, on product pages, the sidebar jumps to the left:

    Video:

    Ascend theme configurations:

Viewing 20 results - 801 through 820 (of 5,356 total)