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: Social icons/links to share or follow
January 26, 2018 at 3:33 pm #176717Hey,
1. You would use a plugin for this, for example: https://wordpress.org/plugins/simple-share-buttons-adder/2. You can add these to a sidebar or in your footer using the Ascend: social widget. Go to appearance > widget and place the ascend social widget into the widget area you want to show these links in. Then you can add your social links.
Ben
In forum: Ascend ThemeTopic: Custom Home Page Header
Hi Ben,
Is there a way to create a completely custom Home Page Header with Page Builder?
I see the following options under “Choose home page header settings”:
Page Title
Basic Slider
Kadence Slider Pro
Shortcode Entry
Post Carousel
NoneIt may be a simple answer, but the problem I’m facing is I’m trying to use the “Home Widget Area” to create the custom header, but the sidebar doesn’t clear the Widget (since it’s part of the Home Page Content).
Is there a better approach to do this?
I’ll send the dev URL with its associated credentials in a private followup post.
Thanks!
TaylorIn forum: Virtue ThemeIn reply to: Extra Padding Virtue Premium
Thank you Hannah!
I used settings>PageBuilder > Layout> Row Widget Bottom Margin and set that to zero.
I did make the gutter zero but not sure what that does because nothing happened.
Can you tell me what area of the page does the gutter apply to?
Thanks Hannah!
In forum: Ascend ThemeIn reply to: Box Shadow on pages
January 25, 2018 at 2:19 pm #176563css related to another widget on the page, split content inside of a fullwidth stretched row area in page builder was causing the extra space. I’ve marked the css change to be included in the theme.
Ben
In forum: Virtue ThemeHaven’t logged into WordPress for awhile and today when I updated, I can’t seem to access any of the theme option menus or expand any widgets in the appearance area. There is no data displayed when I open theme options, just the options to the left which when selected do not open anything.
Any suggestions? Site seems to be working OK except it seems like something disappeared from the footer.
Many Thanks!
David
In forum: Virtue ThemeIn reply to: Video
Ben,
This maybe out of scope of your support.
So I am using this technique to *Login to see link
To create a shortcode for the jetpack sharing buttons.
But when I add the shortcode in the content, no matter where I put it it still ends up at the top of the page.
Any ideas?
I noticed if I put it in a widget area that is not part of the content, it stays in that widget area so I thought of maybe creating a new widget area right after the content to put it in, do you have any tutorials on customizing the child theme or function with a new widget area?
thanks
Jeremy
In forum: Ascend ThemeIn reply to: How i can change the search result layout
In forum: Virtue ThemeIn reply to: Search Results page formatting
In forum: Virtue ThemeIn reply to: TopBar Menu image?
January 15, 2018 at 6:36 pm #175221Hey,
1. The book now button isn’t an image it’s done with css. Looks like you can find the css in your customizer > custom css.2. In your theme options > home layout, you can enable a home widget area as well as home content. So using those two modules place one above and one below. Then in the page, you have set to be the static home page (settings > reading) add your text and in the appearance,> widgets add a text widget to the home widget area.
Ben
In forum: Virtue ThemeIn reply to: Turn header off for mobile devices
I have tried the simple mobile menu option and it appears to have no impact I think it’s due to not using primary menu, I’m only using the secondary menu as I need the header widget area as well as a full width menu which is managed through the Max Mega Menu. So I just need to be able to turn off/hide everything above the secondary menu bar on the two lowest resolutions (smart phones and tablets).
Thanks,
Mark.
In forum: Pinnacle ThemeIn reply to: Second Page Area on Homepage!
In forum: Ascend ThemeIn reply to: Re: Custom Dropdown Menu in Primary Area
January 12, 2018 at 2:46 pm #174965In your admin can you make sure to drag the extra widget area to the top of the modules. Even if they are not checked you need the extra widget area to be first or on top.
Ben
In forum: Ascend ThemeIn reply to: Re: Custom Dropdown Menu in Primary Area
Thanks, go easy on me, I’m not a good developer and I’m certainly not as experienced as you! Trying to reverse engineer this HTML site I confused the hell out of myself.
So I went back and set the header to logo > extras > menu and extras like you said, I removed all of the css that you suggested to remove, I took out the layout builder and just added the email and phone in a Custom HTML widget.
So the first extras enabled is the widget area where the email and phone number are and I put the ‘Forms’ dropdown menu in a Navigation widget in the menu and extras location.
But now the email and phone are on the right side of the forms menu?
In forum: Ascend ThemeIn reply to: footer columns: problem with showing
January 12, 2018 at 9:48 am #174923Yes there is a normal above footer widget area you can apply and it will be above the footer layout. If the naming is confusing just don’t use the footer layout with the first column being fullwidth, instead, use the above footer widget area.
Ben
In forum: Ascend ThemeIn reply to: footer columns: problem with showing
January 11, 2018 at 11:00 pm #174879yes, Ben, i was confusing, but the translated italian name is not helping! because i have these widgets showed for the fullwidth area + three columns below: upper footer area, column 1, column 2, column 3, column 4…. so, as you told me, column 1, is in reality the fullwidth, so my question is: the upper footer area is another fullwitdh of the theme or am i confusing again? the area i mean is called above_footer_outer ….
i mean, if it is another fullwidth of the theme i will call: upper footer fullwidth 1, upper footer fullwidth 2, and than the exact number of columns… no?
but i think you are actually correctly supposing that the fullwidth are, in reality, columns….Anyway, i don’t want to miss you perfect work, it was just my opinion… that’s it.
THANK YOU VERY MUCH for the work you did and do!!!
AngeloIn forum: Ascend ThemeIn reply to: Re: Custom Dropdown Menu in Primary Area
January 11, 2018 at 4:26 pm #174853now that your site is using the latest version you will see an option in the header settings for logo > extras > menu and extras. The first extras enabled can be your widget area and you can place that to the left of your menu.
That route is what I suggest. And to make everything float to the right just add this css:
.kad-left-header { flex-grow: 1; } .kad-header-flex { -webkit-justify-content: flex-end; -ms-justify-content: flex-end; justify-content: flex-end; } .kt-header-position-above #logo a { -webkit-justify-content: flex-start; -ms-justify-content: flex-start; justify-content: flex-start; }As for your secondary menu… you seem to be adding a lot of css that doens’t really make sense and I don’t understand why you are adding. For example like this:
.sf-menu ul { position: relative; display: block; top: 100%; left: 0; z-index: 599; text-align: left; border: 0px !important; }Why are you making the submenus position relative? I would suggest removing all of that. and maybe you can tell me what you are going for and I can help you write some css.
Instead of this:
.second-navclass .nav-second .sf-menu { -webkit-align-items: left !important; -ms-align-items: left !important; align-items: left !important; -webkit-justify-content: left !important; -ms-justify-content: left !important; justify-content: left !important; }simply change to this, don’t need align or important:
.second-navclass .nav-second .sf-menu { -webkit-justify-content: flex-start; -ms-justify-content: flex-start; justify-content: flex-start; }In forum: Ascend ThemeIn reply to: footer columns: problem with showing
January 11, 2018 at 4:04 pm #174849I think you are simply confusing above widget area with the footer columns. They are different layouts. You are adding the layout where the first footer widget is fullwidth and the second is the first in the three columns below. The above footer widget area is a completely separate widget area.
If you just want three columns then choose three columns and if you want to add a widget area above that turn that on separately.
Ben
In forum: Ascend ThemeJanuary 11, 2018 at 10:35 am #174766Hi,
we are using the last version of the theme but, selecting a 3 footer colums + above widget area, we are experiencing a strange behaviour: the columns are not positioning horizontally…but, vertically….another strange thing is happening… if we select a two column footer there are three column widget, if we select 3 column footer, there are 4 column footer widget….
CAn you check please?
Thank you very much
AngeloIn forum: Ascend ThemeCan you please share with me the configuration to get a custom navigation menu dropdown in the right hand side of the primary navigation menu? I’ve tried adding a ‘Navigation Menu’ widget to the ‘Header Extras Widget Area’ but it won’t show up on the right of the email and phone.
Currently, the ‘Forms’ menu is set as the primary menu and I’m using a full width Layout Builder to add the email and phone, but I need the ‘Forms’ menu on the right hand side of the email and phone.
How I would like it to look: Chantelcohen.com
How it looks now: Chantelcohen.com/kwsm
-
AuthorSearch Results


