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
Topic: Banner
In forum: Pinnacle ThemeIn reply to: Pinnacle widget in header for social icons
Hey Luis,
Pinnacle doens’t have an option for a header widget area, but you can add social links to your menu by adding custom menu items (Appearance > Widgets). Then adding icons to your menu. See here: https://www.kadencewp.com/knowledge-base/add-icons-to-menu/
Then if you want only the icons to show and to remove the text you can do so with css. Let me know if you would like help with this!Hannah
In forum: Virtue ThemeTopic: Info Box Widget Issues
Hello all,
I have the premium Virtue theme using classic editor. I have a couple of rows using the info box widget and my issue is just making each one consistent.
I have 7 items, so 4 on top and 3 below. As you can see the top row – first two titles show below the icon. That would be fine if the icon and titles could be centered on each line. Then the next two, HVAC and LP Systems are showing next to the icon instead of their own line. I have not changed any setting from the first two! The second row – all titles are to the side of the icon.
Each icon box has a chosen icon, title, icon size of 46 and I chose square for the icon style, but they all look different. Some titles are below and some to the side – even with the same amount of letters in the title.
Have I done something wrong? I need all of them to be consistent – probably easiest would be icon centered above the titles.
Thank you!
In forum: Pinnacle ThemeIn reply to: sidebar 1
In forum: Pinnacle ThemeMay 11, 2020 at 8:54 am #249174Hi team! is possible to add social icons to main menú in header? trough a widget in header for example?
THANKS!
In forum: Pinnacle ThemeTopic: sidebar 1
In forum: Membership ForumsIn reply to: Kadence Theme menu and color questions
May 11, 2020 at 1:24 am #249149Hey Ben,
If I need to have a menu with columns in Kadence Theme, which would be compatible? Quadmenu, Max megamenu or another one?
I’m still looking for font settings for site content (paragraph text) and also for the footer widgets.
In Astra you have Text color like this:

Sorry if I’m being blind! 🙂
In forum: Ascend ThemeWhen using Amazon Pay as a payment method, the custom Elementor Checkout page does NOT show the address book widget and the wallet widget for the customer to select, as a “normal” woocommerce checkout page would…
They are these divs
#amazon_addressbook_widget div, #amazon_wallet_widget div
I’ve tried the below but it didnt work. Does Elementor Checkout widgets not allow for these widgets?
#amazon_addressbook_widget div, #amazon_wallet_widget div {
display: block
}Thanks
In forum: Virtue ThemeIn reply to: Front page assistance
May 8, 2020 at 11:06 pm #2491161. Just to clarify, you are wanting to edit “Categories” and “Primary Nav”.
You are adding a border color for hover on a element that has no border, that is why it’s not working, if you add:
#containerfooter .menu li a { border:1px solid transparent }Then the border color would have an effect on hover.
I see the hover color working, you have it set in your css to be the same color as the non-hover color.
If you have something specific you want me to help with I can send you custom css.
2. I’m not sure how adding a menu widget relates to SiteOrigin page builder in the footer. Because those two are so so different I’m worried there might be some misunderstanding.
However, as Hannah said you can use SiteOrigin page builder in your footer by going to appearance > widgets and adding a widget called “Layout Builder” into one of your Footer widget areas. Once you add that widget into one of those footer widget areas you can edit that widget and it will give you access to the Siteorigin page builder. Does that make sense?
Ben
In forum: Virtue ThemeIn reply to: Front page assistance
Hannah,
Thank you so much for this detailed response. Some things fixed immediately, others not yet.
1. How do I make the menu items in the footer boxes come together? This is not the footernav. because it is not the footer menu. Rather it is the Appearance>menu where I’ve placed Navigation widgets and pointed towards menus. I’m having trouble gaining control over the css via the #containerfooter css that you recommended. Here is what I have now. Some features like the hover color and border don’t work.
#containerfooter h3 {
font-size: 20px;
line-height: 22px;
color: #003a6d;
font-family: sans-serif;
}#containerfooter .menu {
margin-left: 0;
border-left: 1px solid #003a6d;
}
#containerfooter .menu li a {
color: #003a6d;
font-size: 12px;
line-height: 12px;
margin-bottom: 12px;
text-decoration: none;
background: transparent;
}#containerfooter .menu li a:hover {
color: #003a6d;
border-color: #003a6d;
text-decoration: none;
background: transparent;
transition: .3s;
}2. Please explain in one more sentence how to use SiteOrigin page builder to get into designing my footer space. You wrote: “Yes, you can do that using the Layout Builder widget from Siteorigin.”
So far, I’ve tried the two methods that I know of, and neither has worked: Appearance>widget and insert a menu widget. This results in the titles of the menu pages that are inserted into the widget. The other method is building a separate menu, labeling it “footer”, then from Appearance>Menu directing wordpress to place that named “Footer” menu in the footer area.
Both of these strategies have proved difficult to work with in terms of the css, and adding content that can be easily formatted. What if I want to write a full sentence, how do I do it?Thank you!!
In forum: Virtue ThemeIn reply to: Front page assistance
Hey John,
There’s definitely a huge learning curve with all this. You’ll get there!
1. This will specify the background for your footer menu:.footernav ul li a:hover { background: #fff; }2. This css will align your subcategor menu items:
#containerfooter ul { padding-left: 0; }3. You can adjust your footer widget titles with this css:
#containerfooter h3 { font-size: 20px; line-height: 22px; color: blue; font-family: sans-serif; }4. I’m actually seeing it aligned right. Are you wanting it centered?
5. This will center align you footer and move the credits below
.footercredits { margin: auto; display: table; } .footernav { float: none; width: 100%; } .footercredits p { float: right; }6. Yes, you can do that using the Layout Builder widget from Siteorigin.
Hannah
In forum: Virtue ThemeIn reply to: Front page assistance
In forum: Virtue ThemeIn reply to: SiteOrigin Tabs
Hey Doug,
To my knowledge there is not an option for this within the siteorigin tabs widget, only in siteorigin premium. If you wanted to use the Block Editor you could use the Tabs block from Kadence Blocks. There are tab anchor settings built into the block.
Let me know if I can help further!Hannah
In forum: Membership ForumsIn reply to: Kadence Theme menu and color questions
May 8, 2020 at 12:22 am #249044Hi Ben,
A couple of weeks could work. But which plugin do you recommend if I have to go that route? Would Quadmenu or Max megamenu be compatible?
I’m looking for font settings for site content (paragraph text) and also for the footer widgets. Sorry if I’m being blind! 🙂
Thanks,
Ben
In forum: Membership ForumsIn reply to: Extra Button on Certain Pages
In forum: Virtue ThemeTopic: SiteOrigin Tabs
Hello,
Can you help me solve the following? We are trying to link to a page containing a SiteOrigin Tabs widget. We would like to have different tabs opened depending on which link you choose from a previous page. Example: Link A opens the page with Tab A opened, Link B opens the page with Tab B opened and so on…Is that possible? I have attached a diagram below for reference.
Thank you in advance for your help!
Doug
In forum: Virtue ThemeIn reply to: On Sale Products, maximum amount, display latest
Hey Kevin,
To display more than 18 on sale products on the homepage you would need to use a shortcode like this:[sale_products per_page="28" columns="4"]
You can paste that into your home content area into a text widget within the home widget area.
Hope it helps!Hannah
In forum: Membership ForumsIn reply to: Kadence Theme footer title align issue
May 7, 2020 at 9:24 am #248982Hey,
widgets default to left align. You would have to be center aligning in the settings for the widget title to center align. Can you send a screen shot of your widget settings or better send a link to your site?Ben
In forum: Virtue ThemeIn reply to: Call To Action Banner Issues
Unfortunately, yes. The banner is already taking up the full width of its container. If you want a full-width banner on a sidebar layout one option would be to create a row in page builder with a right column where you can add your widgets, giving it a sidebar effect. Then you can add a separate full-width row under that. Would that work for you?
Hannah
In forum: Membership ForumsMay 7, 2020 at 5:46 am #248955Steps to reproduce:
1. Use 5 footer widgets with titlesNote that the 5th title aligns center on the whole area as if it would span columns 5+6. This looks bad. Maybe you could set left align on those titles out-of-the-box for a better experience?
h2.widget-title { text-align: left; } -
AuthorSearch Results


