This reply has been marked as private.
Hi Ben / Hannah,
In Virtue Premium, the maximum number of the columns for footer widget is set to 4.
How can I increase this number?
Thanks a lot,
Jay
Hello,
I have added two Site Origin buttons to the Home Widget area, and they are displaying centered on top of each other vertically. I’ve tried to get them to line up horizontally with custom CSS and Web Inspector, but I can’t figure it out.
Thanks for the help!
Hey,
There isn’t a setting for this, It’s only designed for one sidebar but you can use pagebuilder and make your content area two columns. then place widgets like you would in a sidebar on the left column.
Ben
Hey Juan, I feel like there’s a way to do this but I can’t think of what it would be. Anyway, one option is to remove the Page Title from the homepage layout manager in theme options > home layout and enable the Home Widget Area above Page Content. Then go to appearance > widgets and add a Visual Editor widget to the Home Widget Area and type in whatever you want the title to be and set the font to Heading 1.
Hope that helps!
Hannah
hmm, this took some though. Here is the js you would add. you can place in the a text widget in one of your footer widget areas.
<script type="text/javascript">jQuery(document).ready(function ($) {
var url = document.location.toString();
if (url.match('#')) {
$('#portfoliowrapper').isotopeb({ filter: '.'+url.split('#')[1] });
var $optionSets = $('#options .option-set');
var $this = $optionSets.find('a[data-filter=".'+url.split('#')[1]+'"]');
if ( $this.hasClass('selected') ) {return false;}
var $optionSet = $this.parents('.option-set'); $optionSet.find('.selected').removeClass('selected'); $this.addClass('selected');
}
});</script>
Once that is added this link would work: http://theshorelineproject.org/profiles/#new-zealand-profiles
Ben
sorry I meant inside home area widget not text box widget. Thx
How can I align images and searchbox inside home area widget to be centered?
I under for text its, but unclear if I can align images and searchbox:
.home-widget-box {
text-align:center;
}
well there isn’t anything specific to that area, like no custom class your using so this is vague css but it will work, you can add css in the theme options > advanced settings.
.home-widget-box .textwidget {
float: left;
}
.home-widget-box:after {
content: '';
display: table;
clear: both;
}
Ben
Hi Hannah,
I didn’t actually use the virtue: social links widgets because I wanted to customise the social media widgets. I used a text widget in the homepage widget area.
Odele
Hi there,
I’m having trouble working out how to arrange my custom social media widgets in the homepage widget area horizontally as they are currently stacked vertically. I’m a complete novice at using HTML and CSS so please be gentle!
Thanks
image menus are set to “cover” the space. they are not like the virtue: image widget which just places the image. They were designed to have a background image with text on top and a hover effect, see here: http://themes.kadencethemes.com/virtue-premium-3/
So they have a cover background size. meaning they are set to make sure the widget has a background over the whole area.
You can take that off with this css.
.infobanner {
background-size: auto !important;
}
Ben
Hi Hannah,
Thank you for the codes but sorry this is not what I meant.
Please see the link below:
http://ckingsensors.com/ckingforums/
As you can see the footer area is split by color: footer widget area is gray and footer menu area is red.
Thanks,
Jay
Hi Ben,
is there any possibility to have different colors for footer widget area and footer menu section?
Thanks,
Jay
I am using a widget in the topbar to include a logo (AddisonArtGallery). It generally works fine, but the left alignment is slightly off. The logo aligns slightly to the right of the content below. See examples at:
*Login to see link and
*Login to see link
The logo file is tightly cropped. It has no empty pixels to the left. so that does not seem to be the issue.
Is there a way to resolve this? Pad the Content area?
Thanks!
Hey,
I don’t want you to put 100px height. I wrote: height:100%
Percent is important.
As for the space on mobile, most of that is caused by the title of the two widgets which you have
What you should do is add “Our strengths” in it’s own row, Then make the margin bottom 0 for that row and remove all the titles from your text widgets.
And lastly, pagebuilder automatically spaced out items by 30px on mobile devices. If you want to remove that you would have to add css for that area, like this:
#pgc-37-1-0, #pgc-37-1-1, #pgc-37-2-0, #pgc-37-2-1 {
margin-bottom: 0px;
}
Ben
Hey,
The Virtue Post Grid widget is only designed for sidebars and footer widget areas, the images are auto cropped at 80x50px. There isn’t any control.
They are the latest posts (not your latest images) that have a featured image. If a post doesn’t have a feature image then it won’t show. Also you shouldn’t be using esp files as a featured image.
I suggest creating your own widget if you want to do the latest uploads. or you can use something like the virtue gallery widget and manually update.
Ben
Unfortunately the widget area doesn’t work when using basic, with shrink for sticky style. Try changing this in theme options > main settings.
Hannah
Hey André,
In theme options > main settings select the fourth option beside Logo Layout. Then go to apperance > widgets and add a search widget to the header widget area.
Hope that works for you!
Hannah
I have enabled a widget area in my home page, and used the Virtue Post Grid widget to display a selection of latest uploaded media, but I have a couple of questions:
Firstly, the images automatically selected are not my latest uploads but a selection of daily random images
Secondly, does the system know to only select deployable images? I upload .eps files and well as .jpgs, and they don’t have a preview?
Thirdly, I can’t find where I can adjust the image proportions/size? They are currently displaying in horizontal format, regardless of the image orientation.
*Login to see link
Thanks,
Jane