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 - 841 through 860 (of 6,751 total)
  • Author
    Search Results
  • #252862

    Hi.
    I created a footer menu and added my legal pages.
    Clicked Save
    Purge cache
    going to site there’s no footer menu.
    What else do I need to do?
    Screenshot link:

    #252861

    Hi. Just got Kadence.

    I’d like to add my legal pages, privacy, terms of use, etc, to the footer in the “copyright” (Customizer > Footer > Copyright HTML

    How do I do this?

    If it’s not possible, how can I add these pages to my footer?

    I prefer to be able to add them ALL on one line: copyright date, site-title, legal pages.

    Thank you. Standing by.
    link to screenshot:

    In forum: Virtue Theme
    #252860

    Hi.

    I currently have a 3 box width footer. Is it possible to center the images in the third box?

    Link for reference –

    Thanks,

    Dan

    In forum: Kadence Theme

    Topic: Footer Issue

    #252853

    After I installed Kadence I had a broken menu/footer on my page, even though I currrently dont have a footer. Any suggestions to resolve this?

    In forum: Virtue Theme
    #252843
    This reply has been marked as private.
    In forum: Kadence Blocks

    In reply to: Configuration

    #252781

    Hey,
    1. I supposed this could be possible with some creative code. Something like this:

    add_action( 'admin_print_footer_scripts', 'action_unregister_kadence_control', 100 );
    function action_unregister_kadence_control() {
    	if ( is_admin() && ! is_super_admin() ) {
    		$screen = get_current_screen();
    		if ( 'post' == $screen->base ) {
    			echo '<script>';
    			echo "var unregisterPlugin = wp.plugins.unregisterPlugin; unregisterPlugin( 'kadence-control' );";
    			echo '</script>';
    		}
    	}
    }

    That would unregister the kadence controls in Gutenberg for non-super admins.

    2. Not really, the rest API is used so it would get confused. Perhaps if you are not editing on the subsites it could work, you might have to test that. The filter would look like this:

    add_filter( 'option_kadence_blocks_config_blocks', 'filter_kadence_blocks_config' );
    function filter_kadence_blocks_config( $settings ) {
    	return $settings;
    }

    You would need to return the settings from your main site which you can get by using get_option( 'kadence_blocks_config_blocks' ); on that site.

    In forum: Virtue Theme

    Topic: page width

    #252707

    I want the width to be much wider, including content and headers and footer parts matching. I tried changing and on the home page, the width moved to wider on content only but not headers and footers and the other pages are still the old.
    How can I get the width to be wider across the board on all pages, etc.?

    In forum: Kadence Theme

    In reply to: Footer top-margin

    #252574

    Hey Ben,
    There isn’t a way to add a sitewide margin above your footer. Your css is probably the best solution.
    Thanks for checking in!

    Best,
    Hannah

    In forum: Kadence Theme
    #252559

    Hi!

    Is there a setting for the footer margin-top in the customizer?
    I tried setting the top spacing but that is below the border and I want the space above the border.

    For now I’ve just added a top-margin for .site-footer in css.

    Thanks,

    Ben

    #252541

    there seems to be a bug with this when I select “pagination” as an option there are unpredictable results

    one time it stopped anything from the portfolio being displayed…

    another time it broke the page layout and overlaid the portfolio items over the footer area while the page size of the main content area seemed to be diminished

    on a separate issue with the same block, is it possible to configure it to display the portfolio item title/taxonomy below the image for mobile screens? (without hover)

    both these issues are related as I’m trying to optimise this portfolio grid for touch screens and slower processors (cellphones, tablets etc)

    • This topic was modified 5 years, 10 months ago by Michael.
    • This topic was modified 5 years, 10 months ago by Michael.
    In forum: Ascend Theme
    #252523

    Ben,

    Beaver Builder PowerPack got back to me and fixed the header / footer issue with their plugin. This is what they said

    Thanks for writing to us and sharing the details. I will be happy to help you.
    I was able to log in to the site and fix the issue.
    Ascend Premium theme was previously not compatible with PowerPack Heade/Footer.
    Since the theme had hooks to support custom header/footer, we have added a code in the child theme’s functions.php file to enable PowerPack’s header/footer functionality on the site.
    I hope this helps! 🙂

    Thanks Jeremy

    In forum: Kadence Theme

    In reply to: social icons in color

    #252482

    Hey,
    You can use css like this:

    #containerfooter .virtue_social_widget a.facebook_link {
        color: white;
        background: #3b5998;
    }
    #containerfooter .virtue_social_widget a.instagram_link {
        color: white;
        background: #517fa4;
    }
    #containerfooter .virtue_social_widget a.pinterest_link {
        color: white;
        background: #C92228;
    }

    Just to be clear this is for the Virtue theme: https://www.kadencewp.com/support-forums/forum/virtue-theme/

    Ben

    #252474

    Hello, I have social icons in the footer and I would like theme to be color like the hover state currently is.

    In forum: Virtue Theme

    In reply to: Virtue Theme

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

    Ben,

    You are awesome as usual. That worked. I have a tech support ticket in with Beaver Builder PowerPack to see why their plugin says the header and footers are not supported. I will let you know what I hear from them.

    Your fix made it so I can use themer now on the header and footers very excited about that.

    Thanks

    Jeremy

    In forum: Ascend Theme
    #252382

    Ben,

    I have beaver builder themer and the latest version of ascend and my beaver builder powerpack still says my theme does not support header or footer options?

    Jeremy

    #252237

    Hey,

    Every time I go into edit a page, I lose the main menu on the side… Is there a way to keep that up?

    That was a change in WordPress. When in the edit mode you can change this by clicking the three dots in the top right corner then toggling the fullscreen mode.

    Screen-Shot-2020-06-30-at-9-07-03-AM

    I get the warning “This block contains unexpected or invalid content”

    If you keep getting that error and you are not making any changes to that block (assuming you are recovering and saving) then you may need to reach out to siteorigin. You might also need to switch to the classic editor if it becomes an issue: https://wordpress.org/plugins/classic-editor/

    Is there a way to get rid of the white strip between my home page and my footer?

    You have an empty <p> tag at the bottom of your page which is creating the space. In the editor make sure to remove any empty paragraph blocks at the bottom.

    Every time I update a page, it seems like I have to push UPDATE twice before it takes effect…

    That could be server related or related to your content. It might be a reason to use the classic editor if you don’t intend to build with blocks.

    How can i center my footer text? I want the header, the social media icons and the credit all centered…

    You can add this css in your theme options > advanced settings > custom css:

    .footercol3, .footercredits {
        text-align: center;
    }
    
    #containerfooter .virtue_social_widget a {
        float: none;
        display: inline-block;
    }

    Ben

    In forum: Virtue Theme

    In reply to: Virtue Theme

    #252209

    Hey Stanley,
    I believe you already asked this here: https://www.kadencewp.com/support-forums/topic/invalid-api-license-key-3/
    Or are you referring to something different? Another way to get this effect is to enable the Sitewide Footer Call To Action from Theme Options > Footer. There you can upload a background image and set the background-position to fixed.
    Hope that helps!

    Best,
    Hannah

    #252201

    Hello.. It has been a while since I have used wordpress, so I’m not sure if it has all changed, or if I am just doing something wrong… could you help me figure out a few issues?

    my site is theGreatDestroyerProject.com

    Every time I go into edit a page, I lose the main menu on the side… Is there a way to keep that up?

    Also, every time I come back to edit a page, I get the warning “This block contains unexpected or invalid content” … If I click the “attempt block recovery” it seems to do the trick, but am wondering if there is something I can do to fix it… (side note, I am using Page Builder by Site Origins)

    Is there a way to get rid of the white strip between my home page and my footer?

    Every time I update a page, it seems like I have to push UPDATE twice before it takes effect…

    How can i center my footer text? I want the header, the social media icons and the credit all centered…

    I think that is it for now… I hope this isn’t too much to ask, I just didn’t want to bombard you with 5 different submissions.

    Thank you for your help

    • This topic was modified 5 years, 10 months ago by Henry.
    In forum: Virtue Theme

    Topic: Virtue Theme

    #252198

    Hi. Could you please direct me on how to place image above footer / parallax like in demo with Mountain on Virtue theme. Thanks Stan

Viewing 20 results - 841 through 860 (of 6,751 total)