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 - 2,241 through 2,260 (of 2,437 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme

    In reply to: External Widget Code

    #24777

    Hey, so you just want to know the widget areas? Appearance > widgets. Is that what you’e after?

    Hannah

    #24716

    hello,

    i was wondering if there was a way to align some widget headers without aligning them all.

    for example, in my full width widgets, i like that my header aligns center.

    however, i have some widget areas that are only 3/4 width, or half width. on these, i would like for the title to align left.

    i have used the code

    .widget-title {
    text-align: left;
    }

    .widget-title:after {
    margin: 0;
    width:100%
    }

    but it applies to all titles.

    how do i distinguish which ones this applies to ?

    #24619

    Thank you Ben, this helped! But I found also another way to do it. I used in teh HOME WIDGET AREA plugin Multilingual text. I made 2 seperate text blocks and it worked also that way.

    #24588

    Hey,
    You can’t translate a whole widget area. If your using the home page you may want to just the page content and use pagebuilder. Or you can follow advice here on how to show certain widgets for certain languages.
    http://wpml.org/2011/03/howto-display-different-widgets-per-language/

    Ben

    #24568

    Hi, how can I translate the HOME WIDGET AREA for a webpage with two languages? The WPML’s String translation hasn’t listed this widget area. Or can this widget be translated elsewere?

    In forum: Virtue Theme
    #24529

    Thanks Ben – sorry Im an amateur – where exactly do I paste the CSS?
    Ive got visual editor widgets in the header widget area.

    #24482

    When you added the code above did you remove the previous code? It should have allowed for the text to go below the logo on mobile.

    You can remove the header widget area on mobile with this css:

    @media (max-width: 768px) {
    .kad-header-widget {
    display:none;
    }
    }

    Ben

    #24393

    Hey, Not sure if this is the look you’re going for, but one thing you could do would be to add a visual editor widget to the header widget area with your title and tagline. Then in theme options > main settings you can leave the tagline box blank. The widget should appear to the right of your logo but we can also adjust with css if needed.
    Let me know if that works for you!
    Hannah

    In forum: Virtue Theme
    #24355

    Hey,
    If you’ve selected the logo widget option in the theme options then you will have a new widget area called header widget area on the widgets page. Just have to add your widgets there.

    Ben

    #24349

    Hi – I’m keen to have widgets on the right hand side of my logo as my primary menu navigation. Can you advise whether this is possible/advisable.
    If so – I’ve changed the main setting to the ‘logo & widget’ but am not sure how to actually move my widgets up into this area.
    gocon.com.au
    Thanks
    Dave

    #24218

    Hello Kadence Themes Community,

    I just purchased the premium version of Virtue – very nice product! I’m using it for my company’s blog –

    I’m not positive I’m using the correct terminology… I want to move the sidebar from the right of the home page content to the left. Or accomplish the same thing via another mechanism (widget area?). By sidebar, I mean the right hand column of my blog, currently has Do Your Taxes, Recent Posts, and Follow Us.

    Thanks in advance!
    Bill

    In forum: Virtue Theme

    In reply to: Missing Sidebar IDs

    #24193

    Ben, the ideal plugin for me is actually this one:

    https://wordpress.org/plugins/q2w3-fixed-widget/

    But I discovered that it causes the carousels to not work. I actually think the plugin is to blame rather than the theme, but be that as it may there is not a match. 🙂

    The only other plugin I could find to do the job was this one, which is the one in question:

    https://wordpress.org/plugins/standard-widget-extensions/screenshots/

    I pulled the screenshots link for you so that you can see the form in question. It’s preconfigured for the bundled themes (Twenty-Twelve etc) and is prepopulated with their IDs (in this case, “secondary”). I would need to provide an ID for what is considered my sidebar area. If I’m being totally honest, I don’t even know if the plugin will do what I want or in the way I want, but until I can meet its configuration requirement I won’t know.

    Alternatively, that first one I linked to is perfect if we can figure out how to get it to play nice with Virtue.

    #24155

    I have a plugin I would like to use for sticky/floating sidebar; however, it relies on knowing the ID attribute of the sidebar.

    Most of my pages (for example, use the “Primary” sidebar. The code in widgets.php seems to be passing around various ID strings for the widget creation… but somehow these don’t make it to the widgets? I didn’t follow through the code to the end, but the rendered result seems to indicate a “quasi”-ID being rendered as classes. I do see some IDs on individual widgets, but no IDs on sidebar areas.

    #23953

    So by using pagebuilder or a widget area is it opens up more options then are reasonable in the home page layout options. And using pagebuilder makes adding other modules fairly easy. Have you seen this? https://www.kadencewp.com/using-page-builder-virtue-premium/

    Ben

    #23931

    Hey,
    So just like you can add best selling products you can also add a home widget area… then go to your home widget area on your widgets page. Add a text widget with the shortcode.

    This has nothing to do with a sidebar.

    Have you see this: https://www.kadencewp.com/creating-a-home-page-with-virtue/

    Ben

    #23913

    Bbpress pages will show a sidebar by default. It will use the primary sidebar option by default. Do you have anything in the primary sidebar widget area?

    Ben

    In forum: Virtue Theme
    #23912

    If you want to add a “logo” in the topbar widget area you can upload a logo that is smaller then 34px high since that is the height of your topbar.
    Ben

    #23911

    Hey,
    Just fyi,
    The search widget that is a part of the woocommerce plugin does that switch for you. All you have to do is replace the wordpress search with the woocommerce one a sidebar or turn on the widget area in the header.

    But your way works fine too.

    Ben

    #23880

    Hi,
    I have a flex slider at the top of my home page and then have few other things below (home widget area with text, portfolio carousel, and home page content). There is a lot of white space below the flex slider. I played with the padding of the slider, but that didn’t seem to fix it. Also, I noticed that as I scroll, the content below the slider appears to sort of “jump” or move on the page to suddenly be closer to the slider and then back to its original position. This jumping also happens sometimes when not scrolling just looking at the content below the slider. I tried the page on several browsers and another computer and it was doing the same.

    I would like to reduce the white space to about half of what is between the slider and the text content, and avoid this “jumping” issue. I’m not sure if it’s a padding issue or some setting that I have in place that’s causing this. I tried several css codes I found in the forum here to change the padding, but it only ever moved the slider up or down, but never reduced the space below the slider.

    Any ideas on how I can achieve this? Thank you!

    In forum: Virtue Theme

    In reply to: Add Text to Header

    #23518

    If you use the logo layout that adds a widget area to the right of the logo, you can then add a text widget.

    There is also the banner option which you can make an image with text and upload there.

    Ben

Viewing 20 results - 2,241 through 2,260 (of 2,437 total)