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 - 1,201 through 1,220 (of 2,437 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #138049

    Try this CSS and let me know if it works for you:

    @media (min-width: 992px) {
    .widget-1.widget-first.header-widget-area-header {
        margin-top: 70px;
        }
    }
    In forum: Virtue Theme
    #138034

    I’m seeing the header display differently than it was. Prior, there had been a spacer above the button that I was targeting with that CSS. Did you make any changes to what’s in your header widget area?

    -Kevin

    #138011

    Hi – I am trying to get the header Extra “Widget Area” to show on mobile, but in Theme Options > Mobile Header, this is not something I can select (the other three Header Extras are there).
    I have a clickable phone number and a book now button that I would like to show. As you can see here
    Could you please let me know how to get this to work?

    Thanks

    #137978

    Hello again Folks,

    I am wanting to add a Virtue button shortcode to the header widget opposite my logo. I am placing it in with a Visual Editor widget and the shortcode from the dropdown menu. I can get it to right align on the horizontal with the justification menu but I also want it to sit in the centre of the header area (vertically) without using simple line spacing (as that looks terrible on mobile with a big gap between logo and button. Any thoughts?

    In forum: Reply To:

    In reply to:

    #137941

    Hey Charles,
    You can use a shortcode like this:
    [recent_products per_page="12" columns="4"]
    Either paste it into your static page, or a text widget within your home widget area.
    Hope that helps!

    Hannah

    #137924

    thanks, that works fine.
    is there also a hook for after the footer widget area ?
    i want to add a custom widget area horizontal under the 4 footer columbs.

    is there maybe a list of all hooks for virtue theme ?

    greets Alex

    #137717

    Carolina, I updated you page moving the “page content” to the home widget area so the home page could be your “latest posts page” Thus allowing the page content to loop through your posts and show in full format.

    Ben

    In forum: Pinnacle Theme

    In reply to: Testimonials

    #137709

    Hey keren,

    In Home Layout Manager, you’re simply enabling this widget area and setting where it will appear. In order to configure the widgets, you need to go to Appearance> Widgets. You’ll want to use a visual editor widget and it should work just the same as the page content area.

    That text is appearing right to left for me, but this CSS should force it rtl if you’re not seeing that:

    div#testimonial-c-case-203 {
        direction: rtl;
    }

    Let me know if this is helpful.

    -Kevin

    In forum: Pinnacle Theme

    In reply to: Testimonials

    #137598

    Hi Hanna,

    I can’t find references to the widget area, I find it in the “Homepage Layout Manager”, but can’t understand where I can configure the widget and add the shortcode.
    I added it for now (not exactly to the location I planned too), into the page content, the title is “Recommendations”. I want that the text will be from right to left, can you please help with the CSS I should add.
    http://www.techtalent.co.il/
    Thanks,

    #137588

    Hey,
    You can enable the topbar widget area from Theme Options > Topbar Settings then add content from Appearance > Widgets. Does that work for you?

    Hannah

    In forum: Pinnacle Theme

    In reply to: Testimonials

    #137584

    Hey,
    You can use a shortcode like this- [testimonial_posts orderby=date items=4 columns=4 cat=photos]
    Either paste it into your static homepage, or into a text widget within the home widget area.
    See a full list of shortcodes here- http://docs.kadencethemes.com/pinnacle-premium/shortcodes/

    Hannah

    In forum: Ascend Theme
    #137522

    Hey,
    You can access the form from the visual editor by clicking the Kadence Shortcodes tab and finding the testimonial form. You can add this to the homepage through a static page and page builder or through the home widget area.
    Hope that helps!

    Hannah

    #137467

    1. No, it’s not a built in option to do this. Ascend theme would get you closer since the my-account and cart are header extras that you can place beside a widget area. With virtue you can do it certainly but you would need to code that out. Nothing pre built in will create that for you.

    2. My suggestion is the header widget area and then your just going to have to customize all that goes into it. Like finding a plugin for each element or coding those out manually.

    3. The demo is using the main menu which you could use if you didn’t need all the others since you do you need to code something or find a plugin that can add that through a widget area.

    4.That is kind of possible. Once you activate the header widget area you could then use this css to force the main menu to the right and up into the top part of the header.

    .col-md-12.kad-header-right #nav-main {
        float: right;
        margin-top: -40px;
        margin-bottom: 0;
    }

    5. You can with the css above and you can add css to make the menu items come farther apart.

    Or you can use a plugin and add your menu to the widget area.

    #nav-main ul.sf-menu a {
        padding: 10px 30px;
    } 

    Hope that helps,

    Ben

    #137440
    This reply has been marked as private.
    #137432

    Hello,

    I’m trying to make the top bar and widget areas according to a wireframe that I have, but I’m not getting even close to it. Could you guys give me a hand, please?

    This site is been protected during the construction phase, so I will provide you guys a user and password on the follow up of this post.

    Thank you,
    Felippe

    In forum: Virtue Theme

    In reply to: Custom Image Menu

    #137294

    Hi William,
    Thanks for the tip! One thing you could so as workaround is enable the home widget area just above your home image menu and add a visual editor widget with h3 text. Does that make sense?

    Hannah

    In forum: Virtue Theme
    #137257

    Hey,

    1. Your slider issue and really something that would create issues throughout your site is all caused by two js issues.

    The first is your mailchimp plugin. You need to deactivate and find a new one becuase it’s causing errors on your site.

    The second has to do with woocommerce cookies. Possible it’s related to: https://docs.woocommerce.com/document/jquery-cookie-fails-to-load/

    Which would mean your server is very very behind with security. Both items don’t have to do with the theme they are breaking the theme. Start with disabling your mail chimp and then try installing the plugin fix from the link I posted above. If that still doesn’t work post back here and I can keep looking at your console logs to see what else might be going on.

    2. Once you set a footer layout. You must then go to your appearance > widgets page and add widgets to the widget areas. When you change that layout widget areas are being removed and so any widgets in those areas are being moved the the “inactive” widgets list. You just need to move those widgets into the area you want.

    3. Just some tips after looking at your site. I strongly suggest you not use photon. It’s more likely to slow down your site then help it.

    Ben

    #137067

    Hi Boris,
    I hope I’m following. So you want a mosaic grid of images on your homepage, correct? And you do not want them to link to individual blog posts? You should use a gallery. Are you using Kadence Membership? If so I would recommend using the Kadence Galleries plugin. https://www.kadencewp.com/kadence-galleries-plugin/ You could create your gallery then add the shortcode to a text widget within our home widget area. If you’re not a member you can still create a mosaic gallery using the visual editor. See here- https://www.kadencewp.com/creating-a-gallery/
    You can use this plugin to link your images- https://wordpress.org/plugins/wp-gallery-custom-links/
    Hope that’s helpful!

    Hannah

    In forum: Virtue Theme
    #136940

    I’ll try to break it down a bit more. If you navigate to Theme Options > Main Settings you should see Logo Options. Select the fourth layout option beside “Logo Layout (Standard Header only)” and save changes. Make sure you are using a standard header style. Then navigate to Appearance > Widgets and you can add a search widget to your header widget area.
    Does that make sense?

    Hannah

    In forum: Virtue Theme
    #136911

    Hey Lesly,
    You can enable the header widget area from Theme Options > Main Settings then add a search widget to your header widget area from Appearance > Widgets. Would that work for you?

    Hannah

Viewing 20 results - 1,201 through 1,220 (of 2,437 total)