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 '1 column footer'

Home / Forums / Search / Search Results for '1 column footer'

Viewing 20 results - 281 through 300 (of 319 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #30224

    The width on a 4 column is like 270px on desktop. So having images that are 100px wide is really small. You can use css to make sure the widgets don’t get wider then 100px but that would leave a lot of empty space in your footer?

    If you want to add some css though you need to post a link.

    Ben

    #30191

    Using 4 columns in Virtue footer widget with image menu item, I am using images that are 100 px w x 150 px high and set the item height to 150, but the images come out much larger than that. I must be missing a setting somewhere – any help?

    #29809

    ok, I took a look at the plugin, i’m going to say I think you might want to consider using the free one I linked too. Atleast code wise it’s better. It also has a needed trigger to work from so you can make the products appear. But for the one your using I’ve added a delay on the trigger there and it should mostly work although I can’t imagine why they didn’t add a trigger after the products were loaded.

    <script type="text/javascript">
    jQuery('body').on( "aln_reloaded", function () {
    setTimeout(function(){
    var $container = jQuery('.kad_product_wrapper');
    $container.imagesLoadedn( function(){
    $container.isotopeb({masonry: {columnWidth: '.kad_product'}, layoutMode:'fitRows', transitionDuration: '0.8s'});
    if($container.attr('data-fade-in') == 1) {
    jQuery('.kad_product_wrapper .kad_product_fade_in').css('opacity',0);
    jQuery('.kad_product_wrapper .kad_product_fade_in').each(function(i){
    jQuery(this).delay(i*50).animate({'opacity':1},250);});
    }
    });
    },1000);
    });
    </script>

    You can add that in a text widget in your footer.

    Ben

    #29126

    hello,

    I’ve used the virtue image widget to add a logo in footer column #1. Is there support, or a way, to specify a 2x resolution for the logo as well, much like the way logo images are handled in the main settings for the virtue premium theme ?

    thanks.

    #28333

    Hannah, you provided the code to create a single column in the footer, i.e. in Theme Settings/Advanced Setttings insert –

    #containerfooter .col-md-6 {
    width: 100%;
    }

    I tried that and it worked perfectly thanks, however is there a way I can position that single widget to the right hand side of the footer ?

    Unfortunately I cannot post a link to my site as its not live yet – still on my localhost.

    Sandra

    In forum: Virtue Theme
    #28128
    This reply has been marked as private.
    In forum: Virtue Theme
    #28116
    This reply has been marked as private.
    In forum: Virtue Theme
    #28018

    Hi Greg,
    If you have a two column layout selected in theme options you can add this to your custom css box in theme options > advanced settings:

    #containerfooter .col-md-6 {
    width: 100%;
    }

    Hope that helps!
    Hannah

    In forum: Virtue Theme
    #24127

    Hey there, I’ve got a couple of questions related to galleries:
    1) I’m using a text widget to display a gallery in the footer of my website, “[gallery caption="true" type=slider height=100 ids="1468,1768,1770,1776,1775,1779,1773,1774,1782,1780,1778,1777,1766,1771"]” –> it looks bad: pictures are offset, regardless of me changing the height parameter.
    Check 3rd footer
    2) I’d like to have caption always displayed on the grid type of gallery, not only on hover; I use [gallery columns="4" caption="true" masonry="false" ids="1468,1768,1770,1776,1775,1779,1773,1774,1782,1780,1778,1777,1766,1771"] –> the captions only show up on hover. Check for exemple
    3) I’d like this to be the default option whenever creating a wordpress grid gallery (visible captions).

    Thanks a lot for your supply!

    #23110

    First thanks a lot for the theme, I have been very happy using the free version and I am hoping that premium will be even better.

    Second a couple of notes on upgrading from free to premium whicjh I hope will be useful for your next version:

    1) I had created custom side-bars in free and after upgrade the names of the side bars remained but the assigned widgets had either disappeared or were transferred into various footer columns
    2) The settings for primary and secondary menus also disappeared.
    3) I had successfully used a third part widget to include short codes in side bars to feature pages – a list of products by category that are relevant to the feature eg on a feature page about xyz [product_category category=”vxyz” order=”asc”]. Under premium this no longer works.

    I am now trying to replicate the functionality at (3) using “native” premium functions. Your advice on how best to do this would be appreciated. However, in trying to get my head around this I have come across numerous references to “product category pages” eg adding side bars to them in your “shop settings”, but so far I have been unable to track down how to create “product category pages” other than by adding a short code (as above) to for example a feature page. Can you clarify the best way to create them?

    #22705

    A bit of background information: I’m using WordPress version 4.0 with a Virtue Premium 2.7.1 and I am unable to get into the sections within the widget area (Appearance|widgets) I am unable to click down on any of teh areas e.g footer column area 1,topbar widget, none of them. I have disabled all plugins and it worked for a whiel but then it doesn’t work at all now. The plugin that appeared at first to cause the isse was the Black Studio tinyMCE Widget. But disabling this now, isn’t even making a difference. Also the screen options drop down is not working so not sure if this a theme issue or wordpress.

    Do you know what it could be? As I am unable to access widget area at all.

    I have used your theme for a long time now and never had this issue and use the same plugins all the time.

    thanks

    In forum: Virtue Theme

    In reply to: Home page slider

    #22074

    Thanks Ben!

    Wrapping this up. Just some minor tweaks.
    •Where can I change the target link of this sites logo(Modern Mobler). I just want the link to become active when hovering on the logo.img and not the entire div.
    •Can I change the h5 text in the footer for column 3 only? These titles(Restoration, Upholstery, Staging) are actually links and I’d like to point that out by underlining and coloring them blue.
    •For the products instead of having the price and title displayed at the bottom can we apply this ccs to them

    .home-message h4 {
    position: absolute;
    top: auto;
    bottom : 0;
    width: 100%;
    text-align:center;
    left: 0px;
    color: #fff;
    background-color: #000;
    background-color: rgba(0,0,0,.6);
    padding: 0px;
    margin: 0;
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
    transition:all .6s ease-in-out;
    }
    .home-message h5 {
    position: absolute;
    bottom: -100%;
    right: 0px;
    height: 100%;
    width:100%;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    padding: 100px 0;
    margin:0;
    line-height: normal;
    background-color: #000;
    background-color: rgba(0,0,0,.6);
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
    transition:all .6s ease-in-out;
    }
    .home-message {
    overflow: hidden;
    }
    .home-message:hover h5 {
    bottom: 0;
    }
    .home-message:hover h4 {
    bottom: 100%;
    }
    .home-message:hover {
    background:transparent;
    }

    #18512

    Hello Team!
    First of all I want to say that your theme is great! I am having an inconvenient. I do not see the topbar widget; which I actually need to add the WPML language switcher. The topbar widget is not listed on my list of widgets. I have: Primary sidebar, Home widget area, footer column 1 to footer column 4. Should I do something that I am not aware off to activate this widget? Why is it not listed? Many thanks for your prompt response, I am kind of stocked on this, since the website I am doing has to be bilingual. Have a good day.
    Gustavo.

    #18511

    Hello Team!
    First of all I want to say that your team is great. I am having an inconvenient. I do not see the topbar widget; which I actually need to add the WPML language switcher. The topbar widget is not listed on my list of widgets. I have: Primary sidebar, Home widget area, footer column 1 to footer column 4. Should I do something that I am not aware off to activate this widget? Why is it not listed? Many thanks for your prompt response, I am kind of stocked on this, since the website I am doing has to be bilingual. Have a good day.
    Gustavo.

    In forum: Virtue Theme

    In reply to: Problem in footer

    #18262

    Hi,

    I didn´t update from free version, I updated from previous version.
    And widgets are all right: Widgets

    I doesn´t matter what widget is in the third footer column – it does the same with every widget!
    See it now: http://isannatoy.taloyhtio.info
    I switched the places of links and rss -feed now (from footer column 2 to 3 and vice versa)

    #17773

    I dont see a widget place holder for header… The only place holders I have are:
    Primary Sidebar
    sidebar1
    home widget area
    footer column 1
    footer column 2
    footer column 3
    footer column 4

    Where is this header widget area your’ referring to?

    #17495

    Hey,
    1. In your footer I just see a background color, No image?

    2. The columns are not really default to center in the footer. So what do you mean? You have a facebook icon for example in your first image. Are you wanting to add css for that to be center in the column? Most likely there is a setting in your plugin that would allow you to center.

    Are you wanting the bullet point list to be center and not left aligned?

    For that you can add this css but I don’t think it looks very good.

    .footer-widget li {
        text-align: center;
        list-style-position: inside;
    }

    Ben

    #17296

    hmm, it’s trick, you can do it though. Add this to a text widget in one of your footer columns:

    <script type="text/javascript">
    jQuery(document).ready(function ($) {
    var topOffest = $('body').hasClass('admin-bar') ? 32 : 0;
    $('#nav-main').sticky({topSpacing:topOffest});});
    </script>

    Then add this to your custom css box:

    #nav-main {
    width: 100%;
    margin: 0 auto;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    background: #f1f1f1;
    }
    #nav-main-sticky-wrapper > #nav-main .sf-menu > li {
    	display: inline-block;
    	float: none;
    }
    #nav-main-sticky-wrapper > #nav-main ul.sf-menu {
    float: none;
    text-align: center;
    }

    Ben

    #16775

    I try to make 3 columns in a row in the footer (my website). But something does not work. I use to http://www.ipadpeek.com to see how website looks on ipad screen. Could you help me … Thanks in advance

    #16217

    Hi,

    I’m having a few problems with my site on my ipad mini. Here’s the address: http://www.zimkids.ca

    The Kadence slideshow is not displaying on the home page. In the vertical display the top menu also disappears.

    The footer columns (3) have lost the padding which I added in my Child of Virtue css file (please see below). They work well on the computer display.

    /* Footer styles */
    #containerfooter {
    padding-top: 30px;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 15px;
    }
    #footercolumns .block {float:left;}
    #footercolumns .first, * html #footercolumns .first{clear:both; width:45%; margin:0}
    #footercolumns .second, * html #footercolumns .second{width:15%; width:20%; margin:0 0 0 7%}
    #footercolumns .third, * html #footercolumns .third{width:15%; margin:0 0 0 5%}
    h9 {
    font-family: Open Sans Condensed;
    line-height: 24px;
    font-size: 18px;
    font-weight: 200;
    color: #e97647;
    }

    Thanks in advance for your help.

    Isabel

Viewing 20 results - 281 through 300 (of 319 total)