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 '
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Google Map / API Key Problem
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
In forum: Virtue ThemeIn reply to: Search Bar in Top bar is not showing
In forum: Virtue ThemeIn reply to: Testimonials
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 ThemeIn reply to: Testimonials
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
In forum: Virtue ThemeIn reply to: Testimonials
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 ?Pascal
In forum: Pinnacle ThemeIn forum: Virtue ThemeIn reply to: side bar as menu
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 ThemeIn reply to: Secondary Menu on Mobile
December 18, 2018 at 6:05 pm #211104Hey,
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
In forum: Ascend ThemeDecember 18, 2018 at 9:05 am #211045Hi, if you take a look tho our first left footer column *Login to see link 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 *Login to see link
NL version *Login to see linkit is a problem of siteorigin translatable widget or of the theme?
thank you
AngeloIn forum: Ascend ThemeTopic: Ascend Glitch and a question
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?In forum: Pinnacle ThemeIn reply to: Topbar Widget Causing Navigation Menu to go Haywire
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?
In forum: Pinnacle ThemeIn reply to: Topbar Widget Causing Navigation Menu to go Haywire
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
In forum: Pinnacle ThemeIn reply to: Topbar Widget Causing Navigation Menu to go Haywire
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
In forum: Ascend ThemeIn reply to: Ascend Widgets Not Compatible with Mailchimp Forms
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.
In forum: Virtue ThemeIn reply to: Blog Exerpt and Home Page Text
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
In forum: Ascend ThemeIn forum: Ascend ThemeIn reply to: Post Carousel Shortcode
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 🙁
In forum: Virtue ThemeIn reply to: Blog Exerpt and Home Page Text
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 ThemeIn reply to: Pinnacle widget mobile
-
AuthorSearch Results


