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,881 through 1,900 (of 13,419 total)
  • Author
    Search Results
  • #232690

    Hi Michael,
    There isn’t a built-in function to have video backgrounds. Have you worked with Elementor page builder (https://elementor.com/)? It allows you to add rows with video backgrounds and place whatever widgets you would like on the row. Would something like that work for you?

    Hannah

    #232646

    Hi
    I’ve got a client-requested page design – with large spacing above the opening paragraph on desktop view.
    I’ve dropped in a blank text widget before the opening para, and extended it’s bottom margin to get the affect.

    On mobile, the text is pushed out of view due to the widget above the text.
    I’ve tried reversing the standard collapse order on the row, but for some reason the “Right to Left” collapse option doesn’t work.

    Also if there’s 3 columns and 1 & 3 are blank, the 3rd blank column will show before the para.

    – any way to render a specific column first, second and third etc on mobile view using CSS?

    any suggestions?

    #232645

    Sure. Here’s a screenshot from another website. Typically the editor widget includes “add media, virtue shortcode, and the visual/text view option”.
    site-Origin-editor

    I’m not getting any of those options in this editor widget on this website:
    Screenshot-2019-08-07-05-44-44

    https://forzainsurancegroup.com/home-3/

    Thanks for your help.
    Carrie

    In forum: Virtue Theme

    In reply to: Category Sidebars

    #232573

    Hey,
    Any would have to be removed through the plugin you are using to output those select boxes, you can’t do it with css. Looks like that is in core woocommerce. You would need to change the text there.

    You can use https://wordpress.org/plugins/say-what/

    And the string would be: ‘Any %s’ just change to ‘%s’ the textdomain is woocommerce.

    You can use css for the spacing:

    #pl-20141 .so-panel.widget_layered_nav {
        margin-bottom: 10px;
    }

    Ben

    #232566

    Try installing this plugin: https://wordpress.org/plugins/black-studio-tinymce-widget/
    Did you have that plugin installed previously? I think it will do what you’re after.

    Hannah

    #232552

    Hi-The basic function of editing widget content in visual vs. text mode has dissapeared in the on this site.

    I’ve had this problem before on this site, and deactivating ‘Advanced Custom Fields’ widget corrected it. That’s not working this time. In fact I had all of the plug ins deactivated and still didn’t get the view options back.

    Any ideas?

    Thanks very much-
    Carrie

    In forum: Virtue Theme
    #232550

    Hello All,

    My client is wanting to upload audio mp3 files for her monthly teleclinics and have her attendants be able to download the files and save if they want.

    I found the audio widget and it works fine, but it doesn’t seem to let you download the file to your computer if you want.

    Any suggestions?

    Thanks!

    #232536

    Hey,
    Try adding the shortcode into a text widget within the home widget area. You can enable that from Theme Options > Home Layout, then add a widget from Appearance > Widgets. Another option is to display your posts using the “latest blog posts” in theme options > home layout. If you scroll down to Home Blog Settings there’s an option to limit your posts to a specific category.
    Hope that’s helpful!

    Hannah

    In forum: Virtue Theme

    In reply to: Category Sidebars

    #232489
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: testimonial carousel

    #232409

    Looks like you’re using Elementors testimonial widget. Have you tried using the Virtue: Testimonial Carousel widget? I think it will do what you’re after.

    Hannah

    Anonymous
    #232406

    Hi

    I have a search icon in the top bar (it should just search products) – but when I search I don’t get any results. Regardless of which page I am on when I search, I just get redirected to the home page instead of the search results page. The search appears to be running eg the URL changes to include ?s=<search_term>&post_type=product but the results aren’t shown.

    It used to work, but I suspect it stopped working when we redesigned the homepage using SiteOrgin Layout.

    Additionally, I tried adding a search box via header widgets as a workaround, but that doesn’t seem to be working either now.

    Any thoughts on how to fix this?

    The website is

    Many thanks
    Dom

    #232391

    Hey Ben,

    It is still a draft (not published yet), but Public –
    Sorry, I’m not sure what to do so you can view it?
    see below 🙂
    I’ve upload image previously (above).

    Permalink: https://www.adventuretravelcoach.com/draft/ ‎Edit Get Shortlink
    Edit with Elementor
    SiteOrigin Hero
    A big hero image with a few settings to make it your own.
    SiteOrigin Headline
    A headline widget.
    SiteOrigin Features
    round
    SiteOrigin Image
    https://layouts.siteorigin.com/wp-content/uploads/2015/10/Everest-Iphone.png#250×500
    SiteOrigin Features
    round
    SiteOrigin Headline
    A headline widget.
    SiteOrigin Editor
    Everest, a Page Builder layout Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore
    SiteOrigin Button
    Beautiful
    Word count: 103
    Last edited by mhuman on July 28, 2019 at 3:47 pm
    Toggle panel: Publish
    Publish

    Preview (opens in a new tab)
    Status: Draft Edit Edit status
    Visibility: Public Edit Edit visibility
    Revisions: 5 Browse Browse revisions
    Publish immediately Edit Edit date and time
    Readability: Needs improvement
    SEO: Not available

    In forum: Virtue Theme

    In reply to: testimonial carousel

    #232381

    You should be able to create the same effect using the testimonial carousel widget with elementor as you would with the homepage carousel. Where exactly are you getting stuck? Can you post a link to where you’re adding it? Can you ensure that you have enough testimonial posts assigned to the group you’re selecting?

    Hannah

    In forum: Virtue Theme

    In reply to: testimonial carousel

    #232355

    thank you Ben,
    Unfortunately, i do not know how to make it moving, the carousel does not work, the testimonials a free fixed. I used the testimonial widget on element or.

    In forum: Virtue Theme

    In reply to: testimonial carousel

    #232354

    Hey,
    In your page you can add a row wherever you like in elementor and then add the testimonial carousel widget. Would that work for you?

    Ben

    #232349

    1. That is theme css. It’s there because it pulls the menus items to the container. Your container is missing the padding though, which is why it’s being pushed out. You seem to be adding this which is removing that padding:

    aside#kad-vertical-menu {
        padding: 0;
    }

    3. You can use this css:

    .kt-flip-box-back, .kt-flip-box-front {
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    4. You can add a gallery and set it to custom links. Use the Ascend Gallery widget. Then you will need this plugin to allow for custom links: https://wordpress.org/plugins/gallery-custom-links/

    Ben

    #232293
    This reply has been marked as private.
    #232284

    4px for a height doesn’t work or make sense, so don’t set that. Doesn’t matter if you are seeing a change in safari it shouldn’t be set to that if you have content larger then 4px.

    Ok so yeah using Pinnacle… PLEASE in the future post in the forum for the theme you are using.

    You are using this css:

    .widget-first {
        margin-top: 20px !important;
    }

    Which isn’t smart, using important there is not needed and creates issues. I removed important for you.

    Please try now.

    #232283

    You are using the “Widget Visibility” plugin and you are setting the widgets to only show on pages. You’ve selected some “main pages” but posts and pages are totally different. A “Posts Page” is a page that shows posts. Not a single post. Since you are wanting this to show on single posts your settings are intentionally hiding it.

    I’m not sure where you are wanting the widget to not show but you need to relook at the logic. Just remove all your visibility settings and you will see what I mean.

    Ben

    #232274

    note: after i swapped the original widget (custom html) for the Menu widget the needed items disappeared, only on the home page the homepage.
    You can see the top bar error on any other page.

    I uploaded some screenshots below.

    https://hkgcpa.com/industries/

    hkg-homepage-topbar HKG-subpage-error

Viewing 20 results - 1,881 through 1,900 (of 13,419 total)