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'
-
AuthorSearch Results
-
In forum: Kadence Theme
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: *Login to see linkHi. 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: *Login to see linkIn forum: Virtue ThemeTopic: Center on footer
Hi.
I currently have a 3 box width footer. Is it possible to center the images in the third box?
Link for reference – *Login to see link
Thanks,
Dan
In forum: Kadence ThemeTopic: Footer Issue
July 12, 2020 at 7:55 am #252853After 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 ThemeIn reply to: Virtue theme site speed
In forum: Kadence BlocksIn reply to: Configuration
July 10, 2020 at 4:03 pm #252781Hey,
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 ThemeTopic: page width
July 9, 2020 at 2:32 pm #252707I 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 ThemeIn reply to: Footer top-margin
In forum: Kadence ThemeTopic: Footer top-margin
July 7, 2020 at 10:03 am #252559Hi!
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
In forum: Kadence BlocksTopic: Portfolio Grid/Carousel
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)
In forum: Ascend ThemeIn reply to: Beaver Themer intagration
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 ThemeIn reply to: social icons in color
July 6, 2020 at 11:11 am #252482Hey,
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
In forum: Kadence ThemeTopic: social icons in color
In forum: Virtue ThemeIn reply to: Virtue Theme
This reply has been marked as private.July 6, 2020 at 8:19 am #252466In forum: Ascend ThemeIn reply to: Beaver Themer intagration
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 ThemeIn reply to: Beaver Themer intagration
In forum: Kadence ThemeIn reply to: A few strange issues I am coming across
June 30, 2020 at 9:14 am #252237Hey,
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.
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 ThemeIn reply to: Virtue Theme
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,
HannahIn forum: Kadence ThemeHello.. 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 ThemeTopic: Virtue Theme
June 29, 2020 at 1:32 pm #252198Hi. Could you please direct me on how to place image above footer / parallax like in demo with Mountain on Virtue theme. Thanks Stan
-
This topic was modified 5 years, 10 months ago by
-
AuthorSearch Results



