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 - 901 through 920 (of 2,437 total)
  • Author
    Search Results
  • #171654
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: Announcement Bar?

    #171571

    You can use the topbar option in the theme. enable it through your theme options then enabled the topbar widget area and you can add a text widget to the topbar.

    Ben

    In forum: Virtue Theme
    #171539

    Another option would be to enable the home widget area and then add it into a text widget in Appearance> Widgets.

    If you’re trying to add this to all pages on your site, perhaps one option would be to go to Theme Options> Footer Settings, and
    Use Sitewide Footer Call to Action.

    Then, maybe you could add the shortcode option, and the like button would show up on all pages.

    Let me know if that works.

    -Kevin

    #171470

    Hey,
    1. To my knowledge, there isn’t an option to add an iframe code to the kadence slider, but you could add a link to your facebook page?

    2. You could try adding it to a text widget within your home widget area (appearance > widgets). Or else a plugin like this may be helpful for you- https://wordpress.org/plugins/simple-facebook-twitter-widget/

    Hannah

    In forum: Ascend Theme

    Topic: Adsense

    #171300

    How do I add Google Adsense to the header please? Which widget can I use for the code? I have the menu setup with log in middle, a widget area each side of this and the menu underneath.

    site/

    In forum: Ascend Theme
    #171120

    Hey,

    i have added navigation menu to my Header Extra Widget Area, but i can’t show up

    In forum: Ascend Theme
    #171064

    Hey,

    After turning on the header extras, you need to assign them widgets. To do this, go to Appearance> Widgets, and add the desired widgets to the header extras areas

    Does that help?

    -Kevin

    In forum: Reply To:

    In reply to:

    #170991

    Cleared cache, and then it was working on the home page.

    But then I was looking at the database page, where I added form html in the same editor widget, and it wasn’t working. So as a test I added the form html to the homepage widget, and now the scroll on the drop down menu isn’t working there either.

    As a test I copied it all into the custom html widget, but still not working. But by usiing that widget, it showed that there are 10 errors in the html. I just don’t know how to fix them!
    http://107.180.68.121/NERevalUpdate/wp-content/uploads/2017/12/Screenshot-2017-12-06-17.13.59.png

    Here’s the total html for both the scrolling drop down menu and the sign in area:
    <h4><span style=”color: #ff0000;”>Access the Online DataBase</span></h4>
    <div class=”dropdown”>

    <button class=”dropbtn”>Click a City/Town name</button>
    <div id=”myDropdown” class=”dropdown-content”>Attleboro
    Barrington
    Bristol
    Attleboro
    Barrington
    Bristol
    Attleboro
    Barrington
    Bristol
    Attleboro
    Barrington
    Bristol</div>
    </div>

    <h4><span style=”color: #ff0000;”>Appointment Book</span></h4>
    <input type=’checkbox’ id=’form-switch’/>
    <form id=’login-form’ action=”” method=’post’>
    <input type=”text” placeholder=”Username” required/>
    <input type=”password” placeholder=”Password” required/>
    <button type=’submit’>Submit</button>
    <label for=’form-switch’><span></span></label>
    </form>
    <form id=’register-form’ action=”” method=’post’>
    <input type=”text” placeholder=”Username” required/>
    <input type=”email” placeholder=”Email” required/>
    <input type=”password” placeholder=”Password” required/>
    <input type=”password” placeholder=”Re Password” required/>
    <button type=’submit’>Register</button>
    <label for=’form-switch’>Already Member ? Sign In Now..</label>
    </form>

    I’m so sorry to be such a time-hog today.
    Carrie

    #170850

    Lets talk about this image to start:

    How would you like this to look on a screen that size? What are you imagining the layout should do? Are you wanting it to drop into different rows? Part of building a responsive site designing with different screen sizes in mind.

    Here is a custom option that would decrease all your fixed sizes for that page.

    
    @media (min-width: 780px) and (max-width:1600px){
        #pl-65 .image_menu_item_link .image_menu_message h4 {
            font-size: 14px !important;
        }
    
        #pl-65 .image_menu_item_link .image_menu-bg-item {
            height: 200px !important;
        }
    
        #pl-65 .kadence_imgmenu_widget {
            margin: 0 -10px;
        }
    }

    Another option would be for you to switch to a mobile header sooner:

    @media (max-width: 1400px) {
    .kad-header-position-left #wrapper {
        padding-left: 0;
    }
    #kad-vertical-menu {
        display: none;
    }
    #kad-mobile-banner {
        display: block;
        height: auto;
    }
    }

    Regardless the biggest issue I see on the page is that your word testimonials is large and long and by default, wordpress won’t break words in half so it’s getting cut off very quickly on any normal screen size. ONly if you are on a very large screen does it not get cut off. So to me that just means you need to either decrease the font size or change how large that column is that your placing the word into.

    Next this image:

    You are using the split content widget and you are setting the image side to “Cover” which makes the image fill the space as a background. Backgrounds shouldn’t have content and when they are filling to cover they will expand to cover any given area.

    See here for some information: https://www.kadencewp.com/background-image-sizing/

    I suggest you just change that setting to not cover but to place the image so that all your of your image will always show and you won’t get any part cut off.

    Ben

    In forum: Virtue Theme
    #170786

    Here is CSS for that, though you could translate these areas for your french site:

    .topbar-widget:lang(fr-FR) {
        display: none;
    }

    -Kevin

    #170469

    You had “Home Widget Area” selected as your sidebar from Theme Options > Home Layout. I changed it to Primary Sidebar and it’s working.

    Hannah

    In forum: Ascend Theme
    #170453

    Hey,

    li.menu-widget-area-kt .btn {
        display:inline-block;
    }

    That would place it beside the text.

    In forum: Ascend Theme
    #170441

    This CSS should center the text:

    li.menu-widget-area-kt .btn {
        text-align: center;
    }

    And this CSS should shift the widget area to the left a bit:

    .kad-right-header.kt-header-flex-item {
        margin-right: 40px;
    }

    Try adding the CSS to Theme Options> Custom CSS, and let me know if it works for you.

    -Kevin

    In forum: Ascend Theme
    #170438
    This reply has been marked as private.
    In forum: Virtue Theme
    #170307

    The px solved the border issues (so from now on I will take your examples literally).

    The button looks fine in the short description area. However,
    When I put the same code into the description area of a Virtue Info Box widget using Page Builder, the button does not come out the same. The icon and the text are reversed and the spacing is not equidistant from the icon/text to the edge of the button.

    See buttons here https://easyecoclean.com/product/easy-eco-eraser/
    See Product Short Description area
    Also, see First row of product info tab for code within Widget.

    Cynthia

    #170245
    This reply has been marked as private.
    #170115

    Hi

    I’ve just added a carousel to my Home Widget Area and it is working fine apart from the fact that, on first page load or page refresh, for a split second larger versions of the images included in the carousel appear on the page, before being resized to fit within the carousel; this looks a little ugly. Is there a way for you to hide this part of the loading process?

    Many thanks

    Liam

    #170064

    I add this widget in home widget area, i can add images, i can see them, but button at the button is not “Save”, she is “Saved” and not active.

    #169326

    Hey,
    I would recommend using the home widget area and using a widget (appearance > widgets) to add your events. Would that work for you?

    Hannah

    #169235

    Hi
    after updating to 2.0.9 I have a problem with this site I set on the home page layout the home widget area, but when I try to add a carousel to the home widget area it first appears in the widget place. Then it starts like saving but doesn’t save and in frontend there’s nothing at all. I reopen the home widget area and the carousel is disappeared the placeholder is empty.

Viewing 20 results - 901 through 920 (of 2,437 total)