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: Header Widget and Page Builder
October 25, 2014 at 12:39 am #20815Hey, You are using the header style basic with shrink. It doesn’t support the widget area. You need to use the standard header for the widget area, and the widget area will move your menu down. Its added above the menu in the standard header.
You can change your header style in the theme options > main settings.
Ben
In forum: Virtue ThemeHi Ben,
Just wondering if you can advise on formatting of home page widget area, I want to include 3 widgets if I can, but they don’t appear with any css classes around them to make it possible to style the widget as a whole.
Many thanks
In forum: Pinnacle ThemeIn reply to: icon and text in topbar
October 22, 2014 at 5:54 pm #20569Using the text widget you can just add this to the topbar widget area:
[icon icon="kt-icon-phone3" size="14px"] 01234 567890 [icon icon="kt-icon-envelop" size="14px"] [email protected]Ben
In forum: Virtue ThemeIn reply to: Custom post list widgets won't work
October 21, 2014 at 9:57 am #20387So you have a custom post type that you’ve added? Have you tried using the theme home page widget area? What home page template builder widget are you using? Are you not using pagebuilder?
The second issue has to do with two random numbers being the same. When the icon menu forms it pulls a random number to be the id and if the php happens to pull the random number twice there is a conflict. You can fix this by adding id=”1″ for the first item and id=”2″ for the second and so on. you just add to the shortcode.
Ben
In forum: Virtue ThemeHi there,
Loving the theme but having a problem getting a plugin like ultimate post widget: *Login to see link Or Recent Custom Posts, that will list my recent ‘Resources’ custom post type in a home page template builder widget.
They all word in the regular widget areas but not on home page. Do you have any suggestions?
Many thanks.
PS, one other very weird issue, I have 4 icon boxes on my home page: *Login to see link and randomly, the 2nd box from the left, will take on one of the other colours (generally blue or red), but when you refresh it fixes itself.
In forum: Virtue ThemeIn reply to: put menus under logo header
October 18, 2014 at 5:34 pm #20184Hey, just fyi, you need to use the standard header in the theme options > main settings. Scroll to the bottom. Then you can use the secondary menu which will show below the logo. Conversely you can also make the area to the right of the logo a widget area by selectting the last option in the theme options > main settings. “Logo Layout”
BenIn forum: Virtue ThemeIn reply to: put menus under logo header
Depending on which layout you are using the secondary menu should appear below the logo. In appearance > menus just create a menu and select secondary navigation. You can also place a menu in the header widget area using the custom menu widget.
Hope that’s helpful!
HannahIn forum: Virtue ThemeIn reply to: Ad Banner under Main menu
October 16, 2014 at 11:45 am #20016Are you wanting this in the header or in the page?
If in the header you can choose the logo layout that adds a widget area beside the log and you can add any widget there.
If in a page you can add using page builder.Else if you want below the header and you don’t want to use an image you would need to add through the code like with a child theme.
Ben
In forum: Pinnacle ThemeTopic: Home page design
Hi Ben,
I was checking your design company website, and got a question about the home page.
You have designed the home page as, icon box, then portfolio items with background, then a text part.
This seems a page designed specifically for the home page, and not using the home layout widgets in the options.
So, can I add a portfolio inside any of my pages, using Page Builder? or did you assign a home page, then assigned the portfolio, and home widget area? There is not option to add a background color specifically for the portfolio area unless I I am using Page Builder.
I am referring to this: *Login to see link
Just need to now how you made such sequence.
BTW: thanks for adding the button option in the Icon box short code.
Thanks
In forum: Virtue ThemeIn reply to: Header Widget and Page Builder
October 13, 2014 at 11:42 pm #19781“Is there a way to use Page Builder/Visual Editor within the Header Widget area?”
No, because it’s not a page and only a widget area pagebuilder doesn’t load there. If you want columns you have to use the virtue shortcode button and add columns.
Ben
In forum: Virtue ThemeHello,
I’m using Virtue Premium with the Main Settings, Logo Layout Option 4 (Widget Area) activated. My goal is to be able to insert text or images into specific positions within the widget area by using the Visual Editor (formerly TinyMCE) in conjunction with Page Builder. When using the Visual Editor in the Header Widget area, the Page Builder tab doesn’t seem to be available. On the other hand, when editing regular pages or posts using the Visual Editor, the Page Builder tab is active and available. Is there a way to use Page Builder/Visual Editor within the Header Widget area? Visual Editor on its own seems to have issues with alignment of images within the the Header Widget area and I was hoping the Visual Editor/Page Builder would solve this. The web site is *Login to see link
Being new to WordPress, I’m assuming I missed something and hope the fix is easy.
Thanks In Advance,
MarkIn forum: Pinnacle ThemeIn reply to: Mobile issues (iPhone)
Sorry, I was confused with Virtue theme. Your menu is displaying fine in mobile it just isn’t responding. You might should try deactivating plugins to see if something there is blocking it?
The testimonial carousel is in your sidebar, not the home widget area. And is seems to be responsive when I view it in mobile?Hannah
In forum: Pinnacle ThemeTopic: Mobile issues (iPhone)
In forum: Virtue ThemeHi everyone,
I have made several changes in Virtue Theme using a child theme in order to modify HTML tag to have a correct hierarchy.
header.php in templates directory at line 23 to have my description to be site title (because I’m using an image as site title)
<H1 class="kad_tagline belowlogo-text"><?php echo $virtue_premium['logo_below_text']; ?></H1>blog-home.php in templates/home directory at line 56 to have a correct hierarchy with home layout manager + last blog posts (H3 last blog posts title and H4 for blog title instead of H5)
<a href="<?php the_permalink() ?>"><h4 class="entry-title"><?php the_title(); ?></h4></a>portfolio-carousel.php in templates/home directory at line 115 to have a correct hierarchy with home layout manager + portfolio carousel (H3 portfolio carousel title and H4 for portfolio title instead of H5)
BUT
I don’t manage to modify H4 tag (I want it to be H2) of Virtue: Info Box widget that I add to home widget area and home layout manager. Even if I modify icon-menu.php at line 21
<?php if ($icon['title'] != '') echo '<h2>'.$icon['title'].'</h2>'; ?>Is that the correct file to modidy? Thanks for your help
In forum: Pinnacle ThemeIn reply to: Body background showing
October 12, 2014 at 12:14 am #19629You can’t force the footer to the bottom of all pages without using css that defines a height for the footer (which wouldn’t work for a responsive design and widget area that can be whatever size needed). You misunderstand how html coding works in a responsive environment. Making it default wouldn’t work and it’s smart development.
Ben
In forum: Virtue ThemeIn reply to: Header Widget
October 12, 2014 at 12:10 am #19628In the theme options > main settings. You will see the “logo Layout” section. choose the last option with makes the section next to the logo a widget area. Then you can add whatever you like there.
Ben
In forum: Virtue ThemeIn reply to: Header Widget
In forum: Virtue ThemeTopic: Header Widget
In forum: Virtue ThemeIn reply to: topbar modification
October 11, 2014 at 10:52 am #196031. Your logged in so it’s sitting behind the admin topbar. Just logout or turn that admin tool bar off.
3. You can make the topbar have a widget area and add whatever you want using a widget. In the theme options > topbar settings.
Ben
In forum: Virtue ThemeIn reply to: search field on top nav
-
AuthorSearch Results


