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 - 401 through 420 (of 2,437 total)
  • Author
    Search Results
  • #238830

    I’m building a new site and have all of my elements in place, but can’t quite get the spacing as I’d like it. The logo is exactly where I’d like it, but I’d like to have the Header Widget area almost fully right justified with maybe just 20px or so of padding to the right. Ideally the main menu would then be somewhat centered between the logo and widget area.

    It looks pretty good on my laptop, but when I move to a screen with a larger resolution the menu is a little too far left and the widget area has too much white space to the right of it

    The site can be found HERE.

    As always, thanks for any help you can provide.

    #238610

    Hi there, thanks as usual for your help.

    I have a question regarding Ascend and Virtue.

    I need a header like Ascend (with Logo/Menu/Widget in one row, where the widget holds social icons). However I want to show recent posts on the homepage just like in this demo here: (at the bottom of the section). I can’t figure out how to do that at all in Ascend, and in Virtue I can only get 2 recent posts to appear (using Theme Options > Home Layout).

    Can you give me any advice on to get what (the posts exactly like in link, but with a widget area to the left of the menu) I want either with Ascend or Kadence?

    Thanks in advance!

    #238521

    Hey,
    You would need to install this plugin: https://wordpress.org/plugins/widgets-on-pages/

    Then you would need to add a layout builder widget in pagebuilder to that new widget area and in that, you would place your category and search widgets.

    Then if you only have a couple of categories I suggest you just add the shortcode into the category description areas.

    If you have a ton and manually adding isn’t an option you will need to override the archive.php file in your child theme and add the shortcode into the template like this, just be sure to replace the shortcode [widgets_on_pages id=x] with the correct one for the widget area created with the plugin:

    Then in a child theme you would add a function like this, just be sure to replace the shortcode [widgets_on_pages id=x] with the correct one for the widget area created with the plugin:

    <?php echo do_shortcode( '[widgets_on_pages id=x]' ); ?>

    You would add that around line 74.

    Ben

    #238165

    Hey,
    If using the theme product category carousel it will display at the bottom by default. Have you tried using the Ascend Carousel widget and adding it into the content area of the page using elementor?

    Hannah

    #238100

    Hey Hannah,
    Thanks so much for this.
    I think I had forgotten that we have our own set of icons. Goodness knows where the Font Awesome icon-set was getting loaded, but since the phone icon disappeared when I started deactivating plugins, I suspect the Susyptic plugin was pulling it in!

    The final html is modified slightly to work with Ben’s CSS:

    <a href="tel:1300662338"> [icon icon="kt-icon-phone" size="40px"]<span> Ph: 1300 662 338</span></a>

    A question about the CSS that Ben provided above.

    Ben set the widget text (in the <span>) to be white to begin, with then change when the menu bar went to sticky as requested in 3 and 4 above. I have applied the same solution to the phone icon using the following CSS:

    body.trans-header div:not(.is-sticky)>.headerclass-outer div:not(.is-sticky)>.kad-header-topbar-primary-outer div:not(.is-sticky)>.headerclass li.menu-widget-area-kt .custom-html-widget a, body.trans-header div:not(.is-sticky)>.headerclass-outer div:not(.is-sticky)>.kad-header-topbar-primary-outer div:not(.is-sticky)>.headerclass li.menu-widget-area-kt .custom-html-widget a i {
         color: #fff !important;
    }

    I wondered if there was a simpler solution as my solution isn’t very elegant!
    The login above is still active.
    Very many thanks,
    Phil.

    #238068
    li.menu-widget-area-kt .custom-html-widget a {
        font-family: "Source Sans Pro";
        text-transform: none;
        line-height: 24px;
        letter-spacing: .2px;
        font-weight: 600;
        font-style: normal;
        color: #444;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    body.trans-header div:not(.is-sticky)>.headerclass-outer div:not(.is-sticky)>.kad-header-topbar-primary-outer div:not(.is-sticky)>.headerclass li.menu-widget-area-kt .custom-html-widget a {
         color: #fff;
    }
    
    li.menu-widget-area-kt .custom-html-widget a span {
        white-space: pre;
    }

    You can use that css.

    Ben

    #238050

    I moved your first widget area above the search extra and it moved it to the left. Does that display as you’re wanting?

    Hannah

    #237982
    This reply has been marked as private.
    In forum: Ascend Theme

    In reply to: Footer problem

    #237840

    1. Placing a div into the footer scripts area doesn’t really make sense. What is this script supposed to be doing for you? It seems more like something you would place into a widget area if it’s to show ads.

    Regardless, you can view source and see that all the code you posted here is output on the page. None of that is missing.

    2. Elementor removes the header on purpose. When you are using a header or footer template you have to use both:

    We require both header and footer to be implemented together, because most themes have an opening DIV tag in the header.php file and a closing tag in the footer.php file. If Elementor will replace the original footer file without the header, some DIV tags will remain open causing UI issues.

    There is a workaround I can look at placing into the theme that would allow/tell elememtor to only display one, I just haven’t had that many people lookin for this. But I’ll look into adding it.

    Ben

    #237806

    Is there a way to center the above footer widget area on mobile only? I am using a mailchimp signup form and it looks fine on the desktop version but when you get to mobile its not centered

    sport.inearz.com

    #237638

    But I know that I can only use SliderPro in one area of homepage

    You can use it more than once, just has to be different slides, you can’t have the same slider on the page more than once.

    The Ascend call to action widget has title, subtitle and button options. What different options are you wanting? You can always use a text box and place whatever content you want into it.

    Ben

    #237612

    Hi, Gang.

    I want to place a fullwidth image on the home page further down from the slide image above with a link to an article. I have tried the SiteOrigin Hero widget. A little wanky. I have tried the Call To Action Widget. Doesn’t give me what I’m looking for. I really want more of a SliderPro image with titles and button. But I know that I can only use SliderPro in one area of homepage.

    Any suggestions?

    Thank you,
    Pam

    #237461

    Hi,

    Website: o Theme: Ascend

    Issue: I’ve enabled the ‘Headers Extra Widget Area’ with Click to Call HTML which shows up and works fine in Desktop view, but does not show up in Mobile View, please advise, thank you.

    Cheers

    • This topic was modified 6 years, 7 months ago by bugit.xyz.
    #234774

    Hey,
    You bet, if you go to theme options > header settings, under “Enable and Sort Header Extras” drag one of the widget areas to the top of the list and one at the bottom.

    Ben

    #234725

    Is there a way to add a widget area to the left side of the centered logo design (see attached)? It looks like there are two widget areas using this configuration, but they’re both on the right side of the logo. I’d love to have a way to add social media icons to the left side of the header area. Thank you!

    #234607

    Hi,

    Need a clever Custom CSS to increase margin (buffer) between Home Widget Area Content and footer. Right now the content in Home Widget Area is overlapping a bit due to shadow that I created for image. I am using SPLIT CONTENT in that widget.

    Thank you,
    Pam

    #234308

    Hi,

    I am having an issue with the icon list and the colours for the table layout when on stripes.

    The site I am working on has the latest virtue theme and all the Blocks plugins are updated as well

    Icon List:
    1. For some reason the text alignment icons are not showing i.e. where to show the icon in the line of text – top, middle or bottom?
    2. If I set the icon list to be center width (so no text floats to the side of the column) then the text is center aligned and I would like it left.

    Tables with striped setting.
    1. The background in the backend is white but when I look at the front of the website it is a grey so the lines are not as distinguished.
    2. Again for some reason the colour selection is not showing – what colour the stripes should be? I have had those appear before?

    Finally, is there anyway we can use Blocks in the Widgets area?? I am finding that I have to install Page Builder to create modals in the sidebars. This then confuses the pages sometimes when a new page is created it will be created as a page builder rather than the blocks. I would rather not have page builder installed at all now that I have the hang of the blocks I am loving them!

    Links to the website below.

    Thanks, Mel

    #234291

    Hi guys,

    For some reasons, the sidebar on my site has disappeared. I’ve checked the theme options, page settings, to make sure the sidebar was well set and then I’ve even checked my widget area and everything seemed alright.

    Thanks in advance for your help.

    Regards,
    Dorcas

    #234136

    Hey Richard,
    There isn’t a way to add this into your home slider, only your header widget area but I’m not sure that will give you the look you’re after. My suggestion is to use the home widget area to add a row with a background image and then add the testimonials widget to the row.
    Navigate to Appearance > Widgets and add a Layout Builder widget to your home widget area. Then add a full-width single column row and add the virtue testimonial carousel widget to the row. Then from Theme Options > Home Layout enable the home widget area.
    Hope this is helpful!

    Hannah

    #234130

    OK… I have the testimonials working… right now, I have it in the top bar… see https://www.capsfundingllc.com&#8230; however, I originally said I wanted the testimonials to display in the images on the top of the home page… Hannah seemed to think that they would. With this plugin, can I get the testimonials to display “in” the images at the top of my home page?

    Another question… right now I have the testimonials in the top bar of my home page. In the widget area, there is an option to display testimonials in the “Home Widget Area”… I tried doing this, but the testimonials disappeared totally. Can I display testimonials in this “Home Widget Area”? If I can, how do I do it? And, where exactly is this “Home Widget Area”? What will this website look like if I do this?

Viewing 20 results - 401 through 420 (of 2,437 total)