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 - 701 through 720 (of 2,437 total)
  • Author
    Search Results
  • In forum: Reply To:

    In reply to:

    #199113

    Hi,
    In Theme Options > Topbar Settings set “Enable widget area in left of Topbar?” to “On”. Then also turn on the “Topbar Layout Switch.” Then navigate to Appearance > Widgets and add a Pinnacle: Social Links widget to your topbar.
    Hope that helps!

    Hannah

    In forum: Ascend Theme

    In reply to: home page content

    #198927

    Hello,

    A simple workaround for this would be to use your home widget area as a second page content area. You’ll just edit the content in Appearance> Widgets, rather than the page edit screen.

    You can use a page builder layout builder widget that will allow you to have full control of the content.

    Does that work for you?

    -Kevin

    #198422

    Hi Arun,
    Are you wanting a size chart? Like here: http://themes.kadencethemes.com/virtue-bold/product/ship-your-idea-2/
    That’s a feature within the kadence woo extras widget: https://www.kadencewp.com/product/kadence-woo-extras/
    Or you could add a modal shortcode to your product short description area and create a form to go inside the modal.
    Hope that’s helpful! Let me know if you need more guidance.

    Hannah

    In forum: Virtue Theme

    In reply to: Random Blog Posts

    #198400

    Hello,

    You can do this with shortcode. Rather than add the posts via the Home Layout section, place this shortcode either in the page content area of your home page, or enable the home widget area and add it to a text or visual editor widget in Appearance> Widgets:
    [blog_grid orderby=rand items=2 columns=2]

    Let me know if the shortcode option works for you.

    -Kevin

    #198322

    Hey,
    You would have to use a child theme, this isn’t a theme option. And you can’t do this:

    Is it possible to make Primary menu look like top bar and have mini cart also show amount before hovering over Cart total? And then disable top bar and move primary menu to the place of top bar?

    That would be harder to pull off then simply creating your own topbar mini cart.

    are you using a child theme. Do you know php and can update a function like this as wooocommerce changes? You might want to look for a plugin option and place in the topbar widget area.
    Ben

    #198114

    Hi
    I have my footer set at 4 columns, first column full width, 3 columns below.
    The Virtue Social Media Widget is aligned left in the first column – I would like everything in the footer areas aligned centre.
    I’d alsolike to make the social media icons bigger.
    Can you assist?

    #198071

    Hello Support Team!

    I use Ascend Gallery (carousel equal ratio images) on the front page, in ‘Above Footer widget area’ part. I’ve added 8 images to the gallery, however only 6 images are displayed.

    Can you please check this?

    goo.gl/ppPkEm

    Thanks, Anita

    In forum: Virtue Theme
    #197858

    Hey Reva,
    This css should stretch your menu full width:

    #kad-banner #cat_nav .container {
        width: 100%;
        padding: 0;
    }

    Just paste that into your custom css box in Theme Options > Advanced Settings.

    It looks like you have an empty h1 tag in your header widget area. That is creating the extra space. Do you see that from Appearance > Widgets?
    You can use css like this to set a min-width for your logo:

    @media (min-width: 992px) {
    #logo {
        margin-right: 0px;
        min-width: 500px;
    }
    }

    Hope that helps!

    Hannah

    In forum: Ascend Theme
    #197755

    Hello Suppoprt Team!

    The front page of my webshop is broken:

    I’ve done the following updates before:
    Wordpress to 4.9.8
    Plugins: WP All-in-one-WP-Migration, Page Builder By Site Origin.
    Ascend Premium to 1.5.6

    SINCE THEN, THE FRONT PAGE LOOKS LIKE THIS:
    1. Kadence Slider pictures are missing
    2. Ascend Carousel has 3 lines instead of 1
    3. Product tags and Ascend Call to Action widget is missig in the ‘Above footer area’ widget
    4. The whole footer widget is missing.

    Then I’ve put an earlier version of all the updated plugins and the theme. But front page is still broken.

    /I’ve some other websites, where there’s no problem since the update./

    I THINK IT’S IMPORTANT, THAT AFTER ALL UPDATES, I ALWAYS GET THIS ERROR MESSAGE ON THIS SITE (and I couldn’t solve this problem, I’ve not found a programmer to helP in this):

    Warning: mysqli_query(): MySQL server has gone away in /wp-includes/wp-db.php on line 1924

    Warning: mysqli_query(): Error reading result set’s header in /wp-includes/wp-db.php on line 1924

    CAN YOU PLEASE ADVSE?

    Thanks, Anita

    #197646

    Hi I’m trying to get the same split content feature on my website http://www.coreconsultantsgroup.com

    However there’s two things:

    1) I cant get the grey area to “stretch” across the page
    2) The whole grey area is really really big (vertically) how do I make the total area narrower?

    As an aside- is there a way to change the font colour on the Ascend menu image widget from white to something else? And to make the images on the Ascend Menu widget into a hexagon or something instead of a rectangle?

    thanks in advance for your assistance.

    Kind regards,
    Lara

    #197477

    Hello Kevin.

    That’s bizarre!

    Thanks for your help. I moved all the necessary widgets out of the inactive area and to their proper places. Thanks for your help with the call to action as well.

    Thanks!

    #197476

    Hello,

    Looks like for some reason all of your widgets got moved from your home widget area to the “inactive widgets” area in Appearance> Widgets. I’m not sure why this would have happened, as I haven’t heard the issue reported from anyone else and it isn’t present on my site.

    You’ll have to re-place them in the correct area in Appearance> Widgets to get the layout back.

    As for the call to action, you need to move it to the Active side of in Theme Options> Home Layout. I’ve taken care of this for you.

    -Kevin

    #197473

    In regards to this page:

    I had some home widgets in place that have disappeared following an update of the theme and WordPress. Has this been a widespread issue?

    Previously, I could go to Appearance > Widgets and see three items I had saved in the Home Widget Area (three call to action images). The Home Widget Area is still there but it contains no content.

    Similarly, if I go to Theme Options > Home Layout there is text present in the Home Call To Action Settings > Call to Action Text but after the updates that text is no longer displaying on the home page.

    It would be great to get some help recovering these items.

    Thanks!

    I will submit another private post with the WP login credentials. Feel free to login to investigate.

    #196623

    Hey,
    here is the css for the link

    .kt-header-extras .menu-widget-area-kt a {
        display: inline-block;
        padding: inherit;
        color:inherit;
    }

    I suggest this instead of your css for the fullwidth:

    .kt-header-position-above .kt-header-extras ul.sf-menu {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    
    .kad-right-header.kt-header-flex-item {
        width: 100%;
    }

    Ben

    #196562

    I’ve enabled the header widget but not the secondary header widget on THIS SITE. I’d like that area to basically spread 100% of the header area so the contact information I’ve placed there all fits nicely centered on one horizontal like. I know how to make this happen with CSS in Virtue, but apparently not Ascend.

    Any help appreciated. Thanks!

    #196242

    Hello,

    1. You can add a widget area to your topbar in Theme Options> topbar Settings and set the side you’d like the widgets to show on. Then add the widgets in Appearance> Widgets. Does that work for you?

    2-3. There aren’t really any animation options like that for the header, but you can set different parts to be sticky and others not. The sticky options are found in Theme Options> Header Settings> Enable Sticky Parts of Header?. Just select what parts you’d like to be sticky and you should be set.

    Let me know if this is helpful.

    -Kevin

    #196049

    Hi Graham,
    Are you using a page builder plugin? Using your page builder editor you can add whatever widget you want into the product description area. Does that work for you?
    You may also like this plugin: https://www.kadencewp.com/product/kadence-woo-template-builder/
    Hope that’s helpful!

    Hannah

    #196048

    My bad, I clicked on the wrong forum!

    I always use Page Builder and I did work up a solution using a template and duplicating pages. I’ll also play around with your other suggestion of putting a widget area in the header and see how they like that.

    As always, a big thanks, and sorry once again.

    #196046

    With Ascend you have the option of enabling a side header (theme options > layout settings). You could then choose a header style with extras (theme options > header settings) and add a widget area to your header. Then you could still use the sidebar layout as normal.
    Are you using page builder by siteorigin? If so, see “duplicating existing pages” here: https://siteorigin.com/page-builder/documentation/prebuilt-layouts/
    In the future be sure to post in the correct forums. You can find Ascend Premium forms here: https://www.kadencewp.com/support-forums/forum/ascend-theme/

    Hannah

    #196010

    usually, it’s a plugin or some script you could add in a page or widget area that would break jQuery.

    Have you tried deactivating plugins? (I tried that but no change)

    Are you adding any javascript anywhere in the site? (no)

    What is in your child theme? (there’s nothing in the css file, but I do have some codes in the function.php. To see if my codes on the function.php might be affecting the jQuery on the product page. I switch the virtue child theme to the parent theme. Still having problems)

    While I was waiting for your reply to my problem. I discovered that if I had more than 17 product variations (based on 2 attributes) with values, jQuery would not properly load. Based on what I discovered, I created several more products with just 1 product attribute as a work around. Not ideal but it works. So Ben I would consider my problem solved for the time being. I know that you can’t respond immediately, but I still appreciate the suggestions you provided.

Viewing 20 results - 701 through 720 (of 2,437 total)