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

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

Viewing 20 results - 1,361 through 1,380 (of 6,751 total)
  • Author
    Search Results
  • #227533

    Hi, in this page i put in the prefooter area a pagebuilder structure widget and i create a 6 columns layout. As you can see if y scrool to the bottom the 6 images are displayed vertically one per row… is there a way to display 2 per row? thanks

    Angelo

    In forum: Virtue Theme

    In reply to: Jumping Header Widget

    #227412

    It’s changed a bit since the image so please feel free to have a look, (as I say I need to brush up on CSS)
    I’m trying to get the two logos side by side without making a mess of the footer columns.

    #227168

    in a child theme functions.php file you can add:

    add_action('wp_head', 'remove_footer_from_woo' );
    function remove_footer_from_woo() {
    if(class_exists('woocommerce') ) {
    if( is_woocommerce() || is_cart() || is_checkout() ) {
    remove_action( 'virtue_footer', 'virtue_footer_markup' );
    }
    }
    }
    #227165

    Thank you Hannah, I knew that I have seen Header and Footer cripts, but I just couldn’t figure out where!

    The script is in place, but then what…? How do I “call” for my script to work in a widget?

    #227125

    The problem with the snippet, the widgets on footer are still executed.

    I need to make the woocommerce pages lighter.

    Do I have to override the template or is there a function snippet?

    #227097

    Hey,
    Do you mean all your woocommerce pages? This css should work for you:

    .woocommerce footer#containerfooter {
        display: none;
    }

    Hannah

    #227094

    Hi Ã…sa,
    Try pasting it into the After the opening tag in Theme Options > Header and Footer Scripts.
    Hope that helps!

    Hannah

    #227053

    How to remove footer from woocommerce pages?

    #226969

    So your css actually is taking effect, it just isn’t stretching the full width of the page. Is that what you’re wanting? One option is to use css to stretch your entire footer like this:

    #containerfooter .container {
        width: 100%;
    }

    Then use this to decrease your map size:

    .footercol1 .widget-first {
        max-width: 1200px;
        margin: auto;
        padding: 20px;
    }

    Or, if you’re using page builder by siteorgin you could add a Layout Builder widget to your footer col 1, set the row layout to full width stretched and the background to white. Then add your map widget into that. Does that make sense?

    Hope this is helpful!

    Hannah

    #226959

    Hi,

    i like to have the first column (fullwidth column above the three) with a white #fff background.

    Unfortunately I do not get the correct css instruction, for example with

    .footerclass .footercol1 {background:#fff;”}

    it does not work.

    Could you help me ;-)?!

    Thanks in advance.

    Kind Regards

    MyCon

    #226745

    Hiya,

    I’m really scratching my head. I’m using the testimonial carousel widget in the Footer Column 1 widget, but it defaults to the page of ITS choice, rather than letting me save mine. It’s basically choosing the first page in the drop-down list in the widget. When I hit save on my selected page, it just reverts.

    Cheeky! What I’ve done is re-titled my chosen page so that the widget works, but that’s not ideal. I’ve tricked it…

    The site is at taylorwestandco.uk

    I’m using a child theme. Might help to know that.

    What am I missing here?

    Thanks!

    Valerie

    In forum: Virtue Theme

    In reply to: background image…

    #226620

    That’s awesome! One more thing, and I promise I’ll leave you alone.

    There’s some space under the image and above the footer. How can I get rid of it?

    Thanks again!

    #226581

    I have an archive page, that in the footer section I am including a form/content reusable block, simple share is seeing the reusable block as a post, and is inserting the share button onto the block. Since reusable blocks are basically custom post types post_type=wp_block So maybe something that does if post_type=wp_block && wp_block either title or id equals the one I am using then return. I am not sure what filter(s) are available to hook into simple share.

    Thoughts? and does that make sense?

    ML

    Screen-Shot-2019-05-24-at-8-22-41-AM Screen-Shot-2019-05-24-at-8-22-25-AM

    #226565

    Hey Luis,
    This css should work for you:

    .footerclass .kadence_social_widget a {
        background: #af2828;
    }

    Hannah

    #226536

    Hi team!

    When I add to CSS the background colour that I want for my icons at footer it works for dekstop version but in mobile doesnt work that colour.

    Can you help? THANKS

    CSS:

    a.facebook_link {
    background-color: #af2828;
    }

    a.twitter_link {
    background-color: #af2828;
    }

    a.instagram_link {
    background-color: #af2828;
    }

    #226468

    Thanks infinite man, now is beautiful!

    Listen, i have only 2 problems last then the site is perfect:

    1) i have used this custom css to give a border shadow to sticky header:

    .kad-header-menu-outer.headerclass, .container.mobile-header-container.kad-mobile-header-height  { box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    }

    But on tablet devices i have this problem (the box shadow stay also on left and right): http://prntscr.com/nsge5c

    ——-

    2) I have created a mailchimp newsletter form and putted in the footer, but on tablet devices the form is not centered like on desktop and mobile, like this example: http://prntscr.com/nsgfr8 or this http://prntscr.com/nsgg8s

    Maybe do you have a solution for me?

    Thanks infinite, if i can make a donation for you/your team, please let me know a way.

    Thanks and best regards

    #226408

    Hey team

    I need to add a class to the back to top / scroll to top button that appears in the footer.

    It seems to be generated in the plugin.js file. Is there any way to hook into the button to add an additional class?

    <div class=”to_the_top”><div class=”icon-arrow-up”></div></div>

    Need to add “noExt” class to stop it opening in new target blank window (as other external links I’ve set up to do)

    So how to achieve this:

    <div class=”to_the_top noExt”><div class=”icon-arrow-up noExt”></div></div>

    #226290

    I suppose I can develop some sort of footer for my product pages. I could either use it universally or for times like this when the same content goes on several pages.

    Cynthia

    In forum: Ascend Theme
    #226136

    the server responded with a status of 403

    403 is a forbidden error which means the server is preventing the ajax save, this means something on the server is not set up correctly and flipping a security block. I suspected it had to do with the script you have in your theme options > header and footer scripts. So I removed it and sure enough, the theme options work.

    Meaning your server is preventing the saving of the script to your database because of some incorrect security setting.

    Now because of that, I can’t save the script back into the theme options, or anywhere on your site for that matter, won’t save in a text widget. So here is the script you have have a record of it. You need to contact your host and just using a text widget in a footer widget area show the host that it won’t work, because you are using a text widget and nothing relating to a theme or plugin then they can’t try and tell you it’s a theme or plugin problem (it’s not).

    <script type="text/javascript">
      jQuery(document).ready(function(){
      if (window.location.pathname.indexOf('checkout/order-received/') != -1) {
            var transId = jQuery('.order_details .order:contains("Order") strong').text().replace(/[^0-9]/g,'');
            var totVal = jQuery('.total .woocommerce-Price-amount.amount').text().replace(/[^0-9.]/g,'');
            var shipping;
            if(jQuery('th:contains("Shipping")').siblings().find('span.amount').length == 0)
            {
                shipping = 0;
            }
            else
            {
                shipping  = jQuery('th:contains("Shipping")').siblings().find('span.amount').attr("data-price");
            }
            
        ga('require', 'ecommerce');
        ga('ecommerce:addTransaction', {
          'id': transId, // Transaction ID. Required.
          'affiliation': 'albox', // Affiliation or store name.
          'revenue': parseFloat(totVal), // Grand Total.
          'shipping': shipping, // Shipping.
          'tax': 0 // Tax.
        });
        jQuery('.order_item').each(function() {
          ga('ecommerce:addItem', {
            'id': transId, // Transaction ID. Required.
            'name': jQuery(this).find('.product-name a').text(), // Product name. Required.
            'price': parseFloat(jQuery(this).find('.product-total span.amount').text().replace(/[^0-9.]/g,'')), // Unit price.
            'quantity': parseInt(jQuery(this).find('.product-quantity').text().replace(/[^0-9]/g,'')) // Quantity.
          });
        });
        ga('ecommerce:send');
      }
    });
    
    </script>

    Ben

    #226093

    Hello,

    I have Virtue Premium. We’re wanting to go live tomorrow so I decided to move to the trash images, pages and portfolios from the theme demo before going live. Now the home page is not displaying “Page Content” and it’s throwing in a list of blog posts that I do not want there. The correct home page should be:

    Kadence Slider (correct)
    Icon Menu (correctly showing 4)
    Page Content (Missing – a call to action for a video)
    Footer

    No blog posts are desired 🙂


Viewing 20 results - 1,361 through 1,380 (of 6,751 total)