Hi Simon,
There isn’t a built-in function to add another widget area to the homepage layout manager, but you could set your home page as a static page and add widgets to your static homepage through a page builder plugin such as Elementor or Page Builder by Siteorigin. With either of those plugins you could add widgets to any of your pages.
Hope that’s helpful!
Hannah
In “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?
Kadence, 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,
Simon
Rather than using the tabs and accordion widget, try adding this shortcode into a text widget:
[accordion][pane title="title1"]
Put content here
[/pane][pane title="title2"]
Put content here
[/pane][pane title="title3"]
Copy and paste to create more
[/pane][/accordion]
Does that work for you?
Hannah
ack I forgot the link!
http://newsite.plazapsych.com/newwpsite/about-us/
I am using the virtue tabs and accordians widget.
Thank you!
Good Morning!
I’m having 2 problems I can’t figure out:
1. I’d like the accordian widget to be closed when the page opens.
2. I’d like the 3rd row down (“Professionals in Plaza’s staff …”) to be centered.
I tried
#panel-93-2-0-0 .panel-widget-style {
margin: auto;
}
which didn’t work.
Thank you!
*Login to see link
Hello,
I created a Slider yesterday and I tried to put it on my Home Page but it doesn’t appear. I tried putting it as a widget, directly in the Home Page… But nothing works.
PPS
The h3 header shows properly in a Kadence widget.
I had this line problem with the h3 header in Site Origin and now I have the same issue using it in Elementor.
Cynthia
Hello,
No matter what I try (adjusting margins and/or padding for the widget), the testimonial box will not center between the arrows on my websites.
Here is an example – please see the testimonial carousel at the bottom of this page:
*Login to see link
Thank you for your help.
Try adding this to your css:
#containerfooter .virtue_social_widget.clearfix {
display: inline-block;
}
#containerfooter .widget-first {
text-align: center;
}
Does that work for you?
Hannah
Hi Ben:
We activated Jetpack and I set-up shipping.
See previous note about deactivating Black Studio Tiny MCE widget. I was able to start work with Elementor while this was active but I could not return at another time to edit. I do not understand these things, I’m just trying to streamline my site so that it is functional.
I will also delete this plugin.
For now I can work in Chrome. Firefox still doesn’t like the situation. But I still have some refining to do with the plugins so that might straighten out Firefox.
For now, as long as I can work in one browser, I can work on the site.
Thanks for your attention to this matter.
Cynthia
I deactivated a widget called “Black Studio Tiny MCE Widget”
I now have access to editing in Elementor in Chrome
In Firefox I still get the message.
Cynthia
Hello,
Looks like there is a call to action being added to your menu widget area. Go to Appearance> widgets, and you should be able to remove it there.
Let me know if that works for you.
-Kevin
Therefore, I cannot edit my Product Page.
Cynthia
The issue is created because of the footer widget carousel, it’s leaking into the infinite scroll ajax post return. I”m going to explore some options for workarounds in the theme.
Ben
Hannah,
I just placed the Virtue: Social Links in the Home Footer Widget. How can I center that widget. That might work. It places the widget a little higher above footer copyright than I would prefer, but it’s a start.
Your thoughts?
Pam
P.S. The coding above moved the social media in the topbar…not footer. 😉
Try adding this to your custom css box in Theme Options > Advanced Settings:
.col-md-6.col-sm-6.footercol1 {
width: 100%;
}
.virtue_social_widget.clearfix {
display: inline-block;
}
aside#widget_kadence_social-5 {
text-align: center;
}
.virtue_social_widget a i {
font-size: 22px;
line-height: 24px;
}
Hope it helps!
Hannah
Hey Carrie,
This css should work for you:
#panel-2-0-0-0> .panel-widget-style {
margin: auto;
}
How are you wanting it to display on mobile?
Hannah
Hi,
I’m using the Topbar for Social Icons. I have nothing else in the Topbar at this time. So I’m using Virtue: Social Links in the Topbar Widget. These links are located on the far right of the Topbar.
I would like to add a tagline (four words) at the far left of the Topbar. Is that possible? I’m been playing around with CSS code to place in custom CSS section but having no luck.
Thank you,
Pam