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: Virtue Theme
In reply to: Button for “Jump to end of page”.
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
In forum: Ascend ThemeJune 27, 2020 at 6:45 pm #252120Hi, 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.
In forum: Virtue ThemeHi,
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 *Login to see link
Sidebar functions fine on the main forum page here *Login to see link
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 ThemeIn reply to: Force footer to bottom
In forum: Virtue ThemeTopic: Force footer to bottom
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.In forum: Pinnacle ThemeIn reply to: Featured Product shop link
In forum: Ascend ThemeIn reply to: Disable search popup
In forum: Kadence ThemeJune 23, 2020 at 6:12 pm #251905Thank 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.
In forum: Kadence ThemeJune 23, 2020 at 4:45 pm #251901Hey,
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:In the layout section, you can click on the tablet and mobile and change how the mobile layout will show.
Ben
In forum: Kadence ThemeJune 23, 2020 at 2:58 pm #251884Hi – 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?
In forum: Kadence ThemeJune 23, 2020 at 12:34 pm #251867Hello 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 BlocksIn reply to: spacer weirdness
June 23, 2020 at 10:51 am #251860Hey 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”;In forum: Kadence BlocksTopic: Requesting New Table Feature
June 20, 2020 at 12:05 pm #251722Hello 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 filtersthat’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 ThemeIn reply to: after update June17
In forum: Ascend ThemeIn reply to: Various Theme Issues
June 16, 2020 at 12:00 pm #251429Hey,
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 ThemeTopic: Hi
June 14, 2020 at 4:30 pm #251251I 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 ThemeIn reply to: Beaver Themer intagration
June 12, 2020 at 4:53 pm #251208My 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' ); } }In forum: Membership ForumsIn reply to: Ascend Gallery in mobiles
In forum: Ascend ThemeHey 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
In forum: Virtue ThemeIn reply to: custom css for social media icons
-
AuthorSearch Results





