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,301 through 2,320 (of 13,419 total)
  • Author
    Search Results
  • Anonymous
    #221636

    hi,

    – i put the widget “Checkout: Payment” to the template, but the checkout-button is missing (can´t see it on the website).
    – Checkout: Order Review background is grey – it should be transparent (not white or any other color)
    – Content is sometimes double

    thanks for your help
    Walter

    #221601

    Try this CSS and let me know if it works for you:

    .sidebar .kadence_calltoaction_widget {
        margin-top: 5px;
    }

    -Kevin

    #221599

    Hi,

    I managed to make the topbar and the menu sticky. The challenge is that the top bar is not response on an Ipad (portrait mode). The topbar flows onto 2 lines and the 3 widgets I use are not properly positioned while the menu looks good.
    What can I do to fix that? The website is available here

    Thank you

    #221559

    Sorry Kevin,

    I want to reduce the space between the gallery widget and the call to action button beneath it.

    Grace

    #221537

    Here’s CSS to reduce the padding between the images:

    .sidebar .kad-wp-gallery .slick-initialized .slick-slide {
        padding-left: 2px;
        padding-right: 2px;
    }

    Try this for reducing the height:

    @media (min-width: 992px) {
    .virtue_gallery_widget {
        margin-top: 0;
        max-height: 330px;
    }
    }

    Let me know if that works for you!

    -Kevin

    #221521

    For clarity I see a gallery image being added not an image widget. You have the gallery set to a carousel with two columns. Carousels always attempt to crop images to the same size so that you don’t have a jumping page as it grows for some and shrinks for others.

    The few images that are not cropped in your carousel are simply too small. They are not at least the crop size so they are being output “as is”

    There is no option to change the attempted crop size using the gallery widget.

    You would need to use a gallery shortcode instead:
    visual editor widget > add media > create gallery, then click on the text tab and edit the shortcode by adding this to it.
    imgwidth="300" imgheight="300"

    Set the sizes to whatever you would like all the images to be.

    Ben

    #221509

    Hi,

    Here is the page…

    1. In the sidebar, in the image widget, some of the images are cropped and some or not. I don’t want them cropped. What is causing this and how can I fix it?

    2. How do I reduce the white space between the image widget and the call to action button?

    Thanks!
    Grace

    #221494

    That is in your theme options > custom css.

    This section:

    .panel-grid-cell .widget-title {
        font-size: 20px;
        background: #00aeef;
        color: white;
        line-height: 20px;
        padding: 8px;
        font-weight: 200;
        display: inline-block;
    }
    .sidebar .widget-title span {
        background: transparent;
        padding: 0;
    }
    .sidebar .widget-title{
    font-size: 20px;
        background: #00aeef;
        color: white;
        line-height: 20px;
        padding: 8px;
        font-weight: 200;
        display: inline-block;
    margin-bottom: 10px;
    }

    Change both : background: #00aeef;

    In forum: Virtue Theme

    In reply to: Product slider by TAG

    #221408

    There is not a widget that would show products in a slider by tag. Sorry if that wasn’t clear I thought we have tried to make that clear from the start.

    You can create your own with custom code in a child theme. Or follow one of our suggested options like using categories or featured products

    You can set the category when using featured, so you can use type “featured” and still only so products of a specific category so you can use multiple “featured” carousels with different products.

    Ben

    #221402

    Hello,

    I believe you would need to use a child theme for this. Are you currently running one on your site?

    Another option would be to use this plugin and configure conditional widgets to show on certain pages and not others:
    https://wordpress.org/plugins/widget-logic/

    Does that work for you?

    -Kevin

    In forum: Virtue Theme
    #221382

    Nope … it didn’t work.

    Hannah, could there be something else in my custom css that restricting this additional code?

    .home_blog h3.hometitle {
    text-align: left;
    font-size: 26px
    }

    .sidebar {
    background: #F5F5F5;
    padding: 30px;
    font-size: 14px;
    font-weight: 300;
    }

    .home_blog_title h5.entry-title {
    font-size: 28px;
    font-weight: 700;
    font-color: #000000
    }

    .entry-content p {
    font-size: 18px;
    line-height: 30px;
    }

    #containerfooter p {
    font-size: 13px;
    }

    .type-post .entry-title, .type-page .entry-title {
    font-size: 35px;
    color: black;
    }

    ul.sf-dropdown-menu.dropdown span {
    font-size: 16px;
    }

    .topbar-widget .virtue_social_widget {
    text-align: right;
    }
    .topbar-widget .virtue_social_widget a {
    float: none;
    display: inline-block;
    }

    a {color:#dd9933;}

    /*change border color #6e6e6e and shadow color #ccc to any color of your choice */
    .post img {
    border:0px solid #6e6e6e;
    box-shadow: 10px 10px 5px #6e6e6e;
    -moz-box-shadow: 10px 10px 5px #6e6e6e;
    -webkit-box-shadow: 10px 10px 5px #c6e6e6e;
    -khtml-box-shadow: 10px 10px 5px #6e6e6e;
    }

    #containerfooter .virtue_social_widget.clearfix {
    display: inline-block;
    }
    #containerfooter .widget-first {
    text-align: center;
    }

    div#kt_slider_home {
    border: 0px solid #6e6e6e;
    box-shadow: 10px 10px 5px #6e6e6e;
    -moz-box-shadow: 10px 10px 5px #6e6e6e;
    -webkit-box-shadow: 10px 10px 5px #6e6e6e;
    -khtml-box-shadow: 10px 10px 5px #6e6e6e;
    }


    @media
    (min-width: 992px) {
    aside#ktsidebar {
    width: 30%;
    }
    .main.col-lg-9.col-md-8 {
    width: 70%;
    }
    .custom_carousel_item .ccarousel_excerpt {
    padding: 0 10px 10px;
    min-height: 0;
    }
    #home-custom-carousel .custom_carousel_item {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background: transparent;
    }


    @media
    (min-width: 992px) and (max-width: 1200px) {
    .col-md-6.clearfix.kad-header-left {
    width:35%;
    }
    .col-md-6.kad-header-right {
    width: 65%;
    }
    }

    #221335

    I’m interested in having a footer section with a dark background. I can’t find any way to adjust the text color for any of the widgets – e.g., Text, Social Media. Suggestions? Does a fix need to be done for each type of widget used, or is there some overall way to do this? I’m guessing I’ll need some sort of CSS that includes (using RGB I’m considering)
    style=”color:#fffff0″

    In forum: Membership Forums

    In reply to: Flip box

    #221245

    There isn’t currently an option for a flip hover effect. Your best bet is to add the page builder widget to your blocks content for this.

    -kevin

    #221243

    Hello!
    All widgets and product page do not have lightbox. Images open in black window and i have to backspace to return to product page.
    shop.gardenn.ru

    Anonymous
    #221211

    Hi,
    how can I insert a single product image into the product page?
    I only see a widget for a product gallery. but no widget for a single product image.
    The single image will vary depending on the displayed product – similar to the images in the gallery.
    It seems to be so easy, but I can not solve the problem. Is there a simple solution?

    #221207

    There is no ad widget. This would have to be something you’re adding to the site either through an embed or a plugin depending on the type of ad you’re going to be running in your header.

    -Kevin

    #221205

    I haven’t added the ad yet. I can’t find the ad widget to use. Where is that widget located?

    And thank you, Kevin. I appreciate your help. I’m going to try an enlarge the logo and if is that is an easy fix. Will let you know if that works.

    #221204

    I’m not seeing the add in your header. Unfortunately I don’t think you can retain the original header design with the menu next to the logo while having the widget area active.

    I’ve flagged this for a developer followup so Ben can take a look.

    -Kevin

    #221191

    I see you’re setting a height of 490 to the widget. Try reducing that height to something like 390 and let me know if that makes enough of a difference.

    -Kevin

    #221184
    This reply has been marked as private.
Viewing 20 results - 2,301 through 2,320 (of 13,419 total)