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'

Home / Forums / Search / Search Results for 'widget area'

Viewing 20 results - 2,181 through 2,200 (of 2,437 total)
  • Author
    Search Results
  • #31136
    This reply has been marked as private.
    #31111

    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

    #31081

    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!

    In forum: Virtue Theme

    In reply to: add left sidebar

    #31072

    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

    In forum: Virtue Theme
    #30872

    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

    #30752

    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

    #30494

    sorry I meant inside home area widget not text box widget. Thx

    #30493

    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;
    }

    #30347

    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

    #30335

    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

    #30332

    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

    In forum: Virtue Theme
    #30248

    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

    #30180

    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

    #30158

    Hi Ben,

    is there any possibility to have different colors for footer widget area and footer menu section?

    Thanks,
    Jay

    #30085

    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:

    and

    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!

    #29812

    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 &nbsp;

    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

    In forum: Virtue Theme
    #29626

    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

    #29599

    Unfortunately the widget area doesn’t work when using basic, with shrink for sticky style. Try changing this in theme options > main settings.

    Hannah

    #29592

    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

    #29578

    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.

    Thanks,

    Jane

Viewing 20 results - 2,181 through 2,200 (of 2,437 total)