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: Real Estate Header
May 7, 2018 at 4:29 pm #189513Are you familiar with pagebuilder? Check out this: https://www.kadencewp.com/using-page-builder/
In your theme options > home layout make sure “page content” is enabled and at the top. Then edit your homepage using pagebuilder. What you edit will appear first on the page.
I assume ihomefinder has a search widget? If not contact their support and ask them how to add a search to a widget area.
Ben
In forum: Ascend ThemeIn reply to: Real Estate Header
May 7, 2018 at 3:46 pm #189509Hey,
You can use pagebuilder for your main header area just turn off your home slider option and add a pagebuilder row with a background you want and your plugin search widget.Ben
In forum: Virtue ThemeIn reply to: Icon Menu Bar in Virtue Demo
Kevin, I used the Info Box widget, but it doesn’t look good because its adding the text to the side.
What else can I do if the icon menu can’t be implemented for a single page only? So, if I could have Icon, title below and then text below with a widget that would be alright.
https://justlikehomeapartments.com/corporate-apartments-washington-dc-area/
In forum: Ascend ThemeIn reply to: Add drop shadow to Site Title
Hey,
Here is some CSS that should add the shadow to the title:
span.kad-site-title { text-shadow: 2px 2px #1c1c1c; }Add that to Theme Options> Custom CSS, and let me know if it works for you.
The header extras area will appear to the side of your site title. Then you’re supposed to add widgets to it or extras in the theme options. Since it’s not currently configured that way, I can’t really tell why it wasn’t working as you expected.
-Kevin
In forum: Ascend ThemeI would like to add subtle drop shadow to the Site Title on THIS SITE. Something subtle like text-shadow: 2px 2px #1c1c1c; I just don’t know what the element name is to specify this for the Site Title. Is this possible?
BTW; I tried to accomplish this by using the header layout that shows the Extras to the left of the menu and then placing this text in a header widget, but I couldn’t get the text to appear to the left of the menu. Perhaps I misunderstand what that Extras area is about?
In forum: Ascend ThemeIn reply to: Weird Search Issue
April 24, 2018 at 1:14 pm #188403The update has been out for a while. I pushed it out the day I said I would.
Your developer seems to be disregarding that some searches worked. If you look at your searches now they are showing a whole sidebar widget area below the footer.
I know what I’m talking about and I know that it was a direct conflict with sensei. I’m happy to resolve that for you. You don’t need to get your developers help.
I suggest you remove whatever your developer added in the child theme.
If you are having trouble with the search and you are using the latest version then send me a login to your site.
Ben
In forum: Ascend ThemeIn reply to: Both Extras Widgets showing on right side only
April 21, 2018 at 10:06 pm #188096Hey,
If you drag the first widget area to the top of the list does that help?Ben
In forum: Ascend ThemeIn forum: Ascend ThemeTopic: Button widget
In column 3 on my footer I was using a Max Button plugin which now has a fatal error so I replaced it with a Site Origin button widget. It doesn’t give me a title area so I used the Visual Editor for that but I’d like to decrease the space between the title and button.
What’s the best solution?
Thanks!
In forum: Ascend ThemeTopic: Home Page Widget Area
In forum: Ascend ThemeIn reply to: Space following Read More on blog posts
April 16, 2018 at 10:30 am #187477Hey,
you can use this css:.kt_blog_shortcode.postlist article.kad_blog_item { margin-bottom: 0px; }that will just target the posts you’re adding through a shortcode in the widget area.
Ben
In forum: Ascend ThemeThis is another trick I think I knew how to do with Virtue that doesn’t seem to be working with Ascend. My guess is that the element name has changed? I’d like to hide the header widget area on every page except the home page. I think I have to take the long road on this and add an exception for every page other than the home page, but perhaps you can let me know if there’s a way to include this only for the home page. Anyway, here’s what I believe worked in Virtue:
.about .kad-header-widget {
display: none;
}As always, any help you can provide is appreciated!
In forum: Virtue ThemeIn reply to: Pictures under slider Like site style 3
Hi Daniel,
Where exactly are you getting stuck?
If wanting to use theme options > home layout, you could enable the home widget area. Then navigate to Appearance > Widgets and add a layout builder widget to your home widget area. Then follow the instructions from the tutorial regarding page builder.Hannah
In forum: Virtue ThemeIn reply to: Error When Updating Virtue Theme
In forum: Virtue ThemeIn reply to: Carousel Widget custom size
In forum: Ascend ThemeIn reply to: mobile widget not showing and a few other things
Hello,
1. The mobile header doesn’t have a header widget area by default. to configure the mobile header widget area, you need to go to Theme Options> Mobile Header, and scroll to the bottom. Enable the mobile topbar, and enable the widget area.
Go to Appearance> Widgets and add your widgets to the mobile top icon bar.
2. Here is some CSS to get rid of the background color for that widget:
.kad-header-menu-inner .kt-header-extras ul.sf-menu ul { background: transparent; }Add to Theme Options> Custom CSS and let me know if it works for you.
3. Are you using page builder on your site? If so, I suggest you add a layout builder widget to the header widget area, and then add the language and icon widgets to a layout builder. Let me know if that solution will work for you.
4. Yes, you can change the content width via CSS. How would you like it to appear?
-Kevin
In forum: Ascend Themehello!
i have a few questions *Login to see link
1) widget area in mobile is not showing
2) background for the language plugin widget on laptop is black, tired everything to change this, dont know what it is
3) when i add another widget to the header it goes below the first one, in stead of next to it
4) can i have different widths for home page and contact/about?
this will be all for now thank you very much
In forum: Virtue ThemeIn reply to: Add a second row to navigation menu
Hi Diana,
To add it to your header you would need to enable the Header Widget Area from Theme Options > Main Settings > Logo Options. Then you can navigate to Appearance > Widgets and add your button into a visual editor widget within the header widget area. Then let me know when this is done and I can provide css to place it in your header as you’re wanting.
Hope that’s helpful!Hannah
In forum: Ascend ThemeIn reply to: Customize mobile header
Hello,
1. Go to Theme Options> Mobile Header, and set “Show Search in mobile menu” to OFF.
2. In the same area, find “Enable Mobile Top Icon Bar Widget Area.” Turn that ON, then go to Appearance> widgets to add the widget to the mobile top icon bar widget area.
Let me know if this works for you.
-Kevin
In forum: Virtue ThemeApril 4, 2018 at 8:12 pm #186295@Ben…there are a few instances where I pulled code blocks from the web (e.g. W3Schools) into the Advanced Styling CSS editor and some other places, yes. I have also pasted code from one widget area into another. Tell me what you’re thinking? What should I look for as I go back over that code?
I tried removing the sitewide elements: all the footer widgets, and then the topbar, both of which were being worked on when things went south. Temporarily removing those elements didn’t do it.
A few questions: 1) Is it possible that bad code in a widget that doesn’t get populated to every page (e.g., the Home Widget Area) could nonetheless affect every other page? 2) Or should I be combing through the Advanced Styling Custom CSS?
I will check the latter right away. Thanks for your help — again, if it’s not an obvious Virtue theme settings issue, then I don’t want to suck up all your time trying to track down my bad code…if I can’t find it, I will hire someone to track it down. Otherwise I do appreciate your pointing me in the right direction.
-
AuthorSearch Results


