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 '

Home / Forums / Search / Search Results for 'widget '

Viewing 20 results - 2,741 through 2,760 (of 13,419 total)
  • Author
    Search Results
  • #211237

    The update should not have changed anything in your footer. I’m seeing a lot of duplicate widgets in there. The iframe with the map is there twice, as well as the contact information. You should be able to edit all of this in Appearance> widgets to delete the duplicate content.

    -Kevin

    #211230

    Hey,
    Do you have the widget area enabled in the topbar? This will override the topbar search, but you can add a search widget to your topbar widget area (appearance > widgets).
    Hope that helps!

    Hannah

    In forum: Virtue Theme

    In reply to: Testimonials

    #211224

    1. No, it doesn’t work for me . I can add or change a border, but not the dropdown menu background colour from menu settings.
    2. The arrows have gone, thanks Hannah.

    note : testimonial widget looks great on mobile device, but on a big screen ( desktop, laptop ) the size of the feature image and fonts are very small and it doesn’t catch the eye. I wonder if this could be changed without affecting the mobile display.

    In forum: Virtue Theme

    In reply to: Testimonials

    #211208

    Hi

    1.The css works fine thanks. Is there any reason why I couldn’t do it in theme options menu settings ?

    2.Yes the widget is now centered.I changed its location in footer. Is there any way to get rid of the navigation arrows ?

    Have a nice day

    Pascal

    https://jennytribillon.com/

    In forum: Virtue Theme

    In reply to: Testimonials

    #211186

    Hey Hannah,

    Thanks to your guidance,I finally managed to create testimonial menus and a testimonial widget that I placed in the footer area.
    I have 2 more questions:
    1. I’d like to change the background color of dropdown menu to black with white font. I went to theme options menu settings, but it doesn’t work.
    2. I would like the testimonial widget to be centered in the footer. How can I do this ?

    https://jennytribillon.com/

    Pascal

    #211160

    … It’s called: Custom Sidebars

    Allows you to create widgetized areas and custom sidebars. Replace whole sidebars or single widgets for specific posts and pages.

    Version 3.2.2 | By WPMU DEV

    In forum: Virtue Theme

    In reply to: side bar as menu

    #211145

    Using a page builder plugin, you can add a Product Categories widget to the top of your content area of a page. Then edit the widget and set it to show as dropdown. Then let me know when you have done so and provide a link and I’ll provide css to hide it on desktop.

    Hannah

    In forum: Virtue Theme
    #211104

    Hey,

    The icons are missing, search, account, cart.

    Those are not options with the standard header unless you add them to your standard header either using a widget area or the top bar. They, of course, would show on all screen sizes.

    The standard header does output a mobile menu that navigates similar to the simple mobile header.

    To hook in a secondary menu into your simple mobile header through a child theme you need to add this function into the functions.php file:

    add_action( 'kadence_mobile_header_after_items', 'force_second_menu_into_mobile' );
    function force_second_menu_into_mobile() {
    	if ( has_nav_menu( 'secondary_navigation' ) ) {
    		?>
    		<div id="mobile_cat_nav" class="navclass">
    			<nav id="mobile-nav-second" class="clearfix">
    				<?php
    				wp_nav_menu( array(
    					'theme_location' => 'secondary_navigation',
    					'menu_class'     => 'sf-menu',
    				) );
    				?>
    			</nav>
    		</div><!--close navclass-->
    	<?php
    	}
    }

    Ben

    #211049

    Hi Angelo,
    I’m not sure what’s outputting that. You can remove with this css:

    .footerclass .widget {
        margin-top: 0;
    }

    Hannah

    #211045

    Hi, if you take a look tho our first left footer column in the ENGLISH version you can see a top space added on the top of the widget, BUT, in reality it seems that the other translated widget for dutch is makeing “noise” to the other … infact if you change the language all is working good:

    EN version
    NL version

    it is a problem of siteorigin translatable widget or of the theme?

    thank you
    Angelo

    #211010

    Hi Guys
    in ascend, the social widget title if you put anything in there you get this
    Looks like the field has http:// in the code, but it shouldn’t because it’s the title.

    http:// title you put in

    Question —
    on the shop page can you move the
    IN the costomizer there is a message for cart message
    can we movemessage at the top?

    #210947

    Hi Kevin,

    Thanks for explaining whatever you can even though you were confused! Haha. I managed to fix the topbar widget issue so all is looking fine now.

    I’m actually having quite a bit of issues trying to stylize the woocommerce end points, eg. Cart Page, Checkout Page, Account Page etc. but I’m not too sure how to edit those. For example the colours of the boxes, text sizes and font weights, the text alignment (eg. text too close to radio buttons) and stuff like that. Do you have any idea if there is an easy way to do that?

    #210944

    Sorry I was totally confused in that post. This is actually completely possible for you since you’re using Pinnacle.

    For the header layout with the extras on the side and the menu below, you can set that in Theme Options> Header Settings, “Choose Header Style.”

    Then, add the widgets to your header areas in Appearance> Widgets. Your menu should display below just link in the Ascend Demo.

    Let me know if this is actually helpful! Sorry for the misunderstanding.

    -Kevin

    #210941

    Sorry, I guess I’m a bit confused. Are you wanting to have the header layout where there is a widget area on each side of the logo such as in this demo:
    http://themes.kadencethemes.com/ascend-premium-3/

    This wouldn’t actually be setup by using the topbar, that is a header configuration that’s only available in Ascend theme where the widget area is a part of the header.

    As for the topbar, its pretty straightforward. You can add widgets to it if you enable the topbar widget area. And the topbar icon menu is intended to be a compact topbar menu made of icons. You select the icons and add the links in Theme Options> Topbar Settings> Topbar Icon Menu. Click the plus, and it should open up to show you the options available for each menu item.

    I’m not sure if there is a good workaround for adding that style header with the widgets on each side of the logo in Virtue theme, but I’ll flag this for a developer followup so that Ben can let us know. I know that in Virtue 5 there will be some added features, though I’m not sure if this is one of them.

    -Kevin

    #210912

    Hi Hannah

    I developed this page for a mailchimp sign up- and when I wanted to rather build an Ascend Call to Action, I found I couldn’t have both the mailchimp form and the relevant ascend widget. I had a work around using SiteOrigin widgets instead, but it’s not really ideal.

    https://www.coreconsultantsgroup.com/network-groups/

    #210892

    a. You can add a background with css like this:

    .vcard {
        background: #eee;
        padding: 2px;
    }

    b. I think this can be done with some css, though it’s a little tricky. Is that all you’re planning to add to our topbar? You can test out this css, but it probably needs to be tweaked a bit becuase I can’t tell exactly how your widget will be set up:

    h5.vcard-company, p.vcard-address, p.tel, a.email {
        width: 25%;
        float: left;
    }
    .col-md-6.col-sm-6.kad-topbar-right {
        width: 100%;
    }
    .vcard {
        min-width: 100%;
    }

    Hannah

    #210876

    Hi I’m trying to create landing pages. but your Ascend Widgets- the Call to Action is not compatible with Mailchimp Forms at all. If I load the Mailchimp widget, then the Ascend Call to Action stops showing. Please advise.

    Kind regards,
    Lara

    In forum: Ascend Theme
    #210784

    Hey Kevin,

    i insert it in the Shorcode Block found under Widgets – i used this Block before with other shortcodes.
    The shortcode block is in the left column of Row Layout Block because i need the right column to display something else but i tried also outside the Row and it outputs the same.
    What am i missing?

    And most important, i need to display the futured image of the post, now i only get text 🙁

    #210776

    Hey info813,
    You can do that by adding a Virtue: Contact/VCard widget to your topbar widget area from Appearance > Widgets. Just make sure you have enabled the topbar and set “Enable widget area in right of Topbar?” to “On” in Theme Options > Topbar Settings.
    Hope that helps!

    Hannah

    In forum: Pinnacle Theme

    In reply to: Pinnacle widget mobile

    #210743

    Hey,
    I’m not sure which widget you mean. Can you post a link?

    Hannah

Viewing 20 results - 2,741 through 2,760 (of 13,419 total)