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: QUIET SERIUS BUG with Pagebuilder
November 18, 2019 at 10:31 am #240745Also check your sidebar widget area.
In forum: Ascend ThemeIn reply to: add a search field to a page
In forum: Ascend ThemeIn reply to: add a search field to a page
In forum: Ascend ThemeIn reply to: how to remove social networking icon
In forum: Virtue ThemeIn reply to: Layout question(s)
November 13, 2019 at 6:19 pm #240529The one issue I’ve found is that it isn’t working on the home page. Whether I scroll down or hit the nav button at the bottom of the slider, the header that appears is already collapsed.
That is by design. It’s supposed to already be collapsed when under a slider, there isn’t really a way to change that. If you don’t want it then you would need to remove the slider above and instead put it below your header.
2. The icon is an SVG, it’s vector and stylable, unlike an image. If you really want to use an image then you need to get a white version (preferably much larger too so it looks good on a retina screen).
3. I don’t suggest you shrink it further. It’s too much change other wise in my option. But that is if you are asking for my option. There are not options to shink to a specific size, You need ascend theme for that. But you can start with a smaller size or add some custom javascript.
4. The text is in your appearance > widgets, topbar widget area.
In forum: Ascend ThemeHi,
I have placed a currency converter widget in the Header Widget Area. I’m satisfied with the placement but it doesn’t seem to inherit the transparency of the header. I mean it doesn’t behave the way other elements do in the header section of my site.
The developer has provided the following HTML for the dropdown list. Which I collected from here.
<div class="wcaiocc-switcher-dropdown wcaiocc-container">
<p class="wcaiocc-text">{currency switcher text}</p>
<select class="wcaiocc-select" name="wcaiocc_change_currency_code">
<option class="wcaiocc-option" value="{currency code}">
{currency entry}
</option>
</select>
</div>Could you help me style it so it doesn’t look so alienated?
—
MinhajulIn forum: Ascend ThemeIn reply to: Header Extras on same side
In forum: Ascend ThemeHey Minhajul,
I haven’t heard of anyone having trouble with this plugin and I don’t foresee there being any incompatibility issues. Though definitely let us know if you have any problems!
You could add the switcher as a widget to your header widget area.
Hope that’s helpful!Hannah
In forum: Ascend ThemeTopic: Header Extras on same side
Hi,
I am using Header Style no 5. Logo in the centre and the extras either side. But for some reason both my extras are on the right hand side.
In the widgets I have the phone number and facebook link in the Header Extras Widget Area and then in the Header Extras Widget Area (second) I have the payment options however they are all showing on the right. I’ve tried moving widgets around and turning off the second widget extra area but nothing is working?
Thanks, Mel
In forum: Ascend ThemeTopic: Bottom Carousel formatting
Hi Ben,
The carousel you helped with in this post is now a Carousel in the above-footer area widget (Link).Please could you help with the appearance?
Reduce the size to height 200px and width corresponding.
Reduce the gaps that appear between as a result.
Display all 8 products instead of just 7 at the moment.
Remove the coloured overlay, magnifying glass, item name, category.
Change the title tags to h3Very many thanks,
Phil.In forum: Virtue ThemeOctober 25, 2019 at 7:38 am #239481What is the best way to update the theme without losing anything on the website?
Update regularly. You’re using a version of August 2016 and taking big leaps always creates more chances for issues.
First I suggest you make a backup.
Then activate a standard theme, remove the version of virtue premium you have, then upload the latest version from here: https://www.kadencewp.com/my-account/my-api-downloads/
Activate it, and check your site, all your content should go through without issue but it’s possible some widgets may need to be placed back in the right widget areas.
Ben
In forum: Membership ForumsTopic: Ascend: Image Widget URL
Hello,
We have a multi-site environment, where we publish products from the parent to a sub-site. All the widgets and content get published nicely, but the image URL (which still references the parent site) doesn’t work in the Ascend: Image widget in the main content area. If we change the widget to the standard WP Image widget and use the parent image URL the image displays. We don’t want to have to load all the featured images to the sub-site due to load and duplication.
We really don’t want to have to change over all the widgets (and we like using yours) – is there a way we can fix this?
Thanks
DanielleIn forum: Ascend ThemeIn reply to: Header font color and element placement
October 21, 2019 at 10:52 am #239178Hey,
In your theme options > menu settings, it appears you’ve set your primary menu color to #217281 change it there to white.
In your theme options > header settings, choose the last option of the header style images, (logo, extras, menu-extras)
In your theme options > header settings under “Header Extras” drag the widget area to the top of the list and check the box, drag the basket and account to the bottom of the list.
Add this css for the search background in your theme options > custom css:
.kt-header-extras form.woocommerce-product-search { background: white; }Ben
In forum: Ascend ThemeIn reply to: Modal triggered by menu item
Try adding this to your custom css:
@media (min-width: 992px) { li.menu-widget-area-kt.kt-second-header-widget-area { position: absolute; bottom: 20px; left: 0; } li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-119 { margin-bottom: 60px; } }Does that work for you?
Hannah
In forum: Ascend ThemeIn reply to: Modal triggered by menu item
In forum: Ascend ThemeIn reply to: Modal triggered by menu item
In forum: Ascend ThemeIn reply to: Modal triggered by menu item
In forum: Virtue ThemeIn reply to: Full width background images are not full width
October 16, 2019 at 1:48 pm #239024Sorry, missed that post I was writing a response when you posted, here is some css, let me know if this is what you are wanting:
.kad-header-widget { display: flex; align-items: center; justify-content: space-around; min-height: 110px; } .kad-header-widget .header-widget-area-header { margin: 0; }Ben
In forum: Ascend ThemeIn reply to: Adding a widget area to footerbase div?
October 14, 2019 at 4:56 pm #238935Hey,
I suggest using this plugin: https://wordpress.org/plugins/widgets-on-pages/It will give you a shortcode to output a widget area, you can place that shortcode in the footer text area.
Ben
In forum: Ascend ThemeHi there Kadence folks!
I want to add a widget area to the footerbase div so that I can place the Social Media widget there. Is it possible to ‘inject’ the widget area code here with a function, rather than modifying the templates/footer.php file? Or can you think of an alternate way to do this? I’m using a child theme, but even so I don’t want to change the source files unless I have to in case a future update requires me to change my code again.
-
AuthorSearch Results


