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: Pinnacle Theme
In reply to: External Widget Code
In forum: Pinnacle Themehello,
i was wondering if there was a way to align some widget headers without aligning them all.
for example, in my full width widgets, i like that my header aligns center.
however, i have some widget areas that are only 3/4 width, or half width. on these, i would like for the title to align left.
i have used the code
.widget-title {
text-align: left;
}.widget-title:after {
margin: 0;
width:100%
}but it applies to all titles.
how do i distinguish which ones this applies to ?
In forum: Virtue ThemeIn reply to: Home widget area in two languages (WPML)
In forum: Virtue ThemeIn reply to: Home widget area in two languages (WPML)
December 7, 2014 at 10:12 pm #24588Hey,
You can’t translate a whole widget area. If your using the home page you may want to just the page content and use pagebuilder. Or you can follow advice here on how to show certain widgets for certain languages.
http://wpml.org/2011/03/howto-display-different-widgets-per-language/Ben
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: widget menu on homepage
In forum: Virtue ThemeIn reply to: Responsive header and header widget
December 5, 2014 at 10:01 pm #24482When you added the code above did you remove the previous code? It should have allowed for the text to go below the logo on mobile.
You can remove the header widget area on mobile with this css:
@media (max-width: 768px) { .kad-header-widget { display:none; } }Ben
In forum: Virtue ThemeIn reply to: Logo, title & tagline & site wide banner
Hey, Not sure if this is the look you’re going for, but one thing you could do would be to add a visual editor widget to the header widget area with your title and tagline. Then in theme options > main settings you can leave the tagline box blank. The widget should appear to the right of your logo but we can also adjust with css if needed.
Let me know if that works for you!
HannahIn forum: Virtue ThemeIn reply to: widget menu on homepage
December 4, 2014 at 5:45 pm #24355Hey,
If you’ve selected the logo widget option in the theme options then you will have a new widget area called header widget area on the widgets page. Just have to add your widgets there.Ben
In forum: Virtue ThemeTopic: widget menu on homepage
Hi – I’m keen to have widgets on the right hand side of my logo as my primary menu navigation. Can you advise whether this is possible/advisable.
If so – I’ve changed the main setting to the ‘logo & widget’ but am not sure how to actually move my widgets up into this area.
gocon.com.au
Thanks
DaveIn forum: Virtue ThemeHello Kadence Themes Community,
I just purchased the premium version of Virtue – very nice product! I’m using it for my company’s blog – *Login to see link
I’m not positive I’m using the correct terminology… I want to move the sidebar from the right of the home page content to the left. Or accomplish the same thing via another mechanism (widget area?). By sidebar, I mean the right hand column of my blog, currently has Do Your Taxes, Recent Posts, and Follow Us.
Thanks in advance!
BillIn forum: Virtue ThemeIn reply to: Missing Sidebar IDs
Ben, the ideal plugin for me is actually this one:
https://wordpress.org/plugins/q2w3-fixed-widget/
But I discovered that it causes the carousels to not work. I actually think the plugin is to blame rather than the theme, but be that as it may there is not a match. 🙂
The only other plugin I could find to do the job was this one, which is the one in question:
https://wordpress.org/plugins/standard-widget-extensions/screenshots/
I pulled the screenshots link for you so that you can see the form in question. It’s preconfigured for the bundled themes (Twenty-Twelve etc) and is prepopulated with their IDs (in this case, “secondary”). I would need to provide an ID for what is considered my sidebar area. If I’m being totally honest, I don’t even know if the plugin will do what I want or in the way I want, but until I can meet its configuration requirement I won’t know.
—
Alternatively, that first one I linked to is perfect if we can figure out how to get it to play nice with Virtue.
In forum: Virtue ThemeTopic: Missing Sidebar IDs
I have a plugin I would like to use for sticky/floating sidebar; however, it relies on knowing the ID attribute of the sidebar.
Most of my pages (for example, *Login to see link use the “Primary” sidebar. The code in widgets.php seems to be passing around various ID strings for the widget creation… but somehow these don’t make it to the widgets? I didn’t follow through the code to the end, but the rendered result seems to indicate a “quasi”-ID being rendered as classes. I do see some IDs on individual widgets, but no IDs on sidebar areas.
In forum: Virtue ThemeIn reply to: Showing newest products on start (home) page
December 1, 2014 at 2:30 pm #23953So by using pagebuilder or a widget area is it opens up more options then are reasonable in the home page layout options. And using pagebuilder makes adding other modules fairly easy. Have you seen this? https://www.kadencewp.com/using-page-builder-virtue-premium/
Ben
In forum: Virtue ThemeIn reply to: Showing newest products on start (home) page
December 1, 2014 at 10:02 am #23931Hey,
So just like you can add best selling products you can also add a home widget area… then go to your home widget area on your widgets page. Add a text widget with the shortcode.This has nothing to do with a sidebar.
Have you see this: https://www.kadencewp.com/creating-a-home-page-with-virtue/
Ben
In forum: Virtue ThemeIn reply to: bbpress forum how to set display sidebar
December 1, 2014 at 9:18 am #23913Bbpress pages will show a sidebar by default. It will use the primary sidebar option by default. Do you have anything in the primary sidebar widget area?
Ben
In forum: Virtue ThemeIn reply to: Logo in Topbar Navigation!
December 1, 2014 at 9:15 am #23912If you want to add a “logo” in the topbar widget area you can upload a logo that is smaller then 34px high since that is the height of your topbar.
BenIn forum: Virtue ThemeDecember 1, 2014 at 9:12 am #23911Hey,
Just fyi,
The search widget that is a part of the woocommerce plugin does that switch for you. All you have to do is replace the wordpress search with the woocommerce one a sidebar or turn on the widget area in the header.But your way works fine too.
Ben
In forum: Virtue ThemeHi,
I have a flex slider at the top of my home page and then have few other things below (home widget area with text, portfolio carousel, and home page content). There is a lot of white space below the flex slider. I played with the padding of the slider, but that didn’t seem to fix it. Also, I noticed that as I scroll, the content below the slider appears to sort of “jump” or move on the page to suddenly be closer to the slider and then back to its original position. This jumping also happens sometimes when not scrolling just looking at the content below the slider. I tried the page on several browsers and another computer and it was doing the same.I would like to reduce the white space to about half of what is between the slider and the text content, and avoid this “jumping” issue. I’m not sure if it’s a padding issue or some setting that I have in place that’s causing this. I tried several css codes I found in the forum here to change the padding, but it only ever moved the slider up or down, but never reduced the space below the slider.
Any ideas on how I can achieve this? Thank you!
In forum: Virtue ThemeIn reply to: Add Text to Header
November 25, 2014 at 4:02 pm #23518If you use the logo layout that adds a widget area to the right of the logo, you can then add a text widget.
There is also the banner option which you can make an image with text and upload there.
Ben
-
AuthorSearch Results


