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 19 results - 301 through 319 (of 319 total)
  • Author
    Search Results
  • #15464

    Yes. I am trying to add widgets to footer columns 1,2,3,4, but the widgets don’t display.
    I don’t do anything from yesterday and today. Yesterday, I worked on my page normally.
    Thank you for your reply

    #15463

    Did you change anything from yesterday and today? Adding widgets to the footer has nothing to do with sidebars. You would be adding the widgets to footer columns 1,2,3,4. Is that what you’re doing?

    #15459

    This is my issue now. Yesterday, it displays correctly all widgets in Footer Column 1, 2, 3, 4. Today, when I check I see nothing in these sidebars in Widget Settings,
    I try to add again and again, but nothing happens.
    You can see my page:
    I try to save widgets in Footer Column, but refreshing again, nothing appears.

    In forum: Virtue Theme
    #14464

    I am working on the footer, ( ) of my site. I put the social links in column 1 of the footer. What would be the css to make them a little bit more visible ( maybe white ), like the way they look in the header.

    In forum: Virtue Theme

    In reply to: Background

    #12513

    Maybe I’m really challenged here Ben, but I can’t see an option to use an image as a site background, only colours:

    Main Content Background

    Content Background Color
    Topbar Background Color
    Header Background Color
    Secondary Menu Background Color
    Mobile Menu Background Color
    Footer Background Color
    Body Background Color
    Site Title & Tagline
    Static Front Page
    Widgets: Topbar Widget
    Widgets: Footer Column 1
    Widgets: Footer Column 2
    Widgets: Footer Column 3
    Widgets: Footer Column 4

    #12391

    Ok well thats not really possible. The image is a background so can’t have a link. If you want to go that far then I would drop the css and add the image to the footer right in the code. Would require that you use a child theme and copy the templates/footer.php file into the child theme then edit it file to add the image with a link above the columns.
    You can download a child theme here: https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zip

    Might be more then you want to do though? You ever used a child theme?

    Ben

    #11246

    Appearance->Customize->Widgets:Footer Column 1->Virtue:Info Box

    When I add the Virtue:Info Box, I get the prompt to “Choose and Icon”.

    I cannot see any way to do that as the right end of the customizable rows are not visible, nor is the Virtue – Premium column resizeable.

    Therefore I cannot “Choose and Icon”.

    #10229

    Hi Ben, I installed the latest theme update on 6/8/14 and noticed that my site ( ) has changed quite a bit with the theme update. I attempted a few things but I could not easily fix these problems and I wanted to reach out to you before completely changing my site too much.

    Here are some of the issues I’ve found after the update:
    1) -Primary menu is much further down the page. I decreased the logo spacing in the theme options panel but it did nothing to alleviate the issue.

    2) -Homepage blog widget not showing. I have the Latest Blog Posts enabled on the homepage after the page content but this widget is not showing up. I tried to disable and re-enable this but this did not work.

    3) -Footer widgets not displaying in their correct footer column. I have the footer style set to three columns and various widgets in each column. It looks like the widgets are all piled into a single footer. I’ve tried to change the footer style and then change it back to 3 columns but this did not work.

    4) – No blog posts are displaying as previews. When you go to the blog section ( none of the blog posts appear, but you can click on the background and you go to the appropriate blog post.

    5) – Primary sidebar displays at the bottom of the page as full page content.

    Please let me know if you have any suggestions for fixes on this. Or if this is a larger issue with the update can you please advise on how I can backout the latest update so my site can display how it was prior to the update.

    Thanks

    #10085

    I receive another height of map in Virtue: Google map widget. In this case instead the same height i have different in IE, Chrome and Firefox. In my case i have 2 columns in footer and after google widget in 1-st. column i have next text phone widget. In 2-nd. column i have contact widget and next social widget. So, Phone text widget and social widget have different vertical alignment in different brousers. How can i fix it? My problem (footer):

    #9860

    So I’m assuming your using a three column footer…

    Add this to your custom css box:

    @media (min-width: 992px) {
    .footercol1, .footercol3 {
    width:25%;
    }
    .footercol2 {
    width:50%;
    }
    }

    Ben

    #9011

    I am trying to remove the padding/margins from a few elements while using a child theme and custom css box, but I cannot get it to work:

    Basically, I’m trying to remove the left and right padding/margins so that the logo/nav/etc all adjusts to be flush to the edges of the site.

    In my live tester, these values work, but refuse to apply when I use them in the Custom CSS Box. Can you advise? This isn’t the first item that has been stubborn.

    .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .col2-set .col-1, .col2-set .col-2, .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11, .col-ss-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-25, .col-md-25, .col-sm-25, .col-xm-25
    {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    }

    .boxed .contentclass, .boxed .headerclass, .boxed .footerclass, .boxed .navcontainer, .boxed .featclass {
    margin-left: 0px;
    margin-right: 0px;
    }

    #7676

    There seems to be some validation errors in the code of the theme through the W3C Validating System. Nothing major but worth pointing out I think. They are: Validation Output: 3 Errors

    Error Line 10, Column 55: Bad value X-UA-Compatible for attribute http-equiv on element meta.
    <meta http-equiv=”X-UA-Compatible” content=”IE=edge”

    Error Line 365, Column 9: End tag footer seen, but there were open elements.
    </footer

    Error Line 342, Column 25: Unclosed element div.
    <div class=”container”

    The highlighted area for the error itself wouldn’t paste but there is a red bracket on the right side so I am guessing the closing tag might be missing in these places. Can you look into this please? Thank you.

    #6084

    Hi Ben,

    Thanks in advance for extensive developments and theme support. Since updating offline and online test sites, seem to be experiencing some functionality issues that had been previously fixed (e.g. in v2.1.2 Carousel Galleries navigation in Android browsers was fixed in February).

    1. Carousel Gallery in Android Browsers.
    The current upgrades seem to have re-introduced functionality problems on android smartphone browsers (android standard and chrome browsers). The touch functionality is not working properly – instead of opening the image in a lightbox, to allow arrow/swipe navigation of the whole gallery; it opens a new window to view a single image instead of the lightbox. Some images do not display after touch in neither the lightbox nor the (faulty) new window. The only way to open the carousel gallery lightbox (on samsung galaxy note 2 mobile android & chrome browsers) is to find the edge of the image that may randomly open the lightbox. (This functionality was working in v2.1.2 and the problem was initially limited to android chrome browser). I have tested on the demo site carousel gallery – it has the same problem 🙁


    2. Filter Products/ Categories lost functionality

    Filter Products/ Categories in the back-end seems to have lost functionality since the upgrade. selecting a filter to sort e.g. by product category seems to have been disabled. Applying the selected filter choice does not work – the list stays the same. Please can you provide a temporary solution before the next update if this has not been already fixed.

    3.Virtue: Image widget – widget code classes seem to have been added, modified or removed
    Please confirm if the Virtue image widget has been updated with additional class functionality – as this impacts the custom css box codes by ignoring the custom code or making modifications unpredictable. The custom css added to the css box to left align the text in footer 1 was avoided since updating. It seems that .virtue_image_widget_caption has either been added or varied the applicability of .about_image_widget.

    4. Video Functionality
    Since the update – video functionality for some video plugins (being viewed in smartphone/ android browsers) has been lost/ erratic. This restricted functionality used to be limited to the android chrome browser, now the standard android browser on samsung galaxy note 2 (has stopped or) is erratic in playing some videos (shockwave/ flash?). This might be a cache issue on the handset or low broadband bandwidth if it is not coincidentally attributed to the theme update.

    5. Page Builder
    After test updating offline to v2.2.3 there were some suggested compatible plugins. Is the Page Builder plugin already built into the Virtue theme or is it an additional plugin to create responsive column layouts using widgets and shortcodes?

    I hope you can help 🙂

    Thanks

    Juannah

    #3858

    Hey,

    1. You will need to edit the footer.php file. Change the class of the center column from col-md-4 to col-md-6 and make the first and third column classes col-md-3. I encourage you to not set a width for the footer columns or it will break the layout and cause issues in mobile.

    2. Add this css:

    #containerfooter .footercol3 .menu {
    float: right;
    }

    3. You seem to want them closer together? but you want the menu all the way to the right, what are you planning to put in the space between each that you want to adjust?

    Ben

    #3855

    I would love some help with the spacing and alignment in my footer. I’ve tried many different things, based on your support for similar topics, but I haven’t found anything that gets me what I’m after. I’m a beginner at this.

    I’m using the 3 column footer. Is there any way to:
    1. Make the center column larger than the other two? So a custom width, I guess?
    2. Make menu in the 3 column flush with left side of page (like the content in column one is flush (left) with the content on the left side of the page)? I really don’t like where it’s placed.
    3. Adjust the space between the 3 columns? It seems like there is a LOT of space.

    quercusfarm.com

    Help greatly appreciated. Thanks!

    #3219

    Hi guys,

    How can I go about editing some of the inbuilt features of the theme?

    For example, in the footer column (footer column 1) I couldn’t move the credit to another location successfully. I tried moving it to the 3rd coloumn and the credits showed up, but I was unable to place anything else in the 1st column as I think it still has the inbuilt code from the credit.

    How do I remove the credit widget and reinsert it to the 3rd column successfully? Appreciate any help. Thanks.

    In forum: Virtue Theme

    In reply to: Footer change

    #2335

    yeah, just edit the file on line 44 and 49. change the span6 to span12 on those lines and then choose the two column layout of the footer.

    Ben

    In forum: Virtue Theme

    Topic: Footer change

    #2330

    Hi Ben,
    Is it possible to edit the footer.php in order to create one column that will be a span12. I am trying to insert a row of thumbnail images across the bottom of the page in the footer.

    Thanks,
    Shaun.

    #909

    Please update your footer.php code.

    In this way the widgets are loaded correctly.

    <footer id="containerfooter" class="content-info footerclass" role="contentinfo">
    <div class="container">
    <div class="row">
    <?php global $smof_data; $footer_layout = $smof_data['footer_layout'];
    if ($footer_layout == "fourc") {
    if (is_active_sidebar('footer_1') ) { ?>
    <div class="span3">
    <?php dynamic_sidebar(__('Footer Column 1', 'virtue')); ?>
    </div>
    <?php }; ?>
    <?php if (is_active_sidebar('footer_2') ) { ?>
    <div class="span3">
    <?php dynamic_sidebar(__('Footer Column 2', 'virtue')); ?>
    </div>
    <?php }; ?>
    <?php if (is_active_sidebar('footer_3') ) { ?>
    <div class="span3">
    <?php dynamic_sidebar(__('Footer Column 3', 'virtue')); ?>
    </div>
    <?php }; ?>
    <?php if (is_active_sidebar('footer_4') ) { ?>
    <div class="span3">
    <?php dynamic_sidebar(__('Footer Column 4', 'virtue')); ?>
    </div>
    <?php }; ?>
    <?php } else if($footer_layout == "threec") {
    if (is_active_sidebar('footer_third_1') ) { ?>
    <div class="span4">
    <?php dynamic_sidebar(__('Footer Column 1', 'virtue')); ?>
    </div>
    <?php }; ?>
    <?php if (is_active_sidebar('footer_third_2') ) { ?>
    <div class="span4">
    <?php dynamic_sidebar(__('Footer Column 2', 'virtue')); ?>
    </div>
    <?php }; ?>
    <?php if (is_active_sidebar('footer_third_3') ) { ?>
    <div class="span4">
    <?php dynamic_sidebar(__('Footer Column 3', 'virtue')); ?>
    </div>
    <?php }; ?>
    <?php } else {
    if (is_active_sidebar('footer_double_1') ) { ?>
    <div class="span6">
    <?php dynamic_sidebar(__('Footer Column 1', 'virtue')); ?>
    </div>
    <?php }; ?>
    <?php if (is_active_sidebar('footer_double_2') ) { ?>
    <div class="span6">
    <?php dynamic_sidebar(__('Footer Column 2', 'virtue')); ?>
    </div>
    <?php }; ?>
    <?php } ?>
    </div>
    <div class="footercredits clearfix">

    <?php if (has_nav_menu('footer_navigation')) :
    ?><div class="footernav clearfix"><?php
    wp_nav_menu(array('theme_location' => 'footer_navigation', 'menu_class' => 'footermenu'));
    ?></div><?php
    endif;?>
    <p><?php global $smof_data; $footertext = $smof_data['footer_text']; echo do_shortcode($footertext); ?></p>
    </div>

    </div>

    </footer>

    <?php wp_footer(); ?>

Viewing 19 results - 301 through 319 (of 319 total)