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 - 1,521 through 1,540 (of 13,419 total)
  • Author
    Search Results
  • #243431

    I’m reasonably certain there’s no way to do this built in to the Ascend Theme, but perhaps you can suggest a CSS tweak to make this happen. I’ve created a row that sports 4 columns. 3 display the business locations, the last the business hours. I’d like this row to display on every page so logically I’d love it to be part of the header. This way if I make an update I only have to make it once. Can I put this in the Topbar Widget Area and then use CSS to move the Topbar below the header? Just a thought, perhaps you have a better suggestion. Force the Header Widget Area onto the next line?

    Here’s the site I’m working on, and thanks in advance for any guidance you might be able to provide!

    #243419

    Hi,

    I’m trying to add an image to the testimonial display. I see how to do that with a shortcode but I want a carousel so I’m using the Elementor widget. I don’t see an option to display the image. Is this not possible?

    #243369

    1. You can create a category page using the default page template and a product category shortcode like this:
    [product_category category="apparel” orderby=”menu_order” order=”asc” columns=”3″] Then just add the shortcode into content area above this shortcode.
    Or, if you’re using Kadence Blocks Pro you can use the Post Grid/Carousel block. Then you can add your shortcode into a shortcode block.

    2. You can enable an extras area in your header then enable a widget area as an extra (from theme options > header settings). Then from Appearance > Widgets you can add your shortcode into a text widget in your header extras area. Then you would need to use css to position it above your menu. I can help with that.

    3. You can use the Google Chrome inspect tool. I can also help with that if you can link to this.

    Hannah

    #243364

    Hey,
    1. You can add in the category description which will show it above the products. And in the product description area. That would let you without using a child theme. If you need a widget area there you can use a plugin like this to create a widget area that you place via a shortcode: https://wordpress.org/plugins/widgets-on-pages/

    However I might suggest using a plugin like this: https://www.kadencewp.com/product/kadence-woocommerce-elementor/
    That will let you build out templates that can be applied to all your products and all your category pages.

    2. If you can post a link so I can see how you have you header setup, likly you can use the topbar widget area.

    Problem with this is that any B2B clients still using non-widescreen monitors aren’t seeing that menu as is. I’m not sure how I could make it responsive for mobile either.

    Can you post a link so I can understand what you are talking about there?

    3. It’s really probably better if you add your styling inline, meaning in the html you add you would place the background color.

    So in your text widget that could look something like this:

    <div style="padding:20px;background:blue;color:white;">
    This is your text
    </div>

    However, you can also target by widget id and custom css for that we need a link as the id would be generated and not something we can know without seeing the page.

    I hope that helps!

    Ben

    #243327

    Hey support team,
    Belated happy new year!

    I was trying to make 404 page like this with call to action widget on siteorigin builder.
    It goes full width but could not figure out how to make it full height. could you help me on this?

    Sincerely,
    HeeJae

    #243324

    Hi Hannah,

    I tried a site-wide notice, but it clashes with the cookie notice, and in any case, is less noticeable (banner blindness) than a properly-designed graphic. I also couldn’t embed a countdown widget in the site-wide store notice. The client would like one of the options 1 or 2, but am not sure how to achieve that with the theme.

    For 3, thanks for the info – how do I find a widget’s id, please?

    Thanks!
    Tracy

    #243296

    Hey Michael,
    First, remove your background image. Then you can use this css to target each widget background:

    .kt-pb-animation.kt-pb-fadeInRight.kt-pb-duration-1500.kt-pb-delay-.panel-widget-style.panel-widget-style-for-gb10-5e1f476009dfd-0-0-0.kt-pb-animate {
        background: rgba(155,155,155,.7);
    }
    .kt-pb-animation.kt-pb-fadeInLeft.kt-pb-duration-1500.kt-pb-delay-.panel-widget-style.panel-widget-style-for-gb10-5e1f476009dfd-1-0-0.kt-pb-animate {
        background-color: rgba(155,155,155,.5);
    }
    .kt-pb-animation.kt-pb-fadeInRight.kt-pb-duration-1500.kt-pb-delay-.panel-widget-style.panel-widget-style-for-gb10-5e1f476009dfd-1-1-0.kt-pb-animate {
        background: rgba(155,155,155,.5);
    }

    Just to note, the row layout block within Kadence Blocks allows you to set different backgrounds for each column.

    Hannah

    #243284

    I’d like to target different widgets so each can have their own background colour s a transparent tint.
    Currently I’m using a transparent png repeated, but I’d rather be able to do it with css.
    Can you assist?

    • This topic was modified 6 years, 3 months ago by Michael.
    #243215

    1. OK, I’m seeing something different now. Try using this css:

    li.menu-member-directory.current-menu-item.current_page_item a:before {
    color: #006a6e;
    font-weight: 600;
    opacity: 1;
    }

    2. Not sure why that wasn’t showing before. This css should remove that for you:

    .sidebar .widget_nav_menu li a:after {
        display: none !important;
    }

    Let me know how that works for you!

    Hannah

    #243137
    This reply has been marked as private.
    #243107

    Hi Hannah,
    thanks for your quickly reply.
    i’m using Home Layout and i would like to show the portfolio filtering it by the category. i use the virtue premium home page setting.

    i just put the text in a text wifdget and added it to the home widget area.
    but it seems to doesn’t works.

    #243100

    Hi Gianni,
    This shortcode should work for you: [portfolio_types orderby=date showexcerpt=false columns=4 items=4 height=200 childof=0 childcategories=false]
    You can paste that into the content area of your homepage if your home page is set as a static page. Or you can paste it into a text widget within the home widget area.
    Hope it helps!

    Hannah

    #243057
    This reply has been marked as private.
    #243043

    Hello Support team!

    I’ve tried the following css to set the tag’s font size in the wordpress basic tag cloud, but it does not work.
    Can you please help me, what I’ve missed?
    Site:

    ————————————————————————————————-
    tag-cloud-link tag-link-88 tag-link-position-1 {
    font-size: 15px !important;
    }

    tag-cloud-link tag-link-75 tag-link-position-2 {
    font-size: 8px !important;
    }

    tag-cloud-link tag-link-28 tag-link-position-3 {
    font-size: 8px !important;
    }

    tag-cloud-link tag-link-30 tag-link-position-4 {
    font-size: 8px !important;
    }

    tag-cloud-link tag-link-64 tag-link-position-5 {
    font-size: 8px !important;
    }

    tag-cloud-link tag-link-29 tag-link-position-6 {
    font-size: 8px !important;
    }

    tag-cloud-link tag-link-89 tag-link-position-7 {
    font-size: 15px !important;
    }

    tag-cloud-link tag-link-90 tag-link-position-8 {
    font-size: 8px !important;
    }
    —————————————————————————————————–
    Tag cloud is in Footer widget, 3. coloumn (Portfolio).

    Thanks a lot,
    Anita

    #243003

    1. Setting a min-height with the css that I gave above will keep your boxes aligned. Just increase your min-height if you plan to add more content. Does that make sense?

    2. This css should remove the extra padding:

    .panel-widget-style.panel-widget-style-for-w5e17ba3ee6ece-0-0-1 {
        padding-top: 0 !important;
    }

    And this should give your titles a min-height:

    .home .so-widget-sow-editor.so-widget-sow-editor-base {
        min-height: 70px;
    }

    3. Are you just wanting the text smaller on mobile. Or are you wanting the columns to collapse?

    Hannah

    #242965

    Hello Hannah!

    Thank you, I’ve managed to do this, but it’s not perfect yet: the base background color of the footer is visible above this 1 line widget, but it should not be.
    Can you please help?

    Thanks a lot,
    Anita

    #242964

    That makes sense. Have you tried adding the shortcode to a text widget?

    Hannah

    #242950

    Hi Hannah,

    Sorry, it’s not the default WordPress search or the Kadence Search I’m using. It’s all custom for Woocommerce and it’s not a widget / not showing in Appearance > Widgets. It’s displayed via shortcode.

    No problem though, I’ll have a rethink.

    Thanks Hannah,
    Anthony

    In forum: Ascend Theme
    #242947

    Hey Hannah,

    I received a Siteliner report, the following errors/issues were noted:

    Duplicate content: On my Home page I have snippets of my blog posts. They now show as duplicate content on my Home page?

    On my home page, I have a link (in the menu and as a widget) for Destinations. It takes you to the Destinations Page with all the Posts about specific Destinations. Again, they say Destinations is duplicated?

    Blog index page (matching words shown) and
    for Home page 166 matching words (none shown) – I am completely confused.

Viewing 20 results - 1,521 through 1,540 (of 13,419 total)