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: Ascend Theme
Topic: Widget area below header
I’m reasonably certain there’s no way to do this built in to the Ascend Theme, but perhaps you can suggest a CSS tweak to make this happen. I’ve created a row that sports 4 columns. 3 display the business locations, the last the business hours. I’d like this row to display on every page so logically I’d love it to be part of the header. This way if I make an update I only have to make it once. Can I put this in the Topbar Widget Area and then use CSS to move the Topbar below the header? Just a thought, perhaps you have a better suggestion. Force the Header Widget Area onto the next line?
Here’s the site I’m working on, and thanks in advance for any guidance you might be able to provide!
In forum: Pinnacle ThemeIn forum: Ascend Theme1. You can create a category page using the default page template and a product category shortcode like this:
[product_category category="apparel” orderby=”menu_order” order=”asc” columns=”3″]Then just add the shortcode into content area above this shortcode.
Or, if you’re using Kadence Blocks Pro you can use the Post Grid/Carousel block. Then you can add your shortcode into a shortcode block.2. You can enable an extras area in your header then enable a widget area as an extra (from theme options > header settings). Then from Appearance > Widgets you can add your shortcode into a text widget in your header extras area. Then you would need to use css to position it above your menu. I can help with that.
3. You can use the Google Chrome inspect tool. I can also help with that if you can link to this.
Hannah
In forum: Ascend ThemeJanuary 16, 2020 at 2:32 pm #243364Hey,
1. You can add in the category description which will show it above the products. And in the product description area. That would let you without using a child theme. If you need a widget area there you can use a plugin like this to create a widget area that you place via a shortcode: https://wordpress.org/plugins/widgets-on-pages/However I might suggest using a plugin like this: https://www.kadencewp.com/product/kadence-woocommerce-elementor/
That will let you build out templates that can be applied to all your products and all your category pages.2. If you can post a link so I can see how you have you header setup, likly you can use the topbar widget area.
Problem with this is that any B2B clients still using non-widescreen monitors aren’t seeing that menu as is. I’m not sure how I could make it responsive for mobile either.
Can you post a link so I can understand what you are talking about there?
3. It’s really probably better if you add your styling inline, meaning in the html you add you would place the background color.
So in your text widget that could look something like this:
<div style="padding:20px;background:blue;color:white;"> This is your text </div>However, you can also target by widget id and custom css for that we need a link as the id would be generated and not something we can know without seeing the page.
I hope that helps!
Ben
In forum: Virtue ThemeTopic: Call to action widget
In forum: Ascend ThemeHi Hannah,
I tried a site-wide notice, but it clashes with the cookie notice, and in any case, is less noticeable (banner blindness) than a properly-designed graphic. I also couldn’t embed a countdown widget in the site-wide store notice. The client would like one of the options 1 or 2, but am not sure how to achieve that with the theme.
For 3, thanks for the info – how do I find a widget’s id, please?
Thanks!
TracyIn forum: Virtue ThemeHi there,
I’m having trouble sizing the menus either side of the logo on this site: *Login to see link . The site title is too small (I’d like the first name and second name together on one line instead of wrapped, on wide screens such as laptop), the spacing between menu items is too wide and the icons are too large. (I’m using font awesome icons for an icon menu as Kadence set doesn’t include popular music icons; perhaps there’s a way to replace that secondary menu with a widget area, using those font awesome icons?
The menu-either-side-of-logo option asks for max of 4 items on either side – I need 7 on the icon menu (secondary menu), tho’ only 4 on the primary menu.
How can I achieve better sizing?
Thanks!
Tracy-
This topic was modified 6 years, 3 months ago by
tracy2.
In forum: Virtue ThemeHey Michael,
First, remove your background image. Then you can use this css to target each widget background:.kt-pb-animation.kt-pb-fadeInRight.kt-pb-duration-1500.kt-pb-delay-.panel-widget-style.panel-widget-style-for-gb10-5e1f476009dfd-0-0-0.kt-pb-animate { background: rgba(155,155,155,.7); } .kt-pb-animation.kt-pb-fadeInLeft.kt-pb-duration-1500.kt-pb-delay-.panel-widget-style.panel-widget-style-for-gb10-5e1f476009dfd-1-0-0.kt-pb-animate { background-color: rgba(155,155,155,.5); } .kt-pb-animation.kt-pb-fadeInRight.kt-pb-duration-1500.kt-pb-delay-.panel-widget-style.panel-widget-style-for-gb10-5e1f476009dfd-1-1-0.kt-pb-animate { background: rgba(155,155,155,.5); }Just to note, the row layout block within Kadence Blocks allows you to set different backgrounds for each column.
Hannah
In forum: Virtue ThemeI’d like to target different widgets so each can have their own background colour s a transparent tint.
Currently I’m using a transparent png repeated, but I’d rather be able to do it with css.
Can you assist?-
This topic was modified 6 years, 3 months ago by
Michael.
In forum: Pinnacle ThemeIn reply to: Active Before in Sidebar Menu
1. OK, I’m seeing something different now. Try using this css:
li.menu-member-directory.current-menu-item.current_page_item a:before { color: #006a6e; font-weight: 600; opacity: 1; }2. Not sure why that wasn’t showing before. This css should remove that for you:
.sidebar .widget_nav_menu li a:after { display: none !important; }Let me know how that works for you!
Hannah
In forum: Virtue ThemeIn forum: Virtue ThemeHi Hannah,
thanks for your quickly reply.
i’m using Home Layout and i would like to show the portfolio filtering it by the category. i use the virtue premium home page setting.i just put the text in a text wifdget and added it to the home widget area.
but it seems to doesn’t works.In forum: Virtue ThemeHi Gianni,
This shortcode should work for you:[portfolio_types orderby=date showexcerpt=false columns=4 items=4 height=200 childof=0 childcategories=false]
You can paste that into the content area of your homepage if your home page is set as a static page. Or you can paste it into a text widget within the home widget area.
Hope it helps!Hannah
In forum: Pinnacle ThemeIn reply to: Active Before in Sidebar Menu
In forum: Pinnacle ThemeTopic: Tag cloud font size
Hello Support team!
I’ve tried the following css to set the tag’s font size in the wordpress basic tag cloud, but it does not work.
Can you please help me, what I’ve missed?
Site:
*Login to see link————————————————————————————————-
tag-cloud-link tag-link-88 tag-link-position-1 {
font-size: 15px !important;
}tag-cloud-link tag-link-75 tag-link-position-2 {
font-size: 8px !important;
}tag-cloud-link tag-link-28 tag-link-position-3 {
font-size: 8px !important;
}tag-cloud-link tag-link-30 tag-link-position-4 {
font-size: 8px !important;
}tag-cloud-link tag-link-64 tag-link-position-5 {
font-size: 8px !important;
}tag-cloud-link tag-link-29 tag-link-position-6 {
font-size: 8px !important;
}tag-cloud-link tag-link-89 tag-link-position-7 {
font-size: 15px !important;
}tag-cloud-link tag-link-90 tag-link-position-8 {
font-size: 8px !important;
}
—————————————————————————————————–
Tag cloud is in Footer widget, 3. coloumn (Portfolio).Thanks a lot,
AnitaIn forum: Ascend ThemeIn reply to: Equally Sized boxes in row – ascend theme
1. Setting a min-height with the css that I gave above will keep your boxes aligned. Just increase your min-height if you plan to add more content. Does that make sense?
2. This css should remove the extra padding:
.panel-widget-style.panel-widget-style-for-w5e17ba3ee6ece-0-0-1 { padding-top: 0 !important; }And this should give your titles a min-height:
.home .so-widget-sow-editor.so-widget-sow-editor-base { min-height: 70px; }3. Are you just wanting the text smaller on mobile. Or are you wanting the columns to collapse?
Hannah
In forum: Pinnacle ThemeIn reply to: Extra widget above the footer
In forum: Ascend ThemeIn reply to: Add shortcode to Kadence Slider
In forum: Ascend ThemeIn reply to: Add shortcode to Kadence Slider
Hi Hannah,
Sorry, it’s not the default WordPress search or the Kadence Search I’m using. It’s all custom for Woocommerce and it’s not a widget / not showing in Appearance > Widgets. It’s displayed via shortcode.
No problem though, I’ll have a rethink.
Thanks Hannah,
AnthonyIn forum: Ascend ThemeTopic: duplicate content
January 9, 2020 at 7:10 am #242947Hey Hannah,
I received a Siteliner report, the following errors/issues were noted:
Duplicate content: On my Home page I have snippets of my blog posts. They now show as duplicate content on my Home page?
On my home page, I have a link (in the menu and as a widget) for Destinations. It takes you to the Destinations Page with all the Posts about specific Destinations. Again, they say Destinations is duplicated?
Blog index page (matching words shown) and
for Home page 166 matching words (none shown) – I am completely confused. -
This topic was modified 6 years, 3 months ago by
-
AuthorSearch Results


