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 - 621 through 640 (of 13,419 total)
  • Author
    Search Results
  • In forum: Kadence Theme

    In reply to: text widgets

    #264175

    Hi Charlotte,
    Apologies for the delay! You should see a text widget available in Appearance > Widgets. Is this not the case for you?

    Kindly,
    Hannah

    In forum: Kadence Theme

    Topic: Login Button

    #264153

    Hi..
    I am using the Kadence Theme Pro and also Kadence Blocks Pro.
    I enabled the “My Account” widget on the header, which opens the pop-up for visitors to log in.
    Is there a way to create a button that triggers this same login pop-up so I can display this button on the page, rather than only in the header?

    Thanks

    #264128

    Hi Karla, thanks a lot for your response!

    Got it – I didn’t realize I’d have to type in the name of he widget. It’s a commonly used widget I assume, so it might be easier to include it on the widget list (or simply put all available widgets on the list, as many people wouldn’t know all of their names)?

    So with this widget, I can only adjust color / size etc thru HTML? Right now links change color to blue when I hoover over them. For some of my sites I’ve got a dark blue footer background, so how would I stop the text from changing color when hoovering over it?

    I know there’s a width setting in General, but it only givse you 3 options: standard, fullwidth, contained. I was hoping there’s a way to set a specific width in pixels.

    In forum: Kadence Theme

    Topic: text widgets

    #264126

    Completely new to Kadence. The lack of regular text widgets is troubling me. For instance in the side bar, I would normally add a text widget and then copy and paste the code from my existing site. How do you handle a combination of image and text when there is no text widget? I’m not really concerned about styling, just a container for the info. Thanks

    In forum: Ascend Theme

    In reply to: Footer Link Underlines

    #264125

    I see you have added an option to remove the underline from the footer widgets for text link in copyright section. I removed the additional CSS and then toggled to remove the underline. It still reverts back to the underline upon publishing, clearing cache, etc. Please look into it.

    #264123

    Hello,

    Thank you for reaching out to us.

    There are about 15 widgets to choose from. Many of which are somewhat puzzling, like an audio player, recent site comments or WordPress meta data. But there’s no simple text block widget.

    If you added a Widget footer item, click on its settings(gear icon) and add a widget. On the widgets list, you should be able to see a Text widget – https://share.getcloudapp.com/mXu1QNyO.

    Another challenge I have is that the title of the social widget automatically gets capitalized

    You can change this by going to the footer row’s Design settings where the widgets were placed – https://share.getcloudapp.com/rRukAdkj.

    Then finally, I wonder if I could somehow adjust the width of the footer content (and the header content) to a custom width.

    Each footer & header rows have the Container Width and Layout options respectively to control their widths. These options can be found on the General settings of the footer/header rows.

    Hope this helps.

    Regards,
    Karla

    #264103

    I don’t know the answer to your issue but I too am looking for a simple text widget 🙂

    #264098

    Thanks Karla, that’s great. I’ll use this for now, and I wonder if you might consider adding it at some point in the future to the widget.

    Best wishes,

    David

    #264091
    This reply has been marked as private.
    #264090

    Hello!

    I’ve spend a solid chunk of last evening and today trying to understand both the Kadence header and footer. Though the header (mostly) makes sense at the moment, I’m still at a loss regarding the footer.

    It seems there’s no official documentation on the footer, and those people who’ve put Kadence tutorials on YouTube, all seem to expect different things from a footer than I do.

    So here’s the footer I’m trying to build (from a site of mine build with a different theme):

    It’s just your run of the mill footer with a bunch of important posts, privacy policy etc.

    Now here’s where I ended up with Kadence:

    What I’m trying to do should be really simple. I just want to have a vertical list of text in which I can put custom links to pages on my site. I want to be able to style this text, e.g. make it bigger and smaller, change the color and add boldness. Just like the “Footer copyright” widget does.

    There are about 15 widgets to choose from. Many of which are somewhat puzzling, like an audio player, recent site comments or WordPress meta data. But there’s no simple text block widget.

    What I tried to do, but doesn’t work for my purposes, is add the “all page widget”, and the “HTML” widget. I just need whatever is being used for that Copyright widget, and all should be good.

    Another challenge I have is that the title of the social widget automatically gets capitalized:

    Is there any way to prevent this from happening?

    Then finally, I wonder if I could somehow adjust the width of the footer content (and the header content) to a custom width. I’m looking to accomplish something like this:

    Where basically my header, content, and footer all have the same width.

    Is there any way to accomplish this?

    Many thanks in advance.

    #264075

    Hello David,

    Thank you for reaching out to us.

    You can replace the icon shown to an email one for the other social links using custom CSS code. For example, add the email link on the RSS field and add this on Theme Options > Custom CSS:

    .footerclass .kadence_social_widget .kt-icon-feed:before {
        content: "\ea33";
    }

    Alternatively, to display an email, you can use the Ascend: Contact/Vcard widget.

    Hope this helps and let us know if we can assist you further.

    Regards,
    Karla

    #264066

    Hi team,

    I love the style and simplicity of the Social Icons Widget and use it on several websites in footers.

    I wonder if it might be possible to add an email option to the list? I know not strictly a ‘social’ icon but I think enough people have the use case where they want email in the facebook/twitter/instagram list to make it worthwhile.

    Best,

    David

    #264035

    Hey,
    1. That widget is not part of the theme. Are you using a plugin that may be outputting it?

    2. I suggest uploading a larger image so it is crisper. You can use css like this to stretch it further:

    .header-html.inner-link-style-normal, .header-html-inner .aligncenter {
        width: 100%;
    }

    3. Can you post a link to page you have selected a sidebar layout but it is not displaying?

    4. You can select a default sidebar for your pages from Customize > Page Layout > Default Page Layout. This can be set page to page from the individual page settings. See screenshot:
    Screen-Shot-2021-03-02-at-5-19-25-PM

    6. Try changing your css to this:

    @media (max-width: 1200px) {
    .header-navigation .header-menu-container ul ul li a, .header-navigation .header-menu-container ul ul {
        width: 200px;
    }
    .header-navigation ul ul ul {
        right: 100% !important;
        left: auto;
    }
    .header-navigation ul ul {
        right: 10% !important;
        left: auto;
    }
    }

    Hope that helps!

    7. Yes, this pulls from Settings > Reading > Posts show at most

    So glad you’re enjoying the theme!

    Best,
    Hannah

    In forum: Ascend Theme

    In reply to: vCard – phone link

    #264014

    Hello Anita,

    Thank you for reaching out to us.

    Unfortunately, only the email field will automatically have the link. What you could do is add a Custom HTML widget on the Topbar Widget Area and add this code so you could have a tel link for the mobile phone number:

    <a href="tel:36704198081">
      <i class="kt-icon-mobile"></i>     +3670 419 8081
    </a>

    Hope this helps and let us know if we can assist you further.

    Regards,
    Karla

    #263986
    This reply has been marked as private.
    #263982

    Hello Support team!

    I’m using Contact card widget in Header Extra area, and I’d like to add the phone link to the phone number. How can I do that.

    In addition, I’d like to align the contact card text to the left (now this is set to the right). Can you suggest a css code for that?

    The site is the following:

    Thanks a lot,
    Anita

    In forum: Kadence Theme
    #263972

    Never mind! I found it. It displays the active filter when selected filters in the Off canvas..
    I thought it would display the filter widgets above the products instead of the Off canvas filters. Is there an option to have that?

    Thanks!

    #263957

    Yes. I just looked at the Widgets under Appearance and don’t see it anywhere.

    #263934

    Hey,
    Happy Friday!

    1. How are you adding the icon list widget? Are you using a plugin that is outputting that?

    2. What size image are you uploading? Be sure that you are uploading an image that is larger than the container. Then you can use the following css to stretch the container width:

    .site-header-item.site-header-focus-item {
        width: 100%;
    }

    3. After setting the sidebar layout from your edit page have you cleared your cache?

    4. You can choose the default sidebar for your pages, but then to adjust/remove this you need to do so page by page. Does that make sense?

    5. This css will hide your home page title:

    .home section.entry-hero.page-hero-section.entry-hero-layout-contained {
        display: none;
    }

    6. For the dropdown width, try adding this to your css:

    @media (max-width: 1200px) {
    .header-navigation .header-menu-container ul ul li a, .header-navigation .header-menu-container ul ul {
        width: 200px;
    }
    .header-navigation ul ul ul {
        right: 100% !important;
        left: auto;
    }
    }

    7. You can customize this from Customize > Blog Posts > Archive Layout.

    Hope that’s helpful!

    Best,
    Hannah

    #263925

    I still have some of the issues that were not addressed in my previous message.

    I am working on a staging copy of the website that I can publish once its ready and all problems are fixed, that’s why my current website looks the same.
    I will send a link to staging copy where you can see all the listed problems.

    I wasn’t able to fix the issue with icons in the footer, they don’t show up. I use icon list widget block. I will attach the screenshots.

    The image that is now in the upper right hand corner of the header is very small (marked as a small red rectangle on the photo). I want to stretch it to the entire area from the logo to the right border (marked as a large red rectangle on a photo).

    Sidebar:
    I set the default option in customizing area with no sidebar, because I am planning to use no sidebar on some pages.
    When I add a sidebar to some pages where I want to have it, it doesn’t show up. It shows up on blog posts, but not on the pages.

    I tried to assign sidebar in the main settings, but then there is no option to not show it on some of the pages, you always have to choose some sidebar.

    I still cannot find the option to remove Home Title on the home page. If I remove it in the page editor it removes the entire page title (H1 heading). Is there any css to remove the Home title from showing up on the home page (without removing H1 title from the page)?

    Drop down menu goes beyond the screen on smaller monitors. Can I change it in some way other than making the menu thinner?

    Is there a way to customize how the page with all blog posts appears? For example, not to show posts preview in columns and make larger images and abstracts.

    Thank you!

Viewing 20 results - 621 through 640 (of 13,419 total)