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,181 through 3,200 (of 13,419 total)
  • Author
    Search Results
  • #200489

    Hello!
    How to make the header widget area are visible in mobile header mode?

    In forum: Virtue Theme

    In reply to: Top bar text colour

    #200360

    Try adding this CSS to Theme Options> Advanced Settings, and let me know if it works for you:

    .topbarmenu ul li a {
        color: black;
    }
    .topbar-widget .virtue_social_widget a {
        color: black;
    }
    #topbar-search .form-search .search-query {
        border: 1px solid #696357;
        opacity: 0.8;color: #b3c800;
        width:100%; 
        background: #fff;
    }
    
    #topbar-search .form-search .search-icon {
    color:#0e0505;
    }
    #topbar-search .form-search ::-webkit-input-placeholder {
       color: #555;
    }
    #topbar-search .form-search ::-moz-placeholder {
       color: #555; 
    }
    #topbar-search .form-search :-ms-input-placeholder {  
       color: #555;  
    }

    -Kevin

    #200299

    I’m doing something different for me, creating a site that will use the same header across all pages, no special header or slideshow on the home page. I’ve created a header using a photo as the logo and the header widget area for the business tagline and address. I’d like each to occupy 50% of the header but stretch the entire width of whatever screen it’s displaying on, and that’s where I’m running into problems. I can’t seem to make that happen no how.

    The site is HERE.

    As always, thanks in advance for any help you can provide.

    In forum: Ascend Theme

    In reply to: Info Box Sizing

    #200295

    Hello,

    I’m not seeing any info box widgets on that page. Are you referring tot he split content?

    1. You could adjust the width by adding the widget into a 3 column page builder row. Adjust the two outer columns to be something like 10%, and then the middle to 80%. If you want more right of left spacing, then you should be able to change the percentages as needed.

    2. Try adding this CSS to Theme Options> Custom CSS and let me know if it works for you:

    @media (max-width: 992px) {
    .page-id-2 .content-ktsi-left {
        width: 50%;
        float: left;
    }
    
    .page-id-2 .kt-si-imagecol.img-ktsi-left {
        width: 50%;
        float: left;
        }
    }

    Let me know if this is what you’re after.

    -Kevin

    In forum: Ascend Theme
    #200289

    Hi,

    I am trying to do 2 things:
    1.) I need the info boxes height and width to be smaller. Is there a way I can customize that widget?
    2.) When viewed on mobile, is there a way that I have have these info boxes stay in 2 columns rather than adjust to 1 column?

    My site is http://www.premiercabinetsinc.com
    Pswd is Premier2018

    #200276

    Hello,

    That’s configured in Appearance> Widgets, in the header widget area. Then you would embed your add in a text or visual editor widget. I can give you more specific directions if you can post a link to your site.

    -Kevin

    #200268

    Hi Frank,
    When adding your widgets, you should see an option in the page builder settings to add padding to your widget for mobile. Do you see that? Increasing the mobile padding should help your issue.

    Hannah

    In forum: Pinnacle Theme

    In reply to: Self-hosted Video

    #200222

    Hey,
    The widget title will always show on top. so you would need to leave that empty. Then add your title in another text widget after the video widget.

    Ben

    #200207

    Hi Lara,
    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 that work for you?

    Hannah

    In forum: Pinnacle Theme

    In reply to: Self-hosted Video

    #200186

    Using the inspector try to identify which number your widget is then refer to it in the CSS you are using it should work. I did it to add shadow to my widgets.
    I hope it help you

    In forum: Pinnacle Theme

    In reply to: Self-hosted Video

    #200183

    The topper 3 videos are by SiteOrigin Video Player widget.
    https://eliteproav.com/test-video/

    CSS that you sent me didn’t work.
    And, I’m hoping the title shown down below of the video too…

    Thank you,

    #200135

    Hey,
    Are you using the Ascend info box widget? You can set the size of the icon and the background color in the widget settings. Do you see this?

    Hannah

    In forum: Pinnacle Theme

    In reply to: Self-hosted Video

    #200116

    Hi Jeff,
    1. If your link is the url to your youtube video you can add the class “ktvideolight” to your link and that would open it in a lightbox.

    2. Try using this css:

    .panel-widget-style.panel-widget-style-for-1602-0-0-1 p {
        line-height: 15px;
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
    }

    Does that work for you?

    Hannah

    #200113

    Hi,

    1. Is there anyway to embed self-hosted videos with popping up light-box?

    2. I used SiteOrigin Video Player widget, how can I edit the title text size?

    I added css as below but it doesn’t work.
    And, I’m hoping the title shown down below of the video too…

    .so-widget-sow-video so-widget-sow-video-base h3.widget-title {
    line-height: 15px;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    }

    #200036

    Hi Hannah,

    Following your suggestion and also the Kadence tutorial on ‘Getting Stared with Mail Chimp for Word Press’, I have created a mail chimp account and created a form for which i have the short code to place anywhere on the site. I have two questions:

    1) I have used a site origin button widget that you click on to get a free PDF. I would like to link that to the mail chimp form so that potential clients are required to provide their email first before they receive the PDF. Any suggestions?

    2) In the Mail Chimp form, at the moment it just says:
    email address
    Your email address
    SIGN UP

    How can I put a message – something like: RECEIVE YOUR FREE PDF! (and perhaps a few words on what it is about) – at the top, before the first line of email address?

    Many thanks
    Paul

    #200031

    Hello,

    Could someone please direct me to a demo example of how the Kadence Widget Dock looks like and how it works? It may be something I would be interested in, but the info page doesn’t give a real example. I think its animated, right?

    Anything better to explain how it works?

    Thank you!

    #199979

    Hey Paul,
    You can use the Ascend: testimonial carousel widget. You can add it to a page using a page builder plugin.
    Hope that helps!

    Hannah

    In forum: Ascend Theme

    In reply to: Social Icons

    #199978

    Hi adventuretravelcoach,
    You can add this to your custom css box in Theme Options > Custom CSS:

    @media (max-width: 768px) {
    li.menu-widget-area-kt {
        display: none;
    }
    }

    In the future please start a new topic.
    Thanks!

    Hannah

    #199917

    This problem relates to posts I’ve seen about category order in breadcrumbs. I have added Yoast in order to specify a primary category for products. That solves the breadcrumb issue. However, the sidebar widget Product Category still displays the product in the deepest category, not the primary category. You can see this here: where the category “Music & More” is open, and the category “Music Artists,” which should be open instead, is not. Is there a workaround for this?

    #199900
    This reply has been marked as private.
Viewing 20 results - 3,181 through 3,200 (of 13,419 total)