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,281 through 1,300 (of 13,419 total)
  • Author
    Search Results
  • #248500

    Hey,
    That’s pulling from your sidebar. You can disable the sidebar from Theme Options > Shop Settings. Or else edit/remove the sidebar content from Appearance > Widgets.

    Hannah

    In forum: Virtue Theme

    In reply to: Split Content feature

    #248472

    Hi

    I would like to continue with Classic editor. As you have suggested, I tried using a page builder plugin and added a split content widget. Now I have 30 slides that I would like to present in a split layout. Does that mean I have to add 30 split content widgets? Is that a good practice?

    Or is there another way to do this? Any other option from the template maybe? As long as I can divide the section between text and image to get the same effect as Split content feature I am fine. Please suggest.

    As mentioned earlier, my objective is to convert powerpoint presentation slides into a webpage.

    Thanks
    Yogi

    In forum: Virtue Theme

    In reply to: Split Content feature

    #248426

    Hey Yogi,
    There isn’t an option for this in the classic editor. You would either need to revert to the block editor and add a split content block, or else use a page builder plugin and add a split content widget.
    Let me know if you would like help with either of these!

    Hannah

    In forum: Membership Forums

    In reply to: elementor plugin

    #248425

    Hey Angelo,
    The Kadence widgets in Siteorigin would also be available within Elementor. They’re linked to the widget area, not a specific editor. You can find the Kadence widgets in the WordPress tab under Elements in the Elementor editor.
    Hope that’s helpful!

    Hannah

    #248421

    Hi, I just wanted to know if you have a plugin for elementor that adds kadence specific widgets to elementor …as you do for siteorigin sitebuilder…

    thank you very much
    Angelo

    #248420

    OMG, Hannah, after I added a new layout builder row and button widget and hit save I got a msg from Wordfence that it was blocking this action but I could “whitelist it”. I did that, but got the same blank page after going back. Then I decided to deactivate Wordfence and then I could edit the layout builder widget.

    So, the issue was Wordfence was blocking it the whole time! Crazy, huh? I would have never figured that out if you hadn’t suggested I add a new one, so thank you very much.

    I hope you have a wonderful day!

    #248413

    You can add this css:

    @media (max-width: 780px){
    .footer-widget.widget .siteorigin-widget-tinymce.textwidget p, .footer-widget.widget .siteorigin-widget-tinymce.textwidget h5 {
        text-align:left !important;
    }
    }

    Ben

    #248409

    Glad you were able to get outside:)
    Do you know what’s in your error logs? If you try to add a new layout builder widget to the header widget area does this continue to happen?

    Hannah

    #248381

    Looks like you have your products set up as blog posts. There actually isn’t a built in way to enable this for blog posts. With actual products, you can (see here: http://themes.kadencethemes.com/virtue-premium/product-categories-grid-2/ )
    One workaround would be to add image menu items (either widgets or blocks, depending on the editor you’re using). Then you can link each one to the designated category. Would something like that work for you?

    Hannah

    #248376

    Hello, I’m using the latest Virtue premium theme and I’d like to access the two buttons that are in the Header Widget area (email and call buttons) so I can change the color of the buttons to match the new logo.

    So, I go to the header widget area block in my Widgets Section and click on the Layout Builder down arrow and click on “Open Builder” button; now I can see my two buttons, when I click on either of the buttons to edit it – it just goes to a blank screen with the date on it: Tue, 28 Apr 2020 20:25:16 GMT

    Can you help? Image uploaded of the buttons to edit. Thanks!

    In forum: Pinnacle Theme

    In reply to: Pinnacle vs. Ascend

    #248368

    Hello again,

    Back to question no. 2: primary menu looks nice now, but submenu items not, they are not listed correctly. The same problem is with menu layout in the footer widget. Can you please check that?

    Thanks,
    Anita

    #248364

    Hey James,
    Did you enable the topbar widget area? That will override your topbar search. So you just need to enable a search widget in your topbar widget area from Appearance > Widgets.
    Then you can adjust the height and width with this css:

    .form-search .search-query {
        min-height: 40px;
        min-width: 300px;
    }

    Just paste that into your custom css box in Theme Options > Advanced Settings.
    Hope that’s helpful!

    Hannah

    #248343

    p.s. I’m using this elementor widget… is there a way just to make all of them work i.e. product layouts or whichever I choose?

    Screenshot-2020-04-28-at-10-11-02

    #248339

    Hello,

    I have placed the product search widget in the top bar menu but its too high. Can I make it not so tall?

    In forum: Virtue Theme

    In reply to: extra white space

    #248335

    add this css and let me know if that is what you were thinking:

    .sidebar .widget {
        margin-top: 10px;
    }
    
    .sidebar img.image {
        padding: 0;
    }

    Ben

    #248318

    Hello,

    I have a few small issues with my mobile layout, in the header space. The desktop layout and colours are fine, so I do not want it to change.

    I have some custom .css that I don’t want to remove completely since the layout of language widget and other items such as contact us are designed and spaced fine as they are:

    /* TOPBAR */

    .headerclass {

    }

    .topbarmenu ul li a {
    padding: 10px 30px;
    font-size: 14px;
    }
    .topbarmenu ul li a {
    font-size: 18px;
    font-family: lato;
    font-weight: 600;
    }

    .topbarmenu ul li a {
    color: yellow;
    }

    #topbar ul.sf-menu > li > a:hover {
    color: #ffcc66;
    }

    .col-md-6.col-sm-6.kad-topbar-left {
    width: 25%;
    }
    .col-md-6.col-sm-6.kad-topbar-right {
    width: 75%;
    }

    The issues are:

    1) My Site Tagline – Below Logo is too close to my logo and it takes more than one line but I don’t want too much space between the tagline’s 2 lines. Unless the only choice is to reduce my tagline font size.

    2) I would to change my secondary menu background colour(I don’t use the primary menu), can’t remember where this setting is exactly?

    3) Here is a previous topic that resolved my logo being to small-see last posts; I followed this specific advice and the logo is wide enough but I would like it to be a bit higher around 5px if that makes sense.

    headerclass {
    padding: 25px;
    }

    I also see that you are using the theme options to add margin left and margin right to the logo.. Remove that because it’s forcing the image smaller the mobile since it has a margin of 80px on each size.

    *This is a link to the website:

    In forum: Virtue Theme

    In reply to: Image caption overlay

    #248289

    Hey,
    Really suggest using blocks for this, you would have al the controls you want with the Kadence- Image overlay block.

    If you are going to use siteorigin editor then I think the virtue image menu widget would be a little better.

    But here is css you can use for the virtue image widget.

    .virtue_about_with_image .virtue_image_widget_caption {
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        height: 60px;
        margin-top:-30px;
        justify-content: center;
        align-items: center;
        display:flex;
        background: rgba(255,255,255,0.8);
    }
    
    .virtue_about_with_image .kad_img_upload_widget {
        position: relative;
    }

    Ben

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

    In reply to: Image caption overlay

    #248268

    Hi Hannah
    No, I’m in the old fashioned editor!
    I’ve just added the 9 images required for the site in Virtue image widgets. You will see there is a simple caption showing below.
    I want to be able to position the caption over the image, select the font, size, color, background color and opacity.
    If you can tell me the right element to adjust I’m sure I could fiddle with it! I don’t seem to be clever enough to figure that out on Chrome inspector…
    I suppose I should drag myself up to speed with blocks – I just spend too much time on the PC without having to learn new stuff 🙂

    In forum: Virtue Theme

    In reply to: Image caption overlay

    #248254

    Hi Colin,
    Are you using the block editor? The Advanced Gallery block from Kadence Blocks allows you to style your captions this way and link your images to pages.
    If you want to use the virtue image widget I would be happy to help you style the captions with some css. Can you post a link?

    Hannah

Viewing 20 results - 1,281 through 1,300 (of 13,419 total)