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 - 861 through 880 (of 6,751 total)
  • Author
    Search Results
  • #252175

    Hey,
    There isn’t a built-in function for this. Something you could do is add an anchor link to your footer and link to it from your header, or wherever you’re wanting the to the bottom button. Would that work for you? Do you know how to set up an anchor link?

    Hannah

    #252120

    Hi, there.

    I noticed recently that when I use the Social Icons block from WordPress, the icons don’t display properly.

    If I change the code slightly in the inspector (remove the display: block; from the .entry-content .aligncenter, .footerclass .aligncenter, .main .aligncenter section in the Chrome Developer panel), it fixes the issue.

    Can you suggest some CSS to override, or can you implement a solution?

    I hope someday, you’ll have a social icons block of your own, but until then, this seems to be my most lightweight solution as far as a ready-to-use block goes. 🙂

    Thanks, as always.

    #252087

    Hi,

    Using Discussion Board Pro plugin with Virtue Bold.

    I’m guessing it’s more related to the plugin tbh but their support is non existent so hoping you guys may be able to help a little!

    On the individual discussion boards it throws everything from the sidebar into the footer and looks really messy, example here

    Sidebar functions fine on the main forum page here

    In google there is a link for Discussion Board Pro’s site in relation to a “common theme conflict” but the page 404s and like I said, their support is non existent so I’m a bit stuck.

    Any light you can throw my way would be appreciated.

    Thanks

    Pete

    In forum: Virtue Theme

    In reply to: Force footer to bottom

    #252064

    Hey,
    In your image it looks like your footer is being pushed to the bottom? Are you able to post a link?
    Thanks!

    Hannah

    #252046

    Hi,

    I have tried the code you provided in a previous answer but I get this effect with the background:

    (see image)

    The site is live so I’ve had to remove the css so we’re back to “short screens” at the moment.

    Please can you help get the footer down to the bottom of the window?
    Thanks,
    Phil.

    #251985
    This reply has been marked as private.
    In forum: Ascend Theme

    In reply to: Disable search popup

    #251947

    Hi Hannah,

    I was able to disable the Search from the Header Extras.
    However I can’t seem to find it to enable it. I’ve added it to my widgets, but when customizing, only the footer widget areas are showing it seems.

    Screenshot-2020-06-24-at-21-57-45 Screenshot-2020-06-24-at-21-56-54

    #251905

    Thank you for your reply. It’s a really useful feature of the header and made development really smooth and fast. Perhaps a future update will add this capability for the footer as well.

    The ability to show/hide footer content based on display type is essential too. Custom CSS is required for the time being.

    #251901

    Hey,
    There are not different layouts for the footer. You can change how the row breaks down for mobile in the row settings. See this screen shot:

    Screen-Shot-2020-06-23-at-4-44-40-PM

    In the layout section, you can click on the tablet and mobile and change how the mobile layout will show.

    Ben

    #251884

    Hi – When setting up my header/footer using Kadence, the controls suggest that I should be able to have unique footer layouts for mobile from desktop. However, when I change the location of an element for one the location changes for all three. Do I understand this behaviour incorrectly?

    #251867

    Hello team,

    I am rahul singh from bloggertutor.com

    I am using latest version of kadence theme but I am unable to use a herf tag in footer widget properly. It is not showing clickable element even I hyperlink to internal and external both. Please visit bloggertutor.com and check in footer for SITEGROUND I hyperlinked to bloggertutor.com/siteground and sitemap to /sitemap.xml but I am not able to click it or open it.

    I am waiting for your reply.

    In forum: Kadence Blocks

    In reply to: spacer weirdness

    #251860

    Hey Ben

    It’s a child of twentytwenty. Barely started. No more than 10 or so changes to the parent and they only touch on the header, footer and links.

    I’ve copied it here in case it’s of any use.

    cheers

    john

    @charset “utf-8”;
    /*
    Theme Name: poem
    Theme URI: http: //example.com/
    Description: Child of twentytwenty
    Author: John Clark
    Author URI: http: //www.leadwhite.co.uk
    Template: twentytwenty
    Version: 0.1.0
    */

    @import url(“../twentytwenty/style.css”);

    /* Hide header Footer and page title*/
    #site-header {
    display: none;
    }
    .footer-nav-widgets-wrapper, #site-footer {
    display: none;
    }
    .entry-header {
    display: none;
    }

    /*adapted list stylings*/
    ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
    .entry-content p {
    margin: 0 auto;
    line-height: 100%;
    }
    a:link {
    color: inherit;
    text-decoration: none;
    }
    a:visited {
    color: inherit;
    }
    a:hover {
    color: #ED6F51;
    text-decoration:underline!important;
    }
    a:hover::after {
    content: “\2003″;
    height:.75em;
    width:.75em;
    min-height: .75em;
    min-width: .75em;
    background-color: #ED6F51;
    border-radius: 50%;
    display: inline-block;
    z-index: 2999999999;
    position: relative;

    /* Go left*/

    float: left !important;
    left:-60px;
    margin-right:-60px;

    /* Go Right*/

    /*right:0;
    float: right !important;*/
    }
    a:active {
    color: darkorange;
    }
    /* my new classes*/
    .myname {
    margin-top: 60px !important;
    line-height: 50% !important;
    font-size: 43px;
    margin: 0 auto;
    }
    .undername {
    padding-bottom: 30px;
    }
    /* styling for listing with a border*/
    ul.poem-box {
    line-height: 80%;
    margin-top: 0;
    margin-bottom: 7px;
    }
    .poem-box li {
    border: solid 1px rgba(0, 0, 0, 0.41);
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-left: -10px;
    display: inline-block;
    font-size: .65em;
    font-weight: 500;
    }
    .poem-red {
    color: #ED6F51;
    }
    .poem-blue {
    color: #80DCE8;
    }
    .poem-smallcaps {
    font-variant-caps: all-petite-caps;
    font-weight: bolder;
    }
    .poem-allcaps {
    text-transform: uppercase;
    }
    .texty {
    font-family:”Hoefler Text”, Garamond, “Times New Roman”;

    #251722

    Hello Team,

    This is Rahul from bloggertutor.com

    You people are doing really great ..

    I want to request a new block for tables in your plugin to completely vanish the need of any extra plugin for tables.

    You may already working on that but I want to recommend some features

    Row and column color can be changed
    Button, Link, Shortcodes and HTML should work inside any cell
    Table header and footer
    Not necessarily but if possible some shorting filters

    that’s all for now… this will definitely change the way of using table in wordpress

    I hope this will help your plugin to grow more

    thank You

    In forum: Virtue Theme

    In reply to: after update June17

    #251713

    Yes, my fault sorry. It was asset settings in hummingbird, had critical js in the footer.

    In forum: Ascend Theme

    In reply to: Various Theme Issues

    #251429

    Hey,
    I can see from the front end that your issues have to do with scripts you’ve added.

    specifically with: mojo/signup-forms/Loader and the MailChimp code you have.

    If you look online you can find thousands of reports of how bad mailchimps javascript is, it’s always had issues running with WordPress. Especially if you try to optimize with a plugin like fastest cache. I always suggest using plugin instead of their javascript.

    I moved your scripts to the footer output, which at least allows your site to load better, I also turned off some settings in fastest cache. I suggest leaving those off or testing really well.

    Understand that because you are using Mailchimps code and pulling it from there site it can change at any time and break. (another reason to use a plugin).

    I hope that helps,

    Ben

    In forum: Ascend Theme

    Topic: Hi

    #251251

    I need some help.

    I had to reinstall but when i did the layout for editing disapeared.

    Now i can’t do anything with row backgrounds or footer shapes etc.

    casing point i brought over the template wanderlust and I can’t change the ‘V’ shaping as all i can do is edit the body not the background.

    there used to be options for it but now they are all gone.

    PLease help i am losing my mind.

    I have set you up a temp user identity if you want to see but i am not posting it on a forum.

    I have stripped back plugins to essentials, site origin, woo, pro kadence and maintanence page but still can’t page edit as I should be able to.

    thanks

    tobias

    In forum: Ascend Theme
    #251208

    My plan is early next week to release a new version of ascend that will include this.

    Here is the code if you need to work with it this weekend:

    /**
     * Declare explicit theme support for beaver themer.
     *
     * @return   void
     */
    function ascend_beaver_themer_support() {
    	if ( class_exists( 'FLThemeBuilderLayoutData' ) ) {
    		add_action( 'after_setup_theme', 'ascend_add_beaver_themer_support' );
    		add_filter( 'fl_theme_builder_part_hooks', 'ascend_beaver_themer_register_part_hooks' );
    		add_action( 'wp', 'ascend_beaver_themer_header_footer_render' );
    	}
    }
    add_action( 'after_setup_theme', 'ascend_beaver_themer_support' );
    
    /**
     * Adds theme support for the Beaver builder plugin.
     */
    function ascend_add_beaver_themer_support() {
    	add_theme_support( 'fl-theme-builder-headers' );
    	add_theme_support( 'fl-theme-builder-footers' );
    	add_theme_support( 'fl-theme-builder-parts' );
    }
    
    /**
     * Adds theme support for the Beaver hooks.
     */
    function ascend_beaver_themer_register_part_hooks() {
    	return array(
    		array(
    			'label' => 'Header',
    			'hooks' => array(
    				'ascend_beforeheader' => 'Before Header',
    				'ascend_header_after' => 'After Header',
    			),
    		),
    		array(
    			'label' => 'Content',
    			'hooks' => array(
    				'kadence_page_content' => 'Before Page Content',
    				'kadence_page_footer'  => 'After Page Content',
    			),
    		),
    		array(
    			'label' => 'Footer',
    			'hooks' => array(
    				'ascend_before_footer' => 'Before Footer',
    			),
    		),
    	);
    }
    
    /**
     * Adds theme support for the Beaver builder plugin.
     */
    function ascend_beaver_themer_header_footer_render() {
    	// Get the header ID.
    	$header_ids = FLThemeBuilderLayoutData::get_current_page_header_ids();
    
    	// If we have a header, remove the theme header and hook in Theme Builder's.
    	if ( ! empty( $header_ids ) ) {
    		remove_action( 'ascend_header', 'ascend_header_markup' );
    		add_action( 'ascend_header', 'FLThemeBuilderLayoutRenderer::render_header' );
    	}
    
    	// Get the footer ID.
    	$footer_ids = FLThemeBuilderLayoutData::get_current_page_footer_ids();
    
    	// If we have a footer, remove the theme footer and hook in Theme Builder's.
    	if ( ! empty( $footer_ids ) ) {
    		remove_action( 'ascend_footer', 'ascend_footer_markup' );
    		add_action( 'ascend_footer', 'FLThemeBuilderLayoutRenderer::render_footer' );
    	}
    }
    #251173
    This reply has been marked as private.
    #251082

    Hey Craig,
    The side header isn’t meant to be transparent, so this is a bit of a workaround… Try adding this to your custom css:

    body.body-style-bubbled #wrapper, body.body-style-normal #wrapper {
        padding: 0;
    }
    .kt-header-position-right .kad-fixed-vertical-background-area {
        background: rgba(255,255,255,.5);
    }
    footer#containerfooter {
        margin-top: -100px;
    }
    .contentclass {
        padding-bottom: 100px;
    }

    Let me know how that works for you!

    Hannah

    #251060

    Sorry, can you explain in more detail what exactly you’re wanting? I’m seeing the social icons in both the header and footer. Are you wanting to change the styling of the footer icons? Or move it? And if so, where?

    Thanks!
    Hannah

Viewing 20 results - 861 through 880 (of 6,751 total)