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'
-
AuthorSearch Results
-
In forum: Ascend Theme
In reply to: Extra widget in Home Page
March 6, 2019 at 3:01 am #218758In “Customize -> Widgets” , it says:
“Your theme has 8 other widget areas, but this particular page doesn’t display them. You can navigate to other pages on your site while using the Customizer to view and edit the widgets displayed on those pages.”
But I cannot find any other pages that I can edit?
In forum: Ascend ThemeTopic: Extra widget in Home Page
March 6, 2019 at 1:06 am #218754Kadence, Ascend Theme Premium:
in the Theme Options -> Home Page Layout
Is it possible to manually add an extra widget to this Home Page Layout?I mean, right now, in this Home Page Layout, there are 8 Modules, plus 1 more module that is editable in the “Appearance -> Widgets -> Home Widget Area”. But I cannot add an extra widget to between these modules.
Will that be possible to add an extra widget between these dodules?
Thanks in advance.
Kind regards,
SimonIn forum: Ascend ThemeIn reply to: “Call Today” text appeared in menu
In forum: Virtue ThemeIn reply to: Carousel above header
Thanks Ben,
I had forgotten about the topbar widget area!
I tried the Virtue Carousel but found that is restricted to blog posts. The Virtue Gallery widget set to “Image Carousel” is perfect!
I’ve set height to 75 and speed to 3000.
I added the following CSS to set the width, align the sides and to remove the dots and arrows:#topbar .kad-topbar-right {width: 100%; padding: 5px 0px;} #topbar .slick-arrow, #topbar .slick-dots {display: none !important;}Many thanks,
Phil.In forum: Virtue ThemeIn reply to: Carousel above header
February 28, 2019 at 10:27 am #218108You can use code, But you can also place it in the topbar widget area then add some css to make the topbar widget area fullwidth. I think that might be easier to manage?
Ben
In forum: Ascend ThemeIn reply to: Full Width image above footer
In forum: Virtue ThemeIn reply to: Menu items & spacing
February 25, 2019 at 12:32 am #217651In your past site url you assigned the menu to your secondary navigation. On your newer site, you’ve assigned the menu to the primary navigation spot which has different styles and placement. Just switch to using the secondary like the other site.
2. use this:
`@media (max-width: 768px) {
.header-widget-area-header h1.widget-title.widgettitle {
text-align: center !important;
font-size:20px;
}
.header-widget-area-header p {
text-align: center !important;
}
header #logo {
margin-left: 0;
margin-right: 0;
}
.kad-header-left:not(.col-md-12) #thelogo .kt-intrinsic-container {
margin: 0 auto;
}
}`3. Use this css:
@media (min-width: 768px) and (max-width: 992px) { .kad-header-left {float:left; width: 50%;} .kad-header-right {float:left; width: 50%;} }Ben
In forum: Ascend ThemeIn reply to: Full Width image above footer
February 25, 2019 at 12:07 am #217649Hey brad19831 can you create a new topic and post a link to your website so we can see what widget you are adding to the above the footer widget area.
Just so you know the ascend demo you linked to is only adding that on the home page and it’s added through the page content. It’s not added through the above footer area because then it would show on every page and post.
Ben
In forum: Ascend ThemeIn reply to: Full Width image above footer
I am also trying to do the same thing. I am wanting the parallex style image with the caption in the “above the footer widget area” but I am having the same issue as the OP. It’s working, but it is not displaying in full width/stretch. Do you all have any other recommendations?
My goal is the above the footer area such as displayed on your demo here: http://themes.kadencethemes.com/ascend-premium-2/
In forum: Membership ForumsHi,
I’ve used in Topbar a WPML language switcher plus a FB icon and Phone Icons. Here an example of the shortcode in the Topbar Widget Area:[icon color="#ffffff" icon="kt-icon-facebook-official" size="24px" link="#" target="blank" valign="bottom" padding-bottom="0px"]
It looks like that the icons are valigned top, and the WPML-language switcher is valigned bottom. How can I get every element in the topbar to be valigned bottom? No css wants to co-operate with me 🙁
Regards,
Pamela
In forum: Virtue ThemeHi team
I’ve got real problem on a live site – sakalajewes.co.uk
I originally set up a pair of sites with a small list widget. I then decided that the whole footer could be better done by using the footer facility. So I deleted the widget leaving the widget areas empty.
sakala.co.uk/goa played nice. The live site did not. On the web the list persists whatever I do.
I do not use caching plugins and have cleared my browser cache. I have tried hiding the elements with CSS. I tried placing another widet in colun four but that never showed up. I thought I would overide the whole footer template but the original is intentinally blank.
Help!
In forum: Pinnacle ThemeIn reply to: Can the transparent header be semi-transparent?
You are correct, the setting is in the row that contains your widget, not the widget itself.
You can also use your site origin builder in any widget area on your site. Just add a “layout builder” widget, and then you’ll have all the control that you would in the page content!
Let me know if that works for you!
-Kevin
In forum: Pinnacle ThemeIn reply to: Can the transparent header be semi-transparent?
Theme Options> Advanced Styling right? this is great, had not seen it. But I can only get it to change the transparency of the shrinked menu, the initial menu is still copletely transparent…is there a way to set the transparency of this initial menu?
Regarding the full width image. I have one set up right now in slider [kadence_slider_pro id=”5″] but if i stick it in a widget in the footer it does not go full width. If I put it in the home widget area also it will not go full width.
In order to show the slider I am using a text widget and placing the shortcode for the slider in the text. Maybe this is the problem. I don’t see a widget for kadence slider, only for revolution.Thanks in advance.
In forum: Virtue ThemeIn reply to: Instagram icon in virtue social widget
I just talked with the developer about updating the instagram icon. That should be coming on an update soon!
You can add content to the header by enabling the header widget area layout from theme options > main settings. Then you can add content to that from Appearance > Widgets.
You can enable a topbar widget area from theme options > topbar settings. If you’re wanting a large product search bar you can enable the woocomerce search widget, then use css to make the bar larger. I can help with that if you would like.Hannah
In forum: Ascend ThemeIn reply to: Full Width image above footer
In forum: Virtue ThemeIn reply to: Page Header, box opacity
Hello,
Try this CSS to hide the page header:
div#kad-banner-sticky-wrapper { display: none; } .contentclass { padding-top: 0; }And for adding a border to that page builder widget, I suggest navigating to the “attributes” area in the widget styles, and adding the CSS under “CSS Styles” like this:
border: 5px solid red;Feel free to adjust the CSS as needed. Let me know if you need any further assistance.
-Kevin
In forum: Ascend ThemeIn reply to: Full Width image above footer
In forum: Ascend ThemeIn reply to: Full Width image above footer
In forum: Ascend ThemeGood Afternoon,
I’ve been trying to add an image above the footer that is full width however when using the Extra footer widget area or the footer layout with above the footer widget area they are never quite full width.
I can do this easily on a page however I’m wanting this to be site wide and not have to add it to every page.
Hope I’ve explained ok and that you can help.
Many thanks,
AnthonyIn forum: Virtue ThemeIn reply to: Line Break in Virtue Widget
February 14, 2019 at 11:51 pm #216655Hey,
So the widget title area gets sanitized of code when getting saved in the database.The workaround would be to add your title area into the content using the
<h2>tags.Currently there isn’t an option to control the speed. But I do plan to update that to a css animation so it’s easy to override.
Ben
-
AuthorSearch Results


