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 'page '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 9,061 through 9,080 (of 53,646 total)
  • Author
    Search Results
  • #244853

    Hey Jesse,
    There isn’t a simple solution for this. Because Siteorigin uses widgets and Kadence Blocks uses blocks there isn’t a fluid way to convert this. You can “revert to editor” from your page builder pages, but you will likely have to re-create your layouts to get things looking the same.

    Hannah

    In forum: Pinnacle Theme

    In reply to: Row Animation Issues

    #244849

    When editing a widget from within the page builder editor in your home page you still had animations enabled under the Animations tab. I set those to none and it seems to be working now.

    Hannah

    #244844

    Hey,

    If i add <b> to the text in the “Back Side Description” or “Button Text” in the “Virtue: Icon Flip Box” widget, it not only correctly applies the bold text to that specific piece of text – it also wrongly applies the bold text to the Accordion and Footers text on that page.

    It doesn’t change any other Accordions or the Footers on any other pages. It also doesn’t affect text in the SiteOrigin Editor on that page.

    Any idea what I’m doing wrong? I just want bold text in my Flip Boxes 🙂

    Thanks.

    In forum: Virtue Theme

    In reply to: Ken Burns effect

    #244838

    Hey,

    But the order is still on hold. I don´t know why.

    My records show that the order failed, the payment gateway (paypal) declined payment, I suggest contacting paypal to see why you can not make a purchase.

    I don’t think you need to switch themes, you can add a fullwidth hero area at the top of any page, turn off the page title in the page settings and add the hero in your page content and it will show at the top.

    Ben

    #244836

    So, I have an older site that I built with Site Origin Page Builder. I would like to convert this site over to using the Kadence Blocks and overhaul it a bit. What is the best way to do this?

    #244832

    Yes, I believe I’m following. Did you try setting the Project Options to none in your portfolio post edit page?

    Hannah

    #244831
    This reply has been marked as private.
    #244819
    This reply has been marked as private.
    #244817

    In your portfolio post edit page, under Portfolio Post Options set the Project Layout to Above. Does this work for you?

    Hannah

    #244811
    This reply has been marked as private.
    #244810

    Sorry, I’m not sure I’m following. You’re referring to an individual portfolio post, correct? The portfolio template is for your portfolio archive page. Can you link to the page/post in question?
    Thanks!

    Hannah

    #244808

    In this page, we have a carousel that displays testimonials from a specific category:

    The carousel uses this shortcode:
    [carousel type="testimonial" columns="1" items="9" arrows="false" pagination="true" cat="wp2print"]

    This used to display correctly. However now each item in the carousel is displayed in a vertical list with no animation.

    In forum: Ascend Theme
    #244804

    Filtering for attributes are ok. But when filtering for Categories, url moves to …./categories link from …../shop, so filters disappear again :((( Can you please take a look at that?

    To be clear, the category widget is not a filter, it’s navigation and the change takes you to a category archive where you leave the shop page.

    If you want these widgets on your archive pages as well you would have to build that in using a plugin like this where you can create custom templates for woocommerce archive pages.

    https://www.kadencewp.com/product/kadence-woo-template-builder/

    hiding shop sidebar in mobile view

    You can use this css:

    @media (max-width: 992px){
        .woocommerce-page.archive #ktsidebar {
            display:none;
        }
    }

    change filter titles font type from H3 to H4

    That can not be done with css, however you can style the h3 titles to look like h4 with this css:

    .woocommerce-page.archive h3.widget-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
    }

    Or just simply move shop sidebar to the top in mobile view with a css/media query? (And I should delete widget with filters from the Shop page?)

    You can use this css if you want to do that:

    @media (max-width: 992px){
    .woocommerce-page.archive #content > .row {
        display: flex;
        flex-direction: column-reverse;
    }
    }

    I hope that helps,

    If you have any new questions it’s really helpful if you can create a new topic, thanks!

    Ben

    #244801

    Hey,
    Open your page that you’ve set as the home page, in the right sidebar you will see “Page Content Width” what do you have that set to?

    If it’s set to fullwidth then simply change that to default, if it’s set to default navigate to your theme options > Page settings, scroll to Single Page Content Width Default. Set that to “contained”.

    Ben

    In forum: Ascend Theme
    #244797

    Or just simply move shop sidebar to the top in mobile view with a css/media query? (And I should delete widget with filters from the Shop page?)

    In forum: Ascend Theme
    #244795

    I’ve put basic WooC filter back. Have put a widget with filters to the Shop page. Filtering for attributes are ok. But when filtering for Categories, url moves to …./categories link from …../shop, so filters disappear again :((( Can you please take a look at that?

    In addition, can you please write the css for:
    – hiding shop sidebar in mobile view
    – change filter titles font type from H3 to H4

    Thanks a lot,
    Anita

    • This reply was modified 6 years, 2 months ago by Anita.
    In forum: Virtue Theme

    In reply to: Ken Burns effect

    #244791
    This reply has been marked as private.
    #244782

    There isn’t a way to do that. Not without using a child theme and setting your category page as the portfolio default page that way.

    Hannah

    #244781

    I created a portfolio with the text on the right side of the slider.

    But when I tried to add an additional block, instead of displaying full-width below that block, it displays on the side as well.

    I’d like it to be full-width rather than a half-page right.

    #244780

    That works! except how do I get the navigation on my page to be the same as the portfolio-type proprietary page?

    I have no nav on my page:
    jillsnotebook.com/photoshoots/

    I want the nav shown here at bottom of page:
    jillsnotebook.com/portfolio-type/photoshoot-portfolios/

    Thanks!, Jill

Viewing 20 results - 9,061 through 9,080 (of 53,646 total)