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 - 3,361 through 3,380 (of 13,419 total)
  • Author
    Search Results
  • #196242

    Hello,

    1. You can add a widget area to your topbar in Theme Options> topbar Settings and set the side you’d like the widgets to show on. Then add the widgets in Appearance> Widgets. Does that work for you?

    2-3. There aren’t really any animation options like that for the header, but you can set different parts to be sticky and others not. The sticky options are found in Theme Options> Header Settings> Enable Sticky Parts of Header?. Just select what parts you’d like to be sticky and you should be set.

    Let me know if this is helpful.

    -Kevin

    #196193

    Hi Susiyana,
    The only column I’m not seeing aligned is the last because your image title wraps to two lines. Have you tried using the virtue split content widget? I think that will work well for what you’re doing. Let me know!

    Hannah

    #196184

    Hi team, have some questions about using the Virtue Split Content Widget. Very happy with this Widget.

    How ever search the Forum to understand better how to get the images nicely sticked to each other (corner to corner as like your Demo version) with the text next to it aligned with the image which is 1000×500. At this moment have to much background / open space and would like to limit this as much as possible, so the image get better aligned as mentioned above.

    Below fyi some CSS info:
    .page-header {
    border: 0;
    }

    .widget_virtue_calltoaction_widget .kad-btn-primary {
    color:#f2d78c;
    background:#f2c037;
    }

    .kad-btn-primary {background-color: #dd9933; }
    .kad-btn-primary:hover {background-color: #cfcfcf; }

    .kad-header-style-two .nav-main ul.sf-menu>li a i {
    font-size: 50px;
    }

    .footercredits p {
    font-size: 14px;
    }

    .footercredits {
    text-align: center;
    }

    #containerfooter {
    padding-top: 0;
    }
    .footercredits {
    padding-top: 0;
    padding-bottom: 0;
    }

    #containerfooter .widget {
    margin-top: 0px;
    }

    body #kad-banner #logo .kad-retina-logo {
    margin: 0 auto;
    }

    .home-padding {
    padding-top: 0px;
    }

    .home-widget-box {
    text-align:center;
    }

    .page-header {
    display:none;
    }

    div#content {
    width: 100%;
    }

    a.kt_imgsplit_btn.kad-btn.kad-btn-primary {
    font-size: 16px;
    }

    Thanks in advance for your support, Andy
    http://www.andylubertinaturephotography.nl

    #196134

    Ok, replace that with this:

    .virtue_icon_flip_box_widget {
        overflow: hidden !important;
    }
    .virtue_icon_flip_box_widget > .panel-widget-style {
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
    }
    .virtue_icon_flip_box_widget:hover > .panel-widget-style {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
    }
    
    .virtue_icon_flip_box_widget > .panel-widget-style > .kt-flip-box-contain {
         -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
    }
    .virtue_icon_flip_box_widget:hover > .panel-widget-style > .kt-flip-box-contain {
          -webkit-transform: scale(0.95);
          -ms-transform: scale(0.95);
              transform: scale(0.95);
    }
    .kt-flip-box-contain .kt-flip-box-back, .kt-flip-box-contain .kt-flip-box-front {
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .kt-flip-box-contain:hover .kt-flip-box-front, .kt-flip-box-contain .kt-mobile-hover .kt-flip-box-front {
            -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        transform: rotateY(0);
    }
    .kt-flip-box-back {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
    .kt-flip-box-contain .kt-flip-box-front {
        opacity:1;
    }
    .kt-flip-box-contain:hover .kt-flip-box-front, .kt-flip-box-contain .kt-mobile-hover .kt-flip-box-front {
        opacity: 0;
    }
    .kt-flip-box-contain .kt-flip-box-back {
        opacity: 0;
    }
    .kt-flip-box-contain:hover .kt-flip-box-back {
        opacity: 1;
    }
    #196115

    Hi,

    I am currently using the virtue gallery widget in page builder. My final images are 16:9, but the gallery shows the pics in a 1:1 (square) ratio. Is there a way to change this to 16:9? I understand clicking the image brings up the full image, but my client wants to see the full image at the start.

    #196049

    Hi Graham,
    Are you using a page builder plugin? Using your page builder editor you can add whatever widget you want into the product description area. Does that work for you?
    You may also like this plugin: https://www.kadencewp.com/product/kadence-woo-template-builder/
    Hope that’s helpful!

    Hannah

    #196048

    My bad, I clicked on the wrong forum!

    I always use Page Builder and I did work up a solution using a template and duplicating pages. I’ll also play around with your other suggestion of putting a widget area in the header and see how they like that.

    As always, a big thanks, and sorry once again.

    #196046

    With Ascend you have the option of enabling a side header (theme options > layout settings). You could then choose a header style with extras (theme options > header settings) and add a widget area to your header. Then you could still use the sidebar layout as normal.
    Are you using page builder by siteorigin? If so, see “duplicating existing pages” here: https://siteorigin.com/page-builder/documentation/prebuilt-layouts/
    In the future be sure to post in the correct forums. You can find Ascend Premium forms here: https://www.kadencewp.com/support-forums/forum/ascend-theme/

    Hannah

    In forum: Ascend Theme

    Topic: Agency Demo

    #196011

    Hello Kadence Team!

    I imported the agency demo for Ascend. How do I begin to edit the home page images? I tried searching widgets and home page editor but there’s no content to edit. How do I edit the images/content on the homepage for this demo?

    #196010

    usually, it’s a plugin or some script you could add in a page or widget area that would break jQuery.

    Have you tried deactivating plugins? (I tried that but no change)

    Are you adding any javascript anywhere in the site? (no)

    What is in your child theme? (there’s nothing in the css file, but I do have some codes in the function.php. To see if my codes on the function.php might be affecting the jQuery on the product page. I switch the virtue child theme to the parent theme. Still having problems)

    While I was waiting for your reply to my problem. I discovered that if I had more than 17 product variations (based on 2 attributes) with values, jQuery would not properly load. Based on what I discovered, I created several more products with just 1 product attribute as a work around. Not ideal but it works. So Ben I would consider my problem solved for the time being. I know that you can’t respond immediately, but I still appreciate the suggestions you provided.

    #195990

    Hi guys, apologies but I have figured out what when wrong. I changed a widget in the topbar and this caused it – phew.

    Chris

    #195973

    Hey,
    usually, it’s a plugin or some script you could add in a page or widget area that would break jQuery.

    Have you tried deactivating plugins?

    Are you adding any javascript anywhere in the site?

    What is in your child theme?

    Ben

    #195929

    Hi, I have the footer set to 3 widgets and have an image in each. I would like it to look balanced so either all of them centered within the widget or left aligned left, middle aligned center and the right widget aligned right.

    #195893

    Seems like an error caused by the plugin: q2w3-fixed-widget

    Ben

    #195862

    Hmm. I just tested this on the demo site and the split content widgets are working as they should. I’m seeing quite a few errors on your site. Have you tried deactivating your plugins to test if any are conflicting?

    Hannah

    #195848

    Hi!

    I suddenly have this problem on the iphone: the virtue split content widget content is not shown any more on the iphone, maybe since the new Update on 11.4? Does any one can help? Thank you

    #195799

    Yeah, the page content will appear wherever you place it on the enabled side of Theme Options> Home Layout. Hopefully that makes sense!

    If you want to have another page builder area on your home page, a workaround would be to enable the home widget area in Theme Options> Home Layout, then go to Appearance> Widgets, and add a layout builder to your Home Widget Area.

    Let me know if you have anymore questions!

    -Kevin

    #195797

    Thank you kevin it’s working. Can I just confirm that it’s just the Page Content that can be edited? So, for example if I had page content at the bottom of the homepage then I would only be able to edit things at the bottom of the page with the other Kadence widgets above it?

    #195775

    Hi Kevin, I have page content on the homepage but I still can’t edit the homepage. I can make the rows and widgets but nothing changes on the live editor or when I preview changes, thanks.

    #195764

    Ok. I did. It works well on side widget of blog page.

    Now I am trying to add the following to the contact form 7. Don’t know where to put it.
    “To integrate with Contact Form 7, configure the settings below and then add [mc4wp_checkbox] to your CF7 form mark-up.” I have a checkbox label text, “Subscribe & Stay Connected!”

    https://redceltstone.com/contact-us/

Viewing 20 results - 3,361 through 3,380 (of 13,419 total)