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: Virtue Theme
In reply to: Need Help!!!!
1. Where are you wanting to add this link to instagram? You can add the widget using page builder to any part of any page on your site, or you can add it to a designated widget area in Appearance> Widgets.
2. Try going to WooCommerce> Shipping> Shipping Zones, and click “Add Shipping Zone.” Configure the zone details and click the “Add Shipping Method” button at the bottom. Select “Local Pickup.” Let me know when you get to that point.
-Kevin
In forum: Ascend ThemeIn reply to: HomePage Footer
June 19, 2017 at 9:21 pm #149371First, you can drag and drop what is enabled in your home page on the theme options > home layout. So whatever you want to be at the bottom you can place it there. Including the page content or the extra widget area for the home page.
But if you want it like the demo that is on every page and it’s added by using the layout widget in the above footer widget area.
If you go to theme options > Footer layout you can enable this widget area then simply add the layout widget into that widget area.
Ben
In forum: Virtue ThemeJune 18, 2017 at 1:59 pm #149227Hi team,
How can I decrease the white area below the logo and tag line – the white space above my first home widget ? Here’s the link
Thanks!
LeilaIn forum: Pinnacle ThemeIn reply to: Logo in the topbar area – Pinnacle
I still can’t post a link yet for you to look at, but I read another post “Add Menu Icons to Ascend topbar” from June 1, 2017. The person had a similiar question about the topbar. I realize that I am using Pinnacle and he is using Ascend, but I hope I might be able to use the same ideas. …. I have a widget area on the right of the topbar. To create the widget area, I used Page Builder and created a row with columns: logo image, button, button, button. It looks good except I want to stretch this widget row across the entire topbar area. I want the logo to be separated from the buttons. I want the logo to be on the right and the buttons on the left.
In the other post, Hannah suggested adding the custom css coding:
.kt-topbar-left {
width: 100%;
}
The person expanding on it and used the custom css code:
media (min-width: 992px) {
.kt-topbar-right {
width: 0%;
}
.kt-topbar-left {
width: 100%;
}
.kt-topbar-left .kad-topbar-flex-item {
width: 100%;
}I tried both, but neither worked or at least I didn’t implement something correctly.The widget area still sits on the left half of the topbar with all the widget elements sitting close together – not spread out as I had hoped.
I hope this makes sense and that you can advise me. Thank you.
-ChrisIn forum: Virtue ThemeIn reply to: problem with footer virtue theme template
June 13, 2017 at 11:02 am #148725Hey,
You need to have content even if it’s empty text widgets in the first three footer areas for the fourth item to appear at the fourth spot.Also, it sounds like your using caching. You need to clear the cache so that you can see updates.
Ben
In forum: Pinnacle ThemeIn reply to: Testimonials background image
Hi Ben, Yes I see the options and settings in the widget thanks.
Maybe I am being a bit dim and need step by step help.
In your demo testimonials page just above the footer is a CTA (orange) then just above that you have this image: http://themes.kadencethemes.com/pinnacle-premium/wp-content/uploads/2014/08/demo_img_38.jpg full width behind the testimonials slider.
How did you or how do I get that image in that area? Is this custom coded? If it is can you please give me the code for the css.
I know this is a bit long-winded but please help.
Janek
In forum: Virtue ThemeJune 11, 2017 at 10:58 pm #148572Hey,
1. Theme options > main settings you can select the sidebar side. If you only want it that way for one page then you would need to post a link to the page.2. This isn’t possible. Sidebars are not designed to be above content, and the output is not above content so this isn’t’ something you can do with css. If you want to add more navigation to the page you would need to add it to the page content.
If you want to hide that on desktop I can help with css (if you post a link)
You can use a plugin like this to add a widget area to the top of your shop page: https://wordpress.org/plugins/widgets-on-pages/
Ben
In forum: Virtue ThemeHello,
I’m working on a client’s site using a child theme of Virtue Premium. I’m using Events Calendar Pro and trying to display the events list horizontally and can’t for the life of me figure out which container to change the CSS on. It’s the second widget in the home widget area.
Thank you so much!
In forum: Virtue ThemeIn reply to: Adsense on pages and posts
June 10, 2017 at 11:44 am #148476Hey,
You don’t need to add a shortcode. Just put the code there. Or what could be easier because you can use a widget area and might make the design easier for you. Just install this plugin: https://wordpress.org/plugins/widgets-on-pages/Then use the shortcode to output that extra widget area. You can go further and add a layout builder widget from pagebuilder and add all the spacing, background styling you want.
You can also use a child theme to add anything in the after header hook.
Ben
In forum: Pinnacle ThemeHello! I want to add contact information in header to the right of the logo. I added background image, but it looks bad. How can I add widget area or something else to show contact information? thank you. my site *Login to see link
In forum: Virtue ThemeIn reply to: Issues with Virtue BOLD Child Theme
Hey,
1. you should be able to place the search in the footer wherever you like by adding it to the footer widget areas in Appearance> widgets. Can you send a screen of this issue?
2. A screenshot will be helpful here. You can share images using this site:
https://www.postimg.org3. I’m also unable to hide them through the theme options panel. Try this CSS in Theme Options> Advanced Settings to remove it:
.postcontent .kt_bold_meta { display: none; }4. Again, a screenshot will be super helpful here. Let me know if you have any issues posting them here.
-Kevin
In forum: Pinnacle ThemeIn reply to: Adding a button to a blog post entry
Now, I added my full summary plus the button and it worked – thank you.
When adding the full text to the post, I use the tinyMCE “Visual Editor” widget with the tinyMCE advanced features which allows me to control the formatting of my text (font size, text color, bold etc) as I type. Can I use an editor like TinyMCE to add my excerpt text or do I need to use CSS coding? I’d like my excerpt to have formatting. I tried typing my excerpt into the Visual Editor for the post’s full text area and then copy & pasted it into the excerpt box. That method did not preserve my formatting. Any suggestions? Thanks. -ChrisIn forum: Ascend ThemeIn reply to: Widget area overlays logo
June 5, 2017 at 11:24 am #147767Can you make sure that you have dragged the first widget area to the top of the list and the second widget area is at the bottom of the list?
Ben
In forum: Ascend ThemeIn reply to: Widget area overlays logo
Hey Mike,
I think your issue is just that there is too much content in the widget area, and that’s forcing it to go over your logo. I suggest adding a page builder widget to the area, then add the other widgets within page builder. This should force them to behave responsively and not overlap.
Does this work for you?
-Kevin
In forum: Virtue ThemeIn reply to: Home Page Layout
In forum: Ascend ThemeTopic: Widget area overlays logo
Here’s the site.
I’ve selected a centered logo with a wdiget area to either side and menu underneath. The second widget are (on the right) seems to be behaving correctly, but the widget area that (I think) should appear to the left of the centered logo is instead overlaying the logo. Am I doing something wrong?
Thanks!
In forum: Ascend ThemeIn reply to: Adding Menu Icons to Ascend Topbar
In forum: Ascend ThemeIn reply to: Adding Menu Icons to Ascend Topbar
Ya know what, I think it would. Can you provide the CSS to make the widget area wider? I think I can figure how how to get the motto left justified and the buttons right justified. Thanks Hannah!
Or maybe I just turn the topbar menu off? What I lack in intelligence I make up in diligence. Let’s see how I make out with this.
In forum: Ascend ThemeIn reply to: Adding Menu Icons to Ascend Topbar
In forum: Ascend ThemeFirst, here’s the site.
I’m using the topbar widget on the left to display the school motto, and the topbar menu is all good to go on the right. However, I’d like to place 3 buttons I’ve customized in this topbar menu and I can’t figure out a way to do this. Actually I’m thinking I could probably get this to work moving the widget area to the right, but I don’t know of a way to remove the topbar menu and replace it with a second widget area.
Any suggestions for accomplishing what I’m trying to do? Thanks much!
-
AuthorSearch Results


