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

Home / Forums / Search / Search Results for 'widget '

Viewing 20 results - 2,901 through 2,920 (of 13,419 total)
  • Author
    Search Results
  • #206754

    1.

    #home-custom-carousel .custom_carousel_item {
        box-shadow:none;
    }

    That css would remove the lines. To make that area fullwidth you would have to add within the content in pagebuilder using a fullwidth row and not through the theme options.

    2. If you are going to use hte home widget area use the layout builder widget in pagebuilder and make the row fullwidth.

    Ben

    In forum: Ascend Theme
    #206650

    … or better yet change the default shopping bag icon to the ‘shop-2 icon’ that comes with the theme and appears in the ascend info widget? Is this an option?

    #206619

    Thanks Ben. Will test it out and see what happens. And will send to Site Origin. They did reply and said latest Gutenberg change caused a break but there is a fix in the works for the widget bundle.

    PS Site Origin did recommend not to use their Page Builder or Bundle until Guten 5.0 was launched. I understand Nov 17 is the launch date.

    #206610

    Hey Michel,
    The Virtue carousel widget is meant to show existing posts/products. If you’re wanting a custom slider I would suggest creating a kadence slider, then adding the kadence slider shortcode to a text widget in your header widget area. Would that work for you?

    Hannah

    In forum: Ascend Theme

    In reply to: Add shop now button

    #206603

    Hey Frank,
    You can enable the home widget area below your product carousel from Theme Options > Home Layout. Then navigate to Appearance > Widgets and add an ascend infobox widget to the home widget area. Would this work for you?

    Hannah

    #206600

    This will remove some of the padding:

    .so-widget-sow-image-grid-default-c361d6f3913e .sow-image-grid-wrapper .sow-image-grid-image {
        padding-bottom: 0;
    }
    .footercredits {
        padding-top: 0;
        padding-bottom: 0;
    }

    Let me know if you’re wanting more than that!

    Hannah

    #206595

    How should I do? I work with Virtue Premium 4.8.5 and this is my site:

    To add a slider inside the header widget area I tried to select the Virtue: Carousel widget but then I don’t understand how I can select the images that I want to show with the slider (or the Carousel).
    I see that I can select a Carousel Type but don’t know either which type I should select in order to be able to specify the images that I want to show.
    Thanks for you help
    Michel

    #206582

    I am using the Virtue Image Menu widget with some text. I would like it to look like this:

    *******

    this is the text for the image.

    Learn more >

    ********

    I would like a space between the text and Learn more >, which would motivate the reader to click. I tried return, <br> and <p> but I can’t get a space or return in the text.

    Can it be done?

    Thanks!

    #206565

    Just a note that error seems to revolve around the post carousel widget. If you turn that off in the Site Origin Widget Bundle settings it should make things work.

    It has to do with saving meta fields.

    Ben

    #206560

    Hi,

    I recently installed news widget and don’t plan to use blog posts.

    Please advise how to remove recent post slider on the buttom of the news blog.

    Thank you!

    #206547

    Hello,

    Here’s some CSS that will allow you to customize the search:

    li.menu-widget-area-kt input.search-field, li.menu-widget-area-kt form.search-form .search-submit {
    color:white;
    background: black;
    }
    li.menu-widget-area-kt input.search-field::-webkit-input-placeholder{
    color: white;
    }
    li.menu-widget-area-kt input.search-field::-moz-placeholder {
    color: white;
    }
    li.menu-widget-area-kt input.search-field:-ms-input-placeholder {
    color: white;
    }

    Add to Theme Options> Custom CSS, and let me know if it works for you.

    -Kevin

    #206545

    Hi! I can’t find any info on how to change the color of the search box and the font in the box in the Ascent Header Widget.

    Also, can you help me figure out how to resize the footer height?

    Thank you!

    #206543

    I deactivated plugins in the order of activation. Turns out Site Origin Widget Bundle interferes with Gutenberg pages and posts. The “saving” mode gets stuck whether saving to draft or publishing. The only way to stop it is to refresh. Then everything is saved. But when I change something and click save, the stuck mode starts all over again.

    It all worked again when I deactivated the Site Origin Widget Bundle. I sent a bug report to Site Origin. The Page Builder by Site Origin doesn’t seem to be a problem.

    #206483

    Hi,

    I’m Using the Premium version of Ascend and the Events Calendar by Modern Tribe. For a listing of all events with calendar search and free text search the plugin uses a slug that isn’t a page. So I can’t do anything about how the events are presented. There is a widget which lists coming events and I’m using that on a page.

    Events widget on a page (This is how I want it too look).

    But doing so the filter and the search function is not generated.

    see example here on how the plugin presents the events, without any possibility to edit and modify.

    Is there a workaround for this?

    #206475

    Have you tried adjusting the margins of your widgets when configuring the sidebar in page builder? You should be able to set it in the widget settings, then you can only target that specific widget.

    -Kevin

    #206474

    I now fixed this by inputting:

    .sidebar .widget {
    margin-top: 20px;
    }

    However, the spacing on the sidebar is very squished?

    Thank you, sorry to bombard you this morning!

    Mark

    #206467

    Thank you Hanna,

    Well, not working.

    While the home page contents is now centered back, its top contents image (from a widget via the site builder) is gone. Also gone is the left sidebar from the /shop/ page. The shop page itself is now again as full width size.

    Rainer

    #206466

    Hello,

    Here’s some CSS that will allow you to add space between your header and content:

    #content {
        padding-top: 80px;
    }

    Change the amount to whatever you like and add to Theme Options> Custom CSS.

    This CSS should get your sidebar aligning with the content:

    .sidebar .widget {
        margin-top: 20px;
    }

    Let me know how that works for you.

    -Kevin

    #206451

    ok, I’ve copied the code for stretching and it looks perfect!!! Thank you!
    I’ve also put a .png file in the topbar widget (alignright) but it ‘s now on top of the primary menubar.

    #206435

    Yes that would be perfect! Is it possible to send me the css code to put the phone number on the right in the topbar widget?
    Also, is it possible to make the primary menu bar a little wider? Because I still have a lot of space on the left and on the right.

    Thank you very much Hannah!

Viewing 20 results - 2,901 through 2,920 (of 13,419 total)