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 area'

Home / Forums / Search / Search Results for 'widget area'

Viewing 20 results - 241 through 260 (of 2,437 total)
  • Author
    Search Results
  • #252734

    Currently we are not using a child theme.

    It would be great if you could ask the developer if there`s a simple way to add a custom function for this.
    We would need a widget area at the right side of the main menu area.
    (similar to what you can see at this website: https://www.kindernothilfe.at/

    Elsa

    In forum: Virtue Theme
    #252691

    Hey Caitlin,
    You can’t use a page template on the homepage as it will just be overridden by the homepage template. You can use a shortcode like this: [kt_contact_form label_name="Name:" label_email="Email:" label_subject="Subject:" label_message="Message:" label_submit="Send Message" email_to="Email to:" message_success="Thank you! Your message was sent successfully."]
    Just paste that into your homepage content area or into a text widget within your home widget area.
    Hope it helps!

    Hannah

    #252642

    Hi Elsa,
    As I’m sure you’ve discovered, Pinnacle theme does not have a header widget area as our other themes do. I can chat with the developer and see if there’s a simple way to add in a custom function for this. Are you currently using a child theme?

    Hannah

    In forum: Ascend Theme

    In reply to: mobile header

    #252298

    Hey Nicola,
    You can do this by enabling the widget area in your Header Extras from Theme Options > Header Settings. Then you can add a social links widget to the header widget area from Appearance > Widgets.
    Hope that helps!

    Hannah

    In forum: Ascend Theme

    In reply to: Disable search popup

    #251950

    You need to enable the Widget Area in the Header Extras in Theme Options > Header Settings.

    Hannah

    In forum: Ascend Theme

    In reply to: Disable search popup

    #251947

    Hi Hannah,

    I was able to disable the Search from the Header Extras.
    However I can’t seem to find it to enable it. I’ve added it to my widgets, but when customizing, only the footer widget areas are showing it seems.

    Screenshot-2020-06-24-at-21-57-45 Screenshot-2020-06-24-at-21-56-54

    In forum: Ascend Theme

    In reply to: Disable search popup

    #251940

    Hey Nabil,
    You can do this by disabling the Search from the Header Extras and instead enabling the Widget Area and adding a search widget from Appearance > Widgets. Will this work for you?

    Hannah

    In forum: Ascend Theme
    #251934

    Hey Vu,
    In Theme Options > Mobile Header you can set the Mobile Cart Display to Off. Then under Mobile Top Icon Bar you can set Enable Mobile Top Icon Bar to On then set Enable Mobile Top Icon Bar Widget Area to On and add a cart icon to the Mobile Top Icons.
    Hope this is helpful!

    Best,
    Hannah

    #251911

    How do I disable the mini cart function?
    So I still want the Cart icon, but just don’t want it to update with the items in cart. For caching purposes. Is that possible?

    I found a workaround for the desktop version, but for the mobile header, there’s no widget area for the mobile header?

    I’m hoping there’s a way to just disable the cart-updating function of Mini-Cart.

    #251837

    There appears to be about 30px of whitespace at the top of the sidebar widget, or perhaps it’s being forced there or exacerbated by the Facebook live feed I’m embedding in this particular sidebar. I’d like to see if I can get the content of this sidebar to align with the content of the page alongside of it or, more specifically, the background being used for the main content area. Normally I would just force the main page content down a bit, but since I’m using the background (at the customer’s request) that looks a bit funny.

    The site is HERE.

    Thanks so much, hope everyone is well!

    #251555

    Hi Mitchell,
    1. You would need to enable the Logo Left Widget Area from Theme Options > Main Settings > Logo Options. Then you an add a search widget from Appearance > Widgets. From there you can use css to style it as you’re wanting. I would be happy to help with that.

    2. You can add this to your custom css box in Theme Options > Advanced Settings:

    @media (min-width: 992px) {
    .col-md-6.col-sm-6.kad-topbar-right {
        width: 80%;
    }
    .col-md-6.col-sm-6.kad-topbar-left {
        width: 20%;
    }
    .textwidget.custom-html-widget {
        float: right;
    }
    }

    Best,
    Hannah

    #251426

    Hey,
    There isn’t a widget area for the mobile view.

    There are possible css hacks to make the desktop topbar show on mobile but it’s usually not desirable. If you have users that need to change languages a lot then adding icons may be an option or adding into the mobile menu might be the better workaround.

    Ben

    #251361

    Thanks Hannah but I can only put icons in there and not anything else, so it isn’t a widget area to put anything else – or am I still missing something?

    #251330

    Hi Annette,
    In Theme Optoins > Mobile Header > Mobile Top Icon Bar you can enable the Mobile Top Icon Bar Widget Area.
    Hope that helps!

    Hannah

    #251224

    Hello there
    i have widget area in my header. Site Layout Header Style – LEFT.
    When i write contact info in widgets – there’s no wrap.
    What could i do with this?
    Regards

    #251026

    Dear Sirs, First of all, thanks for your great products, but I need your help.
    Please help me to make the gap between header and widget area (main page) and gaps between widgets blocks smaller.
    Especially I need it on mobile. Easy to understand what I need on my screenshots. My site is
    Thank you

    #250944

    Hi
    With your help, I have the following custom css to keep the social media icons on the right of the topbar. I’m trying to move the widget to the footer and can’t – I think it’s blocked by the css
    can you help?

    .topbarmenu ul.sf-menu {
    display: block;
    }
    #topbar .id-kad-mobile-nav, #topbar .mobile-nav-trigger-id {
    display: none;
    }

    @media
    (max-width: 768px) {
    body #topbar .kad-topbar-left {
    float: none;
    width: 100%;
    }
    body #topbar .kad-topbar-right {
    float: none;
    width: 100%;
    }
    }
    .topbar-widgetcontain {
    display: inline-block;
    }
    #topbar-search {
    text-align: left;
    }

    @media
    (min-width: 992px){
    .kad-topbar-right {width:60%;}
    .kad-topbar-left {width:40%; padding-left:0;}
    .topbar-widgetcontain .kt-image-align-center {
    max-width: 150px;
    }
    .widget-4.widget-last.topbar-widgetcontent.topbar-widgetcontain {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    }
    .widget-3.topbar-widgetcontent.topbar-widgetcontain {
    float: right;
    }
    .topbar-widgetcontain {
    float: right;
    }
    .widget-2.topbar-widgetcontent.topbar-widgetcontain {
    clear: right;
    }
    }
    .kad-topbar-widget {
    margin-top: 8px;
    }
    #topbar form.form-search {
    max-width: 140px;
    }
    .kad-topbar-right {
    padding-right: 0;
    }
    .topbarmenu ul li a {
    font-size: 16px;
    }


    @media
    (max-width: 992px) {
    #topbar .kad-topbar-left {
    float: right;
    width: 20%;
    }
    #topbar .kad-topbar-right {
    width: 90%;
    float: right;
    }
    }

    @media
    (min-width: 1200px) {
    .topbar-widgetcontain {
    float: right;
    display: inline-block;
    }
    .widget-1.widget-first.topbar-widgetcontent.topbar-widgetcontain {
    float: none;
    margin-top: 0;
    }
    #topbar-search {
    text-align: right;
    }

    .sidebar ul a {
    color: blue;
    font-size: 14
    font-weight: 700;
    }
    .sidebar ul a:hover {
    background: #81d742;
    color: black;
    }


    @media
    (min-width: 992px) {
    .widget-1.widget-first.header-widget-area-header.widget_media_image {
    width: 50%;
    float: left;
    }
    .kad-info-box.kad-info-box-98.clearfix {
    float: left;
    margin-top: 10px;
    }
    .widget-2.widget-last.header-widget-area-header.virtue_infobox_widget {
    display: inline-block;
    width: 50%;
    margin-top: 10px;
    }
    }

    #250854

    I just migrated to Kadence and I love it.

    I have 2 small display issues that I hope you can help me with:

    1. How do I set sidebar widget to be 100% height of the sidebar and right-aligned?

    Instructions from my ad network: The column must fill 100% of the available height in the area you want the ads to appear.

    Old working version correctly:

    New version where the ad sticky stack not working

    This is the code my old theme developer gave me at the time for the sidebar:

    #primary-sidebar .svq-sidebar-content {
    height: 100%;

    }

    #primary-sidebar #custom_html-5 {
    height: 100%;
    }

    #primary-sidebar #custom_html-5 > div {
    height: 100%;
    }

    #primary-sidebar #sidebar-ss {
    height: 100%;
    }

    #sidebar-ss div{
    float: right;
    }

    2. The table of content has a display issue on desktop with too little spacing to the line above it. This doesn’t happen on mobile nor did I seen it happen with another them. In action after first paragraph

    Thank you.

    #250767

    Hey,
    You can add html like this to your topbar widget area: <a href="tel:1-555-555-5555">1-555-555-5555</a>
    Hope that helps!

    Hannah

    #250757

    If you want that kind of style you can use CSS like this:

    
    @media screen and (max-width: 767px) {
    .footer-widget-area-inner {
        display: flex;
        justify-content: center;
    }
    }
Viewing 20 results - 241 through 260 (of 2,437 total)